
.GridHeader
{
	background-color: #FDB455;
}
#ContentCell
{
	height: 500px;
}
#PageDiv
{
	margin: 0px;
	background-color: #FFFFFF;
}

#PageFooterDiv
{
	background-color: #EEE;
	border: #C6C6C6 1px solid;
	height: 20px;
}

#FooterDiv
{
	border-top: #C6C6C6 1px solid;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/

#HeaderCell
{
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#HeaderCellBottom
{
	background-image: url(../images/header_bar.gif);
	background-repeat: repeat-x;
	height: 27px;
}

#HeaderDiv
{
	padding-left: 300px;
	padding-bottom: 2px;
}

#HeaderDiv A
{
	text-decoration: none;
}

#LeftNavCell
{
	vertical-align: top;
	border-right: solid 1px #C6C6C6;
}

/*#LeftNavDiv, #RightNavDiv
{
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}*/

#RightNavCell
{
	vertical-align: top;
	border-left: solid 1px #C6C6C6;
}

#LeftLowerDiv .module, #RightLowerDiv .module
{
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0px 5px 0px;
}

#LeftNavDiv .module, #RightNavDiv .module
{
	margin: 0px 0px 5px 0px;
}

#LeftLowerDiv .module h3, #RightLowerDiv .module h3
{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 100%;
	background-image: url(../images/fade_bar.gif);
	background-repeat:repeat-x;
	padding: 2px 5px 2px 5px;
	margin-left: -5px;
}

#LeftNavDiv .module h3, #RightNavDiv .module h3
{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 100%;
	background-image: url(../images/fade_bar.gif);
	background-repeat:repeat-x;
	margin-bottom: 0px;
	margin-top: 5px;
	height: 25px;
}

.HelpPanel
{
	width:200px;
	border-right: #009900 1px solid;
	padding-right: 5px;
	border-top: #009900 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #009900 1px solid;
	padding-top: 5px;
	border-bottom: #009900 1px solid;
	background-color: White;
}

#ForumDiv
{
	width:100%;
}

#ContentCell
{
	padding: 15px;
}

.BlockTitleDiv
{
	background-image: url(../images/block_title_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.BlockTitleCell
{
	border-bottom: solid 2px #FDB455;	
}

.BlockContentDiv
{
	padding-top: 15px;
}

.BlockContentCell
{
	border-bottom: solid 2px #FDB455;
}

.BasicMenu_V
{
	background-color: #EEEEEE;
}

.BasicMenu_V_Root
{
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
}

.BasicMenu_V_Root_Selected
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
}

.BasicMenu_V_Root:hover
{
	background-image: url(../images/nav_over.gif);
}

.BasicMenu_V_Root a, .BasicMenu_V_Root, .BasicMenu_V_Root_Selected, .BasicMenu_V_Root_Selected a
{
	color: black;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.BasicMenu_H
{
	background-color: #EEEEEE;
}

.BasicMenu_H_Root
{
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.BasicMenu_H_Root_Selected
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.BasicMenu_H_Root:hover
{
	background-image: url(../images/nav_over.gif);
}

.BasicMenu_H_Root a, .BasicMenu_H_Root, .BasicMenu_H_Root_Selected, .BasicMenu_H_Root_Selected a
{
	color: black;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.PopMenuSubDiv
{
	margin-top: 1px;
	border: solid 1px #A8BA7C;
}


.PopMenu
{
	background-color: #EEEEEE;
}

.PopMenu_Root
{
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

.PopMenuCell_Root
{
	white-space: nowrap;
}

.PopMenu_Root_Over
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

.PopMenuCell_Root_Over
{
	white-space: nowrap;
}

.PopMenu_Child
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EEEEEE;
}

.PopMenuCell_Child
{
	white-space: nowrap;
}

.PopMenu_Child_Over
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EEEEEE;
}

.PopMenuCell_Child_Over
{
	white-space: nowrap;
}

.PopMenuCell_Root a, .PopMenuCell_Root, .PopMenuCell_Root_Over, .PopMenuCell_Root_Over a, .PopMenuCell_Child a, .PopMenuCell_Child, .PopMenuCell_Child_Over, .PopMenuCell_Child_Over a
{
	color: black;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.DropMenuSubDiv
{
	margin-top: 1px;
	border: solid 1px #A8BA7C;
}


.DropMenu
{
	background-color: #EEEEEE;
}

.DropMenu_Root
{
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

.DropMenuCell_Root
{
	white-space: nowrap;
}

.DropMenu_Root_Over
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

.DropMenuCell_Root_Over
{
	white-space: nowrap;
}

.DropMenu_Child
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EEEEEE;
}

.DropMenuCell_Child
{
	white-space: nowrap;
}

.DropMenu_Child_Over
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EEEEEE;
}

.DropMenuCell_Child_Over
{
	white-space: nowrap;
}

.DropMenuCell_Root a, .DropMenuCell_Root, .DropMenuCell_Root_Over, .DropMenuCell_Root_Over a, .DropMenuCell_Child a, .DropMenuCell_Child, .DropMenuCell_Child_Over, .DropMenuCell_Child_Over a
{
	color: black;
	text-decoration: underline;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.SlideMenu
{
	background-color: #EEEEEE;
}

.SlideMenu_Root
{
	background-image: url(../images/nav_out.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-top: 8px;
}

.SlideMenu_Root_Selected
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-top: 8px;
}

.SlideMenu_Root_Over
{
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 20px;
	padding-top: 8px;
}

.SlideMenu_Root a, .SlideMenu_Root_Over a, .SlideMenu_Root, .SlideMenu_Root_Over, .SlideMenu_Child, .SlideMenu_Child_Selected, .SlideMenu_Child_Over, .SlideMenu_Child a, .SlideMenu_Child_Selected a, .SlideMenu_Child_Over a
{
	color: black;
}

.SlideMenu_Root_Selected a, .SlideMenu_Root_Selected
{
	color: #818181;
}

.SlideMenu_Child
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	padding-top: 4px;
	background-color: #EEEEEE;
}

.SlideMenu_Child_Selected
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	padding-top: 4px;
	background-color: #EEEEEE;
}

.SlideMenu_Child_Over
{
	background-image: url(../images/child_nav_out.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	padding-top: 4px;
	background-color: #EEEEEE;
}

.SlideMenu_ChildBox div
{
	overflow: hidden;
	cursor: pointer;
}

.RSSTitle
{
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
}
.RSSTimestamp
{
	font-size: 8pt;
	color: #696969;
}
.RSSDescription
{
	
}

.Calendar_Day
{
	text-align: left;
	vertical-align: top;
	height: 75px;
}

.Calendar_DayHeader
{
	background-color: #eee8aa;
}

.Calendar_TodayDay
{
	text-align: left;
	vertical-align: top;
	height: 75px;
	border: #FDB455 2px solid;
}

.Calendar_OtherMonthDay
{
	text-align: left;
	vertical-align: top;
	height: 75px;
	color: darkgray;
	background-color: whitesmoke;
}

.Calendar_Title, .Calendar_Title td
{
	background-image: url(../images/fade_bar.gif);
	background-color: #FFFFFF;
	font-weight: bold;
	color: #ffffff;
	height: 24px;
}

.Calendar_NextPrev A
{
	font-weight: bold;
	color: #ffffff;
}


