/*
	This code is copyrighted by Spyder Technology. Can only be used under license. http://www.spydertechsolutions.com
*/

.containing{
	width: 740px;
	/*background-color:#000099;
	margin: 10px;*/
}

.mainTable {
	margin: 10px;
	background-color:#fff;
	border: solid 1px #ccc;
	
	
}
/*
.mainTable:hover{
	border-color:#0000CC;
	background-color:#006666;
}*/
.mainTable tr td{
	
	
	border:solid 1px #ccc;
	padding: 1px;
	color:#000;
}


.showOnClick{
	width:default;
	
}
.showOnClick table:hover{
	background-color:#CCC;
	border-color:#fff;
}

.inListImgLink img{
	border: solid 1px #000000;
}
.inListImgLink a:hover img{
	border: solid 1px #003399;
}

/*  Most of these style are for the slideshow */
.imgLink a{
	display:block;
	width:100%;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.imgLink a:hover{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #003399;
}
.imgLnkCur {
	background-color: #000000;
}
.slideShowBody, .slideShowBody a{
	/*background-color:#999999;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}
.slideShowBody a:hover{
	color:#003366;
	text-decoration:none;
}
.outerTable{
	background-color:#003366;
	
}
.outerTable tr td img{
	margin:6px;
	margin-bottom:0px;
	border: solid 1px #999900;
}

.navTable a{
	border: solid 1px #999900;
	text-decoration:none
	border-top:0px;
	color:#FFFFFF;
}	
.navTable a:hover{
	text-decoration:underline;
	color:#00FFCC;
	background-color:#000000;
}
/* most of the following styles are for thedetail page */
.detailBody. .detailBody table{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color:#ffffff;
	padding:1px;
}
.detailMain table{
	/*width: 392px;*/
}
.detailMain a{
	color:#000099;
	font-weight:bold;
	font-size:11px;
	
}

.detailMain a:hover{
	color:#666;
	
}
.detailMain a img{
	border:solid 1px #000033;
}
.detailMain a:hover img{
	border:solid 1px #FFFFFF;
}	
.detailBody{
	background-color: #000000;
} 
.detailBody table{
	background-color:#ffffff;
	border: none;
}
#detailContainer{
	width: 785px;
}

#mainTable{
	width: 785px;
}
#opsTable{
	width: 400px;
}
/* These mostly apply to the mls advanced search form */

.formTable tr td table tr td{
	background: #CCCCCC;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.formTableSurround{
	margin-left: 10px;
}

.formTable2{
	margin-left: 35px;
	margin-right: 35px;
	
}
.formTable2 tr td{
	background-color: #CCCCCC;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

.openhouseSurround{
	display: block;
	width: 99%;
	border: solid 2px #666;
	padding: 3px;
	margin-bottom: 5px;
}

.openhouseSurround .showOnClick .mainTable{
	margin: 0px;
}
.ohInfo{
	display:block;
	width:100%;
	background-color: #666;
	color: #fff;
	border: none;
}
.ohInfo a, a:visited{
	color: #0000FF;
	font-weight: bold;
}
.ohInfo a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

.standout{
	background-color: #333333;
	color: #CCCCCC;
}

