#StandardTable {
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	/*border: 1px solid #000000;*/
}



#StandardTable A{
	color: #0b304a;
}

#StandardTable A:hover{
	color: #920930;
}

#StandardTable th {
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
	text-decoration: none;
}

#StandardTable td.data_label {
	text-indent: 10px;
}

/*input.StandardOneLine { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 350px;
}

input.Recurrence { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 35px;
}

input.HalfStandardOneLine { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 175px;
}

input.StandardButton {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	width: 60px;
	
}

input.ExtendedWidthButton {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	width: 120px;
	
}

select.StandardOneLine { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 350px;
}*/

select.Day { 
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 40px;
}

select.Month { 
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif; 
	font-size: 12px;
	padding: 2px;
	color: #444444; 
	line-height: 100%;
	background-color: #ffffff; 
	border: 1px solid #777777;
	width: 100px;
}

select.Year { 
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif; 
	font-size: 12px;
	padding: 2px;
	color: #444444; 
	line-height: 100%;
	background-color: #ffffff; 
	border: 1px solid #777777;
	width: 60px;
}

/*
select.Recurrence { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 100px;
}

select.HalfStandardOneLine { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 175px;
}

select.FullWidth {
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 100%;

}

textarea.Standard { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
	line-height: 100%;
	background-color: #f3efe9; 
	border: 1px solid #000000;
	width: 350px;
}*/

.negative { color: #F80000; }




#Calendar {
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size:14px;
	line-height:11px;
	width: 318px;	
	text-align:center;
}

td {}

#CalendarHeading {
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size:14px;
	line-height:11px;
	width: 318px;
	padding: 0 0 10px 0;
}

#CalendarHeader {
	font-size: 14px;
	margin: 0px;
	
}

#CalendarMonthYear { 
	padding-bottom:3px;
	padding-left: 0px;
	text-align:left;
	font-weight: bold;
	color: #444444;
}



#CalendarMonthNav {
	width:46px;
	text-align:right;
}

#DayHeader {
	color: #444444;
	font-family: georgia;
	text-align:center;
	font-weight:normal;
	margin: 4px 0 8px 0;
	font-size:14px;
}

#HeaderWeekday {
	width: 42px;
	color: #7F223F;
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
}

#HeaderWeekend {
	width:42px;
	color: #7F223F;
	text-align:center;

}

.weekday {
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height:11px;
	height:28px;
	width:42px;
	background-color:#f6f6f6;
	border: solid 1px #ccc;
	text-decoration:none;
	font-weight: bold;
	color: #888888;
	text-align:center;
	
}

.weekday A {
	color: #0b304a;
	text-decoration:none;
	text-align:center;
}
.weekday A:hover {
	color: #920903;
	text-decoration:none;
	text-align:center;
}

.dayMouseOver{
	color: #920903;
	text-decoration:none;
	text-align:center;
}

.dayCurrent{
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 14px;
	background-color:#cfcfcf;
	height:28px;
	font-weight: bold;
	text-decoration:none;
	border: solid 0px #eee;
	text-align:center;
	color: #920903;
	
}

.dayCurrentOver{
 color: #920903;
 text-decoration:none;
 text-align:center;
}

.dayCurrent A{
 color: #920903;
 text-decoration:none;
 text-align:center;
}

.weekend{
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height:11px;
	height:28px;
	width:42px;
	background-color:#e4e4da;
	border: solid 1px #ccc;
	color: #888888;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	
}

.weekend A {
	color: #0b304a;
	text-decoration:none;
	text-align:center;
}

.weekend A:hover {
	color: #0b304a;
	text-decoration:none;
	text-align:center;
}

.dayOver{
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #8f0300;
	background-color:#CCC;
	height:28px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}

.dayOver a{
 	color:#0b2a40;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	
}

.eventsbymonth {
	font-family:georgia;
	font-size:13px;
	font-style:italic;
	color:#444444;
	margin: 10px 0 6px 0;
	display:block;
	
}

.viewevents {
	font-family:georgia;
	font-size:13px;
	font-style:italic;
	color:#0b304a;
	margin: 10px 0 6px 0;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
	display:block;
}

