@charset "utf-8";
@import "global.css";

/*******************************************************************************
*  print.css : 21.06.2005
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

/** Global **/
* {
    margin:0;
    padding:0;
}
h2 {
	font:bold 1.8em/1.4 Georgia, Times, serif;
	color:#7E9579;
}
h3 {
	font:bold 1.2em/1.6 Georgia, Times, serif;
	color:#845697;
}
h4 {
	font:bold 1.1em/1.8 Georgia, Times, serif;
	color:#000;
}
/* links */
a {
	color:#2363D3;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#CED7CC;
	text-decoration:none;
}
/* formatting */

/** end global **/

/* setting the base font size to 90% allows even scaling by the user while keeping font-size 'xx-small' legible */
body {
	font-size:90%;
}

#container {
    margin:0 auto;
	width:98%;
    min-width:40em;
    max-width:70em;
	border-width:0 10px;
}

#container:after, #sub:after {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
}
* html #content {
	height:1%;
}

/** hiding of elements for assistive devices (screen readers etc) **/
.off {
	position:absolute;
	left:-1000em;
	top:-1000em;
}
/* <hr />'s added to mark-up for browsers without CSS */
.hidden {
	display:none
}
/* Hide from printer */
.printhide {
	display:none;
}
.screenHide
{
	display:block;
}
/** Containers **/
#centercolumn {
	font: 1em/1.5 arial, verdana, sans-serif;
	word-spacing:.1em;
	margin-bottom:1em;
}

/* Columns */
#centercolumn {
}
#content {
}
#leftcomlumn {
	display:none;
}

/** Title **/
#logo {
	display:none;
}
#header {
	display:none;
}
 
/** Main Col Contents **/
#content p {
	margin:.5em 2% .5em 0;
}

/** Left Col Contents**/
#leftcomlumn {
	color:#fff;
	font-size:1em;
}
#leftcomlumn h2 {
	font:bold 1.2em/1.8 Georgia, Times, serif;
	color:#fff;
}
/** Footer **/
#footer {
	display:none;
}

/** PropertyDisplay.aspx **/
.propertydisplaytitle {
	padding-top:20px;
}
.propertydisplayimage {
	text-align:right;
	padding-right:10px
}
.propertydetails {
	color:#8B9F86;
	font-weight:bold;
}
/** Search.ascx **/
.search_table {
	width: 75%;
}
.ddl_search {
	width:100%;
}
.textbox_search {
	width:92%;
}
.keywordsearch {
	margin-left:-2px;
}
.textbox_keywordsearch {
	width:100%;
}
.button_search {
	width:102%;
	margin-left:-1%;
}
.pnlAdvanced {
	color:#fff;
	font-size:.7em;
}
/** PropertyFilter.aspx **/
#dlProperties {
	border:0 none #FFFFFF;
}
ul#propertylist {
	list-style:none;
	text-align:left;
	border:2px 0 4px 0 solid #DBE6D5;
	margin:5px 0 1em;
}
#propertylist li {
    list-style:none;
    width:100%;
    float:left;
	display:block;
    text-align:left;
	background:#EAF0E6;
}
* html #propertylist li {
	/** IE/PC hack due to haphazard line breaks when combined widths = 100% **/
	\width:99.9%;
}
#propertylist a {
	display:block;
	font:bold 1em/2.4 Arial, tahoma, verdana, sans-serif;
	text-decoration:none;
	color:#845697;
	margin:1px;
	border-bottom: 1px solid #FFF;
}
#propertylist a:focus, #propertylist a:hover, #propertylist a:active {
	border:1px solid #7E9579;
	margin:0 0 1px 0;
	color:#7E9579;
	background:#DBE6D5;
}
#propertylist_left {
	width:72%;
	float:left;
}
#propertylist_right {
	width:25%;
	float:right;
}
#dlProperties {
	cursor:pointer;
	font:bold .9em/2.4 Arial, tahoma, verdana, sans-serif;
	color:#845697;
	background:#EAF0E6;
}
.dlProperties_item {
	border-bottom:1px solid #fff;
}
.dlProperties_paging {
	font-size:.8em;
	background:#fff;
	color:#CED7CC;
}


/******************************************************************************/