@font-face
{
	font-family: 'Optima';
	src: url(optima.ttf) format("truetype");
}

body
{
	margin: 0;
	background: #444A52;
	color: #D7E0E9;
}

body, td
{
	font-family: Century Gothic, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

img
{
	border: 0px;
}

select, input, textarea
{
	font-family: Century Gothic, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

form
{
	display: inline;
}

a
{
	text-align: left;
	text-decoration: none;
	color: #004A5C;
}
a:hover
{
	text-decoration: none;
	color: #5CB8BD;
}

h1
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 2px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #000;
}

h2
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 2px;
	text-align: left;
}


h3
{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	margin: 0px;
	text-align: left;
}

h3 a
{
	color: white;
	border-bottom: 1px solid #6AD0D6;
}

h3 a:hover
{
	border-bottom: none;
}

hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #eee;
	background-color: #eee;
}


blockquote{
	padding: 15px;
	border: 1px dashed #ccc;
}

li
{
	list-style-type: square;
	list-style-position: inside;
}


/* stripedtable */

table.striped {
	border-top: 1px solid #CBDDE1;
	border-left: 1px solid #CBDDE1;
	border-bottom: 1px solid #CBDDE1;
	border-spacing: 0px;
}

* html table.striped {
	border-collapse:collapse;
}

table.striped tr td{
	padding: 5px;
	background: #EBF1F3;
	border-right: 1px solid #CBDDE1;
}

table.striped thead td{
	background: url('../../graphics/bg-tableheader.gif');
	
}

table.selectable tbody tr{
	cursor: pointer;
}

head:first-child+body table.striped tr.ruled td{
	background-color: #DDE8EC;
}

table.striped tbody tr.even td{
	background: #F6F9FA;
	
}

table.selectable tbody tr.disabled
{
	font-style: italic;
	color:#999;
	cursor: default;
}

/* --------------- */



/* autobutton */


.button a
{
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #999;
	border: none;
	text-decoration: none;
	color: black;
	
	padding: 10px 11px 10px 11px;
}

.button-mid
{
	padding-top: 4px;
	text-align: center;
}

.button a:hover, .button-hover
{
	color: white;
}


.button_small a
{
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px black;
	border: none;
	text-decoration: none;
	color: white;
	
	padding: 8px 8px 10px 8px;
}

.button_small-mid
{
	padding-top: 3px;
	text-align: center;
}





.button_large a
{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #666;
	border: none;
	text-decoration: none;
	color: black;
	
	padding: 20px 11px 16px 11px;
}

.button_large a:hover, .button_large-hover
{
	color: white;
}

.button_large-mid
{
	padding-top: 14px;
	text-align: center;
}

/* /autobutton */

.body_inner_page
{
	background: #444A52 url('../../graphics/v13.1/inner-bg.png') repeat-x;
}

.topstripe
{
	background: url('../../graphics/v13.1/darken20pct.png');
	height: 37px;
}

.footer
{
	margin-top: 30px;
	background: url('../../graphics/v13.1/darken20pct.png');
}

.footer_table a, .footer_table td a
{
	/*color: #95CAD7;*/
	color: #D7E0E9;
	font-size: 10px;
	line-height: 14px;
	white-space: nowrap;
}

.footer a:hover, .footer td a:hover
{
	color: white;
}


.box_error
{
	background: #F4D0D0;
	border: 1px solid #BC4343;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: black;
}

.box_success
{
	border: 1px solid #ACD7AF;
	background: #D2F3D4;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: black;
}


/* topstripe */

.previous_searches_table thead
{
	
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.previous_searches_table td
{
	padding: 5px 15px 5px 15px;
	
	border-bottom: 1px solid #555;
}

.shortlist_link
{
	font-size: 11px;
	letter-spacing: 3px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
}

/* ----- */

.searchresult
{
	width: 923px;
	height: 275px;
	background: url('../../graphics/v13.1/searchresult-bg.png');
	margin-top: 10px;
	overflow: hidden;
}

.searchresult, .searchresult td, .searchresult h3 a
{
	color: #333;
}

.searchresult a:hover
{
	color: #333;
}

.body_featureproperties
{
	background: #0E4856 url('../../graphics/v13.1/inner-bg.png') repeat-x;
}

.body_sold
{
	background: #500705 url('../../graphics/v13.1/inner-bg.png') repeat-x;
}

.body_rentals
{
	background: #263854 url('../../graphics/v13.1/inner-bg.png') repeat-x;
}

.google_map_infowindow
{
	width: 600px;
	height: 260px;
	overflow: auto;
}

.google_map_infowindow, .google_map_infowindow td
{
	font-size: 11px;
}


.agentbox
{
	width: 424px;
	height: 178px;
	background: url('../../graphics/v13.1/agentbox-bg.png');
}

.agentbox, .agentbox td
{
	color: #333;
}

.officebox
{
	margin: 20px 0 20px 0;
	padding: 20px;
	background: url('../../graphics/v13.1/darken50pct.png');
}

.officebox, .officebox td
{
	color: white;
}

.agentprofile_header
{
	background: url('../../graphics/v13.1/darken50pct.png');
	padding: 20px;
}

.agentprofile_header a, .officebox a
{
	color: #6AD0D6;
}

.agentprofile_header a:hover, .agentprofile_header a:hover
{
	color: #95EDF2;
}

.whitepage_content
{
	padding: 0 0 0 40px;
	width: 836px;
}

.whitepage_content, .whitepage_content td
{
	color: #333;
	text-align: justify;
}

.whitepage_content h1
{
	text-shadow: none;
}

.metadata_sidebar a
{
	color: white;
}

.metadata_sidebar a:hover
{
	color: #5CB8BD;
}

.viewlisting_contactbox_content
{
	padding-left: 30px;
	width: 320px;
}

.viewlisting_contactbox_content, .viewlisting_contactbox_content td
{
	color: #333;
}

.viewlisting_contactbox_content h1
{
	text-shadow: none;
}

.txt_white_on_dark a
{
	color: white;
}

.txt_white_on_dark a:hover
{
	color: #D7E0E9;
}

.contactus_officelinks
{
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.contactus_officelinks a
{
	color: white;
}

.contactus_officelinks a:hover
{
	color: #5CB8BD;
}

.buyingpage-yellowheader
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 2px;
	font-weight: normal;
	color: white;
	background: #CAA300;
	padding: 2px 0 2px 10px;
	margin-top: 30px;
}
