

#year_block { 	width: 120px; float: left; }
#month_block {  width: 160px;  float: left; }
#period_clear { width: 150px; float: left; margin-left: 10px; } 

#calendar { float: none; margin-top: 20px; }

/* -------------------------------------------------------------------------------- */

#caption1 { padding-left: 5px; font-weight: bold; }
#caption2 { padding-left: 5px; font-weight: bold; }


#calendar table {
	background: #fff;
	margin: 5px;
	border-collapse: collapse;
}

#calendar td {
	background: #d5e6f7;
	text-align: center;
	font-size: 11px;
	border-left: 2px solid #7396CA;
	border-right: 2px solid #7396CA;
	color: #999999;
	width: 20px;
	vertical-align: middle !important;	
	cursor: default;
}
/*
thead tr td,thead tr td.weekend {
	border-bottom: 2px solid #fff;
	color: #000 !important;
}
*/
table caption {
	text-align: left;
	padding-left: 4px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;	
}
td.weekend {
	background: #f7efd5 !important; 
}

#calendar tr {
	height: 18px;
}
#calendar td a {
	position: relative;
	display: block;
	width: 100%;
	height: 14px;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #d5e6f7;
	border-bottom: 1px solid #d5e6f7;	
}
#calendar td.weekend a {
	border-top: 1px solid #f7efd5;
	border-bottom: 1px solid #f7efd5;	
}

#calendar td.full a {
	border-top: 1px solid #EA3966;
	border-bottom: 1px solid #EA3966;
	background: #EA3966;	
}


#calendar td.part a {
	border-top: 1px solid #58DC58;
	border-bottom: 1px solid #58DC58;
	background: #58DC58;	
}

/*td.full a {
	border-top: 1px solid #EA3966;
	border-bottom: 1px solid #EA3966;
	background: #EA3966;	
}*/

#calendar td a:hover, #calendar td a.active, #calendar td a.hover{
	background: #FFC700;
	/*border-top: 1px #f50 solid;
	border-bottom: 1px #f50 solid;*/
	font-weight: bold;
	color: #f20;
	cursor: pointer;
}

#calendar td a.inactive {
	background: inherit;
}
table#calendar1, table#calendar2 {
	background: #7396CA;
}
div#calendarblock1,div#calendarblock2 {
	/*border: 3px solid #abbfdb;*/
	float: left;
	background: #7396CA;
	padding: 8px;
	margin: 0px;
}
.clear {
	clear:both !important;
}

.shift_arrow {
	float: left;
	position: relative;
	top: 72px;
	cursor: pointer;
}

