/*
  The original Verspeek Theme for phpBB version 2+
  Created by Jordi Verspeek
  http://www.navyinside.nl
*/


 /* General page style */
body {
	background-color: #111111;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr	{ height: 0px; border: solid #dbdbdb 0px; border-top-width: 1px;}

/* Verschillende soorten text */

.all_u A:link {text-decoration: underline;}
.all_u A:visited {text-decoration: underline;}
.all_u A:active {text-decoration: underline;}
.all_u A:hover {text-decoration: underline;}

.hov_u A:link {text-decoration: none;}
.hov_u A:visited {text-decoration: none;}
.hov_u A:active {text-decoration: none;}
.hov_u A:hover {text-decoration: underline;}

.no_u A:link {text-decoration: none;}
.no_u A:visited {text-decoration: none;}
.no_u A:active {text-decoration: none;}
.no_u A:hover {text-decoration: none;}

.lichtblauw {color:#4477cc;}
.lichtblauw A:link {color:#4477cc;}
.lichtblauw A:visited {color:#4477cc;}
.lichtblauw A:active {color:#4477cc;}
.lichtblauw A:hover {color:#DD6900;}

.oranje {color:#FF6600;}
.oranje A:link {color:#FF6600;}
.oranje A:visited {color:#FF6600;}
.oranje A:active {color:#FF6600;}
.oranje A:hover {color:#4477cc;}

.grijs {color:#666666;}
.grijs A:link {color:#666666;}
.grijs A:visited {color:#666666;}
.grijs A:active {color:#666666;}
.grijs A:hover {color:#DD6900;}

.zwart {color:#000000;}
.zwart A:link {color:#000000;}
.zwart A:visited {color:#000000;}
.zwart A:active {color:#000000;}
.zwart A:hover {color:#DD6900;}

.wit {color:#FFFFFF;}
.wit A:link {color:#FFFFFF;}
.wit A:visited {color:#FFFFFF;}
.wit A:active {color:#FFFFFF;}
.wit A:hover {color:#DD6900;}

.8px {font-size: 8px;}
.10px {font-size: 10px;}
.12px {font-size: 12px;}
.14px {font-size: 14px;}
.16px {font-size: 16px;}

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

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


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


/*
  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/cellpic2.jpg);
		background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#dbdbdb; border: #FFFFFF; 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; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #dbdbdb; border: #FFFFFF; border-style: solid; }

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


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


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


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

/* Gebruikersinfo in het menu */
.uinfo		{ font-size : 11px; color : #bbbbbb }
a.uinfo		{ text-decoration: none; color : #bbbbbb;  }
a.uinfo:hover{ text-decoration: none; color : #DD6900; }
a.uinfo:visited:hover{ text-decoration: none; color : #DD6900; }
a.uinfo:visited{ text-decoration: none; color : #bbbbbb; }
a.uinfo:active{ text-decoration: none; color : #bbbbbb; }

div.pmdiv {background-image: url(images/usermenu/pm.jpg); width: 53px; height: 21px; text-align: right; padding-right: 5px; padding-top: 3px; 
}


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


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


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

/* Navigatietext in het viewtop gedeelte */
.navtop			{ font-weight: bold; font-size: 11px; color : #FFFFFF; text-decoration: none;}
a.navtop			{ text-decoration: none; color : #FFFFFF; }
a.navtop:link			{ text-decoration: none; color : #FFFFFF; }
a.navtop:hover		{ text-decoration: underline; color : #FFFFFF; }
a.navtop:visited			{ text-decoration: none; color : #FFFFFF; }
a.navtop:active			{ text-decoration: none; color : #FFFFFF; }
a.navtop:visited:hover		{ text-decoration: underline; color : #FFFFFF; }


/* 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 : #666666; }
a.topictitle:visited { text-decoration: none; color : #666666; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


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


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


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

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; line-height: 125%;
	background:url(images/topic/quotebg.jpg) no-repeat top right #fefefe; border: #dbdbdb; border-style: solid; border-width: 0px 1px 0px 1px; padding: 5px 5px 5px 10px;
}


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

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #666666;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input.postgrey, textarea.postgrey, select.postgrey {
	background-color : #1e3344;
}

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: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	color:#000000;
   font-family: 'trebuchet ms',helvetica,sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#ffcccccc;
   border:1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#888888;
   border-bottom-color:#88888;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');}
}

input.mainoptionhov {
   border-color:#FF6600;
   color:#FF6600;
}
									  
/* None-bold submit button */
input.liteoption {
	color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   background-color:#ffcccccc;
   border:1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#888888;
   border-bottom-color:#88888;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeeeee');
	  }
	  
	  button.liteoption {
	color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   background-color:#ffcccccc;
   border:1px solid;
   border-top-color:#666666;
   border-left-color:#666666;
   border-right-color:#888888;
   border-bottom-color:#88888;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeeeee');
	  }
	  
	  input.liteoptionhov {
   border-color:#4477cc;
   color:#4477cc;}
   
     button.liteoptionhov {
   border-color:#4477cc;
   color:#4477cc;
}

button.liteoptionhov2 {
   border-color:#FF6600;
   color:#4477cc;
}


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

/* Stijl van Navy Inside bovenkant */
			div.maindiv{font-family:verdana; align: center; position: relative; z-index: 1;}
			table.main{font-size:10px}
			td.mainmenu{background:#aaaaaa}
			table.mainmenu
			{
			font-size:100%;
			position:absolute;
			visibility:hidden;
			}

			A.0:link {text-decoration: none; color: #ffffff;}
			A.0:visited {text-decoration: none; color: #ffffff;}
			A.0:hover {text-decoration: underline; color: #ffffff;}
																   
/* Alles ivm het gebruikersmenu */
	
div.usermenu{
background-image: url(images/usermenu.jpg); width: 759px; height: 122px; position: relative; z-index: 0;
}

div.ava-umenu{
position: absolute; left: 662px; top: 13px; text-align: center; vertical-align: middle; height: 80px; width: 80px;
}

div.links-umenu{
position: absolute; left: 2px; top: 85px; text-align: left; vertical-align: middle; height: 21px; width: 375px;
}

div.uinfo-umenu{
position: absolute; left: 405px; top: 31px; text-align: right; vertical-align: middle; height: 62px; width: 239px;
}

div.name-umenu{
position: absolute; left: 390px; top: 0px; text-align: right; vertical-align: middle; height: 21px; width: 256px;
}

/* Mainpage (voor schaduw) */	 

div.mainpage {background-color: #FFFFFF; width: 759px;}

/* Covertitle (titel van coverstory op index) */

div.covertitle {background-image: url(images/welcome_panel/covertitle_bg.jpg); width: 249px; font-weight: bold; font-size: 14px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height: 120%; color: #000000; text-align: center; height: 80px;}

.coverlink		{color : #000000 }
a.coverlink		{ text-decoration: none; color : #000000;  }
a.coverlink:hover{ text-decoration: none; color : #DD6900; }
a.coverlink:visited:hover{ text-decoration: none; color : #DD6900; }
a.coverlink:visited{ text-decoration: none; color : #000000; }
a.coverlink:active{ text-decoration: none; color : #000000; }

/* Filler (rechterdeel welcome panel) */
td.filler {background-image: url(images/welcome_panel/filler_bg.jpg); background-position: bottom; background-repeat: no-repeat;} 

/* Avatar */
.avatar {
	margin: 3px;
	padding: 3px;
	border: 0px;
	float:none;
}

div.avatar {
	border: 1px solid #C8C8C8; background-color: #fff; width: 91px;}
	
div.image {
	border: 1px solid #C8C8C8; background-color: #fff;}
	
ul.bericht {list-style-position: outside; list-style-image: url('images/listitem.gif')}

.textbutton {border: 1px solid #C8C8C8; background-color: #fff;} 
	





