/*
	Skillz theme, parts leeched from subSilver :) 
	$Id: theme.css,v 1.1.2.9 2006/08/24 22:40:34 surg30n Exp $
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
 /* body: #E5E5E5;*/
body {
	background-color: White; /*#333333;*/
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;	
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: Black;
}

p {
	padding: 2px;
	margin: 2px;
}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: Black;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:visited { text-decoration: none; color :  #006699; }
a:hover,a:active	{ text-decoration:none ; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ border: 1px solid #919BA9;
	background-color:#FFFFFF; }
	/*background-color: #FFFFFF; border: 1px #98AAB1 solid; }*/

/* This is the outline round the main forum tables */
.forumline, .forumlineNT	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* Main table cell colours and backgrounds */
/*
.forumlineNT	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; border-top-width: 0px }
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
*/

td.button
{
	background-color: #4B60A4; /*F6FAF8;*/
}

/* selected */

td.buttons
{
	background-color: #324169; /*F6FAF8;*/
}


.row1
{
	background-color: #F5F9FD; /*F6FAF8;*/

}

.row2
{
	background-color:#ECEDF0; /* sinc leftrightbody */
	
}

.row3 {
	
	background-color:#DFE6EF;

	}

td.row4 {
	
	background-color:#E4EAF2;
	
}

td.cat1 {
	
	background-color:#F9F9F9;
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;

}


/*
  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;
}

td.ss_rowpic {
		background-color: #FFFFFF;
		background-image: url(images/ss_grad.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds 
th	{
	color: #333366; font-size: 11px; font-weight : bold;
	background-color: #D6D6D6; height: 25px;
	background-image: url(images/tile_sub.gif);
}
*/

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/*background-image: url(images/cellpic1.gif);*/
			background-color:#DFE6EF;
			border: #FFFFFF; border-style: solid; 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; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
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; }


/* The largest text used in the index page title and toptic title etc. */

h1, .htitle, .maintitle	{
			font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
			line-height: 120%; margin: 0px; display: inline; color : #000000; text-decoration: none;

}

.htitle, .maintitle	{ line-height: 100% }

h2	{
			font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 0px; display: inline;  color : #000000;			
}

h3	{
			font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
			margin: 0px; display: inline;  color : #000000;
}



/* General text */
.genbig { font-size : 12px; font-weight: bold; }
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall, .navtext { font-size : 10px; }
.gensmallbold { font-size : 10px;  font-weight: bold;   }
.gensmallbold:visited{
 font-style: italic;
}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: none; }
a.genmed_selected	{ color: #000000; text-decoration: none; }

.helpsmall, a.helpsmall {	
	color:#CC3300;
	font-size : 10px;
}

.genofftop {
	color: #696969;
	font-size : 10px;
}


/* The register, login, search etc links at the top of the page */
.mainmenu, .mainmenus		{ color : #E6E6FA; FONT-SIZE: 10px; FONT-FAMILY: Verdana; TEXT-DECORATION: none}
.mainmenus {
	color: White;
}

a.mainmenu:link, a.mainmenu:visited, a.mainmenu:hover		{ text-decoration: none; color : white;  }
a.mainmenus:link, a.mainmenus:visited, a.mainmenus:hover		{ text-decoration: none; color : #E6E6FA;  }



/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
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 : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: none; 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;}*/
.nav			{ FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR:  #000000; FONT-FAMILY: Verdana; TEXT-DECORATION: none }
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: none; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 12px; color : #333366; }
a.topictitle:link   { text-decoration: none; color : #333366; }
a.topictitle:visited { text-decoration: none; color : #333366; }

a.topictitle:hover	{ text-decoration: none; color : #5493B4; }


/* 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 : #006699 }
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: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	padding:6px;
}

.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, a.copyright	{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #3A4C7E;  letter-spacing: -1px }
		
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */

form {
	padding: 0px; margin: 0px
}

input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
}

input.textinput, input.post, textarea.post, select {
	background-color: #FFF;
	color:#000;
	font-size:10px;
	font-family: Verdana,Arial, Sans-Serif;
	padding:2px;
	border:1px solid #CCCCCC;
}

input.post, textarea.post {
	font-size: 10px;
}

/* 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, input.mainoption {
	color : #000000;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	background-color: #DFE6EF;
	font-weight:bold;
	padding:2px;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
	padding:2px;
}

/* None-bold submit button */
input.liteoption {
	BORDER-WIDTH:1;
	BORDER-STYLE:SOLID;
	BORDER-COLOR: #D1D7DC;
	BACKGROUND-COLOR: #EFEFEF;	
	color: Gray;
	font-weight : normal;
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
}

/* 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 { 
	FONT-FAMILY: Verdana; font-size: 10px;
	background-color: #DEE3E7; border-style: none; }

/* SSHOP */

.formback {
	background-color: #F2F3F5;	
}

/*
	SUR TABLE
*/

td.ss_boxtop {
		background-color: #FFFFFF;
		background-image: url(images/ssboxtop.gif);
		height: 74px; width: 214px;
		background-repeat: no-repeat;
		padding: 5px;		
}

td.ss_boxcenter {
		background-color: #FFFFFF;
		background-image: url(images/ssboxcenter.gif);
		width: 214px; height: 74px;
		padding: 5px;
		background-repeat: no-repeat;
}

td.ss_boxcenter_mid {
		background-color: #FFFFFF;
		background-image: url(images/ssboxcenter_mid.gif);
		width: 214px;
		background-repeat: repeat-y;
		padding: 5px;
}

td.ss_boxcenter_top {
		background-color: #FFFFFF;
		background-image: url(images/ssboxcenter_top.gif);
		height: 13px; width: 214px;
		background-repeat: no-repeat;
		font-size:6px; /*NETSCAPE*/		
}


td.ss_boxcenter_down {
		background-color: #FFFFFF;
		background-image: url(images/ssboxcenter_down.gif);
		height: 13px; width: 214px;
		background-repeat: no-repeat;
		font-size:6px; /*NETSCAPE*/		
}

td.ss_boxgrad {
		background-color: #FFFFFF;
		background-image: url(images/ssgrad.gif);
		width: 214px; height: 6px;
		background-repeat: repeat-y;
}

td.ss_boxmid {
		background-color: #FFFFFF;
		background-image: url(images/ssboxcenter.gif);
		width: 214px; height: 74px;
		background-repeat: no-repeat;	
}

/*
BOX_2	nowrap issue?
*/

td.box2l {
		background-color: #FFFFFF;
		background-image: url(images/box2_l.gif);
		width: 5px; height: 27px;
		background-repeat: no-repeat;
			
}

td.box2m {
		background-color: #FFFFFF;
		background-image: url(images/box2_m.gif);
		height: 27px;
		background-repeat: repeat-x;			
		vertical-align: middle;
		/*color: #333366; font-size: 11px; font-weight : bold;*/
}

td.box2r {
		background-color: #FFFFFF;
		background-image: url(images/box2_r.gif);
		width: 5px; height: 27px;
		background-repeat: no-repeat;	
}

/*

	default menu boxes
	
*/

td.newsCornerLBs {
		background-image: url(images/news_corner_lb_s.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;
}	

td.newsCornerRBs {
		background-image: url(images/news_corner_rb_s.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;
}

td.newsLs {
		background-color: #D8DAD9;
		background-image: url(images/news_left_s.gif);
		width: 5px; 
		background-repeat: repeat-y;
}

td.newsRs {
		background-color: #D8DAD9;
		background-image: url(images/news_right_s.gif);
		width: 5px; 
		background-repeat: repeat-y;
}

td.newsBODYs {
		background-color: #D8DAD9;
		padding-left: 3px;				
		padding-right: 3px;
		padding-bottom: 3px;
		padding-top: 3px;
}

td.newsBs {
		background-color: #D8DAD9;
		background-image: url(images/news_bottom_s.gif);
		height: 5px; 
		background-repeat: repeat-x;
}


/*
	boxes
	
	HINT: sync "width" in html & css-width for mozilla
	
*/

td.newsCornerLT {
		
		background-color: #7B9DBB;	
		height: 5px; width: 5px;
		background-repeat: no-repeat;
		
}

td.newsCornerLT90 {
		background-color: #EFF0E0;	
		height: 5px; width: 5px;
		background-repeat: no-repeat;
}

td.newsCornerLB {

		background-color: #EFF0E0;	
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.newsCornerRT {
		
		background-color: #7B9DBB;	
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.newsCornerRT90 {
		background-color: #EFF0E0;
		height: 5px; width: 5px;
		background-repeat: no-repeat;
}

td.newsCornerRB {

		background-color: #EFF0E0;	
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.newsT {
		background-color: #EFF0E0;	
		height: 5px; 
		background-repeat: repeat-x;

}

td.newsB {
		background-color: #EFF0E0;	
		height: 5px; 
		background-repeat: repeat-x;

}

td.newsL {
		background-color: #EFF0E0;	
		width: 5px; 
		background-repeat: repeat-y;

}

td.newsR {
		background-color: #EFF0E0;	
		width: 5px;  
		background-repeat: repeat-y;		
}

td.newsBODY, .block, td.block {				
		padding-left: 3px;				
		padding-right: 3px;
		padding-bottom: 3px;
		padding-top: 3px;
}

td.newsBODY {
background-color: #FAFAFA; /*#EDEDED;	*/ 
	}


td.newsbrL {
		background-color: #EFF0E0;	
		height: 5px; height: 5px;
		background-repeat: no-repeat;
}

td.newsbrMid {
		background-color: #EFF0E0;	
		width: 5px; height: 5px;
		background-repeat: repeat-x;
}

td.newsbrR {
		background-color: #EFF0E0;	
		width: 5px; height: 5px;
		background-repeat: no-repeat;

}

/*

caption

*/

th, td.newscapMid {
		background-color: #7B9DBB;	
/*		background-image: url(images/nav_bar.gif);*/
		height: 29px;
		background-repeat: repeat-x;
		padding-left: 3px;
		padding-bottom: 2px;
		FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana;
		vertical-align: middle;
		color: #FEFEFE;
}

td.newscapR {

		background-color: #7B9DBB;
/*		background-image: url(images/nav_bar.gif);*/
		width: 5px; height: 29px;
		background-repeat: no-repeat;		
}

td.newscapL {

		background-color: #7B9DBB;
		/*background-image: url(images/nav_bar.gif);*/
		width: 5px; height: 29px;
		background-repeat: no-repeat;		
}

/*
	menu
*/

td.menuimg {
		background-color: #F3F6F5;
		background-image: url(images/menuback.gif);
		width: 25px; height: 42px; 
		background-repeat: no-repeat;
		text-align: center;
		vertical-align: middle;
}

td.menutext {
		padding-left: 5px;
		padding-right: 10px;
		text-align: center;
		vertical-align: middle;
}

td.vline05 {
		background-image: url(images/vline_05.gif);		
		background-repeat: repeat-y;
		background-position: 4px;
		width:9px;
}

td.gline05 {		
		background-image: url(images/gline_05.gif);		
		background-repeat: repeat-x;
		background-position: 0px 3px;
		height: 7px;
}

.vline, .gline {
		border-style: dotted;	
}

/*
	BUTTON boxes
	
	HINT: sync "width" in html & css-width for mozilla
	
*/

td.butCornerLT {
		
		background-image: url(images/but_corner_lt.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;
		
}

td.butCornerLB {

		background-image: url(images/but_corner_lb.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.butCornerRT {
		
		background-image: url(images/but_corner_rt.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.butCornerRB {

		background-image: url(images/but_corner_rb.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.butT {
		background-color: #F3F6F5;
		background-image: url(images/but_top.gif);
		height: 5px; 
		background-repeat: repeat-x;

}

td.butB {
		/*background-color: #F3F6F5;*/
		background-image: url(images/but_bottom.gif);
		height: 5px; 
		background-repeat: repeat-x;

}

td.butL {
		background-color: #F3F6F5;
		background-image: url(images/but_left.gif);
		width: 5px; 
		background-repeat: repeat-y;

}

td.butR {
		background-color: #F3F6F5;
		background-image: url(images/but_right.gif);
		width: 5px;  
		background-repeat: repeat-y;		
}

/* selecte3d but */

td.butCornerLBs {

		background-image: url(images/but_lb_s.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.butCornerRBs {

		background-image: url(images/but_rb_s.gif);
		height: 5px; width: 5px;
		background-repeat: no-repeat;

}

td.butBs {
		/*background-color: #F3F6F5;*/
		background-image: url(images/but_bottom_s.gif);
		height: 5px; 
		background-repeat: repeat-x;

}

td.butLs {
		background-color: #F3F6F5;
		background-image: url(images/but_left_s.gif);
		width: 5px; 
		background-repeat: repeat-y;

}

td.butRs {
		background-color: #F3F6F5;
		background-image: url(images/but_right_s.gif);
		width: 5px;  
		background-repeat: repeat-y;		
}

/* body borders */

td.leftrightbody {
	/*background-color:#ECEDF0;*/
	background-color:white;	
}

td.bborderl {
		background-image: url(images/pilotm-body-border-l.gif);		
		background-repeat: repeat-y;
		/*background-position: 4px;*/
		width:9px;
}

td.bborderr {
		background-image: url(images/pilotm-body-border-r.gif);		
		background-repeat: repeat-y;
		/*background-position: 4px;*/
		width:9px;
}

/* for border - background */

.borderback {
	background-color: #98AAB1;/* #98AAB1; */
}

/* bulk support */
.DEK {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

/*navigation Pop-up menu*/
.topmenu, .topmenus { padding-top:2px; padding-bottom:3px; font-size: 11px;  font-weight: bold;}
.topmenus { padding-top:1px; padding-bottom:2px; border: 1px outset lightgray;  }
a.topmenu { }
.popupmenuact {padding:2px; padding-left:5px; padding-right:10px; background-color:#E6EFF7; border: 1px #FAFAFA solid;   }
.popupmenu {padding:2px; padding-left:5px; background-color:#FFFFFF; padding-right:10px; border: 1px #FAFAFA solid;   }
.popupmenutext, .popupmenuclosed { font-family: Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: -1px}
.popupmenutext {color: #356FA2;}
.popupmenuclosed {color: #808080;}

/*
	LEFT BODY
*/

td.leftblock_capR {
		background-image: url(images/leftbody/02.gif);				
		background-repeat: no-repeat;		
}

td.leftblock_capL {
		background-image: url(images/leftbody/00.gif);		
		background-repeat: no-repeat;		
}

td.rightblock_capL {
		background-image: url(images/leftbody/10.gif);		
		background-repeat: no-repeat;		
}

td.rightblock_capR {
		background-image: url(images/leftbody/12.gif);		
		background-repeat: no-repeat;		
}



td.leftblock_capM {
		background-image: url(images/leftbody/01.gif);		
		background-repeat: repeat-x;	
		padding-left: 3px;
		FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana;
		vertical-align: middle;
		color: White;	
}


/* Tabbed menu
   Based on: http://www.alistapart.com/articles/slidingdoors2/
*/
#tabs {
	line-height: normal;
	min-width: 570px;
	margin: 0 0 0px 5px;	
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Verdana;
	}
#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	}
#tabs a {
	float:left;
	background:url("images/bg_tabs1.gif") no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	position: relative;
	}
#tabs a span {
	float: left;
	display: block;
	background: url("images/bg_tabs2.gif") no-repeat 100% -35px;
	padding: 7px 12px 6px 6px;
	color: White;
	white-space: nowrap;
	text-transform: uppercase;
	}
/* Commented Backslash Hack hides rule from IE5-Mac */
#tabs a span { float:none; }
/* End hack */

#tabs a:hover span {
	color: #F0F8FF;
	}
#tabs #activetab a {
	background-position: 0 0px;
	
	}
#tabs #activetab a span {
	background-position: 100% 0px;
	padding-bottom: 6px;
	color: #333333;
	}
#tabs a:hover {
	background-position: 0 -70px;
	}
#tabs a:hover span {
	background-position:100% -70px;
	}
#tabs #activetab a:hover span {
	color: #333333;
	}

.highlight { color:white; font-weight: bold; background-color:darkred; padding-left:5px; padding-right:5px }

img.img_pic { cursor:pointer; }