/*********************** HEADER ***********************/
.header { 		position:relative; width:100%; height:54px; border-bottom:5px solid #c7ff15; padding:0; }

.headerLogo { 	margin:4px 0 0 25px; cursor:pointer; }


/************ search ************/
.headerSearch { 		position:relative; width:100%; height:26px; background:#707070; text-align:center; }

.headerSearch form{ 	padding:4px 0 0 0; height:22px; }

.headerSearchTextfield{ width:180px; border:1px inset; color:gray; font-size:12px; }

.headerSearch select{ 	width:150px; height:17px; border:1px inset; color:#a0a0a0; font-size:12px; padding:0 }


/************ panel ************/
.headerPanel {			position:absolute; top:5px; left:740px; }

.headerPanel img{		float:left; }

.headerPanel div{		float:left; background:#515151; cursor:pointer; }

.headerPanel a{			float:left; display:block; height:16px; padding-top:2px; background:#515151;
						color:#b5e814; font-weight:bold; text-decoration:none; }
.headerPanel a:hover{ 	color:white; }


/************ search button ************/
.searchButton {			width:30px; height:17px; border:0; color:black; background:url(images/input.gif) repeat-x;
						font-size:11px; font-weight:bold; }