﻿.admin_header_bg
{
	background-color: #0084a9;
}
.admin_header_text
{
	font-size: 10pt;
	font-family: Verdana;
	color: #ffffff;
}
.admin_header_company
{
	font-weight: bold;
	font-size: 10pt;
	padding-left: 5px;
}
.admin_header_date
{
	font-weight: bold;
	font-size: 8pt;
}

.admin_header_menu_border
{
	border-right: #0084a9 1px solid;
	border-top: #0084a9 1px solid;
	border-left: #0084a9 1px solid;
	border-bottom: #0084a9 1px solid;
	background-color: #cccccc;
}

a.admin_header_link
{
	font-weight: bold;
	font-size: 8pt;
	color: #3A3A3A;
	text-decoration: underline;
	font-family: Verdana;
}
a.admin_header_link:visited
{
	color: #3A3A3A;
}
a.admin_header_link:active
{
	color: #3A3A3A;
}
a.admin_header_link:hover
{
	text-decoration: none;
}


a.admin_header_current
{
	font-weight: bold;
	font-size: 8pt;
	color: #565656;
	text-decoration: none;
	font-family: Verdana;
}
a.admin_header_current:visited
{
	color: #565656;
}
a.admin_header_current:active
{
	color: #565656;
}
a.admin_header_current:hover
{
	text-decoration: none;
}


.admin_header_username
{
	font-weight: bold;
	font-size: 8pt;
	color: #660000;
}
.admin_header_small_text
{
	font-size: 7pt;
	font-family: Verdana;
}


.admin_footer_border
{
	margin: 10px 20px;
}
.admin_footer_text
{
	font-weight: bold;
	font-size: 8pt;
}