.rc_calendar 
{
	border: 0;
	margin-bottom: 25px;
	margin-top: 5px;
}

.rc_iframe_body {
	margin: 0 0 1px 0;
	background: #FFFFFF;
	border: 0px;
	cursor: default;
	color: #3c3c3c;
	border-bottom: solid 1px #c9c9c9;
}

.rc_iframe_body .rc_table {
	font-size: 11px;
	font-family: arial;
	border-collapse: collapse;
}

.rc_iframe_body .rc_wd_tr td {
	padding: 2px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	font-size: 10px;
}
.rc_iframe_body .rc_time_tr td {
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

.rc_iframe_body .rc_head_tr
{
	display: none;
}

.rc_iframe_body .rc_nav_tr td
{
	background-color: #3c3c3c;
	color: White;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
.rc_iframe_body .rc_cal_tr td {
	padding: 4px 2px 4px 2px;
	text-align: right;
	white-space: nowrap;
	width: 20px;
	border: solid 1px #c9c9c9;
	text-align: center;
}

.rc_iframe_body .rc_footer_tr td {
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

.rc_iframe_body .rc_hours {
	width: 20px;
}

.rc_iframe_body .rc_colon_span {
}

.rc_iframe_body .rc_mins {
	width: 20px;
}

.rc_iframe_body .rc_mins {
	width: 20px;
}

.rc_iframe_body td.rc_current 
{
	background-color: #f4f4f4;
}

.rc_iframe_body td.rc_today {
	font-weight: bold;
}

.rc_iframe_body tr.rc_highlight,
.rc_iframe_body tr.rc_highlight td {
}

.rc_iframe_body td.rc_event
{
	background-color: #f4f4f4;
	color: #66c1e8;
	font-weight: bold;
}
.rc_iframe_body td.rc_current_event
{
	background-color: #66c1e8;
	color: White;
	font-weight: bold;
}
.rc_iframe_body tr.rc_nav_tr td.rc_highlight 
{
	color: #21a5de;
}
.rc_iframe_body tr.rc_cal_tr td.rc_highlight {
	background: #f3f3f3;
}

.rc_iframe_body .rc_footer_tr
{
	display: none;
}
