body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #1A12FB;
	text-decoration: none;
}

a:visited {
	color: #1A12FB;
	text-decoration: none;
}

a:hover {
	color: #1A12FB;
	text-decoration: underline;
}

hr {
	color: #666666;
}

/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: #1A12FB;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
}
			
.largehead {
	font-size: 18px;
	color: #1A12FB;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: #1A12FB;
	font-weight: bold;
}
			
.smallhead {
	font-size: 12px;
	color: #1A12FB;
	font-weight: bold;
}

/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #FD0002;
}
			
.plaintext {
	font-size: 12px;
	color: #000000;
}

.whitetext {
	font-size: 10px;
	color: #FFFFFF;
}

.smalltext {
	font-size: 10px;
	color: #000000;
	line-height:12px;
}

/* This defines the border around the thumbnails on the pickpage -  */
.thumb {
	border: 1px solid #333333;
} 

.thumb:hover {
	border: 1px solid #FFCC00;
}

/* colors any submit button, instead of using an image */
input.gobtn {	
	background-color: #FD0002; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 1px;
}

/* defines width of form box holding counties, cities, etc 
	don't change this*/
select.box {
	width: 150px;
}

select.100 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 10px;
	margin: 2px;
}

/* used on registration page - justified */   
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #1C1C1C;
	text-align: justify;
}

/* favorites and saved searches - table background color */
table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;
	border: 1px double #EEE8AA;
	
}
.agentRow{font-size:11px;line-height:14px;}
.phoneList .agentsWrap {margin-bottom:5px;}
.phoneList,.phoneList .agentRow,.phoneList .agentText, .phoneList .agentName{font-size:9px;line-height:12px;padding:0;margin:0;color:#000;text-align:left;font-family:Verdana, Arial, Helvetica, sans-serif;}
.phoneList .agentName{width: 100px;}
.phoneList .agentRow {padding-left:4px;background-color:#fff !important;margin:1px 0;}
