/* calandar formating */
.cal_table{
	/*margin: 3px;
	margin-top: 5px;*/
	width: 100%;
	/*border-top: 1px solid  #FF9900;*/
	border-collapse: collapse;
	border-bottom: 1px solid #94CED6;
}

.cal_table td{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	text-align: right;
	padding: 2px;
	border: 1px solid #DDDDDD;
}
.cal_table td a:link, .cal_table td a:visited{
	font-size: 11px;
	font-weight: normal;
}
.cal_table td a:hover{
	font-weight: bold;
	color: #333333;
}

 td.monthname{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 8px;
	color: #666666;
	background-color: #D3ECF0;
	border-color: #CCCCCC;
}

td.weekdays, td.weeks{
	font-weight: bold;
	color: #666666;
	padding: 3px 2px 3px 2px;
}

td.prevdaycell, td.nextdaycell{
	color: #CCCCCC;
}

td.actdaycell{
	background-color: #CCCCCC;
	border: 1px solid #FF9900;
}

td.actdaycell a:link, td.actdaycell a:visited{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

td.inactdaycell{
	color: #999999;
}

