/* CSS Document */
* { margin:0; padding:0; }

body, table, input, textarea, select {font-family: Verdana, Arial, Helvetica, sans-serif;}
body {margin:0; padding:0; font-size:76%; background-color:#CFDA7C; background-image:url(/siteadmin/images/wallpaper2.jpg); background-repeat:no-repeat; background-position: center top;}
/* body {margin:0; padding:0; font-size:76%; background-color:#878889;} */
h1{ font-size:1.5em; font-weight:normal; margin:0.7em 0; padding: 5px 2px 2px; }
h2{ font-size:1.3em;font-weight:bold;margin:0.6em 0; padding: 5px 2px 2px; }
h3{ font-size:1.15em;font-weight:bold;margin:1em 0 0.5em 0; padding: 5px 2px 2px; } 
h4{ font-size:1.1em;font-weight:bold;margin:0.5em 0; padding: 5px 2px 2px; } 
h5{ font-size:1.0em;font-weight:bold;margin:0.4em 0; padding: 5px 2px 2px; } 
h6{ font-size:1.0em;font-weight:bold;margin:0.4em 0; padding: 5px 2px 2px; }

p{ font-size:1.0em; } 

strong, b{ font-weight:bold; }
pre{ font-family:monospace;font-size:1.0em; }
br.clear { clear: both; height: 1px; display: block; position: relative; width: 100%;}
hr { display:none } /* all hr's added to mark-up purely for semantic seperation for browsers without CSS support */


/* ========== links ========== */
a { color: #21459D; }
a:link { color: #21459D; }
a:visited { color: #78209D; }
a:focus { color: #494DD8; }
a:hover { color: #494DD8; }
a:active { color: #494DD8; }



/* ========== lists ========== */
ul li{list-style-type:none;}
li{font-size:1.0em;}
ul.tabs { margin: 1em 0 0 3px; }
ul.tabs li{display: inline;padding: 3px 8px 5px;margin:0;border:1px solid #CCC;font-size: 0.9em;background-color: #ECF0CA; font-weight: bold;}



/* ========== tables ========== */
table{font-size:0.9em; padding: 0; margin: 0; border: 1px solid #E1E1E1; border-collapse: collapse; clear: both;} 
th { border: 1px solid #E1E1E1; background-color: #E9E9E9; padding: 4px 4px; margin: 0;}
td { border: 1px solid #E1E1E1; padding: 4px 4px; vertical-align: top; margin: 0;}
tr.alt td { background-color: #F2F2F2; }
td.td_right { text-align: right; }
td.center { text-align: center; }
table.full_width { width: 100%; margin-bottom: 0.5em; }
table td.label { width: 20%; background-color: #EFF2D2; text-align: right; }
table img { border: 0; margin: 0; padding: 0; vertical-align: middle;
}



/* ========== forms ========== */
form {  }
input{ font-size:0.9em; width: 250px; padding: 1px;}
input.short_input, input.short{width: 100px;}
input.long_input, input.long{width: 100%;}
input.file{ width: 200px;}
input.tick{ width: auto; margin-right: 3px;}
input.button{ width: auto; }
form input.button{ width: auto; }
select{ font-size:0.9em; padding: 1px;}
textarea{ font-size:0.9em; width: 95%; padding: 1px;}
form .required { font-size:0.9em; color: #990000; }


/* ========== images ========== */
img { }
img.imgleft { margin:0 1em 0.5em 0; }
img.imgright { margin:0 0 0.5em 1em; }



/* ========== container ========== */
.container {width: 980px;text-align:left;padding: 0px;margin: 0 auto;border-left: 1px solid #999;border-right: 1px solid #999;background-color: #FFFFFF;	
}



/* ========== various useful styles ========== */
.hide { display: none; }
.off {position:absolute !important;top:-1000em !important;left:-1000em !important;} /* not for graphical browsers - stuff for screenreaders and non-css browsers */
.left, .imgleft { float: left; }
.right, .imgright { float: right; }
.clear { clear: both; height: 0;}

.first { margin-top: 0 !important; }
.last { margin-bottom: 0 !important; }
.inlineList * { display: inline; }
.small { font-size: 0.65em; }
.center { text-align: center; }
.active { color: #9CAE20;}
.inactive { color: #FF0000; }


/* ========== clearfix ========== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ========== messages and error messages ========== */
.message {
	color: #666;
	padding: 5px 30px;
	border: 2px solid #AAC111;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #F5F5F5;
	background-image: url(/siteadmin/images/message_success.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
}
.error {
	color: #666;
	padding: 5px 30px;
	border: 2px solid #FF0000;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	background-image: url(/siteadmin/images/message_fail.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
}
#main .error h2 {
	background-image: none;
	margin: 0;
	padding: 0;
}



/* ========== header ========== */
#logoHomeLink { display: block; width: 450px; height: 100%; } /* position clickable link to home over logo in header */
#header {
	background-color: #EEEEEE;
	margin: 5px auto 0;
	padding: 0;
	border-top: 1px solid #999;
	position: relative;
}
#header img {
	float: left;
	padding: 5px;
}
#header h1 {
	padding: 4px 0 2px;
	margin: 0;
}
#header h2 {
	padding: 2px 0;
	margin: 0;
	font-style: italic;
}
#header p {
	position: absolute;
	top: 0; right: 0;
	text-align: right;
	padding: 5px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4em;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header #username {
	font-weight: bold;
}
#headerBottom {
	background-image: url(/siteadmin/images/main_bg-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}

/* ========== topmenu ========== */
#topmenu {
	background-color: #EEEEEE;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #E1E1E1;
	font-size: .9em;
}
#topmenu ul {
	padding: 0;
	margin: 0;
}
#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}
#topmenu li a {
	float: left;
	margin: 0;
	padding: 7px 5px;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #F7F7F7;
}
#topmenu li a:hover {
	background-color: #E1E1E1;
	text-decoration: underline;
}

/* ========== footer ========== */
#footer {
	margin: 0 auto 0;
	padding: 5px 0;
	background-color: #EEEEEE;
	text-align: right;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
}
#footer p {
	padding: 5px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerTop {
	background-color: #FFFFFF;
	background-image: url(/siteadmin/images/main_bg-bot.jpg);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 auto;
	padding: 0;
}
#footer #return_to_website {
	padding-left: 25px;
	background-image: url(/siteadmin/images/return_to_website_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}


/* ========== menu ========== */
.menu {
	float: left;
	display: inline; /* to fix ie double margin bug */
	margin: 0;
	border: 0;
	width: 160px;
	height: 1%;
	background-color: #EEEEEE;
	font-size: 0.9em; 
}
.menu h3 {
	margin: 8px 0 5px;
	padding: 2px;
	color: #FFFFFF;
	background-color: #666666;
}
.menu p {
	margin: 0;
	padding: 2px;
}
.menu ul {
	border-top: solid 1px #E1E1E1;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #E1E1E1;
	background-color: #F5F5F5;
}
.menu li.last {
	border-bottom: 0;
}
.menu li ul {
	margin: 0;
}
.menu li a {
	padding: 5px;
	display: block;
	color: #000;
	text-decoration: none;
}
.menu li a:hover {
	background-color: #E1E1E1;
}
.menu li ul li a {
	padding-left: 15px;
	display: block;
}

/* ========== main ========== */
#main {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(/siteadmin/images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow:hidden;
	clear: both;
	min-height: 400px;
}

#main h1 { border-bottom: 1px solid #CCCCCC; }
#main h2 { border-bottom: 1px solid #CCCCCC; }
#main h3 { border-bottom: 1px solid #CCCCCC; } 


/* ========== content ========== */
.content {
	float: right;
	display: inline; /* to fix ie double margin bug */
	width: 795px;
	margin: 0 10px 0 5px;
	background-color: #FFF;
}
.content p {
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.4em;
}
.content li {
	margin: 0;
	padding: 2px 0 2px 0;
	line-height: 1.6em;
}
.content li ul li {
	margin: 0;
	padding: 2px 0 2px 20px;
	line-height: 1.6em;
}
.content a { color: #6B7812; }
.content a:link { color: #6B7812; }
.content a:visited { color: #6B7812; }
.content a:focus { color: #6B7812; }
.content a:hover { color: #6B7812; }
.content a:active { color: #6B7812; }
.content a {
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content p.breadcrumbs {
	font-size: 0.9em;
}
.content p.breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.content p.breadcrumbs a:hover{
	color: #000;
	text-decoration:underline;
}
/* ========== property additions ========== */
.prop_view_scroller{
	width:793px;
	height:175px;
	background-color:#FFF;
	overflow:auto;
	padding:0;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.prop_view_table_head{ width:795px; border:0;}
.prop_view_table_head th.th_ref{ width:70px;}
.prop_view_table_head th.th_address{ width:490px;}
.prop_view_table_head th.th_price{ width:70px;}

.prop_view_table{ width:773px; border:0;}
.prop_view_table td.td_ref{ width:55px;}
.prop_view_table td.td_address{ width:490px;}
.prop_view_table td.td_price{ width:70px;}




