/* CSS header foodbox */
#hdivb-1{
    height:3em;
}
#hdivb-2{
    height:6em;
}
#hdivb-3{
    height:9em;
}
.hdiv{
	background-color: #008000;
	padding: 0em;
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
	text-shadow: none;
}
#hdiv1{
	position: absolute;	left: 1px;	top: 1px;	height:3em;	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align:center;
}
.hdiv1{
	height:3em;
}
#hdiv2{
	position: absolute;	left: 1px;	top: 3em;	height:3em;	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align:center;
}
.hdiv2{
	height:3em;
	border-top-style: solid;
	border-top-color: #00FF00;
	border-top-width: 0.1em;
	}
#hdiv3{
	position: absolute;	left: 1px;	top: 6em;	height:3em;	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align:center;
}
.hdiv3{
	height:3em;
	text-align:center;
	border-top-style: solid;
	border-top-color: #00FF00;
	border-top-width: 0.1em;
}
.hdivimg{
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}
.hdiv1 table{
	width:100%;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}
.hdiv1 table tr td:first-child{
	width:20%;
	border-right-style: solid;
	border-right-color: #00FF00;
	border-right-width: 0.1em;
}
.hdiv1 table tr td:last-child{
	height:3em;
	width:20%;
	border-left-style: solid;
	border-left-color: #00FF00;
	border-left-width: 0.1em;
}
.hdivnoborder{
	border-style:none !important;
}
.hdivtit{
	padding: 0em;
	margin: 0em;
	padding-left: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.hdivstit{
	padding-left: 0.2em;
	overflow: hidden;
	font-size: 0.8em;
	/* font-weight: 50; */
	text-overflow: ellipsis;
	text-align: left;
}
.hedfr{
	float:right;
}
.hedfl{
	float:left;
}
.hedbtn{
	border-radius:6px;
	height:2.6em;	
	padding:0.6em;
	padding-bottom:0.4em;
	margin:0.1em;
	margin-right:0.4em;
	min-width:3em;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),-1px 2px 20px rgba(255, 255, 255, 0.6) inset;
	text-decoration: none;
}
.hedbtnsmall{
	height:1.6em;	
	min-width:2em;
}
.hedbtnsel{
	background-color: #3DB601;
}
.hedbtnnav{
	/*background-color: #006C32;
	color:#FFFFFF;*/
}
.hedbtn a:link,a:visited{
	text-decoration: none;
	color:#FFFFFF;
	font-size: 1em;
	font-weight: 500; 
	text-shadow: none;
}
.hedbtnimg{
	min-width:2.2em;
}
.hedsearch{
	height:3em;	
	padding:0.0em;
	margin:0.0em;
	width:50%;
	padding-left:0.4em;
}
