 /* Special Styles for Forum */

/* -------------------------------------------------------------- Inputs ----------------------------------------------------------*/
input.post 			{ background-color : #FFFFFF; }
input.button 		{ background-color : #EFEFEF; color : #000000; font-size: 11px; }	/* The buttons used for bbCode styling in message post */
input.mainoption 	{ background-color : #FAFAFA; font-weight : bold; }					/* The main submit button option */
input.liteoption 	{ background-color : #FAFAFA; font-weight : normal; }				/* None-bold submit button */
textarea.post 		{ background-color : #FFFFFF; }										/* The text input fields background colour */


/* ------------------------------------------------------------------ Borders -----------------------------------------------------*/
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }
.forumline	{
	background-color: #E6E8F2;
	border: 1px solid #006699;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	
}					/* This is the outline round the main forum tables */

/* ------------------------------------------------------------------- Tabellen -----------------------------------------------*/
td.row1		{ background-color: #DCDFF2; }
td.row2		{ background-color: #D0D5F3; }
td.row3		{ background-color: #B5BFF2; }
td.rowpic 	{ background-color: #FFFFFF; background-image: url("../images/cellpic2.jpg"); background-repeat: repeat-y;}
td.cat, td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color:#DCDFF2; border: #FFFFFF; border-style: solid;}

/* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. */
td.cat,td.catHead,td.catBottom 			{ border-width: 0px 0px 0px 0px; height: 29px;}
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; }
th.thHead 								{text-align: center;	}
td.row3Right,td.spaceRow 				{ background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
th.thHead,td.catHead 					{ border-width: 0px 0px 0px 0px; font-size: 11px; }
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; }

/* -------------------------------------------------------------------- Menues ------------------------------------------------- */
.mainmenu				{ color : #000000; font-size : 11px;  }
.mainmenu a				{ color : #006699; text-decoration: none;   }
.mainmenu a:hover		{ color : #DD6900; text-decoration: underline;  }

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

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


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

.nav_big				{ color : #000000; font-weight: bold; font-size: 16px; }
.nav_big a:link 		{ color : #000000; text-decoration: none;  }
.nav_big a:hover		{ color : #006699; text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle				{ color : #000000; font-weight: bold; font-size: 11px;  }
.topictitle a:link   	{ color : #006699; text-decoration: none;  }
.topictitle a:visited 	{ color : #5493B4; text-decoration: none;  }
.topictitle a:hover		{ color : #DD6900; text-decoration: underline;  }


/* --------------------------------------------------------- Styles for Viewtopic ---------------------------------------------------------------*/
.name					{ color : #000000; font-size : 13px; }				/* Name of poster in viewmsg.php and viewtopic.php and other places */
.postdetails			{ color : #000000; font-size : 10px;  }				/* Location, number of posts, post date etc */
.postbody 				{ font-size : 12px;}								/* The content of the posts (body of text) */

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


/* Copyright and bottom info */
.copyright				{ color: #444444; font-size: 10px; letter-spacing: -1px;}

/* 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: #DEE3E7; border-style: none; }

