#calendarDiv
{
	position: absolute;
	width: 205px;
	border: 1px solid #9CBDFF;
	padding: 1px;
	background-color: #FFF;
	font-family: arial;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}
#calendarDiv span, #calendarDiv img
{
	float: left;
}
#calendarDiv .selectBox, #calendarDiv .selectBoxOver
{
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver
{
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv td
{
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}

div.calender
{
	position: absolute;
	width: 210px;
	z-index: 9999;
	top: 0;
	left: 0px;
	top: 0px;
	height: 200px;
}
table.calender
{
	width: 200px;
	border: solid 1px #333333;
}
td.calender
{
	background-color: #f2f2f2;
	height: 25px;
	padding-left: 10px;
}
.PreviousMonth
{
	font-size: xx-small; 
	font-weight: bold; 
	background-color: white; 
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	color: black; 
	width: 22px;
}
.MonthdisPlay
{
	background-color: #f2f2f2; 
	width: 125px; 
	font-size: 12px; 
	font-weight: bold; 
	border-right: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid; 
	border-left: #f2f2f2 1px solid; 
	border-bottom: #f2f2f2 1px solid; 
	text-align: center; 
	height: 15px
}
.NextMonth
{
	font-weight: bold; 
	font-size: xx-small; 
	background-color: white; 
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid; 
	color: black; 
	width: 22px;
}
.CloseDisPlay
{
	border: 0 solid #000000; 
	font-weight: normal; 
	font-size: 10px; 
	background-color: #f2f2f2; 
	background-attachment: scroll;
}
#calendarDiv .selectBox
{
	border: 1px solid #9CBDFF;
	color: black;
	position: relative;
}

.calender1
{
background-color: #f2f2f2;
}
#calendarDiv .selectBoxOver
{
	border: 1px solid #9CBDFF;
	background-color: white;
	color: black;
	position: relative;
}
#calendarDiv .selectBoxTime
{
	border: 1px solid #C4DCFB;
	color: #C4DCFB;
	position: relative;
}
#calendarDiv .selectBoxTimeOver
{
	border: 1px solid #216072;
	color: #216072;
	position: relative;
}

#calendarDiv .topBar
{
	height: 16px;
	padding: 2px;
	background-color: #C4DCFB;
}
#calendarDiv .activeDay
{
	/* Active day in the calendar */
	color: #FF0000;
}
#calendarDiv .todaysDate
{
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #E2EBED;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}
#calendarDiv .todaysDate div
{
	float: left;
}

#calendarDiv .timeBar
{
	height: 17px;
	line-height: 17px;
	background-color: #E2EBED;
	width: 72px;
	color: #FFF;
	position: absolute;
	right: 0px;
}

#calendarDiv .timeBar div
{
	float: left;
	margin-right: 1px;
}


#calendarDiv .monthYearPicker
{
	background-color: #E2EBED;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #3366ff;
	left: 0px;
	top: 15px;
	z-index: 1000;
	display: none;
}
#calendarDiv #monthSelect
{
	width: 70px;
}
#calendarDiv .monthYearPicker div
{
	float: none;
	clear: both;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}
#calendarDiv .monthYearActive
{
	background-color: #C4DCFB;
	color: black;
}

#calendarDiv td
{
	text-align: right;
	cursor: pointer;
}

#calendarDiv .topBar img
{
	cursor: pointer;
}
#calendarDiv .topBar div
{
	float: left;
	margin-right: 1px;
}

