/* General page style. The scroll bar colours only visible in IE5.5+ */
html {
        margin: 10px;
        }
body {
        background: #fff;
		font-family:Arial, Helvetica, sans-serif;
		margin-bottom:100px;
		margin-top:15px;
}

/* General font families for common tags */
font,th,td,p { font-family:Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #3333ff; text-decoration: none; }
a:hover                { text-decoration: none; color : #aa110c; }
hr        { height: 0px; border: solid #ccc 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #ffffff;
                        min-height: 100%;
						min-width: 700px;
                        }

.right_side { background-color: #ffffff;
					width:275px;
					padding-left: 25px;
					color:#333;
					font-size:11px;
					}

/* This is the outline round the main forum tables */
.forumline        { background-color: #ffffff; padding: 0px; }

/* Main table cell colours and backgrounds */
.row1        { background-color: #f3f3f3; }
.row2        { background-color: #f3f3f3; }
.row3        { background-color: #f3f3f3; }

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

/* Header cells - the blue and silver gradient backgrounds */
th        {
        color: #ffffff; font-size: 10px; font-weight : bold;
        background-color: #334f72; height: 15px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight {
                        background-color: #ddd; height: 15px; color:#fff; font-size : 11px; 
						}
td.catBottom {
        background-color: #f0f0f0;
        }

/*
  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: 16px;
        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: 15px;
		background-image: url(/forum/templates/subSilver/images/cellpic0.gif);
}
td.row3Right {
        background-color: #efefef;
}
td.spaceRow {
        background-color: #ffffff;
        height: 2px;
        }
/*
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; 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, .maintitle:visited        {
        font-size: 22px; font-family:Arial, Helvetica, sans-serif;
        text-decoration: none; color : #333333;
}

/* General text */
td { font-size : 12px; }
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #334f72; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #334f72; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #334f72; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu                { font-size : 11px; color : #333333;}
a.mainmenu, a.mainmenu:visited                { text-decoration: none; color : #333333;}
a.mainmenu:hover{ text-decoration: none; color : #334f72; }

/* Forum category titles */
.cattitle                { font-weight: bold; font-size: 10px ; color : #ffffff}
a.cattitle                { text-decoration: none; color : #ffffff; }
a.cattitle:visited                { text-decoration: none; color : #ffffff; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 11px; color : #333333; }
a.forumlink, a.forumlink:visited         { text-decoration: none; }
a.forumlink:hover{ text-decoration: none; }

/* 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 : #000;}
a.nav, a.nav:visited                        { text-decoration: none; color : #000; }
a.nav:hover                { text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle        { font-weight: bold; font-size: 11px; color : #333333; }
a.topictitle:link   { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #333333; }
a.topictitle:hover        { text-decoration: none; color : #334f72; }

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

/* Location, number of posts, post date etc */
.postdetails                { font-size : 10px; color : #000000; background:#eeeeff url(/forum/templates/subSilver/images/icon_latest_reply.gif) left center no-repeat; padding-left:24px; padding-right:2px;}

/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
a.postlink:link        { text-decoration: none; }
a.postlink:visited { text-decoration: none; }
a.postlink:hover { text-decoration: none; }

/* Quote & Code blocks */
.code {
        font-family: "Courier New"; font-size: 11px; color: #90bf43;
        background-color: #ffffff; border: #ccc; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 2px;
		padding:5px;
}

.quote {
        font-family:Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
        background-color: #ffffff; border: 1px solid #ccc; padding:5px;

}

/* Copyright and bottom info */
span.copyright                { font-size: 10px; font-family:Arial, Helvetica, sans-serif; color: #333333;}
a.copyright, a.copyright:visited                { font-size: 10px; color: #334f72; text-decoration: none;}
a.copyright:hover { font-size: 10px; color: #334f72; text-decoration: none;}

/* Form elements */
input,textarea, select {
        color : #333333;
        font: normal 11px Verdana, Tahoma, sans-serif;
}

/* 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 : #ffffff;
        color : #333333;
        font-size: 11px; font-family: Verdana, Tahoma, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
        background-color : #ffffff;
        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: #efefef; border-style: none; }

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

h1{color:#000; margin:0; display:inline; float:none; font-size:18px; font-weight:normal;}
h2{color:#000; margin:0; display:inline; float:none; font-size:12px; font-weight:bold;}
form{display:inline; float:none;}
.vali{vertical-align:middle; border:none; padding-left:1px; padding-right:1px;}
div.inline_left{float:left; margin:0px; margin-right:10px; margin-bottom:10px;}
div.inline_right{float:right; margin:0px; margin-left:10px; margin-bottom:10px;}

.leaderboard{padding:15px; text-align:center; background:url("/images/tabbg.gif") repeat-x left bottom;}
.contentright{padding-left:10px;}
.contentleft{}

.js4m{color:#666; font-size:11px;}
a.js4ma{color:#aa110c; font-size:11px;}
a.js4ma:hover{color:#000; font-size:11px;}

a.cback{font-weight:bold; font-size:inherit;}
a.cback:hover{font-weight:bold; font-size:inherit;}

div.url_error{font-weight:bold; color:red;}

li{padding:0px; padding-top:2px; padding-bottom:3px;}

dt{font-weight:bold; margin-left:10px;}
dd{margin-left:30px; margin-bottom:5px;}

.pages {color:#cccccc; font-size:8pt;}
.pages:link {font-size: 7pt; color: #999999; border: 1px solid #bbbbbb; font-family: arial,helvetica; text-decoration: none}
.pages:hover {font-size: 7pt; background-color: yellow; border: 1px solid #999999; color: #000000; font-family: arial,helvetica; text-decoration: none}
.pages:active {font-size: 7pt; color: #999999; border: 1px solid #bbbbbb; font-family: arial,helvetica; text-decoration: none}
.pages:visited {font-size: 7pt; color: #999999; border: 1px solid #bbbbbb; font-family: arial,helvetica; text-decoration: none}


.explanations{font-size:11px; background-color:#e0e0ff; padding:5px; margin-bottom:10px; margin-top:3px;}
.rrnote{font-size:10px; color:#666; padding-left:0px; margin-top:80px;}
.rr{font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.rrh1{margin:0; display:inline; float:none; margin-top:40px;}
.rrh2{margin:0; display:inline; float:none; font-size:16px; margin-top:40px; page-break-before:always;}
.rrh3{margin:0; display:inline; float:none; font-size:14px;}
a.rrarr{text-decoration:none;}
a.rrarr:hover{text-decoration:none;}
a.rralia{color:#19870e; text-decoration:none; font-weight:bold;}
li.lia{padding:0px; list-style-image: url(/images/arrow_left_green_small.gif);}
li.rr{padding:0px; list-style-image:none;}



.wrapper{background-color:#f3f3f3; padding-top:8px;}
.wrapper_high_left{background:#fff url('/forum/templates/subSilver/images/wrapper_high.jpg') bottom left no-repeat; padding-left:10px; height:28px; min-height:28px; font-weight:bold; padding-bottom:7px; padding-top:7px;}
.wrapper_high_right{background:#fff url('/forum/templates/subSilver/images/wrapper_high.jpg') bottom right no-repeat;}
.wrapper_mid_left{background:#f3f3f3 url('/forum/templates/subSilver/images/wrapper_mid.jpg') top left repeat-y; width:10px;}
.wrapper_mid_right{background:#f3f3f3 url('/forum/templates/subSilver/images/wrapper_mid.jpg') top right repeat-y; width:10px;}
.wrapper_low_left{background:#fff url('/forum/templates/subSilver/images/wrapper_low.jpg') bottom left no-repeat; height:10px;}
.wrapper_low_right{background:#fff url('/forum/templates/subSilver/images/wrapper_low.jpg') bottom right no-repeat; height:10px;}
.wrapper_sep{height:2px;}



.main_wrapper_high_left{background:url('/forum/templates/subSilver/images/page_bg.gif') top left no-repeat; min-height:28px; width:10px; min-width:10px;}
.main_wrapper_high_center{background:#fff url('/forum/templates/subSilver/images/page_bg.gif') top center no-repeat; padding:10px;}
.main_wrapper_high_right{background:url('/forum/templates/subSilver/images/page_bg.gif') top right no-repeat; min-height:28px; width:10px; min-width:10px;}

.main_wrapper_mid_left{background:#fff url('/forum/templates/subSilver/images/page_bg_mid.gif') top left repeat-y;}
.main_wrapper_mid_center{background:#fff; padding:5px;}
.main_wrapper_mid_right{background:#fff url('/forum/templates/subSilver/images/page_bg_mid.gif') top right repeat-y;}

.main_wrapper_low_left{background:url('/forum/templates/subSilver/images/page_bg.gif') bottom left no-repeat;  height:15px; min-height:15px; width:10px; min-width:10px;}
.main_wrapper_low_center{background:#fff url('/forum/templates/subSilver/images/page_bg.gif') bottom center no-repeat;}
.main_wrapper_low_right{background:url('/forum/templates/subSilver/images/page_bg.gif') bottom right no-repeat;  height:15px; min-height:15px; width:10px; min-width:10px;}




    #tabsB {
      float:left;
      width:100%;
      background:#fff;
      font-size:93%;
      line-height:normal;
	  background:url("/images/tabbg.gif") repeat-x left bottom;
	  padding:0px;
	  
	  }
	#tabsB ul {
        margin:0;
        padding:10px 10px 0px 10px;
        list-style:none;
		white-space:nowrap;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("/images/tableftB.gif") no-repeat left top;
      margin:0;
	  margin-left:2px;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-weight:bold;
	  color:#000;
	  border-bottom:#b7b7b7 solid 1px;
	  }
	#tabsB a span {
      float:left;
      display:block;
      background:url("/images/tabrightB.gif") no-repeat right top;
      padding:5px 9px 4px 5px;
      color:#000;
	  white-space:nowrap;
      }
	html>body  #tabsB a span{ height:16px; }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

        #tabsB .current a {
                background-position:0% -84px;
				border-bottom:#fff solid 1px;
        }
        #tabsB .current a span {
                background-position:100% -84px;
        }




legend{font-weight:bold; color: #333;}
.note{font-size:11px; color:#6f6f6f;}
img{border:none;}

.cms-option{text-align:right; background-color:yellow; padding:7px;}






.wrap{width:432px; border:none;}
.wrap_head{background: url(/forum/templates/subSilver/images/wrappers/xp.silver.head.green.gif) bottom right no-repeat; height:25px;}
.wrap_head_left{background: url(/forum/templates/subSilver/images/wrappers/xp.silver.head.green.gif) bottom left no-repeat; height:100%;}
.wrap_content_light{padding:10px; padding-bottom:20px; background: url(/forum/templates/subSilver/images/wrappers/wrap.light.bg.gif) bottom left no-repeat;}
.wrap_content_dark{padding:10px; padding-bottom:20px; background: url(/forum/templates/subSilver/images/wrappers/wrap.dark.bg.gif) bottom left no-repeat;}

.wrap_xp_dark{color:#ccc; width:100%;}
.wrap_xp_light{color:#000; width:100%;}

.wrap_xp_1{background: url(/forum/templates/subSilver/images/wrappers/xp.silver.head.gif) bottom left no-repeat; height:22px; padding:0px; padding-left:10px; padding-bottom:2px;}
.wrap_xp_2{background: url(/forum/templates/subSilver/images/wrappers/xp.silver.head.gif) bottom right no-repeat; height:22px; width:20px;}

.wrap_xp_dark_3{background: #222222 url(/forum/templates/subSilver/images/wrappers/xp.bottom.1.gif) bottom left repeat-x; border: none; padding:10px; padding-right:0px;}
.wrap_xp_dark_4{background: #222222 url(/forum/templates/subSilver/images/wrappers/xp.bottom.1.gif) bottom right repeat-x; border: none; width:20px;}
.wrap_xp_dark_5{background: url(/forum/templates/subSilver/images/wrappers/xp.bottom.2.gif) top left no-repeat; height:10px; width:20px;}
.wrap_xp_dark_6{background: url(/forum/templates/subSilver/images/wrappers/xp.bottom.2.gif) top right no-repeat; height:10px; width:20px;}

.wrap_xp_light_3{background: #efefef url(/forum/templates/subSilver/images/wrappers/xp.bottom.3.gif) bottom left repeat-x; border: none; padding:10px; padding-right:0px;}
.wrap_xp_light_4{background: #efefef url(/forum/templates/subSilver/images/wrappers/xp.bottom.3.gif) bottom right repeat-x; border: none; width:20px;}
.wrap_xp_light_5{background: url(/forum/templates/subSilver/images/wrappers/xp.bottom.4.gif) top left no-repeat; height:10px; width:20px;}
.wrap_xp_light_6{background: url(/forum/templates/subSilver/images/wrappers/xp.bottom.4.gif) top right no-repeat; height:10px; width:20px;}

.topic_list{list-style-image: url(/images/tab.document.gif); font-size:11px; padding:0px; margin-bottom:5px;}
.forum_li{list-style-image: url(/images/tab.folder.gif);}

.site_desc,a.site_desc,a.site_desc:hover{
	font-size:9px;
	color:#333333;
	font-weight:bold;
	margin-left:15px;
	}

.lurkers{
	border: #b5b5b5 solid 1px;
	padding:10px;
	padding-left:75px;
	background: #ffffdd url(/images/lurkers-bg.gif) no-repeat left top;
	}
.lurkers:hover{
	background: #eeeeff url(/images/lurkers-bg.gif) no-repeat left top;
	}
.infocell{
	border: #b5b5b5 solid 1px;
	padding:10px;
	padding-left:75px;
	background: #ddddff url(/images/info-bg.gif) no-repeat left top;
	}

.row_s {background-color: #ccc; height:1px;}
.row_over {background-color: #fff;}
.row_over:hover {background-color: #eee;}

.cup_wrapper{
	border-top:none;
	border-left:#b5b5b5 solid 1px;
	border-bottom:#b5b5b5 solid 1px;
	border-right:#b5b5b5 solid 1px;
	}

