.rc_calendar {
	background-image:url(../images/calendar.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:188px;
	height:155px;
	border:none !important;
	
}
.rc_iframe_body {
	border: 0px;
	cursor: default;
	
}

.rc_iframe_body .rc_table {
	font-size: 9px;
	font-family: verdana,tahoma,sans-serif,arial;
}

.rc_iframe_body .rc_wd_tr td {
	padding: 3px 0px 3px 3px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #505358;
	white-space: nowrap;
}
.rc_iframe_body .rc_time_tr td {

	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body .rc_head_tr td,
.rc_iframe_body .rc_nav_tr td {

	padding: 3px 0px 3px 3px;
	text-align: center;
	color: #791c80;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight: bold;
}

.rc_iframe_body .rc_cal_tr td {
	/*border: 1px solid #fff;*/
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 3px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	width: 20px;
}

.rc_iframe_body .rc_footer_tr td {
	padding: 2px;
	text-align: left;
	color: #000;
	white-space: nowrap;
	background-color:#663399;
}

.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 {
	color: red;
	font-weight: bold;
}

.rc_iframe_body td.rc_today {
	font-weight: bold;
}

.rc_iframe_body td.rc_weekend_head {
	color: #f00;
}

.rc_iframe_body td.rc_weekend_day {
	color: #f00;
}


.rc_iframe_body tr.rc_highlight td.rc_highlight {
	color: red;
}

/* alt skin */

.rc_calendar_alt {
	border:none;
}

.rc_iframe_body_alt {
	margin: 0px;
	background: #CCCCCC;
	border: 0px;
	cursor: default;
}

.rc_iframe_body_alt .rc_table {
	font-size: 12px;
	font-family: verdana,tahoma,sans-serif,arial;
	background: #0f0;
}

.rc_iframe_body_alt .rc_wd_tr td {

	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_time_tr td {
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_head_tr td,
.rc_iframe_body_alt .rc_nav_tr td {
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
}

.rc_iframe_body_alt .rc_cal_tr td {
	padding: 3px 0px 3px 0px;
	text-align: right;
	color: #000;
	white-space: nowrap;

}

.rc_iframe_body_alt .rc_footer_tr td {
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_hours {
	width: 20px;
	background: #66ff66;
}

.rc_iframe_body_alt .rc_colon_span {
}

.rc_iframe_body_alt .rc_mins {
	width: 20px;
	background: #66ff66;
}

.rc_iframe_body_alt td.rc_current,
.rc_iframe_body_alt tr.rc_highlight td.rc_current {
	color: #00f;
	font-weight: bold;
}

.rc_iframe_body_alt td.rc_today {
	font-weight: bold;
}

.rc_iframe_body_alt td.rc_weekend_head {
	color: #f00;
}

.rc_iframe_body_alt td.rc_weekend_day {
	color: #f00;
}

.rc_iframe_body_alt tr.rc_highlight,
.rc_iframe_body_alt tr.rc_highlight td {
	background: #66ff66;
}

.rc_iframe_body_alt tr.rc_highlight td.rc_highlight {
	background: #66ff66;
}

/* alt skin */

