/*days grid and month grid*/
td.cal { color : #666666; background-color : #F6F7FD; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*month navigation*/
.cal_nav { color : #666666; background-color : #F6F7FD; font-family : Arial,Helvetica,Sans-serif; font-size : 11px; font-weight:bold; text-decoration:none;}

/*Week Day headings*/
td.calDaysColor { color : #ffffff; background-color : #28448F; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*Weekend Days grid */
td.calWeekend { color : #666666; background-color : #E6E7EC; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*Inner Grid Border */
table.gridColor { background-color : #28448F;}

/*Outer Border */
.calBorderColor { color : #ffffff; background-color : #28448F; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*Date Selected */
td.calHighlightColor {
	color : #ffffff;
	font-family : Arial,Helvetica,Sans-serif;
	font-size : 11px;
	background: #FF9900;
}

/*Dates Text */
a.cal { color : #666666; text-decoration : none; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*Dates Text Hover */
a.cal:Hover { color : #B22222; text-decoration : none; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}

/*Out of Range Dates */
.disabled { color : #c1c1c1; text-decoration : none; font-family : Arial,Helvetica,Sans-serif; font-size : 11px;}