/* CSS Document */

#listingsPage{
	background-color: #2B6786;
	padding: 10px;
}

.tabon {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
}

.tabon:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.taboff {
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;		
}

.taboff:hover {
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;		
}

.tabon {
	background-color: #2B6786;
}

.taboff {
	background-color: #666666;
}

#funfact{
	color: white;
	z-index: 999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 15px; 
	padding-right: 15px; 
	position: absolute; 
	width: 200px; 
	height: 200px; 
	top: 0px; 
	text-align: center; 
	display: none;
}

#funfact{
	background-image: url(http://dev2.cvbtv.com/portercounty/images/listings/callout.png);
	background-repeat: no-repeat;
	left: -135px; 
}

* HTML  #funfact{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='http://dev2.cvbtv.com/portercounty/images/listings/callout.png');
	left: -150px; 
}

.amenSearch
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:scroll;
	width:150px;
}
.imgbrdr {
	border: 1px solid #000000;
}
