@charset "utf-8";

body 
{
	margin: 0;
	padding: 0;
    font: 12px Arial;
    color: black;
    background-color: white;
    overflow: auto;
}

.fill_table
{
    border-top: 1px solid #97a5b0;
    border-bottom: 1px solid #97a5b0;
    border-left: 1px solid #97a5b0;
    border-right: 1px solid #97a5b0;
    width: 95%;
}

.clanek_content
{
	overflow-x: hidden;
	overflow-y: auto;
}

form
{
	margin: 0;
}

td
{
	font: 12px Arial;
	color: #004B96;
}

td.cyklus0 {
	font: bold 11px arial;
	color: white;
	background-color: #004B96;
	vertical-align: top;
	text-align: center;
}

td.cyklus1
{
	font: bold 11px arial;
	color: #004B96;
	background-color: #CED1E4;
	vertical-align: top;
	width: 60px;
}

td.cyklus2
{
	font: bold 11px arial;
	color: #004B96;
	background-color: #E5E6F1;
	vertical-align: top;
}

.cyklus2datum
{
	font: bold 10px arial;
	color: #000000;
	vertical-align: top;
}
	
td.cyklus3
{
	font: bold 11px arial;
	color: #004B96;
	background-color: #F1F2F8;
	vertical-align: top;
}

th.dark
{
	background: #97bbff;
	font-size: 12px;
	text-align: center;
}

tr.light
{
	font-family: Arial;
	font-size: 11px;
	background: #d9ecff;
}
  
tr.dark
{
	font-family: Arial;
	font-size: 11px;
	background: #b8daff;
}

td.red
{
	font-family: Arial;
	font-size: 11px;
	background: #ff0000;
}

a
{
	font-weight:bold;
	font: bold;
	color: #004B96;
	text-decoration:none;
}

a:hover
{
	font: bold;
	color: #004B96;
	text-decoration: underline;
}

a.up
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: none;
}
a.up:hover
{
	text-decoration: none;
}

a.light
{
	font: 12px arial;
	color: #004B96;
	text-decoration: none;
}

a.light:hover
{
	font: 12px arial;
	color: #004B96;
	text-decoration: underline;
}

a.menubutton
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: none;
}

a.menubutton:hover
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: none;
}

a.menubutton_on
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: none;
}

a.menubutton_on:hover
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: none;
}

a.title
{
	font: bold 14px arial;
	text-decoration: underline;
}

a.title:hover
{
	font: bold 14px arial;
	text-decoration: underline;
	background-color: #FFF8DD;
}

a.more
{
	font: bold 11px arial;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CCCFCB;
	text-decoration: none;
}

a.more:hover
{
	font: bold 11px arial;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CCCFCB;
	text-decoration: underline;
}

a.big_button
{
	width: 155px;
	height: 30px;
	display: block;
	text-decoration: none;
}

a.big_button:hover
{
	text-decoration: none;
}

input.search_text
{
	width: 200px;
	font: 12px arial;
	color: #004B96;
	background-color:#E5E6F1;
	border: 1px solid #E5E6F1;
}

input.search1
{
	font: bold 10px arial;
	color: white;
	background-color:#427AB1;
	border: 1px solid #8FB0D1;
}

input.search2
{
	font: bold 10px arial;
	color: #A9C2DB;
	background-color:#2867A6;
	border: 1px solid #5688B9;
	width: 137px;
}

h1.nadpis
{
	font: bold 18px arial;
	color: #004B96;
	align: left;
	margin:0px;
}

h2.nadpis
{
	font: bold 14px arial;
	color: #004B96;
}

span.nadpis
{
	font: bold 18px arial;
	color: #004B96;
	align: left;
}

span.podnadpis
{
	align: left;
	white-space: nowrap; 
	font: bold 16px arial;
	color: #004B96;
}

span.title
{
	align: left;
	font: bold 14px arial;
	color: #004B96;
}

span.oblast_title
{
	font: bold 18px arial;
	color: #004B96;
}

div.menubutton
{
	font: bold 12px arial;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.dropdown
{
	padding-top: 0px;
	padding-bottom: 0px;
	visibility: hidden;
	display: block;
	position: absolute;
	margin-top: 18px;
	margin-left: 2px;
}

a.dropdown_button
{
	font: bold 12px arial;
	text-align: left;
	position: relative;
	color: #004B96;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}

a.dropdown_button:hover
{
	font: bold 12px arial;
	text-align: left;
	position: relative;
	color: #004B96;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	background: white;
}

td.event_header
{
	text-align: center;
	background-color: #004B96;
	color: white;
	border-left: 1px solid #ffffff;
}

td.event_uneven
{
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
}

td.event_even
{
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	background-color: #EFEFF5;
}

input.apply_button
{
	border: 1px solid #004B96;
	background-color: #FFCC00;
	font: bold 12px arial;
}

input.basic_text
{
	border: 1px solid #004B96;
	font: 12px arial;
}

.registration
{
	color: black;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #004B96;
	background-color: #FFCC00;
	font: bold 12px arial;
}

.registration:hover
{
	text-decoration: none;
	color: #004B96;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #004B96;
	background-color: #FFCC00;
	font: bold 12px arial;
}

a.cyclus_terms
{
	font: bold 11px arial;
	color: white;
	text-decoration: none;
}

a.cyclus_terms
{
	font: bold 11px arial;
	color: white;
	text-decoration: none;
}

a.cyclus_terms:hover
{
	font: bold 11px arial;
	color: white;
	text-decoration: underline;
}

a.up_button
{
	font: bold 11px arial;
	color: white;
	text-decoration: none;
}

a.white_font
{
	color: white;
	text-decoration: underline;
}

a.up_button:hover
{
	font: bold 11px arial;
	color: white;
	text-decoration: underline;
}

h1
{
	font: bold 14px Arial;
}


h2
{
	font: bold 12px arial;
}

h3
{
	font: bold 14px arial;
}

a.in_text
{
	font: bold 12px arial;
	color: #004B96;
	text-decoration: underline;
}

p.title
{
	background-color:#E5E6F1;
}

tr.oblast_header
{
	background: #004B96;
}

.table_title
{
	color: #ffffff;
	white-space: nowrap;
}

/* Tip v kalendari - NOT USED NOW!!!*/
a.info
{
    position: relative; /*this is the key*/
    /* background-color:#ccc; */
    color:#000;
    text-decoration:none
}

a.info:hover
{
	background-color:#ff0;
}

a.info span
{
	display: none
}

/* the span will display just on :hover state */
a.info:hover span
{
    display: block;
    position: absolute;
    top: 23px;
    left: 0px;
    border: 1px solid #004B96;
    background-color: #ffcb00;
    color:#000;
    text-align: left;
    z-index: 10;
}

ul.intro
{
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;

}