@charset "utf-8";
/* CSS Document */
.browse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
}

.browse a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: underline;
}
.browse a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: underline;
}
.browse a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: none;
}
#criteria, #results, table.display { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
}
#criteria th {
	padding-right: 15px;
	font-weight: bold;
}
#criteria td {
	width: 32%;
	font-weight: normal;
}
.results th {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
}
.results td {
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 3px;
	vertical-align: top;
}
.results td a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: underline;
}
.results td a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: underline;
}
.results td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 88%;
	padding: 5px;
	margin: 5px 10px 10px 10px;
	color: #000;
	text-decoration: none;
}
table.display th {
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 5px;
	width: 100px;
	padding-right: 10px;
	vertical-align: top;
}
table.display td {
	font-weight: normal;
	padding-right: 15px;
	padding-bottom: 3px;
	vertical-align: top;
}


/*KEEP THIS CODE*/
.searchName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00a0df;
}
.isNew {
	color: #F33;
}
.backToSearchPageLine {
	text-align: right;
}
.backToSearchPageBox {
	color:#FFF;
	background-color: #00a0e0;
	text-align: right;
	font-weight: bold;
	padding: 3px 5px;
}

.backToSearchPageBox a {
	color:#FFF;
	background-color: #00a0e0;
	text-align: right;
	font-weight: bold;
}
.backToSearchPageBox a:link {
	color:#FFF;
	background-color: #00a0e0;
	text-align: right;
	font-weight: bold;
}
.backToSearchPageBox a:visited {
	color:#FFF;
	background-color: #00a0e0;
	text-align: right;
	font-weight: bold;
}
.backToSearchPageBox a:hover {
	color:#FFF;
	background-color: #00a0e0;
	text-align: right;
	font-weight: bold;
}
.programTitles {
	color: #FFF;
	background-color: #00a0e0;
	font-weight: bold;
	padding: 10px 5px;
	font-size: 13px;
}
.programTitles2 {
	color: #FFF;
	background-color: #00a0e0;
	font-weight: bold;
	padding: 3px 5px;
	vertical-align: middle;
}
.programTitles2 a {
	color: #FFF;
	text-decoration: underline;
}
.programTitles2 a:link {
	color: #FFF;
	text-decoration: underline;
}
.programTitles2 a:visited {
	color: #FFF;
	text-decoration: underline;
}
.programTitles2 a:hover {
	color: #FFF;
	text-decoration: none;
}

.allArtists a {
	color: #00a0e0;
	text-decoration: none;
	font-weight: bold;
}
.allArtists a:link {
	color: #00a0e0;
	text-decoration: none;
	font-weight: bold;
}
.allArtists a:visited {
	color: #00a0e0;
	text-decoration: none;
	font-weight: bold;
}
.allArtists a:hover {
	color: #00a0e0;
	text-decoration: underline;
	font-weight: bold;
}
.mainSearch {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
