#CalendarControlIFrame
{
	display: none;
	left: 100px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	z-index: 100;
}

#CalendarControl
{
	position: absolute;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
}

#CalendarControl table
{
	font-family: arial, Verdana, helvetica, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}

#CalendarControl th
{
	font-weight: normal;
}

#CalendarControl th a
{
	font-weight: bold;
	text-decoration: none;
	color: Yellow;
	padding: 1px;
}

#CalendarControl td
{
	text-align: center;
}

#CalendarControl .header
{
	background-color: #51aad2;
}

#CalendarControl .weekday
{
	background-color: #DDD;
	color: #000;
}

#CalendarControl .weekend
{
	background-color: #DDD;
	color: #ff0000;
}

#CalendarControl .current
{
	border: 1px solid #339;
	background-color: #336;
	color: #FFF;
}

#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current
{
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	width: 2em;
}


#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover
{
	color: #FFF;
	background-color: #336;
	border: 1px solid #999;
}

#CalendarControl .previous
{
	text-align: left;
}

#CalendarControl .next
{
	text-align: right;
}

#CalendarControl .previous, #CalendarControl .next
{
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}

#CalendarControl .previous a, #CalendarControl .next a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .title
{
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#CalendarControl .empty
{
	background-color: #CCC;
	border: 1px solid #FFF;
}

.bigTextFields
{
	height: 16px;
	width: 80px;
	padding-left: 2px;
	border: #666666 solid 1px;
}
