p {
	margin: 4px;
	padding: 0px;
}

small {
	color: gray;
	font-size: 10px;
}

span#selector {
	color: red;
	position: absolute;
	display: none;
	height: 25px;
}

div#topbar {
	z-index: 100;
	position: fixed;
	width: 550px;
	height: 20px;
	background-color: white;
	border: 1px solid silver;
}
div#topbar h1 {
	margin: 0px;
}
h1.tm {
	display: inline;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 14px;
	cursor: default;
}
h1.tm a {
	color: DodgerBlue;
}

h1.event {
	text-align: right;
	padding: 2px;
	left: 200px;
	color: silver;
	font-size: 14px;
	cursor: default;
}
h2 {
	text-align: right;
	margin:0px;
	padding:0px;
	/*position: absolute;
	top: 00px;
	left: 280px;*/
	color: orange;
	font-size: 16px;
	font-style: italic;
	cursor: default;
}
div#langbar {
	font-size:10px;
}
div#langbar a {
	padding: 4px;
}
div#sidebar {
	position: fixed;
	width: 90px;
	top: 21px;
	background-color: white;
	border: 1px solid silver;
}
div#sidebar h3 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	color: DodgerBlue;
	padding-bottom: 4px;
	margin: 1px;
	cursor: default;
}
div#sidebar p {
	font-size: 9px;
	cursor: default;
}
div#sidebar div {
	font-size: 14px;
	margin:0px;
	padding:0px;
	padding-top:4px;
	background-color: #f0f0f0;
	position:relative;
	height:74px;
	cursor: default;
	text-align: center;
	color: gray;
	border-bottom: 1px solid silver;
}
div#sidebar div img {
	float:top;
}
div#sidebar div a {
	text-decoration: none;
}
div#sidebar div.active {
	background-color: white;
	
}
div#main {
	position: absolute;
	padding: 2px;
	left: 110px;
	top: 25px;
	cursor: default;
}
div#main h3 {
	font-size: 15px;
	margin: 2px;
	padding-left: 2px;
	color: red;
}

div#zprava {
	font-size: 12px;
	padding: 0px 2px 4px 2px;
}

div#zprava p {
	padding: 2px;
}
div#form {
	font-size: 12px;
	/*position: absolute;*/
	width: 410px;
	border:	1px solid silver;
	padding: 1px;
	background-color: #f0f0f0;
}

div.errors {
	font-size: 12px;
}
div.errors ul {
	margin: 0px;
}
div.errors li {
	color: red;
}

input {
	font-size: 14px;
	padding: 0px 2px;
}
input.text {
	width: 214px;
	border: 1px solid silver;
}
input.pho1 {
	border: 1px solid silver;
	width: 42px;
}
input.pho2 {
	border: 1px solid silver;
	width: 90px;
}
input.submit {
	color: DodgerBlue;
	font-weight: bold;	
}


/* === form === */
table.form {
	width: 100%;
}
table.form .border {
	margin: 0px;
	background-color: white;
	border: 1px solid silver;
}
table.form span.border {
}
table.form td {
	vertical-align: top;
	padding: 0px;
}
table.form td.field {
	width: 220px;
}
table.form td.delimiter {
	text-align: center;
	color: DodgerBlue;
	font-weight: bold;
}
table.form td.caption {
	color: orange;
	padding: 0px 6px;
	text-align: right;
}
table.form td.head2 {
	color: DodgerBlue;
	text-align: left;
	padding-left: 30px;
}
table.form td.submit {
	text-align: right;
}

/* === tarif === */
table.tarif td.head {
	color: orange;
	border-bottom: 1px solid gray;
}
table.tarif td.tail {
	color: gray;
	border-top: 1px solid gray;
}

/* === stat === */
table.stat td.head {
	color: orange;
	border-bottom: 1px solid gray;
}
table.stat td.tail {
	color: gray;
	border-top: 1px solid gray;
}

/* === list === */
table.list div.selector {
	font-size: 12px;
}
table.list td {
	font-size: 11px;
}
table.list td.head {
	color: orange;
	border-bottom: 1px solid gray;
}