/* Color 1 - #006A4E */
/* Color 2 - #CCCC66 */
/* Color 3 - #006A4E */

.Color1
{
	color: #006A4E;
}
.Color2
{
	color: #CCCC66;
}
.Color3
{
	color: #006A4E;
}

.BackColor1
{
	background-color: #006A4E;
}
.BackColor2
{
	background-color: #CCCC66;
}
.BackColor3
{
	background-color: #006A4E;
}


.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:link
{
	text-decoration: none;
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited
{
	text-decoration: none;
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.button
{
	background-color: #0033FF;
	color: #FFFFFF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	border-right-color: #0033FF;
	border-top-color: #0033FF;
}
.button:hover
{
	cursor: pointer;
}

p
{
	font-family: Verdana;
	font-size: 14px;
}
body
{
	background-image: url('Images/bg_page.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFCC;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}

img
{
	border-style: none;
}


.MenuBar
{
	background-color: #006A4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.MenuBar a:link
{
	text-decoration: none;
	color: White;
}
.MenuBar a:visited
{
	text-decoration: none;
	color: White;
}
.MenuBar a:hover
{
	color: #CCCC66;
}
.MenuBar a:active
{
	text-decoration: none;
}

.MenuBar hr
{
	color: #CCCC66;
	background-color: #CCCC66;
}

.SponsorBar
{
	background-color: #006A4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
}

.ChartTable
{
	background-color: white;
	border: solid 1px #006A4E;
}

.ChartTableHeader
{
	background-color: #006A4E;
	color: White;
}

.ChartTableRow
{
	border: solid 1px #006A4E;
	border-bottom: solid 1px #006A4E;
}

.emptyHeaderCss
{
}

.headerCss
{
	cursor: hand;
	cursor: pointer;
	width: 100%;
	border-bottom: solid 1px;
	text-align: center;
}

/* Calendar Styles */
.picker
{
	background-color: #FFFFFF;
	border: 1px gray solid;
	font-size: 12px;
	padding: 2px;
	cursor: pointer;
}

.calendar_button
{
	border: none;
	cursor: pointer;
}

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

.day
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover
{
	width: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday
{
	color: #999999;
}

.selectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: default;
}

.month
{
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: center;
	padding: 0px 5px 0px 5px;
}
/* End Calendar Styles */