@charset "windows-1251";

#showCal {
	background: #fff url("/i/showCal.png") no-repeat 0 4px;
}

body #showCal.open {
	background: #fff url("/i/hideCal.png") no-repeat 0 2px;
}

#cal a { outline: none }

#cal {
	border-bottom: 1px solid #000;
	cursor: default;
	-moz-user-select: none;
	user-select: none;
	height: 74px;
	margin-bottom: 18px
}

#cal div.controls { height: 38px }

#cal div.controls a {
	font-size: 18px;
	font-weight: normal;
	font-family: georgia;
	text-decoration: none;
	float: left;
	padding: 4px;
	line-height: normal;
	background-color: #fff;
	cursor: pointer
}

#cal div.controls span {
	padding-right: 30px;
	float: left
}

#cal div.controls .cur { text-align: center !important }

#cal div.controls .year .cur { width: 44px; cursor: default }

#cal div.controls .month .cur {
	text-decoration: underline;
	width: 80px
}

#cal div.controls a:hover { color: #235AA5 }

#cal div.controls a.cur:hover { text-decoration: none; color: #000 }

#cal div.controls a.disabled,
#cal div.controls a.disabled:hover { color: #ccc; cursor: default !important }

#cal .loader { position: absolute; height: 12px; background: #eee url("/i/cal_loader.gif"); z-index: 1; border: 1px solid #ccc; margin-top: 4px }

#cal .days { height: 25px; background-color: #fff; position: relative; z-index: 2 }

#cal .days a {
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 2px 3px 2px;
	display: block;
	float: left;
	line-height: normal;
	background-color: #fff
}

#cal .days a.disabled {
	filter: alpha(opacity=40);
	opacity: .4;
	cursor: default;
}

#cal .days a.disabled:hover {
	background-color: #fff
}

#cal .controls a,
#cal .days a	{ color: #000 }
#cal .days a.h	{ color: #c00 }

#cal .days a.active, #cal .days a.active:hover { color: #fff; background-color: #c00; cursor: default }

#cal .days a:hover { background-color: #E0E0E0 }
