﻿
/* header css */

body
{
	overflow: hidden;
}
.menu
{
	width: 200px; height: 100%;
}
.frame
{
	width: 100%; height: 100%;
}
.hdbg 
{
	width: 100%; height: 83px;
	background-color: #C7C7C7; /*#5A89CD; */
}
.hdbar
{
	width: 100%; height: 28px; 
	background-color: #444444; /*#AFD2FF; */
	background-image: url('/images/hdrbarbg.gif'); 
	background-repeat: repeat-x;
	border:3px #E8D47D solid;
	border-left:0px;border-right:0px;
}
.hdlogo
{
	border: 0px;
	float: left;
	width: 100%; height: 83px;
	background-image: url('/images/hdrlogo.jpg'); background-repeat: no-repeat; 
}
.hdtxt
{
	white-space: nowrap;
	padding: 12px 18px;
	color: #000000; 
	float:right;
	text-align: right;
}

/* headerbar buttons */

.hdbartbl
{
	width: 100%;
	border: 0px;
	border-collapse: separate;
	border-spacing: 3pt;
}
.hdbarsep
{
	width: 7px; height: 20px;
	background-image: url('/images/hdbarsep.gif'); background-repeat: no-repeat;
	border: 0px;
}
.hdbarbtnnm
{ 
	/*font-weight:bold;*/
	color: #EEEEEE; /* #000000; */ 
	vertical-align: text-top; 
	cursor: pointer;
	text-decoration: none; 
	border: 0px solid #000000;
	padding: 3px 9px 3px 9px;
	text-align: center;
}  
.hdbarbtnhv    
{ 
	font-weight:bold;
	color: #000000;
	vertical-align: text-top; 
	cursor: pointer; 
	text-decoration: none; 
	border: 1px solid #F68B3D; /*#FFBD69; */
	background-color: #FFBD69; /*#FFF4C7; */
	padding: 2px 8px 2px 8px;
	text-align: center;
	/*background-image:url('/images/baritembg.png');*/
}
