
/* CSS Document */

table#calendar {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	margin-bottom: 50px;
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid #000000;
	}

table#calendar th, table#calendar td {
	padding: 1px;
	margin: 0px;
}

table#calendar th { /* Dagar */
	/*border: 0px;*/
	border-bottom: 1px solid #000000;	
	/*background-image: url(../img/glass_td.gif);*/
	background: #556b96;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

table#calendar thead th { /* Månad År */
	border-bottom: 1px solid #000000;	
	background: #6d91cf;
	/*border: 0;*/
	cursor: pointer;
}

table#calendar thead th#top_date { /* LED 2008 */
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}

table#calendar td { /* Dny v mesici */
	background: #f5f9fa	;
	color: #333333; /*tmave hneda*/
	text-align: center;
	text-decoration: none;
	border: 1px solid #000000;
	cursor: pointer;
	height: 18px;
	width: 18px;
}

table#calendar td.selected { /* Vybrany den */
	background: #F00000; /* svetlezluta */
	font-weight: bold;
	color: #FFFFFF; /* */
}

table#calendar td.today { /* Vybrany den */
	background: #85aaf8; /* svetlezluta */
	color: #333333; /* */
}

table#calendar td.old { /* Stare dny */
	background: #f5f9fa; /* svetlemodra */
	color: #ABABAB; /* svetleseda */
	text-decoration: line-through;
	cursor: default;
}

/* apply position hover to all previous td element */
table#calendar td:hover, table#calendar td.hover { /* Nefungujev IE7 pokud neni definovany doctype */
background: #a3d722;
}


table#calendar td {
	behavior:url(./css/hover.htc)
}

table#calendar td.none { /* empty cells, without hover efect */
	background: #becad4; /*svetlemodra*/
	cursor: default;
}

.hover { behavior:url(./css/hover.htc) }
.down, .over {font-weight: bolder; color: navy; text-decoration: underline}
.down {font-style: italic}
