@charset "utf-8";

body
{
	background: #2B2B2B url("../images/bg.gif") top left;
	background-color: #2B2B2B;
	font-family: Arial;
	font-size: 10pt;
}

a
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a:hover
{
	color: #663333;
	text-decoration: underline;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 12pt;
}

#header
{

}

#wrapper
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 913px;
}

#top
{
	margin: 57px 0 0 0;
	height: 19px;
}

#middle
{
	background: url("../images/content-center-bg.png");
}

#content
{
	width: 898px;
	margin: 0px 8px 0px 7px;
	background: #FFFFFF url("../images/content-center.gif") repeat-x;
	vertical-align: top;
}

#top-menu
{
	width: 874px;
	height: 41px;
	background: url("../images/top-menu-bg.png") no-repeat;
	text-align: right;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}

#top-menu a
{
	padding: 0 5px 0 5px;
}

#main_middle
{
	float: left;
	margin: 0 0px 5px 15px;
	border-bottom: 1px solid #000000;
}

#side_menu
{
	background: url("../images/side-menu-bg.png") no-repeat;
	width: 227px;
	height: 475px;
	padding: 25px 0px 15px 15px;
	margin-left: 5px;
	position: relative;
	top: -20px;
	z-index: 1;
	float: left;
}

#middle_content
{
	float: left;
	width: 615px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#bottom
{
	clear: both;
	width: 913px;
	height: 19px;
	background: url("../images/content-bottom.png");
}

#footer
{
	margin: 10px 15px 0 15px;
	text-align: right;
	padding-top: 5px;
}

#footer a
{
	padding: 0 5px 0 5px;
}

.menuhead
{
	font-weight: bold;
	font-size: 14pt;
	vertical-align: bottom;
	line-height: 33px;
	margin: 0 0 10px 0;
	color: #996666;
}

.menuhead a
{
	color: #996666;
	font-weight: bold;
	font-size: 14pt;
}

.menuhead a:hover
{
	text-decoration: none;
	color: #000000;
}

.menuhead img
{
	vertical-align: middle;
	padding-right: 5px;
}

#side_menu ul
{
	margin-top: 0px;
}

#side_menu ul li
{
	line-height: 14pt;
}


/** POPUP CALENDAR **/

.TESTcpYearNavigation,	.TESTcpMonthNavigation
{
	background-color:#D3D3D3;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
{
	font-family:arial;
	font-size:8pt;
}

TD.TESTcpDayColumnHeader
{
	text-align:right;
	border-width:0 0 1 0;
}

.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}

.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.TESTcpCurrentMonthDate
{
	color:#CB0017;
	font-weight:bold;
}

.TESTcpCurrentDate
{
	color: #000000;
	font-weight:bold;
}

.TESTcpOtherMonthDate
{
	color:#808080;
}

TD.TESTcpCurrentDate
{
	color:#000000;
	border-width:1;
	border:solid thin #D3D3D3;
}

TD.TESTcpCurrentDateDisabled
{
	border-width:1;
	border:solid thin #FFAAAA;
}

TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
{
	/*border:solid thin #171717;*/
	border-width:1 0 0 0;
}

A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
{
	height:20px;
}

A.TESTcpTodayText
{
	color:#996666;
	font-weight:bold;
}

SPAN.TESTcpTodayTextDisabled
{
	color:#D0D0D0;
}

.TESTcpBorder
{
	border:solid thin #525252;
}