/* default dimensions and justification for each month including title */
.jCal {
	/* each day width + border-left + border-right */
	width:224px;
	height:21px;
	text-align:center;
	vertical-align:top;
}
/* default dimensions and justification for each month not including title */
.jCalMo {
	width:224px;		/* each day width + border-left + border-right */
	float:left;
	overflow:visible;
	height:100%;
	padding-right:2px;
	padding-left:2px;
	white-space:nowrap;
}
/* top month display block - i.e. January */ 
.jCal .month, .jCal .monthSelect, .jCal .monthName, .jCal .monthYear {
	line-height:16px;
	height:16px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	cursor:pointer;
	float:left;
	
} 
/* month name per calendar style - includes left/right padding and alignment */
.jCal .monthName {
	padding-left:2px;
	padding-right:2px; 
	text-align:right;
	width:92px;
}
/* year per calendar style - includes left/right padding and alignment */
.jCal .monthYear {
	float:right;
	padding-left:2px;
	padding-right:2px;
	text-align:left;
	width:92px;
}
/* width of monthName + monthYear */
.jCal .month {
	width:192px;
}
/* hilight style for new month combobox pulldown for hover */
.jCal .monthSelect {
	background:#EEE url(../../gfx/jCal/eeGrad2.gif) bottom repeat-x;
}
/* do not edit - this enables the new month combobox selector */
.jCal .monthSelector {
	position:absolute;
}
/* do not edit - this enables the new month combobox selector "shadow" for capturing auto-hide */
.jCal .monthSelectorShadow {
	position:absolute;
	background:#808080;
	padding:0px;
}
/* this is the hover for the month name */
.jCal .monthNameHover {
	background:#EDEDED url(../../gfx/jCal/double-arrow-vert.gif) center left no-repeat;
	color:#808080;
}
/* this is the hover for the year */
.jCal .monthYearHover {
	background:#EDEDED url(../../gfx/jCal/double-arrow-vert.gif) center right no-repeat;
	color:#808080;
}
/* this is the hover for the new month or year hover in the new combobox selection */
.jCal .monthSelectHover {
	background:#069;
	color:#FFF;
}
/* day block dimensions and style - for all day blocks */
#dni_legenda .day , .jCalMo .dow, .jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .bday, .jCalMo .selectedDay, .jCalMo .reservedDay, .jCalMo .status_1, .jCalMo .status_2, .jCalMo .status_3, .jCalMo .status_4 {
	width:30px;
	height:22px;
	padding-top:8px;
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	/*border-left:1px solid #EEE;*/
	text-align:center;
	vertical-align:middle;
	cursor:default;
	float:left;
	background-image:url("./gfx/sel_light2.jpg") !important;
}
/* day of week header specific style */
.jCalMo .dow {
	background:#EEE url(../../gfx/jCal/eeGrad.gif) bottom repeat-x;
	border-bottom:0px;
	height:16px;
	padding:0;
}
/* actual calendar day default style */
#dni_legenda .day , .jCalMo .day, .jCalMo .invday, .jCalMo .bday, .jCalMo .status_1, .jCalMo .status_2, .jCalMo .status_3, .jCalMo .status_4 {
	text-align:center;
}

.jCalMo .reservedDay {
	
	text-align:center;
	color:#999; 
	background:#333;
	background-image:url("./gfx/set8.gif") !important;
	text-decoration:line-through;
}

/* selectable calendar day specific style */
#dni_legenda .day , .jCalMo .day {
	cursor:pointer;
	background:#FFF;
	font-weight:bold;
}
/* blacked-out calendar day specific style */
.jCalMo .invday {
	color:#808080;
	background:#eeeeee;
	text-decoration:line-through;
}
/*  */
.jCalMo .bday {
	color:#444;
	background:#eeeeee;
}

.jCalMo .status_1 { color:#fff; background-image:none !important; background-color:#c9b281 !important; }
.jCalMo .status_2 { color:#fff; background-image:none !important; background-color:#996f4b!important; }
.jCalMo .status_3 { color:#fff; background-image:none !important; background-color:#754338!important; }
.jCalMo .status_4 { color:#fff; background-image:none !important; background-color:#472f30!important; }


.jCalMo .bez_cennika, #dni_legenda .bez_cennika { color:#555; background-image:none !important; background-color:#fafafa!important; }

#dni_legenda { margin: 1px auto; width:280px; }
#dni_legenda .ikona { float:left; width:140px; }
#dni_legenda .ikona span { margin-left:6px; }

/* previous and subsequent months calendar day specific style */
.jCalMo .pday, .jCalMo .aday {
	
	background:#e3e3e3;
	background-image:url("./gfx/day.jpg") !important;
	color:#bbb;
}
/* selected day */
.jCalMo .selectedDay, .jCalMo .interDay, .jCalMo .interSelDay, .jCalMo .selDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	/*background:rgb(0, 143, 214);*/
	background-image:url("./gfx/sel.jpg") !important;
}
.jCalMo .interDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(0, 173, 254);
	background-image:url("./gfx/sel.jpg") !important;
}
.jCalMo .interSelDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(0, 223, 254);
	background-image:url("./gfx/sel.jpg") !important;
}
.jCalMo .selDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(144, 223, 254);
	background-image:url("./gfx/sel.jpg") !important;
}
/* mouseover hilighted selectable day */
.jCalMo .overDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(0, 102, 153);
	background-image:url("./gfx/sel.jpg") !important;
}
/* left month navigation button - no need to change */
.jCal .left {
	background:url(../../gfx/jCal/_left.gif) center center no-repeat;
	width:16px;
	height:16px;
	vertical-align:middle;
	cursor:pointer;
	float:left;
}
/* right month navigation button - no need to change */
.jCal .right {
	background:url(../../gfx/jCal/_right.gif) center center no-repeat;
	width:16px;
	height:16px;
	vertical-align:middle;
	cursor:pointer;
	float:right;
}
/* no need to change - this is for carousel opacity */
.jCalMask, .jCalMove {
	position:absolute;
	overflow:hidden;
}