@charset "utf-8";
/* CSS Document */

#additional table{
	background-color:#fff !important;
	border:0;
	width:50px !important;
	padding:0 !important;
}

html > body #additional table{width:150px !important;}

.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,
.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { 
	font-family:"Trebuchet MS" !important;
	font-size:11px !important; 
	color:#47abdd  !important;
}

html > body .cpYearNavigation,html > body .cpMonthNavigation { 	padding:2px;
}

.cpYearNavigation,.cpMonthNavigation { 
	background-color:#fff !important; 
	padding:2px;
	text-align:center; 
	vertical-align:center; 
	text-decoration:none; 
	color:#666 !important; 
	font-weight:bold; 
	height:20px !important;
	text-transform:uppercase;
	font-size:100% !important;
}
	select.cpMonthNavigation,select.cpYearNavigation{
		background-color:#fff !important; 
	}

td.cpDayColumnHeader { 
	text-align:right !important;
	border-bottom:1px solid #ccc !important;	
	background-color:#d0e3f4; !important;
	margin-bottom:5px !important;
	
}
	.cpDayColumnHeader { 
		color:#999 !important;
		padding:1px 6px 1px 2px !important;
	}
		html > body .cpDayColumnHeader { padding:1px 4px 1px 2px !important;
}
		
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { 
	text-align:right; 
	text-decoration:none; 
	padding:0;
}
	html > body .cpCurrentMonthDate,html > body .cpOtherMonthDate,html > body .cpCurrentDate  { 
		padding:2px 2px 2px 2px;

	}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { 
	color:#f00 !important; 
	text-align:right; 
	text-decoration:line-through; 
}

.cpCurrentMonthDate, .cpCurrentDate { 
	color:#000000; 
}

.cpOtherMonthDate { 
	color:#aaa !important; 
}
	a.cpOtherMonthDate:hover { 
		color:#ec1d27 !important;
	}

td.cpCurrentDate { 
	background-color: #0078c4 !important; 
	border:1px solid #fff !important; 
}
	a.cpCurrentDate{color:#fff !important; }

td.cpCurrentDateDisabled { 
	
}

td.cpTodayText, td.cpTodayTextDisabled { 
	border-top:1px solid #ccc  !important;
	background-color:#d0e3f4;
	text-align:center;
	padding:2px 2px 4px 2px;
}

a.cpTodayText, span.cpTodayTextDisabled { 
	height:20px; 
}

a.cpTodayText { 
	
}
	a.cpTodayText:hover { 
		color:#ec1d27 !important; 
	}

a.cpCurrentMonthDate:hover { 
	color:#ec1d27 !important;
}
.cpTodayTextDisabled { 
	color:#D0D0D0; 
}

.cpBorder, table.cpBorder{
	border:0 !important;
}