.css_header
{
	position:relative; 
	width:100%; 
	height:72px; 
	background-image:url(../images/bg_header.png);
}

.css_header_logo
{
	position:absolute; 
	width:95px; 
	height:50px;
	top:5px;
	left:10px;
	background-image:url(../images/header_logo.png);
	background-repeat:no-repeat;
}

.css_header_text
{
	position:absolute; 
	width:800px; 
	height:100%;
	top:28px;
	left:115px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#f1f2f7;
	-webkit-font-smoothing: antialiased;
}

.css_session_name
{
	position:absolute;
	width:auto;
	height:15px;
	right:30px;
	background-color:#fafafa;
	border:#999 2px solid; 
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	webkit-border-radius: 0px 0px 5px 5px;
	border-bottom:#e3e3e3 solid 15px;
}

.css_session_img
{
	width:20px;
	padding-top:5px; 
	padding-left:10px; 
	float:left;
	text-align:center;
}

.css_session_text
{
	width:auto; 
	padding-top:9px; 
	padding-left:5px; 
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	color:#333; 
	float:left;
}

.css_session_text_short
{
	width:auto; 
	padding-top:9px; 
	padding-left:10px; 
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	color:#666; 
	float:left;
	text-align:center;
	color:#009;
}

.css_session_text_long
{
	width:auto; 
	padding-top:2px; 
	padding-left:10px; 
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	color:#666; 
	float:left;
	text-align:center;
	color:#009;
}

.css_session_border
{
	border-right:#999 solid 1px; 
	float:left; 
	width:0px; 
	height:30px;
}

.css_logout_button
{
	width:90px; 
	height:15px; 
	background-color:#fafafa; 
	float:left;
	border-radius: 0px 0px 5px 0px; 
	-moz-border-radius: 0px 0px 5px 0px; 
	webkit-border-radius: 0px 0px 5px 0px;
	border-bottom:#e3e3e3 solid 15px;
	color:#C00;
}

.css_logout_button:hover
{
	width:90px; 
	height:15px; 
	background-color:#ec7070; 
	float:left;
	border-radius: 0px 0px 5px 0px; 
	-moz-border-radius: 0px 0px 5px 0px; 
	webkit-border-radius: 0px 0px 5px 0px;
	border-bottom:#e30c07 solid 15px;
	color:#FFF;
}

.css_logout_text
{
	width:100%; 
	padding-top:9px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
}

.css_logout_text:hover
{
	width:100%; 
	padding-top:9px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
}

.css_home_button
{
	width:64px; 
	height:15px; 
	background-color:#fafafa; 
	float:left;
	border-bottom:#e3e3e3 solid 15px;
	color:#060;
}

.css_home_button:hover
{
	width:64px; 
	height:15px; 
	background-color:#090; 
	float:left;
	border-bottom:#060 solid 15px;
	color:#FFF;
}

.css_home_text
{
	width:100%; 
	padding-top:9px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
}

.css_home_text:hover
{
	width:100%; 
	padding-top:9px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px; 
	font-weight:bold;
}
