﻿.calendarcontrol_panel
{
	display: block;
	z-index: 100;
	position: absolute;
}

.calendarcontrol_textbox
{
	width: 70px;
}

.calendarcontrol_button
{
	width: auto;
}

.calendarcontrol_calendar
{
	background-color: White;
	border-color: #999999; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 8pt;
	color: Black;
	height: 180px;
	width: 200px;
	padding: 4px;
}

.calendarcontrol_selectedday
{
	background-color: #135683;
	color: White;
	font-weight: bold;
}

.calendarcontrol_todayday
{
	background-color: #cccccc;
	color: Black;
}

.calendarcontrol_othermonthday
{
	color: #808080;
}

.calendarcontrol_nextprev
{
	vertical-align: bottom;
}

.calendarcontrol_dayheader
{
	font-weight: bold;
	font-size: 7pt;
	background-color: #cccccc;
}

.calendarcontrol_title
{
	background-color: White;
	font-weight: bold;
	border-color: Black;
	color: White;
}

.calendarcontrol_selector
{
	background-color: #cccccc;
}

.calendarcontrol_weekendday
{
	background-color: #ffffcc;
}
