﻿.PageHeading {
	font-size: 9pt; color: #2a7e38;
}

.CalendarHeading {
	padding:0px;
	background-image: url(/images/silver_bg.gif); 
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	height: 23px;
	font-size: 8pt; 
	color: #2a7e38;
	font-weight: bold;
	padding-left: 7px;
}

.CalendarHeading a 
{
	font-size: 8pt; 
	color: #2a7e38;
	font-weight: bold;
	text-decoration:none;
}

.CalendarHeading a:hover
{
	text-decoration:underline;
}

.CalendarHeadingSmall {
	background-image: url(/images/silver_bg_noshadow.gif); 
	height: 20px;
	font-size: 8pt; 
	color: #2a7e38;
	font-weight: bold;
	padding-left: 7px;
}

.CalendarHeadingSmall a {
	color: #2a7e38;
	font-weight: bold;
}

.NumEvents {
	color: #666666;
	font-size: 7pt;
	text-align: right;
	padding-right: 2px;
}

.CalendarBody {
	background-color: #f3f3f3;
	padding: 2px;
}


.NormalDate, .SelectedDate {
	text-align: center;
	color: #2a7e38;
}

.SelectedDate {
	background-color: #a4c5aa;
}

.popout_green, .popout_orange, .popout_blue {
  position: absolute;
  color: #ffffff;
  z-index: 18;
  text-align: center;
  padding-top: 7px; 
  padding-left:6px; 
  padding-right:6px;
  background-repeat: repeat-x;
}

.popout_green div {
  padding-bottom: 5px;
}

.popout_green div a {
  color: #ffffff;
  text-decoration: none;
}

.popout_orange div {
  padding-bottom: 5px;
}

.popout_orange div a {
  color: #ffffff;
  text-decoration: none;
}

.popout_blue div {
  padding-bottom: 5px;
}

.popout_blue div a {
  color: #ffffff;
  text-decoration: none;
}

.popout_green {
	background-image: url(/images/submenu_greenbg.gif);
	background-color: #348442;
	border-left: 1px solid #348442;
  border-right: 1px solid #348442;
  border-bottom: 1px solid #348442;
}

.popout_orange {
	background-image: url(/images/submenu_orangebg.gif);
	background-color: #e2701b;
	border-left: 1px solid #e2701b;
  border-right: 1px solid #e2701b;
  border-bottom: 1px solid #e2701b;
}

.popout_blue {
	background-image: url(/images/submenu_bluebg.gif);
	background-color: #3d516e;
	border-left: 1px solid #3d516e;
  border-right: 1px solid #3d516e;
  border-bottom: 1px solid #3d516e;
}

.HeadingInput {
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	padding-bottom:0px;
	padding-top:0px;	
}

.AboutUsJustify {
	width: 750px; 
	text-align:justify;
}

.boxlink 
{
	text-decoration: none;
	color: #666666;
}

th {
	font-weight: normal;
	font-size: 8pt;
}