/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body  { color: black; background-color: #ffffff; margin: 0; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #006699; scrollbar-darkshadow-color: #FFFFFF; scrollbar-face-color: #DCE7F1; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF }

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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #6C64A4 solid; }
.tblBorder	{ background-color: #FFFFFF; border: 1px #6C64A4 solid; 
} 

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #f8f8f9; } /* Far Left Column */
td.row2	{ background-color: #f8f8f9; } /* Last Post */
td.row3	{ background-color: #f8f8f9; } /* Author */


/*
  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: #E0ECF7;*/
                background-color: #6C64A4;  
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #6C64A4; height: 25px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom  { color: white; background-color: #6c64a4; height: 28px; border: solid #ffffff }


/*
  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: #e9b3c4; 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. */
.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 : 10pt; }
.genmed { font-size : 9pt; }
.gensmall { font-size : 8pt; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall  { color: #6c64a4; 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 : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		 { color: #000000; font-size: 12px; font-weight: bold; letter-spacing: 1px }
a.cattitle		{ text-decoration: none; color : #000000; }
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 : #6C64A4; }
a.forumlink 	{ text-decoration: none; color : #6C64A4; }
a.forumlink:hover{ text-decoration: underline; color : #e9b3c4; }


/* 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 : #6C64A4; }
a.nav:hover		{ text-decoration: underline; }


/* 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 : #6C64A4; }
a.topictitle:visited { text-decoration: none; color : #8F84D9; }
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	 { color: #6c64a4; text-decoration: none }
a.postlink:visited  { color: #8f84d9; text-decoration: none }
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: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
textarea, select { color: #000000; font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; border: solid 1px #aec7d8 }
/* 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 : #D2E8F7;
	color : #000000;
	font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #A7C565;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #e7ffb7;
	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: #D2E8F7; border-style: none; border: 1px solid #AEC7D8 }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
.boxText { font-size: 10px; font-family: Verdana, Arial, sans-serif }
.errorBox { font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #ffb3b5 }
.stockWarning { color: #cc0033; font-size: 10px; font-family: Verdana, Arial, sans-serif }
.orderEdit { color: #70d250; font-size: 10px; font-family: Verdana, Arial, sans-serif; text-decoration: underline }
.productsNotifications { background: #f2fff7 }
A { color: #000000; text-decoration: none }
FORM { display: inline }
TR.header { background: #ffffff }
TR.headerNavigation { background: #6c64a4 }
TD.headerNavigation { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #6c64a4 }
A.headerNavigation { color: #ffffff }
A.headerNavigation:hover { color: #ffffff }
TR.headerError { background: #ff0000 }
TD.headerError { color: #ffffff; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; background: #ff0000; text-align: center }
TR.headerInfo { background: #00ff00 }
TD.headerInfo { color: #ffffff; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; background: #00ff00; text-align: center }
TR.footer { background: #6c64a4 }
TD.footer { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #6c64a4 }
.infoBox { background: #b6b7cb }
.infoBoxContents { font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #f8f8f9 }
.infoBoxNotice { background: #ff8e90 }
.infoBoxNoticeContents { font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #ffe6e6 }
TD.infoBoxHeading { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #6c64a4 }
.infoBoxHeading A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #6C64A4;
  color: #ffffff;
}

.infoBoxHeading A:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #6C64A4;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox { font-size: 10px; font-family: Verdana, Arial, sans-serif }
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #e7ffb7 }
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9 }
TABLE.productListing { border: solid 1px #b6b7cb; border-spacing: 1px }
.productListing-heading { color: #6c64a4; font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #e9b3c4 }
TD.productListing-data { font-size: 10px; font-family: Verdana, Arial, sans-serif; border: solid 1px #b6b7cb; border-spacing: 1px }
A.pageResults { color: #0000ff }
A.pageResults:hover { color: #0000ff; background: #ffff33 }
TD.pageHeading, DIV.pageHeading { color: #9a9a9a; font-size: 20px; font-family: Verdana, Arial, sans-serif; font-weight: bold }
TR.subBar { background: #f4f7fd }
TD.subBar { color: #000000; font-size: 10px; font-family: Verdana, Arial, sans-serif }
TD.main, P.main { font-size: 11px; font-family: Verdana, Arial, sans-serif; line-height: 1.5 }
TD.smallText, SPAN.smallText, P.smallText { font-size: 10px; font-family: Verdana, Arial, sans-serif }
TD.accountCategory { color: #aabbdd; font-size: 13px; font-family: Verdana, Arial, sans-serif }
TD.fieldKey { font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold }
TD.fieldValue { font-size: 12px; font-family: Verdana, Arial, sans-serif }
TD.tableHeading { font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold }
SPAN.newItemInCart { color: #ff0000; font-size: 10px; font-family: Verdana, Arial, sans-serif }
CHECKBOX, INPUT, RADIO, SELECT { font-size: 11px; font-family: Verdana, Arial, sans-serif }
TEXTAREA { font-size: 11px; font-family: Verdana, Arial, sans-serif; width: 100% }
SPAN.greetUser { color: #f0a480; font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold }
TABLE.formArea { background: #f1f9fe; border: solid 1px #7b9ebd }
TD.formAreaTitle { font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold }
SPAN.markProductOutOfStock { color: #c76170; font-size: 12px; font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold }
SPAN.productSpecialPrice { color: #ff0000; font-family: Verdana, Arial, sans-serif }
SPAN.errorText { color: #ff0000; font-family: Verdana, Arial, sans-serif }
TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f8f8f9;
  color: #000000;
}
  
TD.categ {
     vertical-align: top;
}

.moduleRow { }
.moduleRowOver { background-color: #d7e9f7; cursor: hand }
.moduleRowSelected { background-color: #e9f4fc }
.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; font-size: 10px; font-family: Verdana, Arial, sans-serif }
.checkoutBarCurrent { color: #000000; font-size: 10px; font-family: Verdana, Arial, sans-serif }
/* message box */
.messageBox { font-size: 10px; font-family: Verdana, Arial, sans-serif }
.messageStackError, .messageStackWarning { font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #ffb3b5 }
.messageStackSuccess { font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #99ff00 }
/* input requirement */
.inputRequirement { color: #ff0000; font-size: 10px; font-family: Verdana, Arial, sans-serif }

TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}

TR.footerNavigation {   
  background: #6C64A4;
}

TD.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #6C64A4;
  color: #ffffff;
  font-weight : bold;
}

A.footerNavigation {
  color: #FFFFFF;
}

A.footerNavigation:hover {
  color: #FFFFFF;
}

