/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
/* Normal, standard links. */
a:link {
	color: #d59673;
	text-decoration: none;
}
a:visited {
	color: #d59673;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #e6966c;
	text-decoration: none;
}
a.nav:hover {
	color: #c1693b;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #dcdcdc;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	background: url(images/body_bg.jpg) repeat-x;
	background-color: #111d29;
	margin: 0px;
	padding: 16px 5px 20px 5px;
	text-align: center;
}
.vystred {
	margin: 0 auto;
	padding: 0;
	width: 989px;
	text-align: center;
}
.logo {
	width: 989px;
	height: 226px;
	background: url(images/logo.jpg) no-repeat;
	margin: 0 auto;
}
.obsah {
	width: 951px;
	text-align: left;
	margin: 0 auto;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input {
	background-color: #4c2815;
	color: #e8b89f;
	font-family: verdana, sans-serif;
	border: 1px solid #844220;
}
button {
	background-color: #916048;
	color: #51230b;
	font-family: verdana, sans-serif;
	border: 1px solid #51230b;
}
input, button {
	font-size: 90%;
}
textarea {
	background-color: #4c2815;
	color: #e8b89f;
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #844220;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	border-top: 1px solid #09283a;
	color: #09283a;
	background-color: #345468;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #cdcdcd;
	background-color: #3a1b11;
	border: 1px solid #672e1d;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}
	/* A code block - maybe even PHP;
). */
.code {
	color: #000000;
	background-color: #dddddd;
	cursor: text;
	font-family: "courier new", "times new roman", monospace;
	font-size: 11px;
	line-height: 1.3em;
/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 2px 15px 10px 20px;
	padding: 1px;
/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
	/*max-height: 24em;
*/
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #dbdbdb;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	color: #dbdbdb;
	background-color: #0c334a;
	background: #0c334a;
}
.windowbg2 {
	color: #dbdbdb;
	background-color: #102d3e;
	background: #102d3e;
}
.windowbg3 {
	color: #dbdbdb;
	background-color: #061b2b;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FFFFFF;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #e8b89f;
	font-style: normal;
	background: url(images/titlebg.jpg) #462615 repeat-x;
	border-top: solid 1px #6a3419;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #e8b89f;
	font-style: normal;
}
.titlebg a:hover {
	color: #a86542;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum. .catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: url(images/catbg.jpg) #462615 repeat-x;
	background-position: center bottom;
	color: #e8b89f;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catbg2.jpg) #462615 repeat-x;
	color: #e8b89f;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #462615;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #e8b89f;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #e8b89f;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #cd6d3b;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #96583a;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	border: 1px solid #764025;
	background-color: #462615;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.smalltext a:link, .smalltext a:visited, .smalltext a:active {
	color: #cc7d51;
	text-decoration: none;
}
.smalltext a:hover {
	color: #eeba9d;
}
.middletext {
	font-size: 90%;
	line-height: 150%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
.middletext a:link, .middletext a:visited, .middletext a:active {
	color: #d59673;
	text-decoration: none;
}
.middletext a:hover {
	text-decoration: underline;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
	/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here;
). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last {
	color: #eeba9d;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back {
	color: #eeba9d;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 4px 6px 10px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_active_back {
	padding: 6px 6px 7px 6px;
}
.maintab_first {
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back {
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last {
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first {
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back {
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last {
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited {
	color: #eeba9d;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover {
	color: #d69570;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #eeba9d;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back {
	color: #eeba9d;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 10px 6px 4px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first {
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back {
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last {
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first {
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back {
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last {
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: #eeba9d;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #d69570;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #bc7a56;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.gndr {
	float: right;
}
.u-t {
	color: #3e91a6;
	font-style: italic;
	display: block;
	margin: 7px 0 10px 1px;
}
.l2menu {
	float: right;
	margin-bottom: -5px;
}
.l2menu a:hover {
	text-decoration: none;
}
.l2menu span {
	display: block;
	padding: 5px 5em;
	border: 1px solid #764025;
	text-align: center;
	margin-bottom: 5px;
	line-height: 50%;
}
.l2menu span:hover {
	background: #4c2815;
}
.l2ch {
	margin: 10px 0 0 0;
	vertical-align: bottom;
	cursor: help;
}
.l2ch img {
	margin: -2px 0;
	vertical-align: bottom;
}
.l2chtd span, .l2chtd img {
	cursor: help;
}
.l2chtd img {
	margin: 2px 0;
	vertical-align: bottom;
}
.l2-3 {
	font-size: 115%;
}
.l2-3b {
	position: relative;
	vertical-align: middle;
}
.l2-4, .l2-8 {
	color: #d59673;
}
.l2-5, .l2-7 {
	color: #3e91a6;
}
.l2-9 {
	color: #dcdcdc;
}
.ad-links {
margin-left: 10px;
}
.ad-top {
	margin: 10px auto -5px auto;
	text-align: center;
}
#recaptcha_response_field      {
	color: #e8b89f;
}