/*
 COLORS
 #eff7ff light blue
 #f8fcfe lighter blue
 #774835 brown
 #CBC5AB tan
 #F6F0E4 light tan
 #FCF7EB lightest tan
*/


html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%; /* fix height to 100% for IE */
   max-height:100%; /* fix height for other browsers */

}

td img {
	display: block;
}

body, td, th {
	color: #000000;
}

.bottomtext {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image:url(../pix/bottombar.jpg);
	background-position:left;
	background-repeat:no-repeat;
} 
.mainTable {
	height: 100%;
	margin-bottom: 0px;
}
.bigTable {
	height: 100%;
	/* width: 850px; */
	margin-bottom: 0px;
}

a:link {
	color: #0051A0;
}

a:visited {
	color: #0051A0;
}

a:hover {
	color: #66CCFF;
}

a:active {
	color: #66CCFF;
}

.titleText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/** OLD STYLE **/
td .longlisttab  {
	background-image: url(../pix/elm/longlisttab.gif);
	background-repeat: repeat-x;
}
 
td .featuretab {
	background-image: url(../pix/elm/featuredtab.gif);
	background-repeat: repeat-x;
}
 
 td .featuresides {
background-color:#eff7ff;
 }

.searchwidth {
width:150px;
}

.nomargins {
margin:15px;
}

.shortlisttab {
background-image:url(../pix/elm/listingtab.gif);
background-repeat:repeat;
background-color:#FFFFFF;
height:23px;
}

.reserveheading {
background-color:#0051A0;
text-align:center;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

.reserve_subheading {
background-color:#F0E7DD;
text-align:center;
}

.lot_listing {
background-color:#ffffff;
text-align:center;
}

.lot_listing2 {
background-color:#EEEEEE;
text-align:center;
}

#reserve_back_link {
	position:absolute;
	left:10px;
}
#reserve_back_link a {
	color:#FFFFFF;
}

.lb_it_14 {
	color: #8ECDFF;
	font-style: italic;
	font-size: 14pt;
	padding-left: 12px;
}

.featurecheck {
	background-color: #F6F0E4;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-size: 8pt;
}

.pseudolink {
	cursor: pointer;
	text-decoration: underline;
	color: #0051A0;
}