 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #71828A;
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
}

A:link {
	COLOR: #71828A; TEXT-DECORATION: none 
}
A:active {
	COLOR: #71828A; TEXT-DECORATION: none 
}
A:visited {
	text-decoration: none; color : #303F56 
}
A:hover {
	color : #71828A; TEXT-DECORATION: underline 
}

/* General font families for common tags */
font,th,td,p { font-family: Arial }
a:link,a:active,a:visited { color : #495256; }
a:hover		{ text-decoration: underline; color : #495256 }
hr		{ height: 0px; border: solid #303F56 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #71828A; border: 1px #71828A solid; } 

/* originál .bodyline */
/* .bodyline	{ background-color: #FFFFFF; border: 1px #E5E5E5 solid; } */

/* This is the outline round the main forum tables */
.forumline	{ background-color: #81949D; }

.mainmenu 	{ font-family: arial; font-size: 12px }
a.mainmenu 	{ font-family: arial; font-size: 12px; text-decoration: none; }
a.mainmenu:hover { text-decoration: underline; color : #495256 }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F2F5F6; }
td.row2	{ background-color: #F2F5F6; }
td.row3	{ background-color: #F2F5F6; }

/* td.row3	{ background-color: #D2D7DA; border: 1px #303F56 solid; } */


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #C9CED2; font-size: 11px; font-weight : bold; 
	background-color: #D2DADE; height: 18px;	
/*	background-color: #99A9AF; height: 18px; původní barva lajn "Autor" a "Zpráva"	*/
/*	background-image: url(images/th.gif); */
	background-image: url(images/cellpic3.gif);
}


td.rowpic {
		background-color: #FFFFFF;

/*		následující řádek je pozadí řádku za nadpisy názvů kategorií	 */
 		background-image: url(images/cellpic2.jpg);		    	 
		background-repeat: repeat-y;
}





td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/* background-image: url(images/catt2_r1_c2.gif); */

			background-image: url(images/cellpic1.gif);

			color:#5C6A70;
			font-weight: bold;
			font-size: 12px;
			background-color:#D2DADE; border: #303F56; height: 28px;
/* barva lajny Zobrazit předchozí :: následující téma  background-color:#A4ADB3; border: #303F56; height: 28px; */
}

/*
  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: 25px;
	border-width: 0px 0px 0px 0px;
}

td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; }



/* barva nadpisů Fórum apod. zde */
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; color: #000000; border: #303F56; height: 28px;
}
td.spaceRow {
	background-color: #D2DADE; border: #303F56; 
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 1px 1px 1px 0px; }
th.thLeft,td.catLeft	  		{ border-width: 1px 0px 1px 1px;  }
th.thBottom,td.catBottom  		{ border-width: 0px 1px 1px 1px; }
th.thTop	 			{ border-width: 1px 0px 0px 0px; }
th.thCornerL 	{ border-width: 1px 0px 0px 1px; }
th.thCornerR 	{ border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-size: 15px; font-family: Arial; 
	text-decoration: none; line-height : 100%; color : #000000;
}
a.maintitle 		{color: #5C6A70; text-decoration: none;}
/* a.maintitle:visited 	{color: #A4ADB3; text-decoration: none;} */
a.maintitle:hover 	{color: #e5e5e5; text-decoration: none;}

/* General text */
.gen { font-size : 12px; color : #000000; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; color: #000000; }
.gensmallnav { font-size : 11px; color: #000000; background-color: #E5E5E5; }
.gensmall_i { font-style: italic; font-size : 11px; color: #000000; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #65828A; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #65828A; text-decoration: underline; }

a.gensmall_title { font-size : 11px; color: #224a61; text-decoration: none; }
a.gensmall_title:hover { font-size : 11px; color: #224a61; text-decoration: underline; }

a.gensmall { font-size : 11px; color: #224a61; text-decoration: none; }
a.gensmall:hover { font-size : 11px; color: #224a61; text-decoration: underline; }

a.pagination:link { color: #224a61; text-decoration: none; }
a.pagination:hover { color: #224a61; text-decoration: underline; }
a.pagination:visited { color: #525f66; text-decoration: none; }


/* Forum category titles */
/*************************/

.cattitle	 { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #71828A;}
a.cattitle	 { text-decoration: none; color : #303F56; }
a.cattitle:hover { text-decoration: underline; color: #303F56; }

/* Forum title: Text and link to the forums used in: index.php */
/* .forumlink	{ font-weight: bold; font-size: 13px; color : #71828A; } */
/* a.forumlink 	{ text-decoration: none; color : #003F56; } */
/* a.forumlink:hover{ text-decoration: underline; color : #5C6A70; } */

.forumlink { font-weight: bold; font-size: 13px; color : #495256; }
a.forumlink:link { text-decoration: none; color : #003F56; }
a.forumlink:hover { text-decoration: underline; color : #303F56; }
a.forumlink:visited { text-decoration: none; color : #495256; }
a.forumlink:hover { text-decoration: underline; color : #303F56; }

/* .nav { font-weight: bold; font-size: 13px; color : #71828A; } */
.nav { font-weight: bold; font-size: 13px; color : #000000; }
a.nav { text-decoration: none; }
a.nav:hover { text-decoration: underline; }

.nav_b2t
.nav_b2t { font-size: 11px; color : #000000; }
a.nav_b2t { font-size: 11px; text-decoration: none; }
a.nav_b2t:hover { font-size: 11px; text-decoration: underline; }


.pai { 
background-image: url(images/chars/pai.jpg); background-repeat: no-repeat; background-position: bottom left; 
}

.rion { 
background-image: url(images/chars/rion.gif); background-repeat: no-repeat; background-position: bottom left; 
}

.goh { 
background-image: url(images/chars/goh.png); background-repeat: no-repeat; background-position: bottom left; 
}

/* titles for the topics: could specify viewed link colour too */

.topictitle,h1,h2	{ 
font-weight: bold; font-size: 12px; color : #495256; 
}

a.topictitle:visited	{ 
text-decoration: none; color : #6C6A70; 
}

a.topictitle:link	{ 
text-decoration: none; color : #003F56; 
} 

a.topictitle:hover	{ 
text-decoration: underline; color : #303F56; 
}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{ 
font-size : 12px; color : #000000;
}

/* Location, number of posts, post date etc */
.postdetails		{ font-family: Arial; font-size: 10px; color : #000000; }
a.postdetails   	{ text-decoration: none; font-family: Arial; font-size: 11px; color : #303F56; font-weight: bold;  }
a.postdetails:hover	{ text-decoration: underline; color : #303F56; }


.postdetails_bold	{ font-family: Arial; font-weight: bold; font-size: 11px; color : #000000; }
a.postdetails_bold   	{ text-decoration: none; font-weight: bold; font-family: Arial; font-size: 11px; color : #394B66; }
a.postdetails_bold:hover	{ text-decoration: underline; font-weight: bold; font-size: 11px; color : #394B66; }

.postdetails_threads	{ font-family: Arial; font-size: 11px; color : #000000; }
a.postdetails_threads	{ text-decoration: none; font-family: Arial; font-size: 11px; color : #394B66; }
a.postdetails_bold:hover	{ text-decoration: underline; font-size: 11px; color : #394B66; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px;  color: #000000;} 

.postlink { font-weight: bold; }
/* a.postlink:link		{ text-decoration: none; color : #303F56; }  */
a.postlink:visited 	{ text-decoration: none; color : #71828A; }
a.postlink:hover 	{ text-decoration: underline; color : #303F56; }


/* Quote & Code blocks */

.nav_arrow
{
	font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #000000;
}

.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #147098;
	background-color: #efefef; border: #49555A; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #F7F5F5; border: #49555A; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.gentime {
	font-family: Arial; font-size: 11px; color: #49555A; line-height: 125%;
	background-color: #F7F5F5; border: #49555A; 
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
/* .copyright		{ font-size: 10px; font-family: Arial; color: #444444; letter-spacing: -1px;} */ 
/* a.copyright		{ color: #444444}; text-decoration: none;}  */
/* a.copyright:hover { color: #e5e5e5; text-decoration: underline;} */ 

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; letter-spacing: -1px;}
a.copyright		{ font-size: 10px; COLOR: #003F56; text-decoration: none;}
a.copyright:hover 	{ font-size: 10px; COLOR: #003F56; text-decoration: underline;}
a.copyright:visited	{ font-size: 10px; COLOR: #003F56; text-decoration: none;}

.copytext {
	FONT-SIZE: 8pt; COLOR: #0033cc; FONT-FAMILY: Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}


/* Form elements */
input,textarea, select {
	color : #49555A;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-color : #5C6A70;
	
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #f9f9f9;
	border-color: #5C6A70;
	color: #000000;
	font-size: 12px; font-family: Arial;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #F2F3F4;
	color: #22292c;
	font-size: 11px; font-family: Arial;
	cursor: hand;
}

/* The main submit button option */
input.mainoption {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #f2f3f4;
	color: #22292c;
	font-weight : bold;
	cursor: hand;
}

/* None-bold submit button */
input.liteoption {
	background-image : url(images/ingb.gif);
	background-repeat: repeat;
	background-color: #f2f3f4;
	color: #22292c;
	font-weight : normal;
	cursor: hand;
}

/* 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: #C9CED2; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); 

.forumTitle {
color: #5C6A70;
font-size: 11px;
letter-spacing: 1px;
font-weight: bold;

}

a.forumTitle {color:#5C6A70; text-decoration: none;}
a.forumTitle:visited {color:#5C6A70;text-decoration: none; }
a.forumTitle:hover {color:#5C6A70;text-decoration: underline; }

.cat {
border-left: 1px solid #303F56;
border-right: 1px solid #303F56;
background-color: #5C6A70;
background-image: url(images/th1.gif);
}

.login {
color: #A9B2B8;
font-size: 10px;
}

a.login {color: #A9B2B8; font-size: 10px; text-decoration: none; }
a.login:visited {color: #A9B2B8; font-size: 10px; text-decoration: none; }
a.login:hover {color: #E5E5E5; font-size: 10px; text-decoration: none; }

.onlineExplain {
color: #A9B2B8;
font-size: 10px;

}