  /***************/
 /* 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 {
	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;
	width:auto;
}
.vlaCalendar caption { position:relative; text-align:center; padding:0.2em 0em 0.2em 0em; }

.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,
.vlaCalendar .arrowLeft a, .vlaCalendar .arrowRight a {
	display:block;
	height: 7px;
	width: 4px;
	cursor: pointer;
}

.vlaCalendar .arrowLeft a span, .vlaCalendar .arrowRight a span {
	font-size:0;
	visibility:hidden;
	text-indent:-1000px;
}

.vlaCalendar .arrowLeft {
	margin-left: 5px;
	margin-top: 4px;
	float:left;
}
.vlaCalendar .arrowLeft a {
	background: url("../images/arrow.gif") no-repeat top left transparent;
}
.vlaCalendar .arrowLeft a:hover {
	background: url("../images/arrow.gif") no-repeat bottom left;
}

.vlaCalendar .arrowRight {
	margin-right: 5px;
	margin-top: 4px;
	float: right;
}
.vlaCalendar .arrowRight a {
	background: url("../images/arrow.gif") no-repeat top right;
}
.vlaCalendar .arrowRight a:hover {
	background: url("../images/arrow.gif") no-repeat bottom right;
}

/* 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 {
	height: 15px;
	color:#000000;
	text-align:center;
}

.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") center  no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url("../images/day_selected.gif") center 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,.vlaCalendar .month td.activeDay span a {
	color: #de0101;
}

.vlaCalendar .month td a {
	color: #000000;
	text-decoration:none;
}

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

.vlaCalendar .month td.activeDay a,.vlaCalendar .month td.activeDay span a {
	font-weight:bold;
}

/*
.vlaCalendar .month td.activeDay:hover {	
	position:absolute;
	padding:1px 12px 2px 1px;
}
*/

.vlaCalendar .month td.activeDay div {
	background:#ffffff;
	border:1px solid #777777;
	padding:5px;
	position: absolute;
	margin-top: -2px;
	margin-left: 5px;
	height:auto !important;
	width:200px;
	z-index:1;			
}
.vlaCalendar .month td.activeDay div strong { position:relative; display:block; height:1%; padding:4px; text-align:left; margin:0px; border-bottom:1px dotted #dfdfdf; overflow:visible; 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;
}