/* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com - last updated 26-06-03 */

a,a:active,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* Forum stats */
a.forumstats:link, a.forumstats:hover, a.forumstats:visited {
	color: #FFFFFF;
	cursor: help;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

a:hover		{
	color: #FFCE00;
	text-decoration: underline;
}

a.cattitle		{
	color: #134F84;
	text-decoration: none;
}

a.cattitle:visited{
	color: #134F84;
}

a.cattitle:hover{
	color: #134F84;
	text-decoration: underline;
}

a.copyright		{
	color: #FFFFFF;
	text-decoration: none;
}

a.copyright:hover {
	color: #FFCE00;
	text-decoration: underline;
}

a.credit		{
	color: #FFFFFF;
	text-decoration: none;
}

a.credit:hover {
	color: #FFCE00;
	text-decoration: underline;
}

a.faqlink {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

a.faqlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.faqlink:hover {
	color: #FFCE00;
	text-decoration: underline;
}

a.forumlink 	{
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	text-decoration: none;
}

a.forumlink:hover{
	color: #FFCE00;
	text-decoration: none;
}

a.gen,a.genmed,a.gensmall {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	border-bottom: 0px dashed #FFCE00;
	color: #FFCE00;
	text-decoration: underline;
}

a.nav:hover		{
	text-decoration: underline;
}

a.nav_top {
	color: #0D406A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.nav_top:hover {
	color: #0D406A;
	text-decoration: underline;
}

a.postlink:link	{
	color: #CAE4FF;
	text-decoration: underline;
}

a.postlink:visited {
	color: #319CFF;
	text-decoration: none;
}

a.postlink:hover {
	color: #FFCE00;
	text-decoration: underline;
}

a.topictitle {
	color: #FFFFFF;
	text-decoration: none;
}

a.topictitle:visited {
	color: #CAE4FF;
	text-decoration: none;
}

a.topictitle:hover	{
	color: #FFCE00;
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted #333333;
	cursor: help;
}

/* color: #A7D9FE;	 */
 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
	background-color: #275CAC; /*	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;
*/
	background-image: url(images/background.jpg);
	color: #FFFFFF;
	margin-bottom: 10px ! important;
	margin-left: 10px ! important;
	margin-right: 10px ! important;
	margin-top: 10px ! important;
}

div.mainmenu		a:hover {
	!important: ;
	color: #FFCE00;
}

/* div for links to PM folder */
div.pmfolderlinks {
	color: #FFCE00;
}

div.pmfolderlinks					a:hover {
	color: #FFCE00;
	text-decoration: underline;
}

div.pmfolderlinks	a {
	color: #A7D9FE;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Horizontal rules */
hr	{
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	height: 0px;
}

hr.hr_aquadotted	{
	border: dotted #63CEFF;
	height: 0px;
}

hr.hr_whitedotted	{
	border: 1px dotted #FFFFFF;
	height: 0px;
}

hr.hr_whitesolid	{
	border: 1px solid #FFFFFF;
	height: 0px;
}

hr.hr_yellowdotted	{
	border: dotted #FFCE00;
	height: 0px;
}

hr.post	{
	border: 0px solid #105F98;
	border-top-width: 1px;
	height: 0px;
}

/* Gets rid of the need for border="0" on hyperlinked images */
img{
	border: 0 solid;
}

input {
	text-indent: 2px;
}

/* Form elements */
input, textarea, select {
	background-color: #13619F;
	background-image: url(images/formpic.gif);
	border-color: #0D4267 #178DDF #178DDF #0D4267;
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #DDDDDD;
	background-image: url(images/buttonbgpic.gif);
	border-color: #EEEEEE #999999 #999999 #EEEEEE;
	color: #0D406A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* None-bold submit button */
input.liteoption {
	background-color: #DDDDDD;
	background-color: #FAFAFA;
	background-image: url(images/buttonbgpic.gif);
	border-color: #EEEEEE #999999 #999999 #EEEEEE;
	color: #0D406A;
	font-weight: normal;
}

/* The main submit button option */
input.mainoption {
	background-color: #DDDDDD;
	background-color: #FAFAFA;
	background-image: url(images/buttonbgpic.gif);
	border-color: #EEEEEE #999999 #999999 #EEEEEE;
	color: #0D406A;
	font-weight: bold;
}

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

span.messagetextwrap	a {
	text-decoration: underline;
}

span.messagetextwrap	a:visited {
	text-decoration: underline;
}

td {
	font-size: 8pt;
}

td {
	font-size: 8pt;
}

td.buttons {
	padding-bottom: 10px;
	padding-top: 25px; /*
	background-color: #13619F;
	background-image: url(images/formpic.gif);
	background-repeat: repeat-x;
*/
}

td.cat,td.cathead,td.catbottom {
	height: 29px;
}

td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom {
	background-color: #DDDDDD;
	background-image: url(images/cellpicsilver.gif);
	border-style: solid;
	color: #0D406A;
	height: 28px;
}

/* Start background images in category box and header, this is for the background "fading" effect  */
td.cbarstart {
	background-image: url(images/cat_bar_start.gif);
	background-repeat: no-repeat;
}

td.cbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.cboxbottom {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

/* The box around the categories */
td.cboxleft {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

td.cboxleftbottom {
	background-image: url(images/border_lbottom.gif);
	background-repeat: no-repeat;
}

td.cboxright {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

td.cboxrightbottom {
	background-image: url(images/border_rbottom.gif);
	background-repeat: no-repeat;
}

td.cboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* error and confirm boxes */
td.errorconfirmbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.errorconfirmboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* The box on the index page with folder icon descriptions */
td.foldericonbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.foldericonboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* generic */
td.genbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.genboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* index elements */
td.loginindex {
	padding-bottom: 10px;
}

td.mainbox {
	background-image: url(images/mainbox_bg.jpg); /* filter: Alpha(Opacity=20);	*/
}

td.mainboxbottom {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainboxleft {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

td.mainboxleftbottom {
	background-image: url(images/border_lbottom.gif);
	background-repeat: no-repeat;
}

td.mainboxlefttop {
	background-image: url(images/border_ltop.gif);
	background-repeat: no-repeat;
}

td.mainboxmiddlecenter {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainboxmiddleleft {
	background-image: url(images/border_lmiddle.gif);
	background-repeat: no-repeat;
}

td.mainboxmiddleright {
	background-image: url(images/border_rmiddle.gif);
	background-repeat: no-repeat;
}

td.mainboxright {
	background-image: url(images/border_vside.gif);
	background-repeat: repeat-y;
}

td.mainboxrightbottom {
	background-image: url(images/border_rbottom.gif);
	background-repeat: no-repeat;
}

td.mainboxrighttop {
	background-image: url(images/border_rtop.gif);
	background-repeat: no-repeat;
}

td.mainboxtop {
	background-image: url(images/border_hside.gif);
	background-repeat: repeat-x;
}

td.mainmenu		a:hover {
	!important: ;
	color: #FFCE00;
}

td.onlineindex {
	padding-bottom: 12px;
}

td.posttype {
	padding-bottom: 20px; /*
	background-color: #13619F;
	background-image: url(images/formpic.gif);
	background-repeat: repeat-x;
*/
}

/* privmsgs */
td.privmsgsbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.privmsgsboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* Main table cell colors and backgrounds */
td.row1	{
	border-color: #13619F;
}

td.row2	{
	border-color: #13619F;
}

td.row3	{
	border-color: #13619F;
}

td.row3right,td.spacerow {
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
*/
td.rowpic {
	background-color: #DDDDDD;
	background-image: url(images/cellpicsilver.gif);
	border-style: solid;
	color: #0D406A;
	height: 28px;
}

/* viewtopic */
td.viewtopicbox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.viewtopicboxstart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

textarea {
	background-image: url(images/background.jpg);
}

th	{
	background-color: #DDDDDD;
	background-image: url(images/cellpicsilver.gif);
	border-color: transparent;
	color: #134F84;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
}

th.thbottom,td.catbottom {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thcornerl {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thcornerr {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thhead,td.cathead {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
	font-size: 10pt;
}

th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr {
	border-style: none;
	font-weight: bold;
	height: 28px;
}

th.thleft,td.catleft	 {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thright,td.catright,td.row3right	 {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thsides,td.catsides,td.spacerow	 {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

th.thtop	 {
	border-color: #13619F;
	border-width: 0px 0px 0px 0px;
}

.avatarcatselect {
	padding-bottom: 25px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
	background: url(images/background2.gif);
	background-color: #13619F;
}

.bottom {
	color: #0D406A;
}

/* Forum category titles */
.cattitle		{
	color: #134F84;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-left: 1px;
}

/* Radio buttons and checkboxes without bg */
.checkbox {
	background-color: transparent;
	background-image: none;
}

/* Quote & Code blocks */
.code {
	border: dashed #FFCE00;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #FFCE00;
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 10pt;
}

.codediv{
	background: #FAFAFA;
	border: 1px solid #9CA9B4;
	border-top: 0;
	color: #006600;
	font: 12px Courier,"Courier New",sans-serif;
	height: 50px;
	overflow: auto;
	padding: 5px;
	text-align: left;
	width: 90%;
}

/* Code blocks */ 
.codetitle{
	background: #627D95;
	border: 1px solid #9CA9B4;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	width: 90%;
}

/* Copyright and bottom info */
.copyright		{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: -1px;
}

/* Copyright and bottom info */
.credit	{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: -1px;
}

.forumdescription {
	color: #FFFFFF;
	font-family: Verdana, Helvetics, Arial, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

/* This is the outline round the main forum tables */
.forumline	{
}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

.forummoderator {
	color: #FFFFFF;
	font-family: Verdana, Helvetics, Arial, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

/* General text */
.gen {
	font-size: 10pt;
}

.gen,.genmed,.gensmall {
	color: #FFFFFF;
}

.genmed {
	font-size: 8pt;
}

.gensmall {
	font-size: 7pt;
}

/* 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: transparent;
	background-image: none;
	border-style: none;
	color: #FFFFFF;
}

/*  images alignment */
.img_forumstatus {
	padding-left: 1px;
}

.img_modtopicstatus {
	padding-bottom: 4px;
	padding-top: 4px;
}

.img_pmstatus {
	padding-bottom: 4px;
	padding-top: 4px;
}

.img_topicstatus {
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
}

/* Daz' Opacity Button MOD, http://www.forumimages.com */
.imgfade{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.imgfull{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.index_numposts {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	font-size: 9pt;
	text-transform: lowercase;
}

/*  Fonts for the text in the forum list displaying the number of topics and posts */
.index_numtopics {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	font-size: 9pt;
	text-transform: lowercase;
}

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

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

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

/* The content of the posts (body of text) */
.postbody 	{
	font-size: 10pt;
}

.postbody 	a:visited {
	text-decoration: underline;
}

.postbody	a {
	text-decoration: underline;
}

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

.quote {
	border: #63CEFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: dashed;
	border-top-width: 1px;
	color: #63CEFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 125%;
}

/* Quote blocks */
.quote{
	background: #FAFAFA;
	border: 1px solid #D1D7DC;
	font-size: 11px;
	line-height: 125%;
}

.quotediv{
	background: #;
	border: 1px solid #9CA9B4;
	border-top: 0;
	color: #FFFFFF;
	font-size: 11px;
	overflow: auto;
	padding: 5px;
	text-align: left;
	width: 90%;
}

.tdpostimgbottom {
	padding-top: 4px;
}

.tdreplyimgbottom {
	padding-top: 4px;
}

.top {
	color: #0D406A;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle			{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
}
