/* Inherited */
form {
	display: inline;
}
.okmsg {
	text-align: center;
	border: 1px solid #414141;
	background-color: #c5def4;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #009900;
}
.chyba {
	text-align: center;
	border: 1px solid #414141;
	background-color: #c5def4;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #f00;
}
.warning {
	border: 1px solid #000;
	background-color: #f00;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
th, td {
	padding: 2px;
	border-spacing: 0px;
}
caption {
	font-family: Tahoma, 'Georgia', 'Lucida Grande CE', lucida, sans-serif;
	text-align: left;
	font-weight: bold;
	padding-bottom: 1ex;
	font-size: 115%;
	color: #264440;
	background-color: inherit;
}
th {
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
	font-family: Tahoma, 'Georgia', 'Lucida Grande CE', lucida, sans-serif;
	font-size: 90%;
	background-color: #d8d8d8;
	padding: 3px;
	border-top: 1px solid rgb(68,107,33);
	border-bottom: 1px solid rgb(68,107,33);
	color: #000;
}
th a, th a:visited, th a:active {
	text-decoration: underline;
}
th a:hover {
	color: #f6f6f6;
}
tr {
	background-color: #f8f8f8;
}
tr.z1 {
	background-color: #f2f2f2;
}
tr:hover {
	/* background-color: #9cff00; */
	background-color: #ACE6DD;
	/* background: url("../images/design/prechod2.png") top right repeat-y; */
}
form tr:hover {
	background-color: #f8f8f8;
}
td {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 0.8ex;
  padding-bottom: 0.8ex;
}
td a:hover {
	color: #006400;
}
td img  {
	vertical-align: middle;
}
.anketa_question {
	/* Color replaced */
	font-weight: bold;
	/* font-variant: small-caps; */
}
.poll img {
	vertical-align: middle;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-bottom: 2ex;
	width: 85%;
	padding-left: 10px;
}
fieldset input[type="text"] {
	border: 1px solid #000;
}
legend {
	padding-left: 20px;
	border: 1px solid #c0c0c0;
	padding: 3px;
	background-color: #c5def4;
	font-weight: bold;
}
.image_th {
	float: left;
	width: 161px;
	border-top: 1px solid #c0c0c0;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.image_th img {
	/* border: 1px solid #f0f0f0; */
	padding-left: 2px;
}
.poll_per {
	font-size: 95%;
	font-variant: small-caps;
}
/* Login */
.lform {
	border: 1px solid #c0c0c0;
	background-color: #fff;
	padding: 5px;
}
.lform h3 span {
	color: #bc1515;
}
ul.login_form {
	list-style-type: none;
}
ul.login_form li {
	float: left;
	width: 45%;
}
ul.login_form input.in {
	width: 95%;
	border: 1px dashed #a0a0a0;
}
ul.login_form li {
	padding: 2px;
}
ul.login_form2 label {
	width: 45px;
	float: left;
	clear: left;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	display: block;
}
ul.login_form2 {
	list-style-type: none;
	border: 1px solid #f4f4f4;
	padding: 5px;
	margin-top: 10px;
}
ul.login_form2 input.in {
	width: 100px;
}
ul.login_form2 li {
	padding: 2px;
}

/* Form */
a.add, a.add:visited, a.add:active {
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	border: 1px dotted #97add6;
	background: #193777 url("../images/design/btprechod.png");
	color: #fff;
	font-weight: bold;
}
a.add:hover {
	border: 1px solid #505050;
	padding: 2px 4px 2px 4px;
	background: #97add6 url("../images/design/btprechod2.png");
	color: #fff;
	text-decoration: none;
}
input.submit {
	font-weight: bold;
	border: 1px dotted #97add6;
	background: #193777 url("../images/design/btprechod.png");
	color: #fff;
}
input.submit:hover {
	background: #97add6 url("../images/design/btprechod2.png");
	color: #fff;
}
table input.submit {
	font-size: 90%;
}
input.submitS {
	font-size: 100%;
	border: 1px dotted #97add6;
	background-color: #66CCC2;
	color: #000;
}
input.submitS:hover {
  background-color: rgb(174,218,135);
  color: #000;
}
ul.form {
	list-style-type: none;
}
ul.form li {
	display: block;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.form li.sml_area {
	border: 1px solid #000;
	background-color: #fff;
	padding: 2px 2px 2px 2px;
}
ul.form li label, ul.form li span.bl {
	text-align: right;
	display: block;
	float: left;
	clear: left;
	margin: 0px;
	margin-right: 7px;
	padding: 0px;
	width: 140px;
	font-weight: bold;
}
fieldset ul.form li label, fieldset ul.form li span.bl {
	width: 70px;
}
ul.form input {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	vertical-align: middle;
}
ul.form input.input_large {
	border: 1px solid #414141;
	width: 250px;
	background-color: #fff;
}
ul.form input.input_small, table input.input_small {
	border: 1px solid #414141;
	width: 100px;
	background-color: #fff;
}
input.input_vsmall {
	border: 1px solid #414141;
	width: 50px;
	background-color: #fff;
}
ul.form option {
	padding: 0px 2px 0px 2px;
}
ul.form textarea {
	font-size: medium;
	width: 397px;
	height: 155px;
	border: 1px solid #414141;
	margin-bottom: 2px;
	background: #fff url("../images/design/smilebg.jpg") top right no-repeat;
}
ul.form textarea.symbol {
	width: 95%;
	height: 400px;
}
ul.form li.center {
  padding-top: 10px;
}
/* Data List */
div.strankovanie {
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	text-align: center;
	color: #000;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}
div.strankovanie span.active {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #000;
	background-color: #c5def4;
}
div.strankovanie a, div.strankovanie a:visited, div.strankovanie a:active {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
div.strankovanie a:hover {
	text-decoration: none;
	color: #000;
	background-color: #6aa362;
	color: #fff;
}
/* Gallery */

img.gallery {
	float: left;
	margin-right: 5px;
	position: relative;
}
div.foto {
	text-align: left;
	width: 120px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
img.foto {
	border: 1px solid #c0c0c0;
}
img.foto:hover {
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/* GB */
.title h4 {
	display: inline;
}
.title h4 a, .title h4 a:visited, .title h4 a:active {
	text-decoration: none;
	color: #69a7ca;
	border-bottom: 1px dotted #c0c0c0;
}
.title h4 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #505050;
}
.title span {
	color: #a0a0a0;
}
.content_gb {
	padding-top: 2px;
	padding-left: 2.2em;
	margin-bottom: 20px;
}
.content_gb img {
	vertical-align: top;
}
.sid {
	display: none;
}
