.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 #000000;
	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 #000000;
	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_new_disabled {
	color: #808080;
   /*background-color: transparent;*/
}

.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 #ccccff;
	background: #ccccff;
}

.rc_iframe_body tr.rc_highlight td.rc_highlight {
	background: #3366cc;
	border: 1px solid #9999ff;
}

/* alt skin */

.rc_calendar_alt {
	border: 1px solid #000000;
}

.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: #CCE4FF;
}

.rc_iframe_body_alt .rc_wd_tr td {
	border-bottom: 1px solid #000000;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body_alt .rc_time_tr td {
	border-top: 1px solid #000000;
	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 #000000;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
}

.rc_iframe_body_alt .rc_cal_tr td {
	border: 1px solid #CCE4FF;
	padding: 4px 2px 4px 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: #3399DD;
	border: 1px solid #000;
}

.rc_iframe_body_alt .rc_colon_span {
}

.rc_iframe_body_alt .rc_mins {
	width: 20px;
	background: #3399DD;
	border: 1px solid #000;
}

.rc_iframe_body_alt td.rc_current,
.rc_iframe_body_alt tr.rc_highlight td.rc_current {
	border: 1px solid #3399DD;
	color: #00f;
	background: #AACCEE;
	font-weight: bold;
}

.rc_iframe_body_alt td.rc_today {
	font-weight: bold;
	border: 1px solid #3399DD;
}

.rc_iframe_body_alt td.rc_new_disabled {
	color: #808080;
   /*background-color: transparent; */
}

.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: 1px solid #3399DD;
	background: #3399DD;
}

.rc_iframe_body_alt tr.rc_highlight td.rc_highlight {
	background: #3399DD;
	border: 1px solid #9999ff;
}


.rc_text {
	font-weight : bold;
	text-align: left;
	text-decoration : none;
}
.rc_button {
/*	background-color: #3399DD;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	text-decoration : none;
	border : 1px solid #000000;
	color:#FFFFFF;
	border:1px solid #3399DD;
	font-weight:bold;
*/
 
/*	font-size:14px; */
	font-family: arial;
	padding:0.2em 0.5em; 
	background: -webkit-gradient(linear, left top, left bottom, 
				 color-stop(0, #EFF2FA), color-stop(0.6, #CFE2EA), color-stop(0.97, #FFFFFE), color-stop(0.99, #ace));
	background: -moz-linear-gradient(top, #EFF2FA, #CFE2EA 60%, #FFFFFE 96%, #ace 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EFF2FA', endColorstr='#95B9C7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EFF2FA', endColorstr='#99999a')";

	background-color: #ACE;	
	border:1px solid yellowgreen; 
	border-bottom: 1px solid #ace;
	color: #00529B; 

	font-weight:bold;
	text-shadow: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	text-align: center;
	vertical-align:middle;
 
	text-decoration:none;
	white-space: nowrap;
 	margin:1px;
	display: inline-block;
 	
 
}

.rc_button:hover, 
.rc_button:focus {
/*	background-position:0 -5px;*/
	cursor:pointer;
	border:1px solid gold; 
}
/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
    
/* alt skin */
.rc_button[disabled]
{
	background: white;	
	color: #99999a;
	cursor: default;
	border: 1px solid #ccccce; 
}

/* ------------------------------------------------------------------------ */

.namemonth{
	color: #2277BB;
    font-weight:bold;
    font-size: 12px;
}

.nonmonthdays{
	background:#DEDEDE;
}

.today{
	background:#999999;
	font-weight:bold;
}

.days{
	background:#EEEEEE;
}

.days_open_task{
	background:#CCFFCC;
}

.days_close_task{
	background:#FFCCCC;
}

.days_complete_task{
	background:#CCCCFF;
}














