
.bg {background:url('/gfx/kalendar/bg-shadow.gif')}
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	xborder-width: 1; 
	xborder-style: solid; 
	xborder-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
	
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
	background-color:#0000aa;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color:#0000aa;
	
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
	color:#cee3ef;;
	
	
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
	color:white;
}

/* Default attributes of drop down lists (month and year). */
.title-select {
	font-family: arial; 
	font-size: 11px; 
	border-width: 0; 
	border-style: none; 
	border-color: #a0a0a0;
	xbackground-color: #cee3ef;
	background-color:#0000aa;
	cursor: pointer;
	padding:0;
	margin:0 0 0 0;
	color:white;
	

}

div#calendar a , div#calendar a:hover{font-family: verdana;
	font-size: 10px;
	cursor: hand;}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	xbackground-color: #cee3ef;
	background-color: buttonface;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
div#calendar a.current-day-style ,a.current-day-style:hover, .current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
div#calendar a.end-of-weekday-style ,a.end-of-weekday-style:hover,.end-of-weekday-style {
	xcolor: #909090;
	color: #ff0000;
	text-decoration: none;
	font-size: 10px;
}

/* Attributes of all other days in calendar body. */
div#calendar a.normal-day-style ,a.normal-day-style:hover, .normal-day-style {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

/* Attributes of border around selected day in calendar body. */
div#calendar a.selected-day-style ,a.selected-day-style:hover, .selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	background-color: #FF0000;
	font-weight:bold;
	color:white;
	font-size: 10px;
}

/* Default attributes of designated holidays. */
div#calendar a.holiday-style ,a.holiday-style:hover,.holiday-style{
	background-color: #FFDDDD;
	color:red;
	font-weight:bold;
	font-size: 10px;
}

/* Default attributes of designated holidays. 
svatky typu 1 = vyznamne dny
*/
div#calendar a.holiday-style1 ,a.holiday-style1:hover, .holiday-style1 {
	background-color: lightgrey;
	color:blue;
	font-size: 10px;
}

/* Attributes of today display at bottom on calendar */
div#calendar a.today-style ,a.today-style:hover , .today-style{
	padding: 0px;
	color: black;
	xbackground-color: #cee3ef;
	background-color: lightgrey;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
	font-family: arial; 
	font-size: 11px;
}