.FormHeader {
	color: #666666;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 145%;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
}

.formItem {
	vertical-align: middle;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formItemR {
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.monthDay{
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	min-width: 90px;
	color: #0F6BB5;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.monthDay a {
	color: #0F6BB5;
	font-weight: bold;
	font-size: 9px; 
	text-decoration: none;
}

.monthDay a:hover {
	color: #7DA927;
	text-decoration: none;
}

.monthDayR a {
	color: #0F6BB5;
	font-weight: bold;
	font-size: 9px; 
	text-decoration: none;
}

.monthDayR a:hover {
	color: #7DA927;
	text-decoration: none;
}
.monthDayHeader {
	text-align: right;
	color: #7DA927;
	font-size: 9px;
	font-weight: bold;
	margin: 0 3px 1px 0;
}
.monthDay table{
	width: 100%;
}
.monthDay table td{
	padding-top: .5em;
}
.otherMonth{
	background-color: #EEE;
}
.pastDate .displayTime, .pastDate .displayDetail, .pastDate .displayDetail a,
.otherMonth .displayTime, .otherMonth .displayDetail, .otherMonth .displayDetail a{
	color: #AAA;
}

.headerRight {
	border-right: 1px solid #CCC;
}
.DayName {
	text-align: center;
	color: #FFF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 145%;
	background-color: #0F6BB5;
	font-weight: bold;
	padding: 2px;
}
td.emptyday{
	height:30px; 
}
.monthDate {
	text-align: right;
	color: #333399;
	border-color: #CCCCCC;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.monthTitle {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.displayTime {
	color: #666;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	width: 40%;
	padding-right: 2px;
	vertical-align: top;
}

.displayTime a {
	color: #005ec7;
	font-weight: normal;
	font-size: 9px; 
	text-decoration: none;
}

.displayTime a:hover {
	color: #cccccc;
	text-decoration: none;
}

.displayDetail {
	width: 60%;
	color: #005ec7;
	text-align: left;
	padding-left: 2px;
	font-size: 9px;
	font-weight: normal;
	white-space: normal;
}
.displayDetail a{
	color: #7DA927;
	font-weight: bold;
}
.closed{
	text-align: center;
	color: #666666;
	font-size: 108%;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
	height: 40px;
}
/* @group Class Description */
#tt_description{
	width: 15em;
	text-align:left;
	padding:0;
	margin: 0;
	background-color: #FFF;
	border: 4px double #7DA927;
}
.yui-tt .bd{
	padding: 1em;
	margin: 0;
	background-color: #FFF;
}
.yui-tt h3{
	margin: 0 0 .5em 0;
	color: #0F6BB5;
	padding: 0;
}
/* @end */

