input, select, textarea {
	font-family: tahoma;
	font-size: 11px;
}
#calendar-header {
	background-color: #6699CC;
	margin: auto;
	width: 100%;
	padding-top: 2px;
}
#calendar-header .closeme {
	padding: 0px 3px 2px 0px;
}
#calendar-body {
	padding-bottom: 3px;
	background-color: #6699CC;
	margin: auto;
	width: 100%;
}
#calendar-body .general {
	background-color: #FFFFFF;
}
#calendar-body .othermonth {
	background-color: #EEEEEE;
	color: #AAAAAA;
}
#calendar-body .header {
	background-color: #6699CC;
	color: #FFFFFF;
}
#calendar-body .today {
	background-color: #FFFFCC;
}
#calendar-body .bg {
	background-color: #6699CC;
}
#calendar-body .select {
	background-color: #FFCC99;
}
#calendar-body .othermonth a:link {
	text-decoration : none;
	font-family: tahoma;
	color: #CCFFCC;
}
#calendar-body .othermonth a:visited {
	text-decoration : none;
	font-family: tahoma;
	color: #CCFFCC;
}
#calendar-body .othermonth a:hover {
	text-decoration : underline;
	font-family: tahoma;
	color: #FFFFFF;
}
#calendar-body a:link {
	text-decoration : none;
	font-family: tahoma;
	color: #000000;
}
#calendar-body a:visited {
	text-decoration : none;
	font-family: tahoma;
	color: #000000;
}
#calendar-body a:hover {
	text-decoration : underline;
	font-family: tahoma;
	color: #FF0000;
}
#calendar-body .disabledate {
	color: #669999;
}
#calendar-footer {
	background-color: #CCCCCC;
	border: 0px solid #000000;
	width: 100%;
	margin: auto;
}
#calendar-footer .btn {
	line-height: 21px;
}
#calendar-footer .btn a:link {
	text-decoration : none;
	font-family: tahoma;
	color: #000000;
}
#calendar-footer .btn a:visited {
	text-decoration : none;
	font-family: tahoma;
	color: #000000;
}
#calendar-footer .btn a:hover {
	text-decoration : underline;
	font-family: tahoma;
	color: #FF0000;
}
#calendar-header, #calendar-body, #calendar-footer {
	padding-left: 1px;
	padding-right: 1px;
	font-size:11px;
}
#calendar-container {
	background-color: #6699CC;
}
.tcday, .tcmonth, .tcyear {
	font-size: 11px;
}
.date-tccontainer {
	background-color:#fff;
	border:1px solid #333;
	display:block;
	float:left;
	padding:2px;
	width:144px;
	margin:0 10px 0 0;
}
#pd1 a {
	width:16px;
	height:16px;
	background:url(../images/iconCalendar.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	outline:none;
	float:left;
}

	
	

