body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0px;
	font-size: 75%;
}
hr.clear {
	clear: both;
}
img {
	border: none;
}
a{
  text-decoration: none;
  color: Blue;
}
a:hover{
  text-decoration: underline;
  color:navy;
}
a:visited{
  color:Blue;
}
#page {
	width: 1000px;
	margin: 0 auto;

}
#header{
	height: 101px;
	background: url(../img/header-bckg.png) repeat-x left top;
}
#hin{
	width: 1000px;
	margin: 0 auto;
}
#hin #logo{
	height: 90px;
	width: 290px;
	background: url(../img/header-logo.png) repeat-x left top;
	float: left;
	text-align: center;
	font-size: 150%;
	padding-top: 11px;
}
#header #logo a img{
    padding-top:5px;
}
#hin small{
	color:#fff;
	font-size: 10px;
	position:relative;
	left:-230px;
	top:80px;
	float:left;
}
#hin small a{
color:#fff;
}
.chbdetail{
  /*border:1px solid white;*/
	float:right;
	font-size:10px;

}

#leftcell{
	float: left;
	width: 290px;
	background: #fff url(../img/so-bckg.png) 20px left repeat-x;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
  position: relative;
  /*left:-20px;	*/
}
#leftcell h3{
	color: #fff;
	background-image: url(../img/so-tit-bckg.png);
	height: 30px;
	text-align: center;
	margin: 5px auto;
	font-size: 1.3em;
	padding-top: 7px;
}
#menu{
	width: 250px;
	margin:0 auto;
}
a#aou{
  color:navy;
  font-weight: bold;
  text-decoration: underline;  
}
#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 180%;
}
#menu ul li{
	border-bottom: 2px solid #ddd;
	font-size:90%;
}
#content {
  background-color: #f5f5f5;
	margin: 0 auto;
	border-top: none;
	margin-left: 292px;
	line-height: 110%;
}
#content .tito{
	color:  #fff;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 7px;
	top:4px;
	position: relative;
	background-image: url(../img/so-tit-bckg.png);
	/*margin-left:-20px;*/
}
#content #txtinfo
{
    margin-left:30px;
}

table.user{
	border-collapse: collapse;
	margin: 20px auto;
}
table.user th{
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #eee;
}
table.user td{
	padding-left:5px;
	/*padding-top:2px;
	padding-bottom:2px;*/
	height:20px;
	vertical-align:bottom;
	
}
td.un-pritomen,td.un-nepritomen{	
  /*padding-top:10px;*/
  width: 300px;
}
tr.isw,tr.isnotw{
 /*padding-top:4px;
 padding-bottom:4px;*/
}

tr.isw{
	/*background-color: #ddd;*/
}
tr.isnotw{
  background-color:#f5f5f5;
}
td.un-nepritomen{
	color: #999;
}
td.vodb
{
    /*font-weight:600;
    font-size: 14px;*/
}
td.vodd{    
    /*font-weight:600;*/
}

td.popis
{    
    color:#999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
   
}
.bgc-pritomen{
    /*background-color: #ddd;*/
}
td.un-pritomen a{
  color: navy;
  text-decoration: none;
}
td.un-nepritomen a{
 text-decoration: none;
 color : #999;  
}

td.un-pritomen a b{
	text-transform: uppercase;
}
td.un-pritomen a:hover,td.un-nepritomen a:hover{
  text-decoration: underline;
}
table.user .imgentry{
	/*font-size: 0.9em;*/
}
td.imgentry img{
/*	position:relative;
  top:5px;*/
  margin-left:5px;
  vertical-align:bottom;	
}
td.imgentry small{
  vertical-align:bottom;

}
table.user .last-time,table.user .last-date,table.user .t1,table.user .info2{
 font-size: 0.8em;
 text-align: right;
}
table.user .t1{
  padding-right:5px;
}
table.user .last-date{
	/*background-color: #eee;*/	
}
.un{
	font-weight: bolder;
}
table.user .t2{
	/*font-weight: bold;*/
	text-align: center;
}
.searchbox{
	position: relative;
	left: 320px;
	width: 174px;
	height: 60px;
	background-image: url(../img/search-bckg.png);
	float: left;
	font-size: 0.9em;
	color: #663399;
}
.clearbox{
	position: relative;
	left: 10px;
	width: 510px;
	height: 60px;
	float: left;
}
.filterbox{
  float:left;
	width: 230px;
	text-align: left;
	border-top:none;
    margin:2px 2px 0 60px;
	font-size: 0.9em;
	color: #663399;  
}
.filterbox .rb
{
    margin-left:110px;
    margin-top:-15px;
    float:left;
} 
.filterbox .rb input
{
    margin:0px;
    height:17px;
    vertical-align:middle;
}
.searchbox input{
	border: 1px solid #ccc;
	position: relative;
	left: 19px;
	top: 15px;
	color:#999;
	height: 17px;
}
.searchbox .sbm{
	float: right;
	border: 1px solid #ccc;
	background-color: #6666CC;
	color:#fff;
	font-size: 1em;
	position: relative;
	top: -5px;
	height: 19px;
	left:40px;
}
.copyr{
	font-size: 0.9em;
	color:#666;
text-align:center;
}
.copyr a{
	color: #666;
	clear:both;
}
a.btnPrint{
	width: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	position: relative;
	top:15px;
	float: right;
	left:-30px;
	padding: 3px;
	text-align: center;
	color: #fff;
}
.chbFL
{
    color:White;
    float:right;
	position: relative;
	top:75px;
	float: right;
	left:-50px;    
}
.popis-odd{
  background-color: #999;
  color:#fff; 
  padding:4px;
}
span.zastupovani
{
    font-weight:800;
    display:inline-block;
    margin-bottom:5px;
}
img.usrImage
{
    margin:0 10px;
    float:right;
    background-color:#fff;
    padding:5px;

}
table.user-detail,table.officeusers
{
    /*width:75%;*/
    margin-left:10px;
}
table.user-detail tr td
{
    padding:4px;
    border-bottom:solid 1px #ccc;
}
table.user-detail tr td.tdtitle
{
    font-weight:bold;
    width:150px;
}
