/* CSS Document */
/*
	BARVY
seda		#898989 - nadpis title	

oranzova 	#e67a1b	- linky
svetle oranzova #fcc967 - pozdai th

svetle modra #d2dbe2	- pozadi td.mark
modra	#0a539b		- h2

*/

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #fff;	
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #e67a1b; 
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 5px 0px 0px 0px; 
	line-height: 1.3em;
}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	color: #000;
	font-size: 1.7em;
	font-weight: lighter;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em; 
	font-weight: bold;
	margin: 7px 0px 5px 0px;
	padding: 0px; 
	color: #0a539b;
}

h2.mark {
	color: #f30;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 5px 0px 3px 0px;
	padding: 0px;
	color: #e67a1b;
}
h3.big {
	font-size: 1.7em;
}

h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	margin: 5px 0px 3px 0px;
	padding: 0px;
	color: #000;
}

hr.cleaner {
	clear: both;
	height: 1px;
	background: none transparent scroll repeat 0% 0%;
	border: none;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	visibility: hidden;
}

div.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
}

div.column {
	position: relative;
	width: 370px;
	float: left;
}

.center {
	text-align: center;
}

.left {
	position: relative;
	float: left;
	display: block;
}

.right {
	position: relative;
	float: right;
	display: block;
}

table {
	margin: 15px auto;
	border-collapse: collapse;
	cursor: default;
}

tr:hover td {
	background-color: #dcf5ff;
}

table.nochange tr:hover td {
	background-color: #eee;
}
table.nochange tr:hover td.mark {
	background-color: #d2dbe2;
}

th {
	padding: 7px 8px 4px 8px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #fff;
	background-color: #fcc967;
}

td {
	padding: 5px 8px;
	border: 2px solid #fff;
	vertical-align: top;
	background-color: #eee;
}

td.mark {
	background-color: #d2dbe2;
	font-weight: bold;
}

td.center {
	vertical-align: middle;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol.alpha {
	list-style: lower-alpha;
}

li {
	padding-top: 3px;
}

ol.bold li {
	font-weight: bold;
}
ol.bold li li {
	font-weight: normal;
}

.nodisplay {
	display: none;
}

fieldset {
	display: block;
	position: relative;
	margin: 10px auto;
	padding: 5px 15px 15px 15px;
	border: 1px solid #0a539b;
	background-color: #fff;
	clear: both;
}

fieldset p {
	clear: both;
	padding-top: 5px;
}

legend {
	padding: 2px 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #0a539b;
}

label {
	font-weight: bold;
	width: 240px;  /* 190px */
	margin-right: 5px;
	cursor: pointer;
}

label.light {
	font-weight: normal;
	width: 220px;  /* 170 */
	padding-left: 20px;
}

label.normal {
	font-weight: normal;
}

span.form_block {
	display: block;
	width: 470px; /* potreba kvuli IE */
	margin-left: 245px;
}
span.form_block label {
	font-weight: normal;
	width: 110px;
}
span.form_block label.wide {
	width: 230px;
}

span.form_block label.line {
	width: auto;
	display: block;	
} 

p.label {
	font-weight: bold;
}

input, select {
	font-size: 1em; 
}

input.text, textarea, select {
	background-color: #fefefe;
	border: 1px solid #8a8a8a;
	vertical-align: middle;
	width: 400px;
}

input.required, select.required, textarea.required {
	border: 2px solid #e67a1b; 
	background-color: #fff9f0;
}

input.text:focus, select:focus, textarea:focus {
	border-color: #40b8e9;
	background-color: #dcf5ff;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* musi to tu byt, jinak nefunguje */
	background-color: #6e7072;
	background-image: url(/graphics/but_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	border: 1px solid #cad0c4;
	border-color: #4ea6ca;
	border-bottom-color: #247797;
	border-right-color: #247797;
	background-color: #09b7ff;
	color: #fff;
	font-weight: bold;
	margin: 0px 1px; 
	text-decoration: none;
	cursor: pointer;
}
input.button {
	overflow: visible;   /* finta pro IE, jinak dela velky padding */
	padding: 2px 8px; 
	font-size: 10px; 
	width: auto;
}
a.button {
	padding: 3px 9px;
	white-space: nowrap;
	font-size: 10px; 
}

input.button:hover, a.button:hover {
	color: #070b55;
	background-color: #d6d6d6;
	border: 1px solid #070B55;
}

hr {
	border: none;
	border-bottom: 1px solid #0a539b;
	padding: 0px;
	margin: 4px 0px;
	height: 1px;
	color: #0a539b;
	clear: both;
}

.error {
	color: #f00;
}

.buttons {
	text-align: center;
	margin-top: 30px;
}

p.warning {
	color: #f30;
	font-size: 1.3em;
	border: 2px solid #f30;
	padding: 10px;
	margin: 10px 0px;
	text-align: center;
	background-color: #faecd0;
}

.nowrap {
	white-space: nowrap;
}

p.categ {
	margin-left: 40px;
}


.clear { clear:both; }

/* table programme */
.programme td {
	text-align:center;
	font-size:0.8em;
	vertical-align: middle;
}
.programme td.mark {
	font-size:1.0em;
}
.programme td.time {
	background-color:#d2dbe2;
	font-weight:bold;
}
/* price list*/
td.price {
	text-align:right;
}

/* cursor */
.c-over {
	cursor: pointer;
}