div.calendarWidget {
	color:#000000;
}
div.calendarWidget table {
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
}


div.calendarWidget table thead td{
	font-weight: bold;
	color: white;
	background-color: #02a2fa;
	padding-top:3px;
	padding-bottom:3px;
}

div.calendarWidget table td.wknr {
	color: #444;
	font-weight:normal;
	background-color: #ededed;
	padding-left:5px;
	padding-right:5px;
}


div.calendarWidget table td {
	border: solid #CCCCCC 1px;
	color:#000000;
	vertical-align: top;
	font-weight: bold;
	text-align:center;
	padding:7px 9px;	
}



div.calendarWidget table td.oth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

div.calendarWidget table td.wknd {
	background-color: #eaf8ff;
}

div.calendarWidget table td.dis {
	color: #CCCCCC;
}

div.calendarWidget table td.selected, div.calendarWidget table td.selected.active {
	background-color: #e00015;
	color:white;
}

div.calendarWidget table td.pntFlip {
	cursor:pointer;
}

div.calendarWidget table td.active {
		background-color: #ffd602;
}

