/* This is the outline round the main forum tables */
/*.forumline	{ background-color: #FFFFFF; border: 2px #84151B solid; }*/
.forumline	{ background-color: #FFFFFF; border: 2px #FE9901 solid; }
.forumline2	{ background-color: #666666; border: 2px #FE9901 solid; }
.forumline3	{ background-color: #FE9901; border: 2px #FE9901 solid; }
.forumline4	{ border: 1px #FE9901 solid;  }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fff3d7; } /*oren updated */
td.row2	{ background-color: #ffffff; } /*kelabu */
td.row3	{ background-color: #fffdf3; } /*row-Last Post*/
td.row4	{ background-color: #EDECE4; } /*kuning muda*/
td.row5	{ background-color: #fffdf3; border-left: solid #000000;  border-width: 0px 1px 0px 1px; } /*putih2 */
td.row6	{ background-color: #f5f2e9; border-left: solid #000000;  border-width: 0px 1px 0px 1px; } /*kelabu2 */
td.row7	{ background-color: #ddd9d3; }/*kelabu (row-Replies) */ 
td.row8	{ background-color: #f5f4f2; }/* row- Views*/ 
td.row9	{ background-color: #f5f2e9; border-left: solid #999999;  border-width: 0px 1px 0px 1px; } /*kelabu2 */
td.row10	{ background-color: #fffdf3; border-left: solid #999999;  border-width: 0px 1px 0px 1px; } /*putih2 */

/*
  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: #FFFFFF;
	/*background-image: url(../images/tool/forum/bg_yellow_gra1.gif);*/
	background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-image: url(templates/subSilver/images/cellpic1.gif);*/
	background-color:#FFFFFF; border: #FFFFFF; border-style: solid; height: 28px ;
}

td.catLeft2{
	background-color:#ffdf3; border: #FFFFFF; border-style: solid; height: 28px ;
}

td.paging {
	/* background-color:#FFEEB9; border: #FFFFFF; border-style: solid; */
    background-color:#FFFFFF; border: #FFFFFF; border-style: solid;	
	height: 15px;
	border-width: 0px 1px 1px 1px;
}

/*
  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: #FE9901; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	/*background-color: #ECE8E8; border: #FFFFFF; border-style: solid;*/
	/*background-color: #eeebe3; border: #FFFFFF; border-style: solid;*/
	background-color: #fffdf3; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { 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; }

/*a:link,a:active,a:visited { color : #84151B; }
a:link,a:active,a:visited { color : #fe9901; }
a:hover	{ text-decoration: underline; color : #DD6900; }*/

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 17px; font-family: Tahoma;
	text-decoration: none; line-height : 120%; color: #666666;
}
.maintitle:link		{ text-decoration: none; color : #666666;  }
.maintitle:visited	{ text-decoration: none; color : #666666;  }
.maintitle:hover	{ text-decoration: underline; color : #666666; }

.maintitle2	{
	font-weight: bold; font-size: 13px; font-family: Tahoma;
	text-decoration: none; line-height : 120%; color: #666666;
}
.maintitle2:link		{ text-decoration: none; color : #666666;  }
.maintitle2:visited	{ text-decoration: none; color : #666666;  }
.maintitle2:hover	{ text-decoration: underline; color : #666666; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #6D6D6D; }
a.gen,a.genmed,a.gensmall { color: #84151B; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* Forum category titles */
.cattitle           { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #fe9901;}
.cattitle:link		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #fe9901;}
.cattitle:visited 	{ font-weight: bold; font-size: 12px ; text-decoration: none; color : #fe9901; }
.cattitle:hover		{ font-weight: bold; font-size: 12px ; text-decoration: underline; color : #fe9901;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink:link		{ font-weight: bold; color : #666666; }
.forumlink:visited 	{ font-weight: bold; text-decoration: none; color : #666666; }
.forumlink:hover	{ font-weight: bold; text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav:link		{ font-weight: bold; font-size: 11px; color : #666666;}
.nav:visited	{ font-weight: bold; text-decoration: none; color : #666666; }
.nav:hover		{ font-weight: bold; text-decoration: underline; color : #666666;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav2:link		{ font-weight: bold; font-size: 11px; color : #fe9901;}
.nav2:visited	{ font-weight: bold; text-decoration: none; color : #fe9901; }
.nav2:hover		{ font-weight: bold; text-decoration: underline; color : #fe9901;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #666666; }
.topictitle:link   { text-decoration: none; color : #666666; }
.topictitle:visited { text-decoration: none; color : #666666; }
.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* title2 for the topics: could specify viewed link colour too */
.topnavi { font-size: 11px; color : #fe9901; }
.topnavi:link   { text-decoration: none; color : #fe9901; }
.topnavi:visited { text-decoration: none; color : #fe9901; }
.topnavi:hover	{ text-decoration: underline; color : #fe9901; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #6D6D6D;}

/* Location, number of posts, post date etc */
.postdetails	{ font-size : 9px; color : #6D6D6D; }
.postdetails2	{ background-color: #fff3d7; font-size : 9px; color : #6D6D6D; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px; color : #6D6D6D}
.postlink:link	{ text-decoration: none; color : #666666 }
.postlink:visited { text-decoration: none; color : #666666; }
.postlink:hover { text-decoration: underline; color : #DD6900}

/* The content of the posts (body of text) */
.postbody2 { font-size : 12px; line-height: 18px; color : #fe9901}
.postlink2:link	{ text-decoration: none; color : #fe9901 }
.postlink2:visited { text-decoration: none; color : #fe9901; }
.postlink2:hover { text-decoration: underline; color : #fe9901}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Tahoma; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Form elements */
input,textarea, select {
	color : #6D6D6D;
	font: normal 11px Tahoma;
	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 : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Tahoma;
}

/* 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;
	BORDER-STYLE: solid; BORDER-WIDTH: 1px; BORDER-COLOR: #004080; CURSOR: hand;
}

/* Line color */
.vertical_line {border-bottom: solid #666666; border-width: 1px 0px 1px 0px} 
.horizontal_border {border-left: solid #666666;  border-width: 0px 1px 0px 1px}


