﻿.dateMonths
{
	position: relative;
	float: left;
	min-height: 1px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	width: 89px;
}

.dateMonths div.off
{
	background: url(/images/img/calendar/date-months-bg-off.gif) no-repeat left top;
	padding: 8px 0 0 15px;
	width: 74px;
	height: 22px;
}

.dateMonths div.on
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #484646 url(/images/img/calendar/date-months-top-bg-on.gif) no-repeat top left;
}

.dateMonths div.on div.bottom
{
	background: url(/images/img/calendar/date-months-bottom-bg-on.gif) no-repeat bottom left;
	padding: 8px 0 4px 15px;
	width: 74px;
}

.dateMonths a:link, .dateMonths a:active, .dateMonths a:visited, .dateMonths a:hover
{
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 4px;
}

.dateMonths a.active:link, .dateMonths a.active:active, .dateMonths a.active:visited, .dateMonths a.active:hover
{
	position: relative;
	background: url(/images/img/calendar/date-months-bg-active.gif) no-repeat right center;
}

.dateYears
{
	position: relative;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #b4bf35;
}

.dateYears div.off
{
	background: url(/images/img/calendar/date-years-bg-off.gif) no-repeat left top;
	padding: 8px 0 0 10px;
	width: 50px;
	height: 22px;
}

.dateYears div.on
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #494747 url(/images/img/calendar/date-years-top-bg-on.gif) no-repeat top left;
}

.dateYears div.on div.bottom
{
	background: url(/images/img/calendar/date-years-bottom-bg-on.gif) no-repeat bottom left;
	padding: 8px 0 4px 10px;
	width: 50px;
}

.dateYears div.center
{
	position: absolute;
	left: -1px;
	top: 0px;
	z-index: 3;
	width: 2px;
	height: 30px;
	background: url(/images/img/calendar/date-center.gif) no-repeat left top;
}

.dateYears a:link, .dateYears a:active, .dateYears a:visited, .dateYears a:hover
{
	display: block;
	color: #b4bf35;
	text-decoration: none;
	margin-bottom: 4px;
}

.dateYears a.active:link, .dateYears a.active:active, .dateYears a.active:visited, .dateYears a.active:hover
{
	position: relative;
	background: url(/images/img/calendar/date-years-bg-active.gif) no-repeat right center;
}
