/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#000000;
	background-image:url(images/bgBody.gif);
}

a, a:visited{
	text-decoration:underline;
	color: #054228;
}

a:hover{
	text-decoration:underline;
	color: #0E6A43;
}

form{
	margin:0;
	padding:0;
}

hr{
	clear:both;
	margin:10px 0 10px 0;
	padding:0;
}

input, select, textarea{
	font-size:10px;
	margin:2px 5px 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.checkbox{
	margin:4px 2px 0px 0;
}

input.txtEmail {
	width:175px;
}

input.deceasedDate{
	font-weight:bold;
	color:#FFFFFF;
	background: #F8090A;
	font-size:10px;
	margin:2px 5px 5px 0;
}
input.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 20px;
	margin: 3px 0px 3px 0px;
}

button{
	font-size:10px;
	margin:0 5px 0px 0;
	padding:0 4px 1px 4px;
	background:url(images/bgButton.gif) top left no-repeat;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #9D998C;
	border-bottom:1px solid #858276;
	border-left:1px solid #FFFCF5;
	text-decoration:none;
	color: #054228;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


dt {
   clear:both;
   width:63%;
   float:left;
   text-align:right;
   margin:0;
   font-weight:bold;
}

dd{
   float:left;
   width:36%;
   margin:0 0 0 2px;
}  

/*---disabled form styles------------------------------------*/

form.disabled input, form.disabled select, form.disabled textarea{
	font-size:10px;
	margin:2px 5px 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#DCD8C5;
	color:#66655D;
	border-width:0px;
}

#parentDiv{
	width:721px;
	margin:10px auto 10px auto;
	padding:0;
	border:1px solid black;
	background: #FFFFFF url(images/bgParentDiv.gif) repeat-y;
	text-align:left;
	}
#parentDiv:after { content: ""; display: block; height: 0; clear: both; }

#userInfo{
	width:721px;
	height:89px;
	background:url(images/bannerTop.jpg) no-repeat;
	color:#003366;
	padding:0 0 0 0px;
	text-align:left;
}

#userInfo p{
	padding:38px 0 0 480px;
	margin:0;
}

#mainNav{
	width:500px;
	height:25px;
	margin:0;
	padding:0;
	background-color:#CCC9BA;
	background: url(images/navSeal.gif) top left no-repeat;
	text-align:left;
}

#mainNav ul {
	padding:0;
	height:25px;
	margin:0 0 0 140px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float:left;
	width:581px;
	background-color:#CCC9BA;
	}

#mainNav ul li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#mainNav ul a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	width: 95px;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	background-color:#CCC9BA;
	}
	
#mainNav ul a:hover {
	background-position: 0 -25px;
	}
#chapters a  {
	background: url(images/navChapters.gif) top left no-repeat;
	}
#alumni a  {
	background: url(images/navAlumni.gif) top left no-repeat;
	}
#reports a  {
	background: url(images/navReports.gif) top left no-repeat;
	}
#tools a  {
	background: url(images/navTools.gif) top left no-repeat;
	}
#home a  {
	background: url(images/navHome.gif) top left no-repeat;
	}
#search a  {
	background: url(images/navSearch.gif) top left no-repeat;
	}
#logout a  {
	background: url(images/navLogout.gif) top left no-repeat;
	}

#navDivider{
	background: url(images/bgNavDivider.gif) no-repeat;
	width:721px;
	height: 6px;
	margin:0;
}

#bottomSeal{
	background: url(images/navSeal2.gif) no-repeat;
	width:140px;
	height: 22px;
	margin:0;
}

/* \*/* html #navDivider {margin-bottom:-7px;}/* */

#subNav{
	float:left;
	width:140px;
	text-align:left;
}

#subNav ul {
	padding:0;
	width:140px!important;
	width /**/:156px; /* for IE5/Win only */
	margin:33px 0 0 0!important;
	margin-left /**/:-16px; /* for IE5/Win only */
	list-style: none;
	overflow: hidden;
	border-top:1px solid #CDCABB;
	}

#subNav  ul li {
	margin: 0; 
	padding: 0 0 0 0;
	height: 25px;
	width:100%;
    list-style: none;
	border-bottom:1px solid #CDCABB;
	}
/* \*/* html #subNav  ul li{height:23px;}/* */

#subNav  ul a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:2px 0 0 15px;
	width:100%;
	height: 100%;
	display:block;
	background:url(images/bgSubNav.gif) top left no-repeat;
	}
	
#subNav ul a:hover {
	background-position: 0 -51px;
	color:black;
	}
#subNav ul a#current{
	background-position: 0 -26px;
	color:#000000;
}

#subNav form.Search1{
	background:url(images/bgForm.gif) top left no-repeat;
	width:129px;
	height:48px;
	font-size:10px;
	margin: 25px 0 15px 5px;
	padding:3px 0px;
}

#subNav form.Search2{
	background:url(images/bgForm2.gif) top left no-repeat;
	width:129px;
	height:126px;
	font-size:10px;
	margin: 25px 0 15px 5px;
	padding:3px 0px;
}

#subNav form strong{
	margin:0px 0 0 10px;
	padding:0;
}

#subNav form input{
	margin:2px 0 0 6px;
}
	
#content{
	width:581px;
	margin:5px 0 0 0!important;
	margin /**/:-313px 0 0 70px; /* for IE5/Win only */
	padding:0;
	float:left;
}

#clientHeader{
	width:550px;
	background-image:url(images/bgBar_wCorner.gif);
	margin: 0px 0 6px 15px;
	border-bottom:1px solid #CDCABB;
}

#clientHeader a, #clientHeader a:visited{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#clientHeader a:hover{
	font-size:10px;
	color: #CC0000;
	text-decoration:underline;
}

#clientHeader p{
	font-weight:bold;
	padding:5px 0 5px 20px;
	margin:0;
	line-height:10px;
}
.infoBoxTop{
	width:566px;
	height:11px;
	line-height:0;
	background:url(images/bgContentBoxTop.gif) top left no-repeat;
}
.infoBox{
	width:565px;
	background-color:#EEEBDC;
	border-right:1px solid #CDCABB;
	border-bottom:1px solid #CDCABB;
	margin-top:0;
        padding-bottom:15px;
	vertical-align:top;
        float:left;
        display:inline;
}
/* \*/* html .infoBox{margin-top:-4px;}/* */

.savePanel{
	background:#EEEBDC;
	width:530px;
	margin:0 0 0 15px;
	padding:10px 0 20px 0;
	text-align:center;
}

#clientDetails{
	background:url(images/bgClientDetails.gif) repeat-y;
	width:530px;
	height:70px;
	margin:0 0 0 15px;
	padding:10px 0 12px 0;
	border-left:1px solid #CDCABB;
	border-right:1px dotted #B8B5A7;
	border-top:1px solid #F5F3E7;
	border-bottom:1px solid #CDCABB;
}
#clientAddress{
	float:left;
	display:inline;
	width:250px;
	margin:0 0 0 20px;
}
#jobStatus{
	float:left;
	display:inline;
	width:200px;
	margin:0 0 0 30px;
}
#accountStatus{
	width:210px;
	margin:0 10px 0 0;
	clear:right;
	float:right;
}

#clientHeader #propertyManager{
	float:right;
	color:#990000;
	margin:-15px 20px 0 0;
	padding-bottom:4px;
}

#clientHeader #propertyManager:hover{
	color: #CC0000;
}

.infoTabs {
	padding:0;
	height:23px;
	margin:16px 0 0 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width:532px;
	display:block;
	background: url(images/bgInfoTabs.gif) repeat-x;
	}

.infoTabs li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	float:left;
	}

.infoTabs a, .infoTabs a:visited {
	float: left;
	padding:3px 0;
	overflow: hidden;
	width: 92px;
	height: 23px !important; 
	height /**/:23px; /* for IE5/Win only */
	background:url(images/tab.gif) top left no-repeat;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #DCD8C5;
	}
	
.infoTabs a:hover {
	background-position: 0 -23px;
	color:#003366;
	text-decoration:none;
	}

.infoTabs #currentTab a{
	background-position: 0 -23px;
	color:#003366;
}	

.infoPanel{
	background:#DCD8C5;
	width:530px;
	margin:0 0 0 15px;
	padding:10px 0 20px 0;
	border-left:1px dotted #CDCABB;
	border-right:1px dotted #B8B5A7;
	border-bottom:1px solid #CDCABB;
	text-align:center;
}

.infoPanel table{
	font-size:11px;
	margin-left:10px;
}

#footer{
	clear:both;
	text-align:center;
	padding:5px 0 5px 0;
}
#footer a, #footer a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	color:#666666;
}

.tablePrint{
	margin:10px 0 0 15px;
	font-size: 12px;
}

.tablePrint td{

	border-bottom:1px solid #000000;
}

.tableContacts{
	margin:10px 0 0 15px;
	border:1px solid #989587;
	border-left:0px;
        clear:both;
}

.tableContacts a, .tableContacts a:visited{
	text-decoration:none;
	color: #054228;
}

.tableContacts a:hover{
	text-decoration:underline;
	color: #0E6A43;
}

.tableContacts td{
	border-left:1px solid #989587;
	padding-left:10px;
}

.tableContacts h1, .tableSample h1{
	font-size:12px;
	margin:2px 0 3px 0px;
	padding:0;
	color: #55534E;
	float:left;
}

.nestedTable td{
	border-left:0px;
	padding-left:0;
	margin:0;
}

#topRow td{
	border-bottom:1px solid #EEEBE0;
	background:#D8D4C6 url(images/bgTopRow.gif) repeat-x;
}

.tableSample{
	margin:10px 0 0 15px;
	border:1px solid #989587;
}

.tableSample td{
	padding-left:20px;
	border:0;
}

.tableSample td table{
	margin:0;
}

.tableSample td table td{
	padding:0;
}

.tableSample td table #topRow td{
	background:none none;
	border-bottom:1px solid #A29F91;
	padding:5px 0 8px 5px;
}

.tableSample .billingStats tr td{
	padding:5px;
	border-right:1px solid #C7C3B3;
	border-bottom:1px solid #C7C3B3;
}

.tableSample .billingStats tr .noDivider{
	border-right:0px;
}

a.addButton{
	float:left;
	font-size:10px;
	margin:2px 5px 0px 12px;
	padding:1px 10px 2px 4px;
	background:url(images/bgButton.gif) top left no-repeat;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #9D998C;
	border-bottom:1px solid #858276;
	border-left:1px solid #FFFCF5;
	text-decoration:none;
	color: #054228;
}

#topRow a.addButton{
	float:right;
}

a.addButton:hover{
	background-position: 0 -22px;
	text-decoration:none;
	color: #054228;
	border-bottom:1px solid #DEDCD4;
	border-left:1px solid #9D998C;
	border-top:1px solid #858276;
	border-right:1px solid #D3CFC4;
	
}
.form {
	background-color:#EEEBDC;
	border:1px dotted #B8B5A7;
	/*border-bottom:1px solid #CDCABB;*/
	}
h1 {
	margin:10px  0px 10px 20px;
	font-size:16px;
	color:#002E5A;
}
#alert{
	font-size:10px;
	color:#990000;
	font-weight:bold;
	padding:0 0 4px 0;
	margin:10px 0 6px 21px;
	width:500px;
	border-bottom:1px dotted #BCB9AB;
}
#popup{
	border:1px solid #000000;
	background:#FFFFFF url(images/popBannerTop.jpg) top left no-repeat;
	width:95%;
	margin-top:10px;
}

#popupContent{
	background:#EEEBDC;
	border:1px solid #CDCABB;
	text-align:left;
	margin:10px 15px 15px 15px;
	padding:15px;
}
#popupTitle{
	background:#FFFFFF url(images/bgPopupTitle.gif) repeat-x;
	width:100%;
	height:32px;
	margin:80px 0 0 0;
	text-align:left;
}
#popupTitle h1{
	margin:5px 0 0 28px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;

}
.pageNumber{
	float:left;
	color:#8A877B;
	margin:0 0 0 20px;
}
.pageNumberLinks{
	float:right;
	margin:0 20px 0 0;
	color:#8A877B;
}

#currentPageNumberLink{
	font-weight:bold;
}

.pageNumberLinks a, .pageNumberLinks a:visited{
	text-decoration:none;
	color: #054228;
	margin:0 2px 0 2px;
}

.pageNumberLinks a:hover{
	text-decoration:underline;
	color: #0E6A43;
}
#propertySelector{
	margin:0 0 0 35px;
	width:450px;
}

#propertySelector button{
	clear:both;
	margin:5px 0 5px 0;
}

#reviewComplete{
	float:right;
	margin-top:12px;
}
#reviewComplete input{
	float:left;
}
#reviewComplete span{
	margin-top:6px;
	float:left;
}

.textLabel {
	width:80px;
	background-color: #DCD8C5;
	border-right:0px solid #CDCABB;
	border-bottom:0px solid #CDCABB;
	border-left:0px solid #CDCABB;
	border-top:0px solid #CDCABB;
	font-size:10px;
	margin:2px 5px 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.textLabel2 {
	width:80px;
	background-color: #F8F6EE;
	border-right:0px solid #CDCABB;
	border-bottom:0px solid #CDCABB;
	border-left:0px solid #CDCABB;
	border-top:0px solid #CDCABB;
	font-size:10px;
	margin:2px 5px 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.alerts{
	width:55px;
	padding-top:5px;
	float:left;
}

.alerts img{
	margin:3px 3px 0 0;
	float:left;
}
.alerts a{
	margin-top:0px;
	font-size:10px;
}
.completedStatus{
	float:right;
	font-weight:bold;
	width:96px;
}

.completedStatus span{
	margin-top:2px;
	float:left;
}

.completedStatus input{
	float:left;
	margin-top:0;
}

.tableContacts .utilityRates{
	color:#666666;
}


.tableContacts .subActive{
	font-weight:bold;
	color:#333333;
}

.forgotPassword{
	float:left;
	margin:0 0 0 20px;
}


.members{
	float:left;
	border: 1px #000000;
	width:200px;
	margin:0 0 0 30px;
}

#userDetails{
	float:left;
	display:inline;
	width:450px;
	text-align:left;
	padding: 10px;
}