
.filters {
	border-top: 1px solid silver;
	background: gray url('../img/filters-bg.png') repeat;
	color: #000;
    padding: 3px;
    margin: 0 6px;
    font-weight: bold;
    text-align: center;

}

.filters * {
    margin: 0;
    padding: 0;
	font-size: 0.8em;
    vertical-align: baseline;
}

.filters label {
    margin-left: 10px;
}
.filters button {
    margin: 0 5px;
}

/* drawtable */
.maintable table {
	display: table;
	background: #f6f6f6;
	line-height: 10px;
	font: 15px/25px Arial;
}
.maintable a:hover {
	text-decoration: underline;
}
.maintable th {
	border: 1px solid #2d73af;
	background: #3277b1 url('../img/bg-heading.png') repeat-x;
	height: 33px;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
}
.maintable .button {
	background: silver url('../img/butt1.png') repeat-x;
	color: #000;
	font: bold 11px/15px Verdana, 'Geneva CE', lucida, sans-serif;
	border: 1px solid #000;
	padding: 0 9px 0 9px;
	text-decoration: none;
}

.maintable .button:hover {
	background: silver url('../img/butt2.png') repeat-x;
	color: #fff;
	text-decoration: none;
}
.maintable th a {
	color: #FFD602;
	text-decoration: none;
	font-weight: bold;
}

.maintable td, .maintable th {
	display: table-cell;
	font: 12px/22px Verdana, 'Geneva CE', lucida, sans-serif;
	padding: 0pt 2px 0px 2px
}

.maintable tr {
	display: table-row;
	background-color: #eaeaea;
}
.maintable .hitr {
	background-color: #e0e0e0;
}

.zmaintable td a {
	color: #800000;
	text-decoration: none;
}

.maintable .left {text-align: left;}
.maintable .center *{
    text-align: center;
    margin:0 auto;
    padding:0 auto;
    float:none;
    dissplay: block;
} .maintable .center {text-align: center;}

.maintable .right {text-align: right;}
.maintable .justify {text-align: justify;}

.maintable td.toprintcell,.maintable th.toprintcell {
    display:none;
}




/* row gets this class when user cliks on delete button and appears the "Are you sure... " dialog */
.maintable tr.deleting td{
    background-color: red;
    color:white;
}

/* drawtable */


/** navigace 		*/
.nv {
	width: 100%;
	padding: 5px 0;
   font-size: smaller;
	line-height: 15px;
	text-align: justify;
}
.nv b {
	display: block;
	width: 21px;
	border: 1px solid black;
	text-align: center;
	background-color: #FED100;
	color: black;
	padding: 0 2px 0 2px;
	margin: 3px 2px 3px 2px;
	float:left;
}

.nv a {
	display: block;
	width: 21px;
	border: 1px solid #678C2B;
	text-align: center;
	background-color: #eaeaea;
	color: black;
	text-decoration: none;
	padding: 0 2px 0 2px;
	margin: 3px 2px 3px 2px;
	float:left;
}
.nv a:hover {
	background-color: #FED100;
	text-decoration: none;
}
/** navigace 		*/