﻿.DepartmentListHead
{
	border-right: #01a647 1px solid;
	border-top: #01a647 1px solid;
	border-left: #01a647 1px solid;
	border-bottom: #01a647 1px solid;
	background-color: #30b86e;
	font-family: Verdana , Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	padding-left: 3px;
	text-align: center;
}

.DepartmentListContent
{
	border-right: #01a647 1px solid;
	border-top: #01a647 1px solid;
	border-left: #01a647 1px solid;
	border-bottom: #01a647 1px solid;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #0099ff;
	background-color: #ffffff;
}
.DepartmentListContent a:hover
{
	/*color: #CCCCCC;*/
}

a.DepartmentUnselected
{
	font-family :Verdana , Arial ;
	font-weight :bold ;
	font-size :9pt;
	color :#5f9ea0;
	line-height :25px;
	padding-left :5px;
	text-decoration :none;
}

a.DepartmentUnselected:hover
{
	padding-left :5px;
	color :#2e8b57;
}

a.DepartmentSelected
{
	font-family :Verdana , Arial ;
	font-weight :bold ;
	font-size :9pt;
	color :#556b2f;
	line-height :25px;
	padding-left :5px;
	text-decoration :none;
}

.header
{
    background-color:#307D7E;
	height:25px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:1px 0px 1px 4px;
}