table.kalendar{
	font-size: 0.8em;
	line-height: 1em;
	margin: 0 1px 0 1px;
	padding: 0;
	/*border: 1px solid #93B7D3;*/
	background: #FAFDFF;
	
}
table.kalendar th {
	width: auto;
	height: auto;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
}

table.kalendar td a {
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 0;
	background: #eeeeee;
	border: 1px solid #efefef;
	display: block;
	line-height: 16px;
	text-decoration: none;
	color: #4b6973;
}

table.kalendar th{
	padding: 2px 3px 2px 3px;
	background: #525252;
	color: #fff;
}
table.kalendar th.weekend a{
	padding: 2px 3px 2px 3px;
	background: #C73737;
	color: #fff;
}

table.kalendar td.empty span {
  width: 20px;
	height: 20px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 0;
	background: #eeeeee;
	border: 1px solid #efefef;
	text-decoration: none;
	line-height: 16px;
	display: block;
}

table.kalendar td.normal a {
  width: 20px;
	height: 20px;
  text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 0;
  background: #e1e1e1;
  cursor: hand; cursor: pointer;
  border: 1px solid #a2a2a2;
}

table.kalendar td.weekend a {
  width: 20px;
	height: 20px;
  text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 0;
  background: #bfbfbf;
  cursor: hand; cursor: pointer;
  border: 1px solid #a2a2a2;
}
table.kalendar td.dnes a{
  width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #D62B3B;
	cursor: hand; cursor: pointer;
}

table.kalendar td.normal a:hover, table.kalendar td.weekend a:hover{
	color: #fff;
	background: #00599C;
	text-decoration: none;
}

table.kalendar td.dnes a:hover{
	background: #00599C;
	color: #fff;
	border: 1px solid #D62B3B;
}


div.kalendar_date {
  font-size: 1em;
	line-height: 1.2em;
	padding: 4px 1px 7px 1px;
	margin: 0;
	/*border: 1px solid #93B7D3;*/
	background: #eeeeee;
	width: 203px;
	position: relative;
}

div.kalendar_date .year {
  float: left;
  width: 39px;
  border: 1px solid #525252;
  border-left: 0;
  border-right: 0;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  font-size: 12px;
  /*margin: 0px 1px 0 1px;*/
  margin: 0;
  text-align: center;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #4b6973;
}
div.kalendar_date .month {
  float: left;
  width: 69px;
  border: 1px solid #525252;
  border-left: 0;
  border-right: 0;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  font-size: 12px;
  /*margin: 0px 1px 0 1px;*/
  margin: 0;
  text-align: center;
  font-weight: bold;
  background-color: #e1e1e1;
  cursor: pointer;
  text-decoration: none;
  color: #4b6973;
}
div.kalendar_date .year-conteiner {
  float: left;
  margin: 0;
  padding: 0;
}
div.kalendar_date .month-conteiner {
  float: right;
  margin: 0;
  padding: 0;
}
div.kalendar_date div.month-selection {
  position: absolute;
  display: none;
  left: 104px;
  top: 25px;
  z-index: 100;
  width: 89px;
  border: 1px solid #638c99;
  border-top: 0;
}
div.kalendar_date div.month-selection a {
  width: 82px;
  height: 12px;
  font-size: 10px;
  line-height: 10px;
  cursor: pointer;
  padding: 0 2px 0 5px;
  background-color: #ffffff;
  display: block;
  text-decoration: none;
}
/*
div.kalendar_date div.month-selection div:hover {
  background-color: #638c99;
  color: #ffffff;
}
*/
div.kalendar_date div.month-selection a:hover {
  background-color: #525252;
  color: #ffffff;
}

.callendarF{
	width: 28px;
	height: 25px;
	display: block;
	float: left;
	clear: right;
	cursor: pointer;
	background: url(../images/icon_callendar.gif) top left no-repeat;
}

.arrows {
  width: 17px;
	height: 21px;
	display: block;
  float: left;
	margin: 0 0 0 1px;
}

.arrows a.arrowUp, .arrows a.arrowDown {
  width: 17px;
	height: 10px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 10px;
	font-size: 5px;
}

a.arrowUp {
	background: url(../images/calendar/arrow_up.png) no-repeat;
  background-position: top center;
}

a.arrowDown {
	background: url(../images/calendar/arrow_down.png) no-repeat;
  background-position: top center;
}

.arrows a:hover {
  background-position: bottom center;
}

.sipkaLeft {
  cursor: pointer;
  width: 10px;
	height: 21px;
	float: left;
	background: url(../images/calendar/sipka-left.png) top left no-repeat;
}

.sipkaRight {
  cursor: pointer;
  width: 10px;
	height: 21px;
	display: block;
	float: left;
	background: url(../images/calendar/sipka-right.png) top left no-repeat;
}


