.Calendar
{
  border-top: 1px solid #fff;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-left: 1px solid #fff;
  font-size: 8pt;
  color: #000;
  background: #c8d0d4;
  font-family: arial;
}

.CalendarTitle 
{
  font-weight: bold;
  font-size: 8pt;
  font-family:Arial;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}
.CalendarDayHeader 
{
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}
.CalendarDay 
{
  font-weight: bold;
  font-family:arial;
  padding: 1px;
  color: #fff;
  text-align: center;
}
.CalendarWeekendDay 
{
  color: #f00;
}
.CalendarDay 
{
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.CalendarOtherMonthDay
{
  background: #e8f0f4;
}
.CalendarToday 
{
  font-weight: bold;
  color: #00f;
}


/*  Java Script Calendar*/

.rc_calendar {
	border: 1px solid #000000;
}

.rc_iframe_body {
	margin: 0px;
	background: #FFFFFF;
	border: 0px;
	cursor: default;
}

.rc_iframe_body .rc_table {
	font-size: 11px;
	font-family: verdana,tahoma,sans-serif,arial;
}

.rc_iframe_body .rc_wd_tr td {
	border-bottom: 1px solid #000000;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}
.rc_iframe_body .rc_time_tr td {
	border-top: 1px solid #000000;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body .rc_head_tr td,
.rc_iframe_body .rc_nav_tr td {
	border-bottom: 1px solid #8E8E8E;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
}

.rc_iframe_body .rc_cal_tr td {
	border: 1px solid #fff;
	padding: 4px 2px 4px 2px;
	text-align: right;
	color: #000;
	white-space: nowrap;
	width: 20px;
}

.rc_iframe_body .rc_footer_tr td {
	border-top: 1px solid #8E8E8E;
	padding: 2px;
	text-align: center;
	color: #000;
	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 {
	color: #fff;
	background: #00f;
	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,
.rc_iframe_body tr.rc_highlight td {
	border: 1px solid #8E8E8E;
	background: #ccccff;
}

.rc_iframe_body tr.rc_highlight td.rc_highlight {
	background: #3366cc;
	border: 1px solid #8E8E8E;
}

/* alt skin */

.rc_calendar_alt {
	border: 1px solid #8E8E8E;
	width:200px;
	z-index: 100003;
}

.rc_iframe_body_alt {
	margin: 0px;
	background: #CCCCCC;
	border: 0px;
	cursor: default;
}

.rc_iframe_body_alt .rc_table {
	font-size:8pt;
	font-family:arial;
	background: #fff;
}

.rc_iframe_body_alt .rc_wd_tr td {
	border-bottom: 1px solid #8E8E8E;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_time_tr td {
	border-top: 1px solid #8E8E8E;
	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 {
	border-bottom: 1px solid #8E8E8E;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
	background:#F7F7F7;
}

.rc_iframe_body_alt .rc_cal_tr td {
	border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	padding: 2px 2px 2px 2px;
	text-align: right;
	color: #000;
	white-space: nowrap;
	width: 25px;
}

.rc_iframe_body_alt .rc_footer_tr td {
	border-top: 1px solid #000000;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_hours {
	width: 20px;
	background: #F8F6F6;
	border: 1px solid #8E8E8E;
}

.rc_iframe_body_alt .rc_colon_span {
}

.rc_iframe_body_alt .rc_mins {
	width: 20px;
	background: #F8F6F6;
	border: 1px solid #000;
}

.rc_iframe_body_alt td.rc_current,
.rc_iframe_body_alt tr.rc_highlight td.rc_current {
		border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	color: #00f;
	background: #E9FAFE;
	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 {
		border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	background: #F8F6F6;
}

.rc_iframe_body_alt tr.rc_highlight td.rc_highlight {
	background: #F8F6F6;
		border-left: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}

/* alt skin */
