﻿#adminHeader
{
	background: #d4d5d6 url(../images/admin/admin-header-bg.jpg) repeat-x;			
	height: 39px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial;	
	margin-bottom: 10px;
	position: relative;
}

#adminHeader #title
{	
	padding: 10px 10px 0 10px;
}

#adminHeader *
{
	float: left;
}

#adminHeader a.tabButton
{
	background-color: #bdbdbd;
	height: 24px;
	text-align: center;
	padding: 10px 20px 0 20px;		
	color: #565656;
	text-decoration: none;
	margin-left: 10px;
}

#adminHeader a.tabButton:hover
{
	/* Using inherit makes more sence but is not supported in IE 6 */
	color: #002c61;	
}

#adminHeader .logout
{
	background: transparent url(../images/admin/login-inactive.jpg) no-repeat scroll left bottom;
	width: 14px;
	height: 14px;
	padding-left: 20px;
	padding-bottom: 1px;
	
	float: right;
	position: absolute;
	right: 40px;
	top: 10px;
	text-decoration: underline;
	font-size: 12px;
	color: #454545;
}

#adminHeader .logout:hover
{
	/* Using inherit makes more sence but is not supported in IE 6 */
	background: transparent url(../images/admin/login-active.jpg) no-repeat scroll left bottom;
	color: #002c61;
}

a.clientColor, .clientColor
{
	color: #002c61;	
	border-color: #002c61;
}
