/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  
  Modified by JT Desquitado
  27 Dec 2007
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	/* background-color: #E5E5E5;
	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; */
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #36a5d2; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* 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: 1px #8eaada solid; color: #999; margin: 7px 0 ; clear: both}

.forumline td, .forumline th {
	padding: 4px;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #edf6fd; padding: 4px; text-align: left; color: #999; border-bottom: solid 1px #b6d6e9; }
td.row2	{ background-color: #deeffc; padding: 4px; text-align: left; color: #999; border-bottom: solid 1px #b6d6e9 }
td.row3	{ background-color: #eaf1ff; padding: 4px; text-align: left; color: #999; border-bottom: solid 1px #b6d6e9 }


/*
  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: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #e7f2fa; height: 15px;
	border-bottom: solid 1px #b6d6e9; 
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background: url(images/cellpic1.gif) repeat-x #d8e2f1;
	border: #FFFFFF;
	border-style: solid;
	height: 18px;
	overflow: hidden;
}


/*
  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: 19px;
	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: 18px; border: 0; }
td.row3Right,td.spaceRow {	background-color: #eaf1ff; padding: 4px; text-align: left; color: #999; border-bottom: solid 1px #b6d6e9; }

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. */
#main .maintitle,h1,h2	{
			font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight: bold;
			font-size: 14px;
}


/* General text */
.gen { font-size : 12px; margin-bottom: 4px; }
.genmed { font-size : 11px; margin-bottom: 4px; }
.gensmall { font-size : 10px; margin-bottom: 4px;}
.gen,.genmed,.gensmall { color : #444444; margin-bottom: 4px; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; margin-bottom: 4px; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #36a5d2; text-decoration: underline; margin-bottom: 4px;}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #444444 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #36a5d2; }


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


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


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

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #444444; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #36a5d2; }


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

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


/* 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 : #36a5d2}


/* 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 */
#main .adminlink { 
	padding-top: 14px;
	display: block;
	text-align: center;
	clear: both;
}
#main .adminlink a { 	
	background-color : #0043a2;
	font-weight : bold;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 5px;
	text-decoration: none;
}

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

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color:#FFFFFF;
	border:1px solid #3579D9;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:1px;
	padding:1px;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #444444;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #0043a2;
	font-weight : bold;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 3px;
}

/* None-bold submit button */
input.liteoption {
	background-color : #0043a2;
	font-weight : bold;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 3px;
}

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


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

/* Added CSS by JT Desquitado*/

#maintable {
	margin-top: 11px;
}

#maintable p {
	margin: 3px 0 5px 0;
}

#maintable p.breadcrumbs {
	margin: 3px 0 7px 0;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ccc;
	color: #0143a3;
	display: block;
}

p.breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
}

.iamlegend {
	display: block;
	text-align: center;
	margin: 7px auto;
}

.iamlegend * {
	vertical-align: middle;
}

#main .fButtons a {
	float: right;
	padding: 5px 8px 2px 8px;
	background: #d6e7f2;
	color: #555;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 2px;
	border-bottom: 3px solid #b6d6e9;
}

#main .fButtons a:hover {
	border-bottom: 3px solid #333;
	color: #333;
}

.fButtons {
	vertical-align: middle;
}

.fheader {
	float: left;
	width: 946px;
}

.fheader h2 {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 932px;
	padding: 0 7px;
	margin-bottom: 7px;
}

#main .fheader h2 a.maintitle {
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	float: left;
	padding-top: 8px;
	background: url(new-images/h2-tab.gif);
	height: 21px;
}

#main .fheader h2 b.wr1 {
	float: left;
	padding-left: 14px;
	background: url(new-images/h2-tab-left.gif) left no-repeat;
}

#main .fheader h2 b.wr2 {
	float: left;
	padding-right: 14px;
	background: url(new-images/h2-tab-right.gif) right no-repeat;
}

#main .fheader .nav * {
	vertical-align: middle;
}

#main .fheader p, #main .fheader .fButtons {
	padding: 0 7px;
}

.jumpbox {
	float: left;
	width: 918px;
	padding: 7px;
	margin-top: 14px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.jumpbox form {
	/*float: right;*/
}

.legend-small {
	float: left;
	width: 550px;
	list-style: none;
	border-right: 1px solid #eee;
	margin-bottom: 14px;
}

.legend-small li {
	float: left;
	padding: 7px;
	margin-right: 10px;
	border-bottom: 1px solid #eee;
	width: 250px;
}

.legend-small li * {
	vertical-align: middle;
}

.auth_list ul {
	float: right;
	list-style : none;
	margin-top:12px;
	padding:10px;
	width:350px;
	background: #eee;
}

.ffooter {
	padding: 0 7px;
	width: 932px;
}

#main a.topic-title {
	font-weight: bold;
	font-family: Trebuchet MS, Trebuchet, Verdana, san-serif;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	clear: both;
	float: left;
	color: #0143a3;
}

.noPad, .noPad td {
	padding: 0;
}
