/* these classes controls look and feel of ajax results returned in search*/

#artistResult { 
font:"Times New Roman", Times, serif;
font-size:24px;
}

.goodContact {
margin:20px 10px 0px 10px;
padding:5px;
color:#000000; 
font:"Times New Roman", Times, serif;
font-size:24px;
text-decoration:none;
font-weight:normal;
 } 
 
.badContact { 
color:#800811;
font:"Times New Roman", Times, serif;
font-size:24px;
text-decoration:blink;
padding-top:50px;
font-weight:normal;
}

input { 
font:"Times New Roman", Times, serif;
font-size:16px;
text-decoration:none;
color:#800811;
font-weight:normal;
}


label {
color:#78000E;
font:"Times New Roman", Times, serif;
font-size:14px;
text-decoration:none;
font-weight:normal;
}
 
 
 
 /* these selectors controls look and feel of ajax results table returned in search*/
caption {
text-align:left;
margin:0 0 .5em 0;
font-weight:bold;
}
	
table { 
border-collapse:collapse;
}

	
th, td {
border-right:1px solid #fff;
border-bottom:1px solid #fff;
padding:.5em;
}
	
tr {
background:#C40F1E;
color:#fff;
}
	
thead th{
background:#036;
color:#fff;
}
	
tbody th {
font-weight:normal;
background:#800811;
}
	
tr.alternate {
background:#D7E0EA;
}

tr.alternate th {
background:#8AA9C7;
}

