.months-container {
	margin: 20px 0 0 0;	
}

.calendar {
	position: relative;
	width: 194px;
	margin: 0 19px 40px 0;
	float: left;
}

	.calendar h3 {
		text-align: center;
		padding: 0 0 10px 0;
		font-size: 12px;
		font-weight: bold;
	}

	.calendar table {
		border: 0;
	}
	
		.calendar table th,
		.calendar table td {
			border: 2px solid #e4ebf1;
			padding: 0;
			text-align: center;
			vertical-align: middle;
			font-family: verdana, arial, serif;
			font-size: 11px;
		}

		.calendar table th {
			width: 26px;
			height: 26px;
			background: #2f4552;
			color: #fff;
		}
		
		.calendar table td a {
			display: block;
			width: 24px;
			height: 18px;/*24*/
			padding-top: 6px;
			background: #d5dce1;
			color: #71818b;
			text-decoration: none;
			font-size: 11px;
			border: 1px solid #d5dce1;
		} 
		
		.calendar table td span {
			display: block;
			width: 24px;
			height: 18px;/*24*/
			padding-top: 6px;
			font-size: 11px;
		}
		
		.calendar table td .today {
			background-image: url("/i/today.gif") !important;
			background-position: 0 0 !important;
			background-repeat: no-repeat !important;
		}
			
			a.day-off,
			span.day-off {
				background-color: #e4ebf1 !important;
				color: #c3d0d8 !important;
				border-color: #e4ebf1 !important;
			}
			
			a.day-changed {
				background-color: #bbc8d2 !important;
				color: #2f4552 !important;
				font-weight: bold;
				border-top-color: #bbc8d2 !important;
				border-right-color: #7d858c !important;
				border-bottom-color: #7d858c !important;
				border-left-color: #bbc8d2 !important;
			}
			
			a.full {
				background-color: #64cd67 !important;
				color: #105512 !important;
				font-weight: bold;
				border-top-color: #64cd67 !important;
				border-right-color: #479149 !important;
				border-bottom-color: #479149 !important;
				border-left-color: #64cd67 !important;
			}
			
			a.few {
				background-color: #8ee590 !important;
				color: #fff !important;
				font-weight: bold;
				border-color: #8ee590 !important;
			}
			
			a.approval {
				background-image: url("/i/approval-triangle.png") !important;
				background-position: 100% 100% !important;
				background-repeat: no-repeat !important;
			}
			
.edit-day {
	position: absolute;
	top: 23px;
	left: 0;
	background: #fff;
	width: 180px;/*200*/
	height: 150px;/*170*/
	padding: 10px;
	/*background-image: url("/i/edit-day-bg.png");
	background-position: 0 100%;
	background-repeat: repeat-x;*/
	border: 1px #fff solid;
}

	.edit-day h4 {
		font-size: 28px;
		font-weight: bold;
	}
	
	.edit-day h4 span {
		display: block;
		font-size: 14px;
	} 
	
	.e_links {
		position: absolute;
		bottom: 10px;
		line-height: 16px;
		color: #dcdcdc;
	}
	
	a.e_close-day {color:#f00;}
	a.e_open-day {color:#1c9700;}
	a.e_edit-day {color:#1c9700;}
	a.e_default {color:#000;}
			
	a.close-cross {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 11px;
		height: 10px;
		background: url("/i/close-cross.png");
		background-repeat: no-repeat;
	}
	
	.b_info {
		position: absolute;
		bottom: 10px;
		line-height: 16px;
		color: #2f4552;
	}
	
	.b_info a {
		font-weight: bold;
		color: #2f4552;
	}
	
		.b_full {
			font-weight: bold;
			color: #07850b;
		}
		
		.b_approval {
			color: #ff4e00;
		}