/*
  The original NoseBleed v1.09 skin for phpBB version 2+
  Created by Mike Lothar (c) 2004
  http://www.mikelothar.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
/* body {
	background-color: #FFFFFF;
	
	scrollbar-face-color: #E3E3E3;
	scrollbar-highlight-color: #E3E3E3;
	scrollbar-shadow-color: #E3E3E3;
	scrollbar-3dlight-color: #E3E3E3;
	scrollbar-arrow-color:  #E3E3E3;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #E3E3E3;
	*/
}

body,table {
	font-size : 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
 a:link,a:active,a:visited { text-decoration: none; color : #9F0002; }
a:hover		{ text-decoration: underline; color : #0000FF; } */
hr	{ height: 0pt; border: solid #FFFFFF 0pt; border-top-width: 0pt;}

/* This is the border line & background colour round the entire page */
.bodyline	{
	/* background-color: #FFFFFF;  */
	border: 0pt #FFFFFF solid;
}

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

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #F3F3F3; border-style: solid; border: black; border-width: 1pt 1pt 1pt 1pt; }
td.row2	{ background-color: #EBEBEB; border-style: solid; border: black; border-width: 1pt 1pt 1pt 1pt; }
td.row3	{ background-color: #E3E3E3; border-style: solid; border: black; border-width: 1pt 1pt 1pt 1pt; }

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

/* Header cells - the blue and silver gradient backgrounds */
/*
th			{ font-weight: bold; font-size: 11pt; color : #9F0002; text-align: left; height: 25pt;}
a.th			{ font-weight: bold; font-size: 11pt; text-decoration: none; color : #9F0002; }
a.th:visited			{ font-weight: bold; font-size: 11pt; text-decoration: none; color : #9F0002; }
a.th:hover		{ font-weight: bold; font-size: 11pt; text-decoration: underline; color : #0000FF; }
*/

th	{
	color: #111111; font-size: 10pt; font-weight : bold;
	/* background-color: #FFFFFF; */
	height: 25pt;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-color:#FFFFFF; */
	border: #FFFFFF; border-style: solid; height: 28pt;
}

/*
  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 {
   height: 29pt;
   border-width: 0pt 0pt 0pt 0pt;
   background-color:#F3F3F3;
}

td.catBottom {
   height: 29pt;
   border-width: 0pt 0pt 0pt 0pt;
   background-color:#E3E3E3;
}

td.catHead {
   height: 29pt;
   border-width: 0pt 0pt 0pt 0pt;
   /* background-color:#FFFFFF; */
}

th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #000000; border-style: solid; height: 28pt;
}

th.thTop{font-weight: normal; border: #000000; border-style: solid; height: 28pt;}


td.row3Right,td.spaceRow {
	/* background-color: #FFFFFF; */
	border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 10pt; border-width: 0pt 0pt 0pt 0pt; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0pt 0pt 0pt 0pt; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0pt 0pt 0pt 0pt; }
th.thLeft,td.catLeft	  { border-width: 0pt 0pt 0pt 0pt; }
th.thBottom,td.catBottom  { border-width: 0pt 0pt 0pt 0pt; }
th.thTop	 { border-width: 1pt 0pt 1pt 0pt; }
th.thCornerL { border-width: 1pt 0pt 1pt 0pt; }
th.thCornerR { border-width: 1pt 0pt 1pt 0pt; }

/*
.thHead			{ font-weight: bold; font-size: 11pt; color : #9F0002; text-align: left;}
a.thHead			{ font-weight: bold; font-size: 11pt; text-decoration: none; color : #9F0002; }
a.thHead:visited			{ font-weight: bold; font-size: 11pt; text-decoration: none; color : #9F0002; }
a.thHead:hover		{ font-weight: bold; font-size: 11pt; text-decoration: underline; color : #0000FF; }
*/

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

/* General text */
.gen { font-size : 10pt; }
.genmed { font-size : 10pt; }
.gensmall { font-size : 10pt; }
.gen,.genmed,.gensmall { color : #111111; }
a.gen,a.genmed,a.gensmall { color: #111111; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #111111; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0000FF; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-weight: bold; font-size : 8pt; color : #111111 }
a.mainmenu		{ font-weight: normal; font-size : 8pt; text-decoration: none; color : #111111;  }
a.mainmenu:visited	{ font-weight: normal; font-size : 8pt; text-decoration: none; color : #111111; }
a.mainmenu:hover{ font-weight: normal; font-size : 8pt; text-decoration: underline; color : #0000FF; }

/* Forum category titles */
.cattitle		{ font-weight: normal; font-size: 8pt ; color : #9F0002}
a.cattitle		{ font-weight: normal; text-decoration: none; color : #9F0002; }
a.cattitle:visited		{ font-weight: normal; text-decoration: none; color : #9F0002; }
a.cattitle:hover{ font-weight: normal; text-decoration: underline; color : #0000FF; }

/* Link titel link pagina's */
.cattitlel		{ font-weight: bold; font-size: 13pt ; color : #9F0002}
a.cattitlel		{ text-decoration: none; color : #9F0002; }
a.cattitlel:visited		{ text-decoration: none; color : #9F0002; }
a.cattitlel:hover{ text-decoration: underline; color : #0000FF; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11pt; color : #9F0002; }
a.forumlink 	{ text-decoration: none; color : #9F0002; }
a.forumlink:visited 	{ text-decoration: none; color : #9F0002; }
a.forumlink:hover{ text-decoration: underline; color : #0000FF; }

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11pt; color : #111111; }
a.topictitle:link   { text-decoration: none; color : #9F0002; }
a.topictitle:visited { text-decoration: none; color : #9F0002; }
a.topictitle:hover	{ text-decoration: underline; color : #0000FF; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10pt; color : #111111;}

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

/* The content of the posts (body of text) */
.postbody { font-size : 10pt; line-height: 17pt}
a.postlink:link	{ text-decoration: none; color : #9F0002 }
a.postlink:visited { text-decoration: none; color : #9F0002; }
a.postlink:hover { text-decoration: underline; color : #0000FF}

/* The content of the dedlink */
.dedlink { font-size : 10pt; line-height: 17pt}
a.dedlink:link	{ text-decoration: none; color : #000000 }
a.dedlink:visited { text-decoration: none; color : #000000; }
a.dedlink:hover { text-decoration: underline; color : #0000FF}


/* Quote & Code blocks */
.code {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #A76100;
	background-color: #E3E3E3; border: #000000; border-style: dotted;
	border-left-width: 1pt; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #111111; line-height: 16pt;
	background-color: #E3E3E3; border: #000000; border-style: dotted;
	border-left-width: 1pt; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt
}

/* Copyright and bottom info */
.copyright		{ font-weight: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #111111; }
a.copyright		{ font-weight: normal; color: #9F0002; text-decoration: none;}
a.copyright:visited		{ font-weight: normal; color: #9F0002; text-decoration: none;}
a.copyright:hover { font-weight: normal; color: #0000FF; text-decoration: underline;}

/* Traphic */
.Traphic		{ font-weight: normal; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #111111; }
a.Traphic		{ font-weight: normal; color: #9F0002; text-decoration: none;}
a.Traphic:visited		{ font-weight: normal; color: #9F0002; text-decoration: none;}
a.Traphic:hover { font-weight: normal; color: #0000FF; text-decoration: underline;}

/* Form elements */

input, textarea, text, select, border {
	color : #111111;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	border-color : #111111;
	text-indent : 2pt;
	margin 0pt;
	padding 0pt;
/*	border-width: 0pt; */
/*	border-style: solid; */
}

.noborder {
	border-color : white;
	margin 0pt;
	padding 0pt;
	border-width: 0pt;
	border-style: none;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F3F3F3;
	color : #111111;
	font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
	font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("http://www.112spoed.nl/web/templates/NoseBleed/formIE.css");

body 			{ margin-top:0pt;

		    	  margin-bottom:0pt;

			  background:#FFFFFF;

			  font-family:Arial,sans-serif;

			  font-size:10pt;
    			}



/* a:link 		    { font-family:Verdana,Arial,sans-serif; color:#0000FF; text-decoration:none; }
a:visited 		{ font-family:Verdana,Arial,sans-serif; color:#800080; text-decoration:none; }
a:active 		{ font-family:Verdana,Arial,sans-serif; color:#FF0000; text-decoration:none; }
a:hover 		{ font-family:Verdana,Arial,sans-serif; color:#FF0000; text-decoration:underline; }9F0002
*/
div.mainheader 		{ font-family:Verdana,Arial,sans-serif; font-size:12pt; color:#FFFFFF; text-align:left; font-weight:bold; margin-left:2mm;}
div.mainheader1 	{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#FFFFFF; text-align:left; font-weight:bold; margin-left:2mm;}
div.mainheader2		{ font-family:Verdana,Arial,sans-serif; font-size:13pt; color:#010066; text-align:center; font-weight:bold; margin-left:2mm;}
div.maintext 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:justify; margin-left:5mm; margin-right:5mm; }
div.maintext2 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:justify; margin-left:0mm; margin-right:5mm; }
div.maintext3 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:center; font-weight:normal; }
div.maintext4 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:center; font-weight:bold; }
div.mainad  		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#0066CC; text-align:center; font-weight:bold; }
div.maintext4 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:center; font-weight:bold; }
div.mainleft 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:left; }
div.mainmenug 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:left; margin-left:2mm; margin-right:2mm; }
div.mainpages 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:right; margin-right:0pt; }
div.mainpages1 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:right; margin-right:0pt; }
div.maincatnav 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:left; margin-left:0pt; }
div.mainname 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; font-weight:bold; color:#010066; text-align:left; }
div.maininputleft 	{ font-family:Verdana,Arial,sans-serif; font-size:10pt; color:#000000; text-align:left; }

div.comment 		{ font-family:Arial,sans-serif; font-size:10pt; background: #FFFFFF; text-align:left; margin-left:5mm; }

div.xsmallleft 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; text-align:left; }
div.smallleft 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; text-align:left; color:#010066; }
div.smallcenter		{ font-family:Verdana,Arial,sans-serif; font-size:8pt; text-align:center; }
div.spaceleft 		{ font-family:Verdana,Arial,sans-serif; font-size:10pt; text-align:left; }
div.footer 		    { font-family:Verdana,Arial,sans-serif; font-size:10pt; text-align:center; color:#FFFFFF; }
div.footer1 		{ font-family:Verdana,Verdana,Arial,sans-serif; font-size:10pt; text-align:center; color:#000000; }

span.censored 		{ font-family:Arial,sans-serif; font-size:10pt; color:#000000; text-align:left; }

/* Border around guestbook */
td.class1 		{ background: #F3F3F3; border:0pt; }
/* Background guestbook */
td.class2 		{ background: #F3F3F3; border:0pt; text-align:justify; vertical-align:top; }

/* Cell above entrys */
td.gbheader 		{ background-color: #E3E3E3; border:0pt; font-size:10pt; color:#010066; font-weight:bold; text-align:center;}
/* Cell Personal info */
td.gbtable1 		{ background-color: #E3E3E3; border:0pt; vertical-align:top; width:20%; }
/* Cell Entry */
td.gbtable2 		{ background-color: #F3F3F3 ; border:0pt; vertical-align:top; }

.menu {
    font-family : Arial; 
    font-size : 12pt;
	text-decoration: none;
	color: yellow;
	font-weight:bold;
	}
	
/* this is for the text that shows up in the menu on the left hand side going up and down */
.vmenu {
    font-family : Arial; 
    font-size : 10pt;
	text-decoration: none;
	color: Black;
	}

/* SUBMENU SETTINGS */
.SUBMENU {
    font-family : Arial; 
    font-size : 10pt;
    color : Black; 
	text-decoration: none;
	}
	
/* SUBMENU SETTINGS FOR OPERA, IE6 */
A.SUBMENU { 
	font-family : Arial; 
	font-size : 10pt ; 
	text-decoration : none ; 
	width : 100% ; 
	color : black ; }


A.SUBMENU:hover { 
	background-color : B0C4DE; 
	color : Black; 
	}

A.SUBMENU:visited { color : black ; }





/* Main guestbook table style */
table {
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	border-top: none;
}

caption {
	text-align: left;
	background: #FFFFFF;
	
	border-bottom: none;
	padding: 3px;
}

span.headtitle {
	font-weight: bold;
	font-size: 15pt;
	color: #3A6C87;
}

td.mainmenu {
	background: #FFFFFF;
	font-size: 10pt;
	text-align: right;
	padding: 3px;
}

td.pagenavigation {
	font-size: 10pt;
	text-align: right;
	margin-right: 0px;
	background: #FFFFFF;
	padding: 3px;
}

tbody.entryrow {
	background-color: #EBEBEB;
}

th.entryheader {
	background-color: #EBEBEB;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

td.entrymessage {
	padding: 10pt;
	background-color: #F3F3F3;
	vertical-align:top;
}

span.userlocation {
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}

div.entrydate {
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
}

td.userinfo {
	background-color: #EBEBEB;
	vertical-align: top;
	padding: 3px;
	width: 150px;
}

td.usericons {
	background-color: #EBEBEB;
	vertical-align: bottom;
	height: 26px;
	padding: 3px;
}

span.username {
	font-size: 10pt;
	color: #3A6C87;
}

p.messagecontent {
	font-weight: normal;
	margin: 0px;
}

span.censored {
	font-weight: normal;
	color: #FF0000;
	text-decoration: line-through;
}

div.commentdisplay {
	font-weight: normal;
	font-size: 10pt;
	background: #E8E8E8;
	margin-left:5mm;
	margin-right:5mm;
	padding: 3px;
}

div.commententry {
	font-weight: normal;
	font-size: 10pt;
	background: #E8E8E8;
	text-align: center;
	margin-left:5mm;
	margin-right:5mm;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.tablefooter {
	text-align: center;
	font-size: 10pt;
	background: #FFFFFF;
	padding: 3px;
}


/* Guestbook entry styles */
td.entryinputtext {
	text-align: right;
}

.entryinputfield  {
	width: 220px;
}

label.hidedescription {
	position: relative;
	font-size: 10pt;
	top:-2px;
}

span.entryhelp {
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}


/* Image styles */
img.contentimage {
	border: none;
}

a img {
	border: none;
}

img.icons {
	float: right;
}

img.confirm {
	border: 1px solid #000000;
}


/* Admin section styles */
td.listentries {
	background: #C0C0C0;
}


/* Error page display */
div.error {
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF0000;
	background-color: #FFA8A1;
	margin-left: auto;
	margin-right: auto
}