#top {
	z-index:999;
}
#footer {
	background-position: center;
	margin: 0;
	padding 5 5px;
	float: left;
	width: 1000px;
	text-align: center;
	height: 25px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#EEE;
	margin: 0;
	min-width:1000px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #333;	
}

.strankovani{
	padding-top: 10px;		
	padding-bottom: 10px;
}

#iso_columnNavigation {
    float:left;
    width:200px;
    background:#fff;
 }
#iso_rightside {
	margin-left:220px;
	float:none;
    background:#fff;
}

.flag {
	display: block;
	overflow: hidden;
	float: right;
	width: 30px; height: 15px;
	margin: 0 1px 0 1px;
}
.flag:hover {
	width: 30px; height: 20px;
}
.en:hover {
	background: url(../images/En_flag.png) bottom;
}
.en {
	background: url(../images/En_flag.png) top;
}
.ru {
	background: url(../images/Ru_flag.png) top;
}
.ru:hover {
	background: url(../images/Ru_flag.png) bottom;
}



#header {
	background-color: #6CF;
	border-bottom: thin solid #009;
	width: 100%;
	float: left;
	}
	#mainTitle {
		float: left;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	#loginLink {
		float: right;
		padding: 4px 10px 4px;
	}

.title {
	font-size: 	18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: thin solid #009;
	color: #555;
}

.subTitle {
	font-size: 	14px;
	font-weight: bold;
	padding: 3px;
	border-bottom: thin solid #009;
}

.filter{
	margin-bottom: 10px;	
	}
	.filterHead {
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	.filterItems{
		color: black;	
	}

#menu a {
	color: #fff;
}

#menu ul {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #009;
}
#menu li {
	width:165px;
	height:37px;
	margin: 1px 0 0 1px;
	border: 0;
	background-repeat: repeat-x;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	list-style-type: none;
	line-height: 37px;
	vertical-align: middle;
}
#menu li:hover {
	background-position: bottom;
	background: #888;
}
#menu li.active {
}
#menu ul li {
	float: left;
	position: relative;
	list-style: none;
	z-index: 1001;
}
#menu ul ul {
	position: absolute;
	left: -1px;
	top: 37px;
	visibility: hidden;
	width: 252px;
	margin: 0;
}
#menu ul ul ul {
	position: absolute;
	left: 166px;
	top: 3px;
	visibility: hidden;
	margin: 0;
}
#menu ul li ul li {
	width:240px;
	position: relative;
	background-color: #009;
	background-image:none;
	padding-left: 10px;
	text-align: left;
	z-index: 1002;
}
#menu ul li ul li a {
	display: block;
	width:240px;
}
#menu ul li ul li ul {
	z-index: 1003;
}
#menu ul li ul li:hover {
	color: #fff;
	background-color: #888;
}
#menu ul li ul li:hover a {
	color: #fff;
}

#menu ul li:hover>ul {
	visibility: visible;
}


/*
	ul#menu {
	   width: 100%;
	   float: left;
	   margin: 0 0 10px 0; 
	   padding: 0;
	   list-style-type: none;
	}
	ul#menu li {
	   width: 150px;
	   float: left;
	   background: #009;
	   font-weight: bold;
	   text-align:center;
	}
	ul#menu li 	a {
       display: block;
	   padding: 5px 0;
	   border-right: 1px solid #ccc; 
	   text-decoration: none;
  	   color: #FFF;
	}
	ul#menu li a:hover {
	   background: #888;
	} 


	ul#menu ul {
	   width: 100%;
	   float: left;
	   margin: 0 0 10px 0; 
	   padding: 0;
	   list-style-type: none;
	   color: #FFF;
	}
	
	ul#menu ul li {
	   width: 150px;
	   float: left;
	   background: #009;
	   font-weight: bold;
	   text-align:center;
	}

	ul#menu ul li a {
       display: block;
	   padding: 5px 0;
	   border-right: 1px solid #ccc; 
	   text-decoration: none;
  	   color: #FFF;
	}
	ul#menu ul li a:hover {
	   background: #888;
	   
	} 

*/
ul#menu2 {
	   width: 100%;
	   float: none;
	   margin: 0 0 10px 0; 
	   padding: 5px;
	   list-style-type: none;
	}
	ul#menu2 li {
	   width: 200px;
	   float: none;
	   background: #009;
	   font-weight: bold;
	   text-align:left;
	   padding-left: 5px;
	}
	ul#menu2 li a {
       display: block;
	   padding: 5px 0;
	   border-bottom: 1px solid #ccc;	   
	   text-decoration: none;
  	   color: #FFF;
	}
	ul#menu2 li a:hover {
	   background: #888;
	} 

.menuItemActive {
	color: yellow;	
}

.canvas {
	margin: 10px;
	padding: 7px;
	border: solid thin #CCC;
	background-color: white;
	clear: both;
	min-height:500px;
}

table {
	border: 1px solid #009;
	border-collapse: collapse;
	}
	th {
		border: 1px solid #009;
		margin: 0;
		padding: 4px;
		font-weight: bold;
		color:#FFF;
		background-color: #009;
	}
	td {
		border: 1px dotted #009;
		margin: 0;
		padding: 4px;
	}

table.detail {
	background: white;
	font-weight: normal;
	border: 0;
	}
	td.detail {
		background: white;
		font-weight: normal;
		border: 0;
	}
	td.detailHead {
		background: white;
		font-weight: bold;
		border: 0;
		vertical-align: top;
	}

table.event {
	background: white;
	border-color: white;
	}
	td.event {
		background: white;
		font-weight: normal;
		border-color: white;
	}
	td.eventHead {
		background: white;
		font-weight: bold;
		border-color: white;
		vertical-align: top;
	}

table.filter {
	background: white;
	font-weight: normal;
	border-color: white;
	margin-bottom: 5px;
	}
	td.filter {
		background: white;
		font-weight: normal;
		border-color: white;
		vertical-align: top;
	}
	td.filterHead {
		background: white;
		font-weight: bold;
		border-color: white;
		vertical-align: top;
	}

td.centered {
	vertical-align: middle;
	text-align: center;
}

img.icon {
	border: 0;
}

.subMenu{
	position: relative;
	top: -2em;
	text-align: right;
	text-decoration: none;
	color: black;
}

.subMenu2{
	position: relative;
	top: 0em;
	text-align: left;
	text-decoration: none;
	color: black;
	font-size:12px;
}


.combobox {
	width: 200px;
}
.inputfield {
	width: 180px;
}

.error {
	color: #F00;
	font-weight: bold;
	padding: 2px;
}

input.button {
	display: block;
	border: thin solid #AAA;
	width: 120px;
	background-color: #009;
	padding: 2px;
	text-align: center;
	color: white;
	cursor: pointer;
}

.button2 {
	border: thin solid #AAA;
	background-color: #009;
	padding: 2px;
	text-align: center;
	color: white;
	cursor: pointer;
}

.loginCanvas {
	width: 300px;
	clear: both;
	background-color: white;
	border: thin solid #009;
	padding: 10px;
	margin: 20px auto;
}
.white {
	color:#FFF;
	font-weight:bold;
	
}
