html, body {
	margin: 0;
	padding: 0;
	border:none;
}

body {
	background-color: #f9f9f1;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

a:link {
	color: #a27661;
	text-decoration: none;
}
a:visited {
	color: #a27661;
	text-decoration: none;
}
a:hover {
	color: #025bab;
	text-decoration: none;
}
a:active {
	color: #025bab;
	text-decoration: none;
}

.WrapperTable {
	width: 100%;
	color: black;
	background-color: #f9f9f1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.ContentTable {
	color: black;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Footer {
	color: #164ca6;
	background-color: #f9f9f1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Footer a:link {
	color: #164ca6;
	text-decoration: none;
}

.Footer a:visited {
	color: #164ca6;
	text-decoration: none;
}

.Footer a:hover {
	color: #164ca6;
	text-decoration: none;
}

.Footer a:active {
	color: #164ca6;
	text-decoration: none;
}

.Title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #18479f;
}

.Highlight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18479f;
	font-weight: bold;
}

.Highlight2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
	font-weight: bold;
}

.Error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}

.Text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.Blue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #18479f;
}

.Smaller {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.Pager {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #18479f;
	font-weight: bold;
	}

.Dropdown {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	width: 190px;
}

.DropdownSmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.RowBars {
	background: url(images/bars.gif) no-repeat right;
}

.RotatorName {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #18479f;
	font-weight: bold;
}

.RotatorPrice {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.RotatorOffice {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c6c6c;
}
.RotatorComment {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	font-weight: bold;
}

/* Listing */

.BlueBackground {
	background: url(images/blue-bkg.jpg) repeat-y right;

}

.ListingLength {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	font-weight: bold;
}

.ListingModel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.ListingText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.ListingOffice {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #18479f;
	font-weight: bold;
}

.ListingPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #de0300;
	font-weight: normal;
}

.ListingPrice2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #de0300;
	font-weight: normal;
	font-weight: bold;
}

.ListingRowPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #de0300;
	font-weight: normal;
	background: url(images/listing-bars.gif) no-repeat right;
}

.ListingRowDetails {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18479f;
	font-weight: bold;
	background: url(images/listing-bars.gif) no-repeat right;
	line-height: 35px;
}

/* rollover buttons */

.rollover a {
   display: block;
   text-align:center;
   width: 105px;
   margin: 1em 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.ArrowRight a {
   display: block;
   text-align:center;
   width: 26px;
   margin: 0;
   padding: 0;   
   background: url("images/arrow-right.gif") 0 0 no-repeat;
}

.ArrowRight a:hover {
   background-position: 0 -52px;
}

.ArrowRight a:active {
   background-position: 0 -104px;
}

.ArrowLeft a {
   display: block;
   text-align:center;
   width: 26px;
   margin: 0;
   padding: 0;   
   background: url("images/arrow-left.gif") 0 0 no-repeat;
}

.ArrowLeft a:hover {
   background-position: 0 -52px;
}

.ArrowLeft a:active {
   background-position: 0 -104px;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/scripts/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/scripts/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


