/* Calendar */
a.today:link,a.today:visited{ 
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
}

a.today:hover,a.today:active{ 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
}

a.eventday:link,a.eventday:visited{
	color: #0000FF; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px;
}

a.eventday:hover,a.eventday:active{
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px;
}

a.selectedDay:link,a.selectedDay:visited{ 
	color: HighLightText; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
}

a.selectedDay:hover,a.selectedDay:active{ 
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 12px; 
}

a.weekDay:link,a.weekDay:visited{ 
	color: #000000; 
	text-decoration: none; 
	font-size: 12px; 
}

a.weekDay:hover,a.weekDay:active{ 
	color: #FF0000; 
	text-decoration: none; 
	font-size: 12px; 
}

TD.dayCaption { 
	margin: 1px; 
	border-bottom: 1px solid black; 
	color: ThreeDLightShadow; 
	background-color: 3399cc; 
	font-size: 12px; 
	font-weight: bold; 
	padding: 4px; 
}

TD.selectedDay { 
	margin: 1px; 
	border: 1px solid Highlight; 
	color: HighlightText; 
	background-color: 3399cc; 
	font-size: 12px; 
	font-weight: bold; 
}

TD.today { 
	border: 1px solid #FF0000; 
	color: #000000; 
	font-size: 12px; 
}

TD.eventday { 
	border: 2px solid window; 	
	font-size: 12px; 
}

TD.workday { 
	color: #000000; 
	background-color: window; 
	font-size: 12px; 
	border: 2px solid window; 
}

TD.weekend { 
	color: #000000; 
	background-color: window; 
	font-size: 12px; 
	border: 2px solid window; 
}

.CalendarControls { 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; 
}

.CalendarWindow { 
	display:none; 
	border: 0px solid; 
	font-size: 12px;	
}

.MonthInput { 
	border: 1px inset; 
	background-color: window; 
	padding: 0px; 
	font-size: 12px; 
}

.YearInput { 
	font-size: 12px; 
	width: 38px; 
}

.MonthWindow { 
	border: 1px inset; 
	background-color: window; 
	padding: 1px; 
}

.MonthTable { 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; 
}

.spin_buttons { 
	height: 24px; 
	width: 18px; 
}

.timeBox { 
	width: 26px; 
	font-size: 12px; 
}
