/* Background for IE6 - code does not validate as it is a hack */
html .vlaCalendarPicker .pickerBackground {
	text-align:left;
}

/* Main calendar */

.vlaCalendar_test , .vlaCalendar_test table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar_test {
	display: block;
	text-align:left;
	width: 280px;
}
.vlaCalendar_test .container, .vlaCalendar_test .container div {
	width: 280px;
	height: 155px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar_test span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar_test table {
	margin-top: 8px;
	text-align: center;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar_test .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar_test .label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:16px;
	font-weight:bold;
}

.vlaCalendar_test .label:hover {
	color: #333333;
	cursor: pointer;
}
.vlaCalendar_test .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar_test .arrowLeft, .vlaCalendar_test .arrowRight {
	background: transparent url('../interface/arrowleft.gif') no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar_test .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar_test .arrowLeft:hover {
	background-image: url('../interface/arrowleft_hover.gif');
}
.vlaCalendar_test .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url('../interface/arrowright.gif');
}
.vlaCalendar_test .arrowRight:hover {
	background-image: url('../interface/arrowright_hover.gif');
}

/* Month */
 
.vlaCalendar_test .month th {
	text-align: center;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:16px;
	width: 50px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f6f6f6;
	background-color:#F6F6F6;
}

.vlaCalendar_test .month td {
	padding-right: 3px;
	height: 25px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:16px;
	width: 50px;
	text-decoration:none;
	border-bottom: 1px solid #f6f6f6;
	background-color:#F6F6F6;
}

.vlaCalendar_test .month tr.firstRow td {
	padding-top: 2px;
	text-decoration:none;
}

.vlaCalendar_test .month td a  ,.vlaCalendar_test .month td a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color: #333333;
}

.vlaCalendar_test .month td:hover {
	background: url('../interface/day_hover_test.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar_test .month td:hover a  ,.vlaCalendar_test .month td:hover a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color: #333333 ;
}

.vlaCalendar_test .month td.selected {
	background: url('../interface/day_selected_test.gif') bottom no-repeat;
}

.vlaCalendar_test .month td.selected a  ,.vlaCalendar_test .month td.selected a:hover {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
}

.vlaCalendar_test .month td.selected:hover {
	background-image: url('../interface/day_selected_hover_test.gif');
}

.vlaCalendar_test .month td.outsideDay {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color: #a8a8a8 ;
}
.vlaCalendar_test .month td.outsideDay:hover {
	color: #a8a8a8;
}

/* Year & decade */

.vlaCalendar_test .year {
	margin-left: 2px;
}

.vlaCalendar_test .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar_test .year td:hover {
	background: url('../interface/month_hover.gif') center no-repeat;
	color: #0066cc;
}

.vlaCalendar_test .year td.selected {
	background: url('../interface/month_selected.gif') center no-repeat;
}
.vlaCalendar_test .year td.selected:hover {
	background-image: url('../interface/month_selected_hover.gif');
}

.vlaCalendar_test .year td.current {
	background: url('../interface/month_current.gif') center no-repeat;
	color: #CC0000;
}
.vlaCalendar_test .year td.current:hover {
	background-image: url('../interface/month_current_hover.gif');
}

.vlaCalendar_test .year td.selectedcurrent {
	background: url('../interface/month_selectedcurrent.gif') center no-repeat;
}
.vlaCalendar_test .year td.selectedcurrent:hover {
	background-image: url('../interface/month_selectedcurrent_hover.gif');
} 

.vlaCalendar_test .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar_test .year td.outsideYear:hover {
	color: #b1c5fc;
}