/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  Modified by D. van den Hoven 29/30 January 2005 for use on the 
	Victoria-Cross Forum
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DBDBB7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DBDBB7;
	scrollbar-3dlight-color: #DBDBB7;
	scrollbar-arrow-color:  #FFFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #DBDBB7;
}

/* General font families for common tags */
font,th,td { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #23348D; }
a:hover		{ text-decoration: underline; color : #DD6900; }

hr	{ height: 0px; border: solid #6B8E23 0px; border-top-width: 1px;}

.streep	{ color: #6B8E23;}

/* This is the border line & background colour round the entire page */
.bodyline	{ border: 1px #6B8E23 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #6B8E23 solid; }

table.heading {
	background: #DBDBB7 url(images/adminheadbg.png) repeat-y left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #FF9E31;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #6B8E23;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/bg.png);
	background-repeat: repeat;
	font-size: 11px;
	color: #ffffff;
}
table.forumlist th.title {
	text-align: left;
}

table.forumlist th a {
	color: #fff;
}

table.forumlist tr.row0 {
	background-color: #F5F5DC;
}
table.forumlist tr.row1 {
	background-color: #FFF;
}
table.forumlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.forumlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.forumlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.forumlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; 
				}
td.row1_last	{ background-color: #FFFFFF; 
								border-bottom-color: #DBDBB7; 
								border-bottom-style: solid;
								border-bottom-width: thin;
				}

td.row2	{ background-color: #F5F5DC; 
				}
td.row3	{ background-color: #DBDBB7; } 

/* Left border in a table cell */
td.row_left	{ background-color: #FFFFFF;
							border-left-color: #DBDBB7; 
							border-left-style: solid;
							border-left-width: thin;
						}


/*
  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: #DBDBB7;
}

/* Header cells  */
th	{
	color: #23348D; 
	font-size: 11px; 
	font-weight : bold;
	letter-spacing: 1px;
	background-color: #DBDBB7; height: 30px;
	background: url(images/bg.png);
	background-repeat: repeat;
	border: #FFFFFF; 
	border-style: solid; 
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#DBDBB7; 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.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom,th.cat,th.catHead,th.catBottom {
	border-width: 1px 1px 1px 1px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; }
td.row3Right,td.spaceRow {
	background-color: #FFFFFF; border: #DBDBB7; border-style: solid; }
	
	
th.thHead,td.catHead, th.catHead { font-size: 11px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right, th.catRight	 { border-width: 1px 1px 0px 0px; }
th.thLeft,td.catLeft, th.catLeft	  { border-width: 1px 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; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			font-weight: bold; font-size: 36px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #23348D;
}
h1	{
			font-weight: bold; font-size: 24px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #23348D;
}

h2	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #23348D;
}
.forumtitle	{
			font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #23348D;
}
p {
			font-size: 14px; 
			font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; 
			line-height : 120%; 
			color : #000000;
	 }


/* General text */
.gen { font-size : 12px;
       color : #000000; 
		 }
.genmed { font-size : 11px; 
					color : #000000;
				}
.gensmall { font-size : 10px; 
						color : #000000;
					}
a.gen { color: #000000; 
        text-decoration: none; 
			}
a.genmed { color: #000000; 
         	 text-decoration: none; 
				 }
a.gensmall { color: #000000; 
					 	 text-decoration: none; 
					 }
a.gen:visited {  }
a.genmed:visited	{ color: #23348D; }
a.gensmall:visited	{ color: #23348D; }
a.gen:hover	{ color: #DD6900; 
							text-decoration: underline; 
						}
a.genmed:hover { color: #DD6900; 
							 	 text-decoration: underline; 
							 }
a.gensmall:hover	{ color: #DD6900; 
										text-decoration: underline; 
									}
/* Derived from genmed; white text */
.genmed_white { font-size : 11px; 
								color : #FFFFFF;
							}
/* Derived from gensmall: white text */
.gensmall_white { font-size : 10px; 
									color : #FFFFFF;
								}

/* Derived from gensmall: maroon text */
.gensmall_maroon { font-size : 10px; 
									color : #23348D;
								}
a.gensmall_maroon { color: #23348D; 
					 	 text-decoration: none; 
					 }									
a.gensmall_maroon:visited	{ color: #23348D; }

a.gensmall_maroon:hover	{ color: #23348D; 
										text-decoration: underline; 
									}
/* Derived from gensmall: blue text */
.gen_blue { font-size : 11px; 
									color : #23348D;
								}
a.gen_blue { color: #23348D; 
					 	 text-decoration: none; 
					 }									
a.gen_blue:visited	{ color: #23348D; }

a.gen_blue:hover	{ color: #23348D; 
										text-decoration: underline; 
									}
								
/* Derived from genmed; white text */
.genmed_white_bold { font-size : 11px; 
								color : #23348D;
								font-weight : bold;
							}

									
/* Derived from general text */
.descript {font-size : 16px;
					 color : #23348D;
					}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #23348D; }
a.mainmenu		{ text-decoration: none; color : #23348D;  }
a.mainmenu:hover{ text-decoration: underline;  }
a.mainmenu:visited{ color : #23348D; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #23348D; }
a.cattitle		{ text-decoration: none; color : #23348D; }
a.cattitle:hover{ text-decoration: underline; color : #DD6900;}
a.cattitle:visited{ color : #23348D; }

/* Box  titles */
.boxtitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #23348D; }
a.boxtitle		{ text-decoration: none; color : #23348D; }
a.boxtitle:hover{ text-decoration: underline; }
a.boxtitle:visited{ color : #23348D; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #23348D; }
a.forumlink 	{ text-decoration: none; color : #23348D; }
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 : #23348D;}
a.nav			{ text-decoration: none; color : #23348D; }
a.nav:hover		{ text-decoration: underline; }
a.nav:active		{ color : #23348D; }
a.nav:visited		{ color : #23348D; }
a.nav:link		{ color : #23348D; }

/* Derived from nav; white text */
.nav_white					{ font-weight: bold; font-size: 11px; color : #23348D;}
a.nav_white					{ text-decoration: none; color : #23348D; }
a.nav_white:hover		{ text-decoration: underline; color : #DD6900; }
a.nav_white:visited	{ color : #23348D; }
a.nav_white:active	{ color : #23348D; }
a.nav_white:link  	{ color : #23348D; }

/* 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 : #000000; }
a.topictitle:visited { text-decoration: none; color : #23348D; }
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 : #23348D; }
a.postlink:visited { text-decoration: none; color : #23348D; }
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: #D1D7DC; 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: 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
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #23348D; letter-spacing: 1px;}
a.copyright		{ color: #23348D; text-decoration: none;}
a.copyright:hover { color: #DD6900; text-decoration: underline;}

/* Form elements */
.inputbox {
	color: #23348D;
        background: #F1F3F5;
        font-family: Courier, Helvetica, sans-serif;
        z-index: -3;
        font-size: 11px;
}
.button1 {
	border : solid 1px white;
border-right:1px solid #6b8e23;
border-bottom:1px solid #6b8e23;
background: url(images/buttonbg.gif);
	color : #FFFFFF;
	font-weight : bold;
}


input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #DBDBB7;
}

/* 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: Verdana, Arial, Helvetica, sans-serif;
}

/* 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;
}

/* 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; }

/* Moved from the attach templates */
td.attachrow		{ font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
                  color : #000000; 
									 }
td.attachheader { font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
                  color : #000000; 
									
									background-color: #FFFFFF; }
table.attachtable	{ font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
                    color : #000000; 
										border : 1px solid #6B8E23;	
										border-collapse : collapse; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

