/* CSS Document */
HTML, BODY{
	color: black;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 100%;
	background-color: #c6d4e1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
DIV{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
.relDiv{position:relative; top:0px; left:0px;}
.posDiv{position:absolute; top:0px; left:0px;}
TH, TD{
	color: Black;
	font-size: 11px;
}

IFRAME{
	width: 100%;
	height: 100%;
}

IMG{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.imgBtn{
	opacity: .8;
	filter: alpha(opacity=80);
}

.imgBtnHover{
	filter: alpha(opacity=100);
}

SELECT{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	width: 90%;
}

SELECT#selView{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	width: 100px;
	cursor: pointer;
}

A{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 11px;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;	margin-bottom: 10px;
	color: #446129;
}

A:active {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
	color: ActiveCaption;
}

A.selectionsLink:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

A.selectionsLink:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

A.selectionsLink:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

A.selectionsLink:active {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

A.dataLink:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	line-height: 14px;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

A.dataLink:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	line-height: 14px;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

A.dataLink:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	line-height: 14px;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

A.dataLink:active {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	line-height: 14px;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

a.btnlink img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

a.btnlink:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#box, .box{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	/* the height of the box is calculated using Javascript
	if this is set to 100% it will fail, you can put any numbuer you want here*/
	height: 650px;
}

.sidebar{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 174px;
	float: left;
	background-color: #b4bfa1;
}
#sidebar_Interactive{
	position: relative;
	top:0px;
	left:0px;
}
#content {
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
        overflow:hidden;
}
#mainMapArea {
cursor:pointer;
}
.divMyHoodTitle{
	position: absolute;
	top: 76px;
	left: 0px;
	width: 800px;
	height: 27px;
	background-color: #b4bfa1;
}

#divLeft {
	position: absolute;
	left: 0px;
	top: 47px;
	padding: 0;
	width: 174px;
	height: 450px; /* works only if parent container is assigned a height value */
	background-color: #b4bfa1;
	border: 0px;
}
 
#divLeftBottom {
	position: absolute;
	left: 0;
	top: 570px;
	padding: 0;
	width: 173px;
	height: 22px; /* works only if parent container is assigned a height value */
	background-color: #b4bfa1;
	border: 0px;
}

#bottomSideBar{
	position: absolute;
	top: 455px;
	left: 0px;
	display: none;
}

.divResultsSideBar{
	position: absolute;
	top: 98px;
	left: 0px;
	width: 173px;
	height: 367px;
	line-height: 11px;
}

#divLegend{
	z-index: 200;
	position: absolute;
	top: 27px;
	left: 627px;
	width: 158px;
	height: 290px;
	border: 1px #1d5288 solid;
	display: none;
}

/* Results - Reporting */
#mapContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	border: 0px solid #1d5288;
}

 #mapContainerClick{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
}

#divAppArea{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 500px;
}

.divRow0{
	background-color: transparent;
	width: 100%;
}

#sectionContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
        
}

.sectionRow{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.sectionMultiTableScroll{
	height: 120px;
	overflow: auto;
}

.sectionMultiTableRight{
	position: absolute;
	top: -129px;
	left: 297px;
	width: 297px;
	height: 140px;
}

.sectionMultiTableLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 297px;
	height: 140px;
}

.sectionTableMapScroll{
	height: 120px;
	width: 420px;
	overflow: auto;
}

.sectionPrintMap{
	position: absolute;
	top: 25px;
	left: 435px;
	width: 170px;
	height: 100px;
}

.addressSection{
	width: 594px;
}

.resultTransparent{
	width: 100%;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #EDEFE7;
}

.sectionLabel{
	font-family: "Trebuchet MS";
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #AB862E;
}

.sectionLink{
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	height: 20px;
}

#divNavBar{
	position: absolute;
	top: 98px;
	left: 3px;
	width: 173px;
	height: 350px;
	background-color: #fff;
}

#landInfo{
	border: none;
	width: 100%;
	line-height: 11px;
}

.landInfoTable{
	width: 100%;
}

.landInfoTable2{
	width: 100%;
	padding-left: 3px;
}

.landInfoBack{
	margin-top: 3px;
	width: 167px;
	height: 342px;
	line-height: 11px;
}

.landMapInfoBack{
	width: 100%;
	height: 392px;
	line-height: 11px;
}

.selectionsContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 167px;
}

.selectionsTractContainer{
	position: absolute;
	top: 60px;
	left: 0px;
}

#toggleMenu{
	position: absolute;
	top: 0px;
	left: -3px;
	width: 172px;
	text-align: center;
	font-size: 12;
	color: #446129;
	display: inline;
}

.backImg{
	text-align: center;
}

.power{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 170px;
	text-align: center;
	height: 150px;
	background-color: #c6d4e1;
}

.whiteText{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
}

#divResultsMajorPain{
	position: relative;
	top: 352px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: transparent;
}

.sectionMapTable{
	color: black;
	font-weight: bold;
	text-align: left;
	vertical-align: text-bottom;
	padding-top: 15px;
	width: 50px;
}

.header{
	width: 20%;
	text-align: center;
}
.th_col_multi_table{
	text-align: left;
}
.thLandInfoCenter{
	font-size: 11px;
	color: #446129;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	vertical-align: text-bottom;
	line-height: 11px;
}

.tdLandInfoCenter{
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-align: left;
	padding-right: 3px;
	vertical-align: text-bottom;
	line-height: 11px;
}

.thLandInfoCenterPrint{
	color: black;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	vertical-align: text-bottom;
}

.tdLandInfoCenterPrint{
	color: black;
	font-weight: normal;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 5px;
	vertical-align: text-bottom;
}

.thLandInfoAddr{
	line-height: 11px;
	color: #446129;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	vertical-align: text-bottom;
}
.thLandInfo, .thLandInfoPrint, .th_address_header, .th_address_print{
	color: #446129;
   text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	width:100px;
	line-height:11px;
}
.tdLandInfo, .tdLandInfoPrint, .td_address_text{
	color:black;
   text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	width:auto;
	line-height:11px;
}
.th_address, .td_address, .td_address_row1, .td_address_row2 {
	background-color: #D7D7D7;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-align: center;
	padding: 0px 3px 0px 3px;
	vertical-align: text-bottom;
	line-height: 11px;
}
.th_address{
	font-weight: bold;
}
.th_Table_Display{
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid black;
}
.td_Table_Display{
	font-size: 11px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #F2F2F2;
}
.tdaddress, .td_address_row2{
	background-color: #FFFFFF;
}

.tdLandInfoAddr2{
	line-height: 12px;
	color: black;
	font-weight: normal;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 5px;
	vertical-align: text-bottom;
}

.thSearchInfo{
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-align: center;
	padding-right: 3px;
	line-height: 14px;
	vertical-align: text-bottom;
	background-color: #b4bfa1;
	border: none;
}

.tdSearchInfo{
	line-height: 12px;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
	padding-right: 3px;
	padding-bottom: 5px;
	vertical-align: text-bottom;
	background-color: #b4bfa1;
	border: none;
}

.thSearchInfoCat{
	color: #446129;
	text-align: left;
	line-height: 12px;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 3px;
	font-weight: bold;
}

.thSearchInfoTop{
	text-align: center;
	background-color: #b4bfa1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchInfoTop{
	text-align: center;
	background-color: #b4bfa1;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #446129;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}

.tdSelectionLink{
  line-height: 10px;
	padding-left: 3px;
	color: #446129;
	font-style: normal;
	cursor: pointer;
	width: 155px;
}

.tdSelectionText{
	padding-left: 3px;
	color: black;
	font-style: normal;
	cursor: text;
}
.hoverPopUpTextDown{
	cursor: pointer;
	background-color: transparent;
	text-align: left;
	padding-left: 2px;
}

.hoverLinkPopUpTextDown{
	cursor: pointer;
	background-color: transparent;
}

.hoverLinkPopUpTextup{
	cursor: pointer;
	background-color: #FFFF66;
}

.hoverPopUpTextUp{
	cursor: pointer;
	background-color: #FFFF66;
	text-align: left;
	padding-left: 2px;
}

.popUpText{
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 165px;
	width: 150px;
	height: auto;
	border: solid 1px #ffeeda;
	background-color: #FFFF66;
	overflow: auto;
	padding-left: 7px;
	z-index: -1;
}

.popUpItem{
	text-align: left;
}

#divMenuSection, .home-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #446129;
	padding: 10px 0px 20px 3px;
	width: 100%;
}

#navlist {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98%;
}

#resultsSideBar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 173px;
}

#navlist ul {
	margin: 0px 0px 6px 0px; /*removes indent IE and Opera*/
	padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navlist li {
	margin: 0px 0px 12px 15px;
}

#navlist a {
	padding: 10px 0px 6px 0px;
	display: block;
	border-bottom: 1px solid #333;
	width: 100%;
	background-color: #b4bfa1;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited {
	padding: 10px 0px 6px 0px;
	color: #446129;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
}

#navlist a:hover {
	padding: 10px 0px 6px 0px;
	border-bottom: 1px solid #333;
	background-color: #fee7b0;
	font-weight: bold;
	color: #333;
}

.divSearchBox{
	display: none; /*display: none;*/
}

#sidebar, #sidebar_Interactive{
	display: none;
}

#zoomContainer{
	position: absolute;
	top: 15px;
	left: 193px;
	height: 28px;
	width: 224px;
	background-image: url(../images/zbback.gif);
	border: none;
}

.zoombarcont{
	position: absolute;
	top: 7px;
	left: 30px;
	height: 13px;
	width: 173px;
	background-color: #778ADC;
}

.spacer{
	border: none;
	background-image: url(../images/spacer.gif);
	height: 1px;
	width: 1px;
	cursor: pointer;
}

#divZoomBar0,#divZoomBar1,#divZoomBar2,#divZoomBar3,#divZoomBar4,#divZoomBar5,#divZoomBar6,#divZoomBar7,#divZoomBar8,#divZoomBar9,#divZoomBar10{
	height: 100%;
	width: 14px;
	background-color: white;
	border: 1px solid #CCCCCC;
}

#divZoomBar0{
	position: absolute;
	top: 0px;
	left: 0px;
}

#divZoomBar1{
	position: absolute;
	top: 0px;
	left: 15px;
}

#divZoomBar2{
	position: absolute;
	top: 0px;
	left: 30px;
}

#divZoomBar3{
	position: absolute;
	top: 0px;
	left: 45px;
}

#divZoomBar4{
	position: absolute;
	top: 0px;
	left: 60px;
}

#divZoomBar5{
	position: absolute;
	top: 0px;
	left: 75px;
}

#divZoomBar6{
	position: absolute;
	top: 0px;
	left: 90px;
}

#divZoomBar7{
	position: absolute;
	top: 0px;
	left: 105px;
}

#divZoomBar8{
	position: absolute;
	top: 0px;
	left: 120px;
}

#divZoomBar9{
	position: absolute;
	top: 0px;
	left: 135px;
}

#divZoomBar10{
	position: absolute;
	top: 0px;
	left: 150px;
	border-right: none;
}

#zoombarInCont{
	position: absolute;
	top: 6px;
	left: 201px;
	border: none;
}

#zoombarOutCont{
	position: absolute;
	top: 6px;
	left: 5px;
	border: none;
}

#divHeader{
	width: 800px;
	height: 71px;
	background-image: url(../images/header.jpg);
}

#divSplash{
	position: absolute;
	top: 104px;
	left: 173px;
}

#divSplash2{
	position: absolute;
	top: 230px;
	left: 173px;
	display: none;
	width: 600px;
	height: 500px;
	vertical-align: middle;
	text-align: center;
}

#divMain{
	position: relative;
	width: 800px;
	height: 600px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#mapFrame{
	height: 300px;
	width: 623px;
	border: none;
}

#menu{
	padding-left: 3px;
}

#divMenuBar{
	position: absolute;
	top: 77px;
	left: 175px;
	vertical-align: middle;
	width: 630px;
	text-align: right;
	height: inherit;
}

.divMenuBarMsg{
	position: relative;
	top: -5px;
	left: 0px;
	color: white;
	width: 300px;
	text-align: left;
	font-size: 12px;
	line-height: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-left: 3px;
}

#resultsMenu{
	position: absolute;
	top: 0px;
	left: 172px;
	height: 27px;
	width: 628px;
	vertical-align: middle;
	background-color: #1d5288;
}

.menuItem{
	color: #446129;
	font-size: 16px;
	cursor: pointer;
}

.menuItemOver{
	color: Blue;
	font-size: 16px;
	cursor: pointer;
}

.searchItem{
	position: absolute;
	top: 0px;
	color: #446129;
	text-align: left;
	cursor: default;
	display: none;
	width: 167px;
}

.searchItemHead{
	font-size: 16px;
	color: #446129;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

SPAN.searchItemHeadSub{
	font-size: 14px;
	color: #446129;
	font-weight: normal;
}

.searchItemInput{
	color: #446129;
	padding-bottom: 10px;
	text-align: center;
}

.searchItemLabel{
	color: #446129;
	font-size: 12px;
	line-height: 12px;
	padding-right: 3px;
}

.searchItemLabelSub{
	color: #446129;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.helpText{
	font-size: 12px;
	line-height: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#divHelp{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}
	
.INTERACTIVEHelp, .interactiveQuickHelp {
	margin-top: 11px;
	padding: 10px 0px 0px 3px;
	width: 100%;
	height: 360px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #EDEFE7;
}

.INTERACTIVEHelp{
	overflow: auto;
	height: 360px;
}

#divMenuSection, .divMenuSection{
	color: #446129;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	background-color: transparent;
	cursor: default;
	line-height: 16px;
}

#divMenuSectionInner{
	padding-left: 10px;
	font-weight: normal;
}
/*disclaimer*/
#disclaimerCont{position:relative; top:10%; left:0px; width:500px; height: 400px; background-color: #B3CBB1; border:1px solid black;}
.disclaimerHeader{ position: relative; top:0px; left:0px; font-size:14px; font-weight: bold;
height:40px; color: black;}
.disclaimerHeaderText{ color: black; font-size: 14px; width: 100%; height:20px;}
.disclaimerInstruct{ font-size:12px; height:14px; color: red; height: 20px;}
.disclaimerBody{ font-size:10px; width: 90%; height:320px; overflow: auto; border:1px solid black; background-color:#FFFFFF;}
.disclaimerAccept{
	cursor: pointer;
	float:left;
	width: 110px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: black;
	background-color: #00D56C;
	opacity:1.0; filter: alpha(opacity=100);
}
.disclaimerDecline{
	cursor: pointer;
	float:right;
	width: 110px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: black;
	background-color: red;
	opacity:1.0; filter: alpha(opacity=100);
}
.disclaimerAcceptHover{
	cursor: pointer;
	float:left;
	width: 110px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: white;
	background-color: gray;
	opacity:.5; filter: alpha(opacity=50);
}
.disclaimerDeclineHover{
	cursor: pointer;
	float:right;
	width: 110px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
	color: white;
	background-color: gray;
	opacity:.5; filter: alpha(opacity=50);
}
.divWeather{
	position: absolute;
	top: 250px;
	left: 0px;
	font: "Trebuchet MS";
	font-weight: normal;
	font-size: 11px;
	color: black;
	line-height: 11px;
}

.selections{
	position: absolute;
	top: 60px;
	left: 3px;
	width: 95%;
	height: 315px;
}

.selectionsTextBox{
	position: absolute;
	top: 62px;
	left: 3px;
	background: transparent;
	width: 155px;
	height: 315px;
	text-align: left;
	line-height: 11px;
}

.selectionsText{
	font-size: 9px;
	text-align: left;
	line-height: 11px;
}
	
.selectionsDivider{
	border-bottom: 1px #CCCCCC solid;
	width: 50%;
	text-align: center;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 7px;
}

.selectionsInstruct{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	padding-bottom: 10px;
	font-size: 12px;
	color: #446129;
	text-align: center;
}

.selectionsMsg{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #446129;
	padding-bottom: 10px;
	font-size: 12px;
	color: #446129;
	width: 95%;
	position: absolute;
	top: 60px;
	left: 3px;
	width: 167px;
	text-align: center;
}

INPUT{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	background-color: White;
	width: 90%;
	border: 1px #0f7486 solid;
}

.chk{
	width: 20px;
	background-color: white;
}

.chkIndented{
	width: 20px;
	background-color: white;
	margin-left: 20px;
}

.chkText{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #1d5288;
	font-weight: bold;
}

.chkSubText{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #1d5288;
	font-weight: bold;
	width: 150px;
	text-align: left;
	margin-left: 20px;
}

/*Tabs for maps */
.tab, .tabActive {
	background-image: url(../css/tabactive.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	cursor: pointer;
	color: #191970;
	margin: 1px 1px 1px 0px;
	padding: 5px 0px 0px 1px;
	border: 0px;
	text-align: left;
	text-indent: 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.tab{
	background-image: url(../css/tab.gif);
	background-repeat: no-repeat;
}

.tabHover{
	background-image: url(../css/tabhover.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	cursor: pointer;
	color: #191970;
	margin: 1px 1px 1px 0px;
	padding: 5px 0px 0px 1px;
	border: 0px;
	text-align: left;
	text-indent: 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.tab-Pane{
	position: absolute;
	top: 43px;
	left: 173px;
	width: 442px;
	font-size: 12px;
	height: 22px;
}
.ImgClickTitle{
font-style:normal!important;
position:absolute;
left:40px;
color:black!important;
text-align:middle;
line-height:10px;
padding-bottom:10px;
z-index:100000;

}