@charset "utf-8";
/*
	KHR-ListingsTable.css
	CSS for Listings Summary Tables	
	SolutionHaus
	http://www.solutionhaus.com
*/

table {
	font:1.0em Arial, Helvetica, sans-serif;
	background-color:#5C5C5C;
	border:1px solid #5C5C5C;
}

td {
	vertical-align:text-top;
	vertical-align:top;
	text-align:left;
}

caption { background-color:#5A666E; color:#FFF; text-transform:uppercase; font-weight:bold; font-size:1.2em; border:1px solid #000; }
thead th { background-color:#F5B348; color:#724809; padding:2px; text-transform:uppercase; border-top:1px solid #F4D39E; border-left:1px solid #F4D39E; border-bottom:1px solid #B76E00; border-right:1px solid #B76E00; }
tfoot th { background-color:#F29601; color:#724809; padding:2px; text-transform:uppercase; font-size:1.2em; }
tfoot td { background-color:#FC0; color:#724809; font-weight:bold; text-transform:uppercase; font-size:1.2em; padding:0px 5px; }

tbody td { 
     background-color:#A3A3A3;
	 color:#292947;
     padding:2px;
	 text-align:left;
	 border-top:1px solid #FFF;
	 border-left:1px solid #FFF;
	 border-bottom:1px solid #AFB5B8;
	 border-right:1px solid #AFB5B8;
	 vertical-align:text-top;
	 vertical-align:top;
}
tbody th { background-color:#5A666E; color:#D7DBDD; padding:2px; text-align:center; border-top:1px solid #93A1AA; border-left:1px solid #93A1AA; border-bottom:1px solid #2F3B42; border-right:1px solid #2F3B42; }
tbody td a {  color:#0C0CF5; text-decoration:none; font-weight:bold; }
tbody td a:hover { background-color:#0C0CF5; color:#FFF; }
tbody th a { color:#FFF; text-decoration:none; font-weight:bold; }

tbody th a:hover { 
     color:#FC0;
     text-decoration:underline;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}

.propertyheader {
    width:470px;
    font-size: 120%;
	font-weight:bold;
	text-align:left;
}

.propertyheaderlisting {
    font-size: 120%;
	font-weight:bold;
	text-align:left;
}

.propertydesc {
    font-size: 100%;
	font-weight:normal;
	text-align:left;
}

.propertyaddr {
    width:210px;
    font-size: 100%;
	font-weight:bold;
	text-align:left;
}

.propertyaddrlisting {
    font-size: 120%;
	font-weight:bold;
	text-align:left;
}

.propertyhighlights {
    font-size: 100%;
	font-weight:normal;
	text-align:left;
}

.propertyhighlightsdisc a {
	text-decoration:none;
	font-weight:normal;
	color:#292947;
	background-color:none;
}

.propertyhighlightsdisc a:hover {
    	background-color:#E5E5CB;
		color:#292947;
		cursor:text;
}

.propertyprice {
    font-size: 120%;
	font-weight:bold;
	text-align:right;
}

.disclaimertextwrapper {
    background-color:#5C5C5C;
	border:1px solid #5C5C5C;
	padding:2px;
}

.disclaimertext {
    width:946px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    background-color:#A3A3A3;
	color:#292947;
    padding:2px;
	text-align:left;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #AFB5B8;
	border-right:1px solid #AFB5B8;
	vertical-align:text-top;
	vertical-align:top;
}

.RedHighlight {
	font-weight:bold;
	background-color:#FF0000;
}

.YellowHighlight {
	background-color:#FFFF99;
	color:#292947;
}
