
/********** SPOLEČNÉ **********/

* {
	font-family: arial;
	font-size: 12px;
}

.wide {
	width: 100%;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bold {
	font-weight: bold;
}

body {
	text-align: center;
}

a {
	font-weight : bold;
	color: #FF6300;
	text-decoration: none;
}

a:hover {
	color: #639C9C;
	font-weight: bold;
	text-decoration: underline;
}

div#wrapper {
	position:relative;
	width: 900px;
	border:1px solid #999999;
	background-color:#F5F5F5;
	margin: 5px;
}

div#header {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
}

div#title {
	position: relative;
	left: 5px;
	top: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

div#footer {
	position: relative;
	width: 100%;
	height: 23px;
	border-top: 1px solid #999999;
	background-color: #99CC00;
	padding-top:3px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

/********** MENU **********/


div.menu {
	position: relative;
	width: 100%;
	height: 23px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	background-image: url("../img/menu.jpg");
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	z-index: 2;
}

div.menu a {
	color: #FF6300;
	text-decoration: none;
}

div.menu a:hover {
	color: #999999;
}

div.menu-logo {
	position: absolute;
	left: 3px;
	top: 2px;
	width: 37px;
	height: 19px;
	background-image: url("../img/menu-div.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

div.menu-login {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 18px;
	color: #999999;
}

div.menu-item {
	position: absolute;
	top: 5px;
	height: 18px;
	text-align: center;
	background-image: url("../img/menu-div.jpg");
	background-repeat: no-repeat;
	background-position: right;
	behavior: url("http://tomcat.cenia.cz/eia/css/hover.htc");
}

div#item-eia.menu-item { left: 40px; width: 150px; z-index: 3; }
div#item-sea.menu-item { left: 190px; width: 150px; }

div.menu-item a {
	width: 100%;
}

div.submenu {
	visibility: hidden;
	position: absolute;
	left: 20px;
	top: 80%;
	border: 1px solid #999999;
	border-bottom-style: none;
	text-align: left;
	white-space: nowrap;
}

div.menu-item:hover div.submenu, div.hover div.submenu {
	visibility: visible;
}

div.submenu-item {
	display: block;
	height: 23px;
	width: 100%;
	background-image: url("../img/menu.jpg");
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
}


div.submenu-item a {
	height: 23px;
	width: 100%;
}

/********** LIST **********/

div#list-search {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 350px;
}

div#list-search td, div#list-search input, div#list-search select {
	font-size: 12px;
}

div#list-paging-top {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #999999;
}

div#list-paging-bottom {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #999999;
}

div#list-create-record {
	position: relative;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #999999;
	margin-top: 5px;
	text-align: center;
}

td.list-item-label {
	white-space: nowrap;
	text-align: right;
	font-style: italic;
}

td.list-item-value {
	white-space: nowrap;
}

td.list-header {
	background-color: #E7E7E7;
	font-weight: bold;
}

td.list-border-bottom {
	border-bottom: 1px solid #999999;
}

td.list-border-right {
	border-right: 1px solid #999999;
}

hr.list-div {
	border: 0;
	height: 1px;
	color: #808080;
	background-color: #808080;
}

/********** DETAIL **********/

table.detail {
	width: 100%;
	background-color: #D7D7D7;
}

td.detail-label {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	font-style: italic;
        font-weight: bold;
	background-color: #E7E7E7;
}

td.detail-value {
	width: 100%;
	vertical-align: top;
	background-color: #F5F5F5;
}

td.detail-specializace-title {
	text-align: center;
	font-weight: bold;
	background-color: #E7E7E7;
}

td.detail-specializace {
	width: 100%;
	vertical-align: top;
	color: red;
	background-color: #F5F5F5;
}

table.locality {
	border: 1px solid #999999;
	border-right-style: none;
	empty-cells: show;
}

td.locality-header {
	background-color: #E7E7E7;
	border-right: 1px solid #999999;
}

td.locality-value {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

/********** CREATE **********/

table.create {
	width: 100%;
	background-color: #D7D7D7;
}

td.create-label {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	font-style: italic;
	background-color: #E7E7E7;
}

td.create-value {
	width: 100%;
	vertical-align: top;
	background-color: #F5F5F5;
}

