/* Body class */

html, body {
	padding: 0px;
	background: #ffcc00;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
	color: #000;
}



.gbody{
	padding: 0px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #ffcc00;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;

}

.cely {text-align: left}

/* General smart tables class */
/*tady byla width*/
table.forumsmb {
	width:75%;
	border: 1px solid #000;
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
}

table.forums {
	width:75%;
	border: 1px solid #000;
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
	margin-left: 165px;
}

hornibunka {
	width:75%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #000;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption0 {
	border: 1px solid #000;
	padding: 2px;
	font-size: 12px;
	height: 25px;
	text-align: center;

}

td.caption1 {
	border: 1px solid #000;
	padding: 3px;
	font-size: 12px;
	height: 15px;
}


/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
	background-color: #ffcc00;
	border: 1px solid #000;
	padding: 3px;
	font-size: 11px;
	height: 20px;

}

/*headbunka*/
td.headbunka {
	background-color: #ffcc00;
	padding: 3px;
	height: 25px;
	font-size: 11px;
}
/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
	background-color: #ffcc00;
	padding: 3px;
	font-size: 11px;
	height: 20px;

}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc., Buttons menu, left info cell) */

td.caption4 {
	background-color: #444444;

	border: 1px solid #000;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	color: #ffcc00;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
	border: 1px solid #000;
	padding: 3px;
	font-size: 11px;
	height: 20px;

}

/* Caption 6 (this one is for displaying title headers (language, search). The same color as caption2, but different font size) */

td.caption6 {
	background-color: #ffcc00;
	border: 1px solid #000;
	padding: 3px;
	font-size: 12px;
	height: 20px;

}

/* Simple transparent table without borders and background color (menu navigation, general tables) */
/*tady byla width*/
.tbTransparentmb {
	width: 75%;
	background-color: transparent;
	font-size: 12px;
}
.tbTransparent {
	width: 75%;
	background-color: transparent;
	font-size: 12px;
}

/* Small analog text, used usually with SPAN */

.txtNr{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 11px;

}
.txtSm{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 11px;

}

DIV{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

/* Font for displaying username in each thread */

DIV.username{
	text-decoration: none;
	font-size: 12px;
}

/* Class for select boxes */

.selectTxt {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FBFDFF;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
	height: 20px;
	background-color: #FFCF0F;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
	height: 20px;
	background-color: #ffcc00;
}

/* Class for displaying stuff like -> */

.bulletHead{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	font-weight: bold;
}

/* Heading titles */

.header{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.formStyle{
	margin: 0px;
}

.inputButton {
	background: black;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffcc33;
	background-image: URL('img/tlacitko.gif'); /* obrázek na pozadí */
	padding: 3px 5px 3px 5px;
}

/* Input areas - boxes, textareas... */

.textForm {
	background: #FFFFFF;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* Stats bar */

.tbStBar{
	border: 0px;
	margin: 1px;
	padding: 1px;
	background: #f8e6d1;
	font-size: 11px;
	background-color: #F0F8FF;
}

/* Warning text */

.warning{
	color: red;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Supscript class */

.navCell{
	font-family: Arial,Helvetica,Geneva,sans-serif,Arial,Verdana;
	font-size: 9px;
}


/*GENERAL DEFINITIONS*/

P{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

SMALL{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

PRE{
	font-family: Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

LI{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right : 0px;
	margin-left : 0px;
}

UL{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right : 15px;
	margin-left : 15px;
}

H1{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 45px;
}

H3{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: red;
	text-decoration: none;
	font-size: 15px;
}

A:link {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A:active {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A:visited {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

A:hover {
	color: purple;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

img {border: 0}

/*pridano*/
td.caption1 a {color: black; text-decoration: none}
td.caption2 a {color: black; text-decoration: none}
td.caption1 a:hover {color: purple; text-decoration: underline}
td.caption2 a:hover {color: purple; text-decoration: underline}

