/*
  MSCN theme for Mini Seven Club Nederland forums
  Created by Eelke Blok
  Based on The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  Second version, for MSCN site 3
*/


* {margin:0; padding:0; }

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body,font,th,td,p  {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 12px;
}

 /* Indent lists */
ul,ol {
	padding-left: 3em;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

 /* Add space between paragraphs */
 p {
 	padding-top: 1ex;
 	padding-bottom: 1ex;
 }
 
 /* No borders for images */
 img {
 	border: 0;
 }

/* General font families for common tags */
a:link,a:active,a:visited { color : #0062BA; text-decoration: none; }
a:hover		{ text-decoration: underline; }

/* These are positions/dimensions for the various elements. */
#menubarposition { position: absolute; left: 0px; top: 0px; }
#headerposition  { position: absolute; left: 0px; top: 33px; }
#sidebarposition { position: absolute; left: 0px; top: 110px; }
#contentposition { position: absolute; left: 86px; width: 686px; top: 110px; }
#alsidebarposition { position: absolute; left: 780px; width: 200px; background-color: #FFFFFF; top: 40px; z-index: 0; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,.mainmenu,h1,h2	{
	font-weight: bold; 
	font-size: 22px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
}

/* Used for subtitles/section titles */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13; font-weight: bold; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
a.gen,a.genmed,a.gensmall { color: #0062BA; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0062BA; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 14px; color : #0062BA }
a.mainmenu		{ text-decoration: underline; color : #0062BA;  }
a.mainmenu:hover{ text-decoration: underline; color : #0062BA; }
a.mainmenu:visited { text-decoration: underline; color : #0062BA;  }

/* Rest is phpBB-specific (i.e. inspired by SubSilver) */
/* --------------------------------------------------- */

/* 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: 0px #FFFFFF solid; }


/* Main table cell colours and backgrounds */
td.head		{ background-color: #BFC8DF; color: #2C4367; font-weight: bold; font-size: 11px; }
td.subhead  { background-color: #D0D0D0; color: #9673A2; font-weight: bold; font-size: 10px; align: left; }
td.legend	{ background-color: #FFFFFF; color: #000000; font-weight: bold; font-size: 10px; }
td.data		{ background-color: #FFFFFF; color: #000000; font-size: 11px; }
td.data a:link,a:active,a:visited { color: #0062BA; }
td.clear	{ color: #6C76B5; font-size: 11px; }

/*
  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;
}


/* The messageboxes for PM */
.pmmenu			{ font-weight: bold; font-size : 11px; color : #8797C2 }
a.pmmenu		{ text-decoration: none; color : #0062BA;  }
a.pmmenu:hover{ text-decoration: underline; color : #0062BA; }
a.pmmenu:visited { text-decoration: none; color : #0062BA;  }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px; text-decoration: italic; color : #000000}
a.cattitle		{ text-decoration: italic; }
a.cattitle:hover{ text-decoration: italic, underline; }


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


/* Used for the navigation text, (Page 1,2,3 etc) */
.nav			{ font-size: 11px; color: #0062BA;}
a.nav			{ font-weight: bold; text-decoration: none;}
a.nav:hover		{ font-weight: bold; text-decoration: underline; }

/* Used for pagination (Page 1,2,3 etc) */
.navbar			{ font-weight: bold; font-size: 11px; color: #0062BA; }
a.navbar			{ text-decoration: none; }
a.navbar:hover		{ text-decoration: underline; }

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


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

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* Black pinstripes separating stuff */
.separator { width: 100%; height: 1px; background-color: #000000; overflow: hidden; margin-top: 2px; margin-bottom: 2px; }

/* Container for a single post */
.postcontainer { width: 560px; overflow: auto; }
.postcontainerwide { width: 690px; overflow: auto; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
a.postlink:link	{ text-decoration: none; color : #0062BA }
a.postlink:visited { text-decoration: none; color : #0062BA; }
a.postlink:hover { text-decoration: underline; }

/* Container for forum signatures: no higer than 60 pixels, no wider than 560 pixels */
.sigcontainer { width: 560px; max-height: 75px; overflow: hidden; }
/* UCP version because available space is smaller
.sigcontainerucp { width: 500px; max-height: 75px; overflow: hidden; }


/* Quote & Code blocks */
.quotecontainer {
	width: 90%;
	position: relative;
	left: 5%;
}	

.code, .codecontent {
	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;
	padding: 3px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 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;
	padding: 3px;
}


/* Copyright and bottom info */
.copyright,td.smallText,td.footer { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright,td.a.smallText,td.a.footer { color: #333333; text-decoration: none;}
a.copyright:hover,td.a.smallText:hover,td.a.footer:hover { color: #000000; text-decoration: underline;}

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

/* osCommerce shop */
td.infoboxheading { font-weight: bold; font-size: 11px; color : #000000;}
td.boxText { font-size : 11; }
td.pageHeading {
			font-weight: bold; font-size: 22; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; 
}

.error {
	color: red;
}

/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #009900;
}

.pm_foe_colour {
	background-color: #DD0000;
}

.posthilit {
	background-color: yellow;
}