.Clear
{
	font-size: 1px;
	height: 1px;
}

.cal_control
{
	background-color: #FFF;
	min-height: 150px;
	font-size: 11px;
	padding: 0;
}

.cal_month_nav
{
	background-color: #96bbcc;
	background-image: url(../images/cal-hd-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 20px;
	padding: 2px;
}

.cal_month_nav a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

.cal_prev_month
{
	float: left;
	padding-top: 6px;
	padding-left: 4px;
}

.cal_next_month
{
	float: right;
	padding-top: 6px;
	padding-right: 4px;
}

.cal_current_month
{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
}

.cal_table
{
	width: 100%;
	border: none;
	clear: both;
	margin: 0;
	padding: 0;
	background-image: url(../images/cal-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #e5eff3;	
}

.cal_day_head
{
	padding: 4px 1px;
	font-weight: bold;
	text-align: center;
	border: none;
	background-color: Transparent;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #498198;
}

.cal_day_cell
{
	padding: 4px 1px;
	text-align: center;
	background-color: Transparent;
	border: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-weight: bold;
	color: #444;
}

.ie6 .cal_day_cell 
{
	padding: 4px 8px 4px 8px;
}

.ie6 #calEvents .cal_day_cell 
{
	padding: 4px 3px;
}

.cal_day_cell a
{
	color: #0f1f54;
	text-decoration: underline;
	font-weight: bold;
	outline: none;	
}

.event-day-block
{
	margin: 10px;
}

#eventdate
{
	margin: 8px;
	margin-top: 10px;
	font-weight: bold;
}

.day-sel
{
	background-color: #FFF;
}

.mo-prev
{
	background-image: url(../images/cal-lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px !important;
	display: block;
	width: 8px;
	height: 8px;
	text-decoration: none;
}

.mo-next
{
	background-image: url(../images/cal-rt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px !important;
	display: block;
	width: 8px;
	height: 8px;
	text-decoration: none;
}


