#CalendarControlIFrame {
	display: none;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 250px;
	width: 250px;
}

#CalendarControl {
	border: 1px solid #000000;
	position: absolute;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
/*	height:;*/
	display: none;
}

.calendar_bottom{
	text-align: center;
	padding:5px 0px 5px 0px;
}

.calendar_bottom a{
	text-decoration: none;
	color: #000000;
}

.calendar_days{
/*	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; */
}

.calendar_days a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

#CalendarControl table {
/*	border: 1px solid #000000; */
	font-family: Verdana, Arial, Helvetiva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#CalendarControl th {
	font-weight: normal;
}

#CalendarControl th a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

#CalendarControl td {
	text-align: center;
}

#CalendarControl .header {
	background-color: #0000FF;
}

#CalendarControl .weekday {
	background-color:  #C2C2C2;/*#EEEEEE; */
	color: #000000;
}

#CalendarControl .weekend {
	background-color: #FFFF00;
	color: #000000;
}

#CalendarControl .current {
	border: 1px solid #0000FF;
	background-color: #FF0000;
	color: #FFFFFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 2em;
	text-align: right;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
	color: #FFFFFF;
	background-color: #90DD90;
	border: 1px solid #000000;
}

#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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .title {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#CalendarControl .empty {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}

