/* CSS for PropertyHub webware */
/* by Tanja Rosteck and Robert Brekke */


* {
  padding: 0;
  margin: 0;
}

html, body {
  margin: 0;
  padding: 10px;
  background: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
}

h1 {
  font-size: 1.8em;
  font-style: italic;
  color: #820f00;
  padding: 40px 0 0 50px;
}

h2 {
  font-size: 1.3em;
  color: #000066;
  padding: 10px 0 0 55px;
}

h3 {
  font-size: 1.6em;
  color: #000066;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 12px;
}

h4 {
  font-size: 1.2em;
  color: #660000;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 10px;
}

a, a:link {
  color: #ec5f35;
}

a:hover {
  color: #91c13c;
}

#content p {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

ul {padding-left:20px;}
ol {padding-left:35px;
}
/* Page blocks */

#container {
  margin: 0 auto;
  padding: 0;
  width: 780px;
  background: #fff;
  border: 1px solid #333;
  text-align: left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.8em;
}

#header {
  border-bottom: 1px solid #333;
  height: 125px;
  background: url(images/banner.jpg) no-repeat top right #fff;
}

#subheader {
  border-bottom: 1px solid #333;
  padding: 8px;
  height: 30px;
  background: #666;
}

#navigation {
  float: left;
  width: 160px;
  padding: 0;
  background-color: #fff;
  list-style: none;
}

#content {
  margin-left: 165px;
  border: none;
  padding: 10px 20px;
  background-color: #FFF;
  border-left: dotted 1px #666;
  min-height: 350px;
  height: expression(this.scrollHeight > 350 ? "auto":"350px");
  line-height: 1.5;
}

#footer {
  background-color: #999;
  padding: 8px;
  border-top: 1px solid #000;
  text-align: center;
  font-style: italic;
  color: #fff;
  clear: both;
}

#subheader a, a:visited {
  color: #a2f4fb;
}

#subheader a:hover {
  color: #ebef32;
}

table.subhead {
  width: 100%;
  background: #666;
  border: none;
}

td.subleft {
  font-style: italic;
  color: #ebef32;
  text-align: left;
}

td.submiddle {
  color: #FF6347;
  text-align: center;
}

td.subright {
  font-style: italic;
  color: #fff;
  text-align: right;
}


/* Styling for paragraphs, text areas, elements etc */

.indented {
  padding-left: 24px;
}

.indented li {
  padding: 4px 0;
}

.checkbox_list li {
   list-style-type: none;
   padding: 6px 0 0 24px;
}

.box {
   border: 1px dotted #333;
   padding: 12px;
}

.box p {
   color: #990000;
   font-style: italic;
   padding: 0;
}

.shaded {
  font-weight: bold;
  background: #E1E1E1;
}

.message {
  font-weight: bold;
  color: red;
}

.small {
  font-size: 11px;
}

hr {
   color: #82983e;
   background: #82983e;
   width: 75%;
   height: 1px;
   text-align: center;
   margin: 24px auto;
}


/* Automatically display a PDF icon for PDF file links */

a[href $='.pdf'] {
   padding-right: 16px;
   background: transparent url(images/icon_pdf.gif) no-repeat right;
}


/* qTip for Admin e-mail routing */
a.tooltip {background: #FFC;}

div#qTip {
	padding: 6px;
	border: 2px solid navy;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: Maroon;
	color: White;
	font: 14px Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}


/* Image frames in content area */

div.thumb {
  margin: 6px 16px 6px 6px;
  border: 1px solid #A0ACC0;
  height: auto;
  float: left;
  text-align: center;
}

.thumb img{
  display: inline;
  margin: 5px;
  border: 1px solid #A0ACC0;
}

.thumb a:hover img {border: 1px solid black;}

.photocattitle {text-align: center; font-weight: bold;}

.phototitle {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 0 3px 3px 3px;
}


/* Styling for tables like change log, strata member info, etc */

table.changelog {
  text-align: left;
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  width: 100%;
  background-color: #fafafa;
  border: 1px #6699CC solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

td.helpHed {
  border-bottom: 2px solid #6699CC;
  border-left: 1px solid #6699CC;
  background-color: #BEC8D1;
  text-align: left;
  text-indent: 5px;
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #404040;
}

td.helpBod {
  border-bottom: 1px solid #9CF;
  border-top: 0px;
  border-left: 1px solid #9CF;
  border-right: 0px;
  text-align: left;
  text-indent: 10px;
  font-family: Verdana, sans-serif, Arial;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
  background-color: #fafafa;
  padding: 6px 0;
}


/* Styling for forms like strata member info edit, etc */

table. formlayout {
   width: 90%;
}

td.labelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #82983e;
   width: 50%;
   text-align: right;
   padding: 0 8px 0 0;
}

td.inputstyle {
	border: 1px solid #fff;
	background: #fff;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	color: #454743;
}
.PropertyHub #sidebar1 {
	float: left;
	width: 23%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	/*font: 85% Verdana, Arial, Helvetica, sans-serif;*/
	/*background-color:#000000*/
}
.PropertyHub #sidebar1 h3, .PropertyHub #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


/* Menus */
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 0; height: 100px; font-size: 10pt; font-family: verdana; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 11em; }
.menu li { background-color: #708dab; float: left; }
.menu li.sub { background-color: #708dab; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px solid #fff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 11em; color: #ebef32; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 11em; }
* html .menu a:hover { color: #666; background-color: #f8b414; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #666; background-color: #f8b414; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #666; background-color: #f8b414; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 9em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }


/*end*/