﻿.bxKalendar {
	background-color: #f0f0f0;
	padding: 5px;
	/* width: 756px; */
}
.kalTab {
	border-collapse: collapse;
	position: relative;
	left: 1px;
}
.kalTab td {
	border: 1px solid gray;
	background-color: white;
	padding: 0px 2px;
	text-align: center;
	color: gray;
}
.kalTab td.mes {
	background-color: #7C7C7C;
	writing-mode: tb-rl; 
	filter: flipv() fliph();
	font-weight: bold;
	padding: 0px 5px;
	color: white;
}
.kalTab td.mesHor {
	background-color: #7C7C7C;
	font-weight: bold;
	text-align: center;
	color: white;
}
.kalTab tr.last td, .kalTab td.mes {
	border-bottom: 2px solid black;
}
.kalTab td a {
	text-decoration: none;
	color: gray;
}
.kalTab td.sone, .kalTab td.sone a {
	background-color: #F9DAA6;
}
.kalTab td.svat, .kalTab td.svat a {
	background-color: #FFD2D2;
}
.kalTab td.akce, .kalTab td.akce1 {
	cursor: pointer;
}
.kalTab td.akce, .kAkce, .kalTab td.akce a {
	color:white;
	background-color: #a3103d;
}
.kalTab td.akce1, .kAkce1, .kalTab td.akce1 a  {
	color:white;
	background-color: #A300A4;
}
.kAkce1, .kAkce {
	padding: 1px 5px;
	border: 1px solid gray;
}
.kAkceDIV {
	margin-top: 5px;
}
.kalTab td.hl, .kalTab td.hl a {
	background-color: lime;
	color: black;
}
.kalL {
	margin-right: 10px;
}
#hint {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	background-color: #FFCB6A;
	border-width: 2px;
	border-style: solid;
	border-left-color: White;
	border-top-color: White;
	border-right-color: gray;
	border-bottom-color: gray;
	padding: 5px;
}
#debug {
	background-color: white;
	color: black;
	padding: 10px;
}
#detail {
	width: 335px;
}
#detail img {
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
}
#detail .tit {
	font-weight: bold;
}
#detail a {
	color: Maroon;
}
#detail .tit a {
	color: black;
}
#detail .term {
	color: maroon;
}
#detail .txt {
	text-align: justify;
}
#detail .cb {
	margin-bottom: 10px;
}
