﻿body 
{
	margin:0;	
	font-family:Arial;
	font-size:small;
}
.lblMessage
{
}
.menuPrevHead
{
	background-color:#A84018;
	color:White;
	font-weight:bold;
	font-size:medium;
}
td.menu
{
	background-image: url(../Images/sideMenu_BG.jpg);
	background-repeat:repeat-y;
}
td.menuColumn
{
	width:150px;
}
div.menuItem
{
	width:100%;
	padding-bottom:7px;
	padding-left:20px;
	font-size:13px;
}
a.menuItem
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
a.menuItem:hover
{
	color:White; /*#EA996B;*/
	font-weight:bold;
	text-decoration:underline;
}
a.horLink
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}
a.horLink:hover
{
	color:White; /*#EA996B;*/
	font-weight:bold;
	text-decoration:underline;
}
table.tblMain
{
	width:100%;
}
td.topBar
{
	background-image: url(../Images/topBar_BG.gif);
	background-repeat:repeat;
	height:50px;
}
td.linkBar
{
	background-image: url(../Images/topMenu_BG.gif);
	background-repeat:repeat-x;
	height:32px;
	color:White;
	font-weight:bold;
}
td.btmLinkBar
{
	background-image: url(../Images/topMenu_BG.gif);
	background-repeat:repeat-x;
	height:32px;
	color:#a84018;
	font-weight:bold;
}
td.menuTopLeft
{
	background-image: url(../Images/sideMenu_topLeft.gif);
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}
td.menuTop
{
	background-image: url(../Images/sideMenu_top.gif);
	background-repeat:repeat-x;
}
td.menuTopRight
{
	background-image: url(../Images/sideMenu_topRight.gif);
	background-repeat:no-repeat;
	width:8px;
}
td.menuLeft
{
	background-image: url(../Images/sideMenu_left.gif);
	background-repeat:repeat-y;
}
td.menuBody
{
	background-image: url(../Images/sideMenu_BG.gif);
	background-repeat:repeat;
	color:White;
	font-weight:bold;
}
td.menuRight
{
	background-image: url(../Images/sideMenu_right.gif);
	background-repeat:repeat-y;
}
td.menuBottomLeft
{
	background-image: url(../Images/sideMenu_bottomLeft.gif);
	background-repeat:no-repeat;
	height:8px;
}
td.menuBottom
{
	background-image: url(../Images/sideMenu_bottom.gif);
	background-repeat:repeat-x;
}
td.menuBottomRight
{
	background-image: url(../Images/sideMenu_bottomRight.gif);
	background-repeat:no-repeat;
}
/* Calendar */
.calendar
{
	border-color:#FF8000;
	border-style:solid;
	border-width:1px;
}
.calendarTitle
{
	height:40px;
	background-color:#a84018;
	color:White;
	font-size:large;
	font-weight:bold;
	border-width:0px;
}
table.calendarAgenda
{
	border-color:White; /*#a84018;*/
	border-width:1px;
	border-style:solid;
	background-color:#a84018; 
	font-weight:bold;
}
a.calendarItemLink
{
	color:#a84018;
	font-weight:bold;
	text-decoration:none;
}
a.calendarItemLink:hover
{
	color:#a84018;
	font-weight:bold;
	text-decoration:underline;
}
td.offMonth
{
	background-color:#FFD9C4;
}
tr.calendarAgendaTitle
{
	font-size:medium;
	color:White;
	background-color:#a84018;
}
tr.calendarAgendaAltRow
{
	background-color:#FFD9C4;
}
/* Misc */
.Title
{
	font-size:large;
	font-weight:bold;
	color:#a84018;
}
/* Grid */
.gridRow
{
	background-color:White;
}
.gridAltRow
{
	background-color:#FFD9C4;
}
.grid
{
	border-color:#000000;
	font-size:small;
	width:98%;
	table-layout:fixed;
}
.gridHeader
{
	background-color:#A84018;
	color:White;
}
.gridPager
{
	background-color:#00558f;
	color:White;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
/* job and news items */
a.item
{
	color:#cc3300;
	font-weight:bold;
	text-decoration:none;
}
a.item:hover
{
	color:#cc3300;
	font-weight:bold;
	text-decoration:underline;
}