@charset "UTF-8";
/* CSS Document for Ready To Learn's Workshops Calendar... */


table#rtlCalendar {
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
*/}



table#rtlCalendar tr#daysRow {
	background-color: #000;
	color: #fff;
}


table#rtlCalendar tr#weekRow {
}





table#rtlCalendar td {
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/	padding: 3px;
	width: 14.3%;
}


#intro {
	text-decoration: none;
}


#dayHighlight {
	background-color: #666666;
}

#dayHighlight a {
	color: #fff;
}

#dayHighlight a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}



.todayHighlight {
	border: 1px solid #000;
}



#thisDayHighlight {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}



div#monthsBox {
	float: right;
	padding: 3px;
	text-align: right;
}
