/* report layout */
.sectionPrintLabel{
	width:100%;
 	color:black;
  font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-left:10px;
	padding-top:6px;
	border-bottom:1px solid black;
	background-color: #E6E6E6;
	border-right:black 1px solid;
	height:auto;
}
.nodisplay{
	display:none;
}
.sectionValuation{
	width:100%;
}
.Valuation{
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
}
.sectionAdminDist{
	width:100%;
}
.AdminDist{
	position:absolute;
	left:350px;
	top:0px;
	width:350px;
}
.sectionUtilities{
	width:100%;
}
.Utilities{
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
}
.sectionEnvironment{
	width:100%;
}
.Environment{
	position:absolute;
	left:350px;
	top:0px;
	width:350px;
}
/* report table formatting  */
TABLE.sectionTable, TABLE.sectionMapTable,TABLE.tblSectionColMultiTable{
	margin-top:5px;
  margin-left:5px;
}
TABLE.sectionMapTable{
  width: 355px;
}
DIV.sectionTableMapScroll{
  width: 400px;
  height:200px; 
  overflow:hidden;
}
.thLandInfoPrint, .th_address_print{
  font-weight:bold;
  color: #003366;
 	text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	width:75px;
}

.tdLandInfo, .tdLandInfoPrint, .td_address_text{
	color:black;
 	text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	width:75px;
}
.tdLandInfo, .td_address_header{
	width:117px;
}
.th_address_header{
	width: 110px;
  color: #003366;
  font-weight:bold;
}
.td_address_text{
	width: 150px;
}
.th_casefile_header{
	width: 150px;
  color: #003366;
  font-weight:bold;
}
.th_casefile_summary_header{
	width: 300px;
  color: #003366;
  font-weight:bold;
}
.td_casefile_text{
	width: 150px;
}
.td_casefile_summary_text{
	width: 300px;
}
.th_col_multi_table, .td_col_multi_table{
 	text-align:left;
 	vertical-align: text-bottom;
}
.th_col_multi_table{
	padding-left:3px;
	padding-right:2px;
	width:125px;
  color: #681617;
  font-weight:bold;
}
.td_col_multi_table{
  width:175px;
	padding-left:2px;
	padding-right:0px;
}
.th_table_and_map, .th_address{
  color: #003366;
  font-weight:bold;
 	text-align:left;
 	vertical-align: text-bottom;
	padding-left:5px;
	padding-right:2px;
}
.td_table_and_map, .td_addressrow1, .td_addressrow2{
	vertical-align: text-top;
	padding-left:5px;
	padding-right:0px;
}
.th_address{	
  font-weight:bold;
	background-color:#FFCC99;
}
.th_address_print{
 font-weight:bold;
  color: #003366;
	padding-left:5px;
	background-color:none;
}
.td_addressrow1{
	background-color:#CCCCCC;
}
.td_addressrow2{
	background-color:#FFFFFF;
}
.th_col_table_and_map{
 font-weight:bold;
  color: #681617;
}
.th_col_table_and_map, .td_col_table_and_map{
	text-align:left;
  vertical-align: text-top;
	padding-left:5px;
	padding-right:0px;
}
/* end report table formatting  
 Print Preview  */
.th_address_header{
 font-weight:bold;
  color: #003366;
	text-align:left;
}
DIV#printInfo{
	padding-left:3px; 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:173px; 
	height: 289px;
}
DIV.printLandInfo2{
	width:275px;
	position:absolute;
	top:45px;
	left:475px;
	height:134px;
	vertical-align:text-bottom;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.sectionLink{
	font-style: italic;
 	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height:20px;
}
.sectionMap {
	position:absolute;
	left:515px;
	top:28px;
	width:170px;
	height:110px;
	border:1px solid gray;	
	cursor:pointer;
}
.sectionMapPrint{
	position:absolute;
	left:423px;
	top:31px;
	width:170px;
	height:100px;
}

DIV.sectionMapClickInstruct{
	position:absolute;
	left:520px;
	top:145px;
	width:180px;
 	font-size: 11px;
}
/* End Print Preview */
