.nodisp {
	display: none;
}
.center {
  text-align: center;
}
a.raquo:after {
	content: ' »»';
}
a.laquo:before {
	content: '«« ';
}

img {
	border: 0px;
}

table {
	margin-bottom: 1ex;
	width: 99%;
}
table img {
	vertical-align: middle;
	padding-right: 3px;
}
tr {
}
th, td {
	padding: 2px 4px;
	vertical-align: top;
}
td {
	padding: 1px 2px 1px 1px;
}
.rightTd {
	text-align: right;
	padding-right: 5px;
}
th {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #ece3b4;
	color: #222;
	border-bottom: solid 1px #b09d35;
}
tr.cebra {
	background-color: #f7f7f7;
}
tr.zebra {
	background-color: #fafafa;
}
tr.debra {
	background-color: #e7e7e7;
}
tr.debra {
	background-color: #f0f0f0;
}
tr.nocontrast {
	color: #909090;
}
tr:hover {
	background-color: #e4eff8;
}
caption {
	font-family: "Trebuchet MS", Arial, Verdana;
	padding-left: 2em;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
}

.chyba, .okmsg {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	margin: 1ex;
	padding: 3px;
	font-weight: bold;
}
.chyba {
	color: #f00;
}
.okmsg {
	color: #00a300;
}
.insert {
	margin-bottom: 1ex;
}

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

form {
	display: inline;
}
form .submit input {
	display: inline;
	float: none;
}
form .submit input, form.nofloat input {
	display: inline;
	float: none;
}

form label {
	text-align: right;
	font-weight: bold;
	display: block;
	float: left;
	width: 13em;
	padding-right: 10px;
}
form.login {
	display: block;
	width: 20em;
	padding: 5px;
	border: 1px solid #eee;
	background: #f4f4f4;
}
form.form {
	display: block;
	padding: 5px;
	border: 1px solid #eee;
	background: #f4f4f4;
}
form.login label {
	width: 5em;
}
form textarea {
	width: 32em;
	height: 20em;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
form textarea.smaller {
	height: 6ex;
}
form textarea.medium {
	height: 12ex;
}
form .megaBox {
	margin: 0 auto;
	width: 90%;
}
form .megaBox textarea {
	width: 100%;
	height: 30em;
}
form br {
	clear: left;
}
form h3 {
	padding-left: 1ex;
}
form blockquote {
	background: #fff;
	margin: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	border-left :#C6D9E9 2px solid;
}
select {
	border: 1px solid #e5e5e5;
	padding: 3px 0;
	margin-bottom: 5px;
}
input.input_small, input.input_medium, input.input_large, input.checkbox {
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin-bottom: 5px;
}
input.input_small {
	width: 7em;
}
input.input_medium {
	width: 13em;
}
input.input_large {
	width: 20em;
}
input.submit, button.submit, a.submit {
	border: 0px;
	background-color: transparent;
	color: #868686;
	padding: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
a.submit {
	padding: 3px;
	padding-left: 26px;
}
a.submit:hover {
	color: #767676;
}
input.checkbox, input.optionbox, select {
	margin-top: 5px;
}
table input.submit:hover, table button.submit:hover, table a.submit:hover {
	background-color: #fff;
}
input.submit:hover, button.submit:hover, a.submit:hover {
	background-color: #fbfbf4;
}
.buttons {
	white-space: nowrap;
}
.buttons input {
	margin: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
}
#loginForm {
	width: 20em;
}
#loginForm label {
	width: 5em;
}
#loginForm input.login {
	width: 12em;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.pageList {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding: 3px;
}
.pagelist p {
	margin-bottom: 0.5ex;
}
.pageList a {
	padding: 3px;
}
.pageList a:hover, .pageList a.active {
	background-color: #fff;
}

/* Icons buttons */
.input_search {
	background-image: url("../images/icons/search.png");
}
.input_submit {
	background-image: url("../images/icons/ok.png");
}
.input_edit {
	background-image: url("../images/icons/edit.png");
}
.input_delete {
	background-image: url("../images/icons/delete.png");
}
.input_save {
	background-image: url("../images/icons/save.png");
}
.input_reset {
	background-image: url("../images/icons/reset.png");
}
.input_back {
	background-image: url("../images/icons/back.png");
}
.input_new {
	background-image: url("../images/icons/new.png");
}
.input_permissions {
	background-image: url("../images/icons/permissions.png");
}
.input_history {
	background-image: url("../images/icons/history.png");
}
.input_tt {
	background-image: url("../images/icons/tt.png");
}
.input_discussion {
	background-image: url("../images/icons/discussion.png");
}
.input_expand {
	background-image: url("../images/icons/expand.png");
}
.input_print {
	background-image: url("../images/icons/print.png");
}
.input_email {
	background-image: url("../images/icons/email.png");
}
