.header_container {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	height: 27px;
	margin-bottom: 7px;
	position: relative;
	width: 540px;
}
.arrow {
	float: left;
	position: relative;
	background-color: #EAEAEB;
	background-image: url(/App_Themes/Default/img/b_back_viewer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 26px;
	cursor: pointer;
}
.back_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	position: relative;
	background-color: #EAEAEB;
	height: 17px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 5px;
	
}
.back_btn a:hover{
	color: #333333;
	text-decoration:underline;
}
.back_btn a, .back_btn a:visited, .back_btn a:active{
	color: #666666;
	text-decoration: none;
}
.v_line {
	color: #CCCCCC;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 14px;
	padding-left: 14px;
	float: left;
	position: relative;
	background-color: #EAEAEB;
	height: 27px;
	width: 1px;
	background-image: url(/App_Themes/Default/img/vert_line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.header_logo {
	background-color: #EAEAEB;
	background-image: url(/App_Themes/Default/img/logo_sml_gray.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 27px;
	width: 37px;
	float: left;
	position: relative;
	cursor: pointer;
}
.header_serach {
	background-color: #EAEAEB;
	height: 27px;
	float: left;
	position: relative;
}
.header_serach_tbox {
	font-size: 11px;
	color: #4B4B4B;
	background-color: #F1F1F1;
	background-image: url(/App_Themes/Default/img/textbox_back.gif);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #508837;
	height: 13px;
	margin-top: 5px; /* for all */

	#margin-top: 4px; /* only apply to Microsoft Internet Explorer browsers */
	width: 190px;
	padding-right: 2px;
	padding-left: 2px;
}
.header_serach_btn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #328d01;
	font-size: 11px;
	cursor: auto;
	height: 17px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 3px;
	margin-top: 5px;
}
.header_round {
	background-image: url(/App_Themes/Default/img/search_tab_round.gif);
	background-repeat: no-repeat;
	height: 27px;
	float: left;
	position: relative;
	width: 11px;
}

