table {
 font-family: Tahoma;
 
 color: #5d5d5d;
 font-size: 10px;
}
a:link    { text-decoration:underline; 	color:#1067A9; }
a:visited { text-decoration:underline; 	color:#1067A9; }
a:active  { text-decoration:underline; 	color:#1067A9; }
a:hover   { text-decoration:none;	color:#000066; }
p {margin:5px 0px 0px 0px;}

h2 {
 font-family: Tahoma;
 font-size: 10px;
 font-weight: bold;
 text-align: left;
 color: #FDAE15;
 margin:0px;
}
h1 {
 font-family: Tahoma;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
 color: #FDAE15;
 margin:5px;
margin-bottom:20px;
}
hr {
 width:99%; height:2px; text-align:center; border:3px dotted EAEAEA;
}
ul {margin:20px; list-style-image:url(images/dot.jpg);}
ul.form_link {list-style-image:url(images/arrow.jpg) ; margin-left:25px; margin-top:0px; margin-bottom:0px; padding:0px; font-size:12px; font-weight:bold;}
/*Naviagation*/
td.nav a:link    { text-decoration:none; 	color:#3A70BA; }
td.nav a:visited { text-decoration:none; 	color:#3A70BA; }
td.nav a:active  { text-decoration:underline; 	color:#FFAE17; }
td.nav a:hover   { text-decoration:none;	color:#FFAE17; }

td.nav_sach a:link    { text-decoration:none; 	color:#000000; }
td.nav_sach a:visited { text-decoration:none; 	color:#000000; }
td.nav_sach a:active  { text-decoration:underline; 	color:#78B3FF; }
td.nav_sach a:hover   { text-decoration:none;	color:#78B3FF; }
/* Forum */
/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #0D4FA6 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #E8F5FD; }
td.row2	{ background-color: #E8F5FD; }
td.row3	{ background-color: #; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #4BA3CC;
		/*background-image: url(images/cellpic2.jpg);*/
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

			background-color:#4BA3CC; border: #FFFFFF; border-style: solid; 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: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 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; }
