﻿body {
	font-family: sans-serif, Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: navy;
	background: #AEDCFF url(img/back.jpg) repeat-x;
	}
a {
	color: black;
	}
a:hover {
	color: blue;
	}

.blok {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width: 200px;
	}
.hlavni_tabulka {
	background-color: #FFFFFF;
	width: 865px;
	border: 3px double #000000;
	}
.cas {
	font-family: MS Sans Serif, Arial;
	font-size: 9pt;
	}
.tlacitko {
	border: 3px double #5DA1DF;
	font-size: 8pt;
	font-family: Arial;
	background-color: #FFFFCC;
	}
.text_pole {
	font-family: arial, arial CE;
	border: 1px solid #5DA1DF;
	font-size: 9pt;
	color: #4040BF;
	background-image: url(img/back_text.gif);
	}
.spod {
	border: 2px ridge #FFFFFF;
	}
.spod_ak {
	border-top: 2px ridge #FFFFFF;
	border-left: 2px ridge #FFFFFF;
	}
.font {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 9pt;
	color: #000000;
	}
.registrace {
	margin-top: 0px;
	font-size: 8pt;
	border: 1px solid #5DA1DF;
	}
.nabidka_vrstva .hlavicka_td {
	text-align: center;
	font-size: 9pt;
	border-top: 3px outset #80CAEA;
	border-left: 3px outset #80CAEA;
	border-right: 3px outset #80CAEA;
	}
.nabidka_vrstva .stred_polozky {
	border-left: 3px outset #80CAEA;
	font-size: 9pt;
	border-right: 3px outset #80CAEA;
	vertical-align: middle;
	}
.nabidka_vrstva .konec_polozky {
	border-bottom: 3px outset #80CAEA;
	border-left: 3px outset #80CAEA;
	border-right: 3px outset #80CAEA;
	font-size: 9pt;
	}
.detaily_hlavicka {
	text-align: center;
	border: 1px outset skyblue;
	border-top: 5px outset #80C2FF;
	}
.detaily_nadpis {
	text-decoration: underline;
	bgcolor: #B4DBFF;
	}
.da {
	background-color: #EAF6FF;
	height: 20px;
	}
.db {
	background-color: #D6EBFF;
	height: 20px;
	}
.nabidka_vrstva a.wholeCellLink {
	display: inline;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	}
.nabidka_vrstva a.wholeCellLink:hover {
	height: 100%;
	width: 100%;
	background-color: #EAF9FF;
	}
.nadpis{
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
	color: #FF0000;
	font-size: 12pt;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	}
.ocas {
	font-family: arial;
	font-size: 8pt;
	}

/** user styles **/

#userMenu {
	text-align: left;
	font-size: 11px;
	font-style: italic;
	margin-left: 20px;
	margin-top: -270px;
	height: 270px;
}

#userMenu p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.errorMsg, .warningMsg, .infoMsg {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.errorMsg {
	color: red;
}

.warningMsg {
	color: orange;
}

.infoMsg {
	color: green;
}