/* Set the forum width here, please */
#logo a, #logo span, #page_forum {
	width: 780px; /* min 760px */
}

/* Set the height of your logo here, please */
#logo a, #logo span {
	height: 142px;
}

/* After changing the width or height, create a new picture "logo.gif", please. */


body {
	background: url(images/back.gif) #CCCCCC;
	font-family: Verdana, lucida, sans-serif;
	font-size: 11px;
}

#logo a {
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#logo span {
	background: url(images/logo.gif) top right no-repeat;
	display: block;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.logo {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer {
  background: url(images/table_header.gif) top right no-repeat;
	clear: both;
	padding: 3px 0px;
	
	/*color variant*/
	/*background-color: #E5E5E5;*/
	background-color: #174F9F;
	color: #ffffff;
	
	text-align: center;
	font-size: 9px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

.centered {
	text-align: center;
}

.centeredbox {
	margin: 0px auto;
}

h1 {
	margin: 0px;
	padding: 0px;
}

#body_forum h2 {
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	/*background:transparent;*/
	display: block;
}

#login_box {
  float:left;
  width: 390px;
}

#stat_box {
  float:right;
  width: 340px;
}

#login_box, #stat_box {
  padding:0px
}

#login_box div, #stat_box div {
  padding:13px 4px 4px 4px;
  margin:-9px 0px 0px 0px;
  border : 1px solid #aaaaaa;
  background-color: #eeeeee;
  font-size : .8em;
}

#online_box {
  margin:15px 0px 0px 0px;
  padding:8px 4px;
  border : 1px solid #aaaaaa;
  background-color: #eeeeee;
  font-size : 10px;
}

/* ---------- odkazy ---------- */
a				{
	text-decoration: none;
}

a:link  		{
	color: #333333;
}

a:visited		{
	color: #333333;
}

a:hover  		{
	color: #B9D30F;
	text-decoration: underline;
}

a:active  		{
	color: #333333;
}

.bordered {
	border: 1px solid #AAAAAA;
}

/* ---------- Formuláře ----------*/
label {
	float:left;
	text-align:right;
	width : 80px;
	padding : 3px;
}

legend {
	color: #174F9F;
	margin: 2px;
	padding: 3px;
	font-weight: bold;
}

fieldset {
	border:1px solid #000000;
	padding :5px;
}

/* ---------- Komentáře a Kód----------*/
div.quote {
	color: #555555;
	border:1px solid #555555;
	background: #ffffff;
	margin: 5px;
	padding: 2px;
}

p.quote {
	color: #000000;
	padding: 5px;
}

div.code {
	color: #174F9F;
	border: 1px solid #174F9F;
	background: #ffffff;
	margin: 5px;
	padding: 2px;
}

p.code {
	color: #000000;
	font-family: Courier, 'Courier New', sans-serif;
	padding: 5px;
}


/* General font families for common tags */
th,td,p { font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;}
hr	{ height: 0px; border: solid #cccccc 0px; border-top-width: 1px;}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #ffffff;
	border: 2px #aaaaaa solid;
	margin: 0px 0px 5px 0px;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #eeeeee; }
td.row2	{ background-color: #eeeeee; }
td.row3	{ background-color: #cccccc; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff;
	font-size: 10px;
	font-weight : bold;
	background-color: #B9D30F;
	height: 25px;
	/*background-image: url(images/cellpic.gif);*/
}

td.catHead {
  background: url(images/table_header.gif) top right no-repeat;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  background-color:#CCCCCC;
	/*border: #FFFFFF;*/
	/*border-style: solid;*/
	height: 25px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	/*height: 29px;*/
	border-width: 0px 0px 0px 0px;
}

td.spaceRow {
	background-color: #aaaaaa;
	padding: 0px;
	margin: 0px;
	height: 2px; /* edit this parameter */
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 9px; }
/*.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #0050AB; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ff9900; text-decoration: underline; }*/

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #000000 }
a.mainmenu		{text-decoration: none; color : #555555;  }
a.mainmenu:hover	{text-decoration: underline; color : #555555; }

/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 10px ;
	letter-spacing: 1px;
	color : #ffffff;
	padding: 0px 5px;
}
a.cattitle		{ text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; color : #333333; }
a.forumlink 	{ text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #B9D30F; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size:10px ; color : #000000;}
a.nav			{ text-decoration: none; color : #333333; }
a.nav:hover 	{ text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.navigation		{ font-weight: bold; font-size: 10px; color : #ffffff;}
.navigation a	{ text-decoration: none; color : #ffffff; }
.navigation a:hover	{ text-decoration: underline; color : #B9D30F; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover	{ text-decoration: underline; color : #B9D30F; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000; font-weight: bold;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
a.postlink:link	{ text-decoration: underline; color : #333333}
a.postlink:visited { text-decoration: underline; color : #333333; }
a.postlink:hover { text-decoration: underline; color : #B9D30F}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
.copyright a	{ color: #444444; text-decoration: none;}
.copyright a:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #eeeeee;
	color : #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #CCCCCC; border-style: none; }

p {
	padding: 5px 5px 5px 5px;
	text-indent : 0px;
	font-size : small;
	margin : 0px;
}

.ramecek {
	margin:0px auto 0px auto;
	/*border : 1px solid #aaaaaa;
	background-color: #eeeeee;*/
	min-height:30px;
  	height:30px;
	padding:0px;
}

div[id] .ramecek {
	height:auto;
}

#page_forum {
	border: #a0a0a0 1px solid;
	background: #ffffff;
	margin: 0px auto;
}

#body_forum {
	border-top: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	padding: 10px;
}

label {
	float:none;
	padding : 0px;
}

form {
	margin: 0px;
	padding:0px;
}

/* ---------- Zvýraznění nové PM ----------*/
.newpm1, a.newpm1 {
	color: #ff3300;
	font-weight: bold;
}


