﻿body
{
	margin-top: -4px;
	font-size: 11px;
	font-family: Verdana;
}

A
{
	text-decoration: none;
	color: #003399;
}
A:link
{
	text-decoration: none;
	color: #003399;
}

A:visited
{
	text-decoration: none;
	color: #003399;
}

A:active
{
	text-decoration: none;
	color: #003399;
}
A:hover
{
	text-decoration: none;
	color: #009999;
}

.textbox
{
	border-right: #cdcdcd 1px solid;
	border-top: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	font-size: 1.1em;
}

select
{
	border-right: #cdcdcd 1px solid;
	border-top: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	font-size:1.1em;
}

p
{
	font-size: .95em;
	margin: 5px 5px 10px 5px;
}

input.button
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #cdcdcd;
	font-size: .90em;	
	color: #000000;
}

input.buttonBlue
{
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	background-color: #006ab6;
	font-size: .90em;
	font-weight: bold;	
	color: #ffffff;
}

.tablebase
{
	border-right: #cdcdcd 1px solid;
	border-top: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-right: 3px;
}

.tablebase td
{	
	padding-top:2px;		
	font-size:.93em;	
}

#map
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	margin-top: 5px;
	margin-left: 2px;
	border-bottom: #dcdcdc 1px solid;
	width: 510px; 
	height: 300px
}

#header{left: 5px; position: relative; top: 0px}
#navbar{left: 0px; position: relative; top: -20px}
#quicksearch
{
	width: 615px;
	left: 5px;
	position: relative;	
	font-weight: bold;
	font-size: 1em;
	background-color: #9d9ea2;
	margin-bottom:7px;
	margin-top:7px;
	padding:3px;
}
#quicksearch .headerdate
{
	font-weight: bold;
	font-size: .90em;
	
}

#footer
{
	width: 98%;
	text-align: right;
	font-size: .9em;
	margin: 5px;
	padding-right: 10px;
}

#mastertable
{
	width: 700px;
	left: 0px;
	position: relative;
	border-right: #cdcdcd 2px solid;
	border-top: #cdcdcd 2px solid;
	border-left: #cdcdcd 2px solid;
	border-bottom: #cdcdcd 2px solid;	
}

#mastertable .container
{	
	background-image: url(images/header-container.jpg) !important;
	border-right: #cdcdcd 1px solid;
	border-top: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-right: 3px;
}

#mastertable .container .header 
{
	font-size:.95em;
	/*background-color:#3084C2 !important;*/
}

#mastertable .container .header td
{	
	background-image: url(images/diamonds-container.jpg);	
	background-repeat: no-repeat;
	background-position: right;
	height:20px;  	
	font-weight: bold;
	font-size:1em;
	color:#ffffff;
	padding-left:3px;
}

/*For IE 6 Browsers */


#mastertable .container .header td.noimage
{
	height:20px;
	font-weight: bold;
	font-size:1em;
	color:#ffffff;
	padding-left:3px;
}

html>body #mastertable .container .header td{height:24px; /* For Other Browsers */}
html>body #mastertable .container .header td.noimage{height:24px; /* For Other Browsers */}

/*For IE 6 Browsers */
* html #mastertable .container .header td.noimage{height:20px;}
* html #mastertable .container .header td{height:20px;}

/*For IE 7 Browsers */
*+ html #mastertable .container .header td.noimage{height:20px;}
*+ html #mastertable .container .header td{height:20px;}

#mastertable .container td
{	
	padding-top:2px;		
	font-size:1em;	
}

#mastertable .leftpanelborder
{
	border-right: #cdcdcd 2px solid ! important;
	vertical-align: top;
}

.leftpanelborder
{
	border-right: #cdcdcd 2px solid ! important;
	vertical-align: top;
}

#myfavorites
{
	vertical-align: top;
	width:100%;
}
#myfavorites .favheader
{
	font-size:1.1em;
	text-transform: uppercase;
	color: #006ab6;
	height:25px;
	text-align: center;
	border-bottom: #cdcdcd 2px solid;	
	background-position: right;
	font-weight: bold;
	background-image: url(images/diamond-small.jpg);
	background-repeat: no-repeat;
}
#myfavorites .favbody
{
	border-bottom: #cdcdcd 2px dotted;
	height:120px;
}

#myfavorites li
{
	margin:2px;
	color:#006ab6;
	padding-left:-20px;
	padding-top:10px;
	font-size:.9em;
	position:relative;
}

#mastertable .ads
{
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: top;
	text-align: center;
}

#ads-bottom
{
	width: 100%;
	text-align: center;
	padding-top:10px;
	padding-bottom:5px;
}

#rentalresults{}
#rentalresults A
{
	text-decoration: underline;
	color: #003399;
}
#rentalresults A:link
{
	color: #003399;
}

#rentalresults A:visited
{
	color: #003399;
}

#rentalresults A:active
{
	color: #003399;
}
#rentalresults A:hover
{
	color: #009999;
}

.rentalunits
{
	border-right: #9d9ea2 1px solid;
	border-top: #9d9ea2 1px solid;
	border-left: #9d9ea2 1px solid;
	border-bottom: #9d9ea2 1px solid;
	width:100%;
}

#popuptable
{
	margin-top:5px;
	width: 400px;
	left: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#popuptable .container
{
	background-image: url(images/header-container.jpg);
	border-right: #cdcdcd 1px solid;
	border-top: #cdcdcd 1px solid;
	border-left: #cdcdcd 1px solid;
	border-bottom: #cdcdcd 1px solid;
	background-repeat: repeat-x;
	margin-bottom: 3px;
	margin-right: 3px;
}

#popuptable .container .header 
{
	font-size:.95em;
}

#popuptable .container .header td
{
	background-image: url(images/diamonds-container.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height:20px; /* For IE Browsers */	
	font-weight: bold;
	font-size:1em;
	color:#ffffff;
	padding-left:3px;
}


html>body #popuptable .container .header td{height:24px; /* For Other Browsers */}

#popuptable .container td
{	
	padding-top:2px;		
	font-size:.93em;	
}

.termsofuse
{
	border: #006ab6 1px solid; 
	overflow: auto;
    width: 90%; 
    height:60px;
}

.disclaimer
{	
	padding-top:3px;		
	font-size:.78em ! important;	
}

#tooltip
{
	position: absolute;
	width: 200px;
	border: 2px solid black;
	padding: 2px;
	background-color: #dcdcdc;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.QuickSearchTable{
    border:solid 1px #CDCDCD;
    background-color:#E8E8E9; 
    width:100%;
    margin-bottom:5px;
}

legend {
	color: #003333;
}
fieldset{
	margin-bottom: 10px;
	-moz-border-radius: 10px; /* mozilla only */
}