/* CSS Document */
.calendar {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.calendar caption {
	margin: 0;
	padding: 5px 0;
	background: #46a3ff;
	color:#fff;
	text-shadow:#000 0.5px 0.5px 0px;
	background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2692F2 3%, #0B66BA 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2692F2), color-stop(1, #0B66BA)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692F2', endColorstr='#0B66BA') !important;	
	}
.calendar th {
	font-weight: normal;
	background:none;
	color:#666;
	}
.calendar td {
	border: 0px solid #fff;
	padding: 3px 4px ;
	width: 12px;
	text-align: center;
	color:#000;	
	}
.calendar a {
	color: #fff;
	text-decoration: none;
	}
.pastdays{
	color:#666;
text-decoration : line-through;	
	}

.calendar td.selected {
	border: 1px dotted #ff7800;
	}
.calendar td.today {
	border: 1px solid #ff7800;
	background:#fff5ec;
	color:#ff7800;
	}	
.calendar td.highlighted {
	background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2692F2 3%, #0B66BA 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2692F2), color-stop(1, #0B66BA)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692F2', endColorstr='#0B66BA') !important;	
	color:#fff;
	border:1px solid #0B66BA;
	text-shadow:#000 0.5px 0.5px 0px;	
	cursor:pointer;	
	}
.calendar td.highlighted:hover{
	border:1px solid #fff;
	}	
.calendar td.highlighted_free{
	background: #4f9e30;
	color:#fff;
	border:1px solid #005300;
	text-shadow:#000 0.5px 0.5px 0px;	
	}	
.calendar td.highlighted_free:hover{
	border:1px solid #fff;
	}		
.calendar td.highlighted_warn{
	background: #fbeaa8;
	color:#000;
	border:1px solid #f8d549;
	text-shadow:#fff 1px 1px 0px;	
	}
.calendar td.highlighted_warn:hover{
	border:1px solid #fff;
	}		
.calendar td.highlighted_close{
	background: #e1e1e1;
	color:#000;
	border:1px solid #999;
	text-shadow:#fff 1px 1px 0px;	
	}
.calendar td.highlighted_close:hover{
	border:1px solid #fff;
	}		
table.calendar td.pad {
	color: #999;
	background: none;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {

	}
	
#year {
	padding: 0;
	width: 100%;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 5px 5px 0;
	height: 200px;
	}
	
.ui-corner-all{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.calin{
padding:5px;
background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	height:195px;
	background: #ebebeb !important;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #FFFFFF 3%, #ebebeb 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF ), color-stop(0.03, #FFFFFF), color-stop(1, #ebebeb)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ebebeb') !important;		
}
.calouter{
padding:1px;
border:1px solid #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}