/*
Reset
*/
* {
	margin: 0;
	padding: 0;
}

/*********************************
General
**********************************/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: black;
	background-color: white;
	background: url('../images/bg.gif') repeat-y;
}

#page {
	text-align: left;
}

h2 {
	font-size: 150%;
	color: black;
	border-bottom: 2px solid #f8931e;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#header {
	background-color: #0093b1;
	background-image: url(../images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 100px;
}

#lang {
	text-align: right;
}

#spinner {
	display: none;
	position: absolute;
	border: none;
	z-index: 1000;
}

div.flash {
	color: black;
	background: #fff9d7;
	border: 1px solid #e2c822;
	padding: 1em;
	margin: 1em 0;
}

div.error {
	background-color: #ffccb9;
	border: 1px solid red;
}

p {
	margin: .5em 0;
}

ul {
	margin-left: 1em;
}

a {
	color: #0093b1;
}

a:visited {
	color: purple;
}

label {
	margin-right: 2em;
}

a[href^=error] {
	background: red;
	color: white;
}

hr.cleaner {
	border: none;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	visibility: hidden;
}

#lang {
	padding: 5px 10px 0 0;
}

#lang a {
	text-decoration: none;
}

#lang #cs {
	display: inline-block;
	background-image: url(../images/flag_cz.gif);
	min-height: 15px;
	min-width: 25px;
	background-repeat: no-repeat;
}

#lang #en {
	display: inline-block;
	background-image: url(../images/flag_en.gif);
	min-height: 15px;
	min-width: 25px;
	background-repeat: no-repeat;
}

#lang span {
	visibility: hidden;
}

h1 {
	margin-left: 300px;
	color: white;
}

td {
	border-spacing: 5px;
	padding: 3px;
}

/*********************************
Navigace
**********************************/
#nav {
	float: left;
	width: 199px;
	min-width: 150px;
}

#nav-content {
	margin-top: 50px;
	font-size: small;
	padding: 0.5em 1em;
}

#nav-content ul {
	list-style-type: none;
}

#nav-content li {
	margin-bottom: 10px;
}

#nav-content a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid white;
}

#nav-content a:hover {
	color: white;
}

#nav-content h3 {
	font-size: 110%;
	margin: 2em -1em .5em -1em;
	padding: 0.5em 1em;
}

/*********************************
Main
**********************************/
#main {
	margin-left: 200px;
	padding: 3em 3em 1em 3em;
}

/*********************************
Results
**********************************/
#results {
	font-size: 90%;
}

#results p {
	margin: 0;
}

.odd {
	padding: 0.5em 1em;
	margin: 1px 0;
}

.even {
	padding: 0 1em;
}

.rowhint {
	text-decoration: none;
	color: green;
}

/*********************************
Paginator
**********************************/
.paginator {
	text-align: center;
	margin: 1em 0;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: black;
}

.paginator a {
	border: 1px solid #0093b1;
	text-decoration: none;
	color: black;
}

.paginator .current {
	border: 1px solid #0093b1;
	background-color: #f8931e;
}

/*********************************
Footer
**********************************/
#footer {
	font-size: smaller;
	position: fixed;
	padding: 0 0 5px 5px;
	text-align: right;
	left: 0;
	bottom: 0;
	width: 177px;
}
