﻿body
{
	background-color: #f0ecd3;
	font-size: 12pt;
	font-family: 'Times New Roman';
}

.SectionTitle 
{
	background-color: #41465e;
	color: White;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.ContentArea
{
	color: #41465e;
	font-size: 12pt;
	font-family: 'Times New Roman';
	border-right: #41465e 1px solid;
	border-top: #41465e 1px solid;
	border-left: #41465e 1px solid;
	border-bottom: #41465e 1px solid;
	padding: 5px;
	background-color:#dcdddf;
	height:100%;
	min-height: 400px;
}

/*********************************************************************************
 * Control Styles
 *********************************************************************************/
.ControlStyle 
{	
	background-color: #F7F6F3;
	border-color: #E6E2D8;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	font-family: 'Times New Roman';
	font-size: 0.8em;
	color: #333333;
}

.ControlButton 
{
}

.ControlTitle
{	
	background-color: #41465e;
	font-weight: bold;
	font-size: 1.5em;
	color: White;
}

.ControlInstructions
{
}

.ControlText 
{	
}

.ControlErrorMessage
{
	font-weight: bold;
	color: red;
}

a.MenuLink
{
	font-family: 'Times New Roman';
	text-decoration: none;
	color: #41465e;
}
a.MenuLink:active
{
	font-family: 'Times New Roman';
	text-decoration: none;
	color: #41465e;
}
a.MenuLink:hover
{
	font-weight:bold;
	font-family: 'Times New Roman';
	text-decoration: none;
	color: black;
}
.HiddenPanel 
{
	color: #41465e;
	display:none;
}

.ActivePanel
{
	color: #41465e;
	display: block;
}

/******************************
 * Forums
 ******************************/
.postinfo
{
	background-color: lightsteelblue;
	font-weight: bold;
	text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #41465e;
   color: white;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}
/* Calendar */
.Calendar 
{
	border-color: Black;
	border: solid;
	font-family: Verdana;
	font-size: 9pt;
}
.TodayDayStyle 
{
	background-color: #999999;
	color: White;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.DayStyle 
{
	background-color: #CCCCCC;
	height: 100px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.WeekendDayStyle 
{
	background-color: #CCCCCC;
	height: 100px;
	vertical-align: top;
	text-align: left;
}
.OtherMonthDayStyle
{
	color: #999999;
	vertical-align: top;
	text-align: left;
	background-color: #CCCCCC;
	height: 100px;
}
.NextPrevStyle
{
	font-weight: bold;
	font-size: 8pt;
	color:White;
}
.DayHeaderStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	height: 8pt;	
}
.TitleStyle 
{
	background-color: #41465e;
	border: solid 2spx #41465e;
	font-weight: bold;
	font-size: 12pt;
	color:White;
	height:24pt;
}

/* CMS Styles */

.dragHandle
{
	width: 16px;
	height: 16px;
	background-color: blue;
	background-image: url(/Images/greenarrow.jpg);
	cursor: move;
	border: outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderList li
{
	list-style: none;
	margin: 2px;
}

.reorderList li a {}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea
{
    margin-left: 15px;
    text-align: left;
    color: black;
}

/** Shopping Cart **/
.ShoppingCartHeader 
{
	background-color: #41465e;
	font-weight: bold;
	color: White;
}
