  /***************/
 /* vlaCalendar */
/***************/

/* Picker */

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	margin-top: -5px;
	margin-left: -2px;
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url('../images/calendar_background.png') no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url('../images/calendar_background.gif');
}

/* Main calendar */

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

.vlaCalendarOverlay {
	position:relative;
	width: 164px;
	height: 135px;
}

.vlaCalendar {
	display: block;
	width: 100%;
	text-align:left;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 115px;
	text-align: left;
	position: absolute;
	overflow: visible;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
	background: #ffffff;
	padding:1px 0 1px 0;
	
}

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

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label {
	color:#565656;
	cursor: pointer;
	float:none;
	width:auto;
	text-align:center;
	margin:0px; 
	padding:0px;
	font-size: 12px;
}

.vlaCalendar .label:hover {
	color: #0066cc;

}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

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

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
	color:#000000;
}

.vlaCalendar .month tr.firstRow td,.vlaCalendar .month tr.firstRow td:hover {
	padding-top: 2px !important;
}

.vlaCalendar .month td:hover {
	background: url('../images/day_hover.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url('../images/day_selected.gif') bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url('../images/day_selected_hover.gif');
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* dodane JSK */

.vlaCalendar .month td span {
	color: #de0101;
}


.vlaCalendar .month td.activeDay {
	color: #000000;
	font-weight:bold;
	cursor:pointer;
}

.vlaCalendar .month td.activeDay:hover {
	color: #565656;
	font-weight:bold;
	position:absolute;
	padding:0px 8px 0px 8px;
		
}

.vlaCalendar .month td.activeDay div {
	background:#ffffff;
	border:1px solid #111111;
	padding:5px;
	position: absolute;
	margin-top: -2px;
	margin-left: 5px;
	height:auto !important;
	width:200px;
	z-index:1;			
}
.vlaCalendar .month td.activeDay div ins { position:relative; display:block; height:1%; padding:4px; text-align:left; margin:0px; border-bottom:1px dotted #dfdfdf; overflow:hidden; background:#f0f0f0; color:#4a4a4a; font-size:1em; text-decoration:none; }
.vlaCalendar .month td.activeDay div ul { padding:0px; margin:0px; text-align:left; list-style-type:none; list-style-image:none; width:auto; }
.vlaCalendar .month td.activeDay div ul li { padding:5px 5px 5px 5px; margin:0px; margin-bottom:1px; overflow:hidden; list-style:none; position:relative; border-bottom:1px solid #d6d6d6; }
.vlaCalendar .month td.activeDay div ul li a,.vlaCalendar .month td.activeDay div ul li a:visited { font-size:0.9em; line-height:1em; color:#000000; text-decoration:none; font-weight:normal;  }
.vlaCalendar .month td.activeDay div ul li a:hover,.vlaCalendar .month td.activeDay div ul li a:active { color:#565656; text-decoration:none; }

/* Year & decade */

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

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

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

.vlaCalendar .year td.current {
	background: url('../images/month_current.gif') center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url('../images/month_current_hover.gif');
}

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

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