/* subSilver stylesheet | Last update: 12/04/2006 (M/D/Y) */
body {
        background: #F5F5F5 url('images/bg_body.gif') repeat-x;
        margin: 0px;
        padding: 0px;
}
font, th, td, p                { font: 12px Verdana, Arial, Helvetica, sans-serif; }
a:link, a:active, a:visited    { color: #006699; }
a:hover	                       { text-decoration: underline; color: #0080C0; }
iframe                         { border: 1px #ffffff solid; }

/* This is the border line & background colour round the entire page */
.bodyline {
        width: 95%;
        height: 100%;
        background: #FFF;
        border: 0px #98AAB1 solid;
        border-width: 0px 1px 0px 1px;
}
.forumline {
        background: #FFF;
        border: 1px #006699 solid;
}
.helpline {
        background: #DEE3E7;
        border-style: none;
}

/* Top and navigation menu of the page */
td#topbkg {
             background: #fff url('images/bg_top.jpg') repeat-x;
             height: 99px;
}
td#topnav {
             background: #fff url('images/bg_nav.gif') repeat-x;
             height: 21px;
             border: 0px #98aab1 solid;
             border-top-width: 1px;
             border-bottom-width: 1px;
             text-align: center;
}

/* Main table cell colours and backgrounds */
td.row1	{
        background: #F5F5F5;
}
td.row2	{
        background: #EFEFEF;
}
td.row3	{
        background: #EFEDED;
}
td.row4	{
        background: #F5F5F5;
}
td.row1, td.row2, td.row3, td.row4 {
        border: 0px #D1D7DC solid;
        border-bottom-width: 1px;
        border-right-width: 1px;
}
td.row4:hover {
        background: #F2F2F2;
        border: 0px #D1D7DC solid;
        border-bottom-width: 0px;
        border-right-width: 0px;
        border-top-width: 1px;
        border-left-width: 1px;
}
td.spaceRow {
        background: #DCE5EA;
}

/* Header cells - the blue and silver backgrounds */
th {
        height: 25px;
	    color: #FFF;
        font-size: 11px;
        font-weight: bold;
	    background: #006699 url('images/bg_th.gif');
}
td.cat, td.catHead/*, td.catSides, td.catLeft, td.catRight, td.catBottom*/ {
        height: 25px;
        background: #D1D7DC url('images/bg_cat.jpg');
}

/* The largest text used in the index page title and topic title, etc. */
.maintitle {
        color: #0080C0;
        line-height : 120%;
        font: bold 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a.maintitle, a.maintitle:visited {
        color: #538CA8;
        text-decoration: none;
}
a.maintitle:hover {
        color: #0080C0;
        text-decoration: underline;
}

/* General text */
.gen {
        font-size: 12px;
}
.genmed {
        font-size: 11px;
}
.gensmall {
        font-size: 10px;
}
.gen, .genmed, .gensmall {
        color: #000;
}
a.gen, a.genmed, a.gensmall {
        color: #006699;
        text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
        color: #0080C0;
        text-decoration: underline;
}

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

/* Forum category titles */
.cattitle {
        color: #006699;
        font-size: 11px;
        font-weight: bold;
}
a.cattitle {
        color: #006699;
        text-decoration: none;
}
a.cattitle:hover {
        color: #0080C0;
        text-decoration: none;
        border: 0px #0080C0 dashed;
        border-bottom-width: 1px;
}

/* Forum titles */
.forumlink {
        color: #006699;
        font-size: 12px;
        font-weight: bold;
}
a.forumlink {
        color: #006699;
        text-decoration: none;
}
a.forumlink:hover {
        color: #0080C0;
        text-decoration: underline;
}


/* Used for the navigation text and the navigation bar when in a forum */
.nav {
        font-size: 11px;
        font-weight: bold;
        color: #000;
}
a.nav {
        color: #006699;
        text-decoration: none;
}
a.nav:hover	{
        text-decoration: underline;
}


/* Titles for the topics */
.topictitle	{
        color: #000;
        font-size: 11px;
        font-weight: bold;
}
a.topictitle:link {
        color: #006699;
        text-decoration: none;
}
a.topictitle:visited {
        color: #5493B4;
        text-decoration: none;
}
a.topictitle:hover {
        color: #0080C0;
        text-decoration: underline;
}

/* Name of poster, location, number of posts, post date etc in viewtopic.php and other places */
.name {
        color: #000;
        font-size: 11px;
}
.postdetails {
        color: #000;
        font-size: 10px;
}


/* The content of the posts (body of text) */
.postbody {
        font-size: 12px;
}
a.postlink:link	{
        color: #006699;
        text-decoration: none;
}
a.postlink:visited {
        color: #5493B4;
        text-decoration: none;
}
a.postlink:hover {
        color: #0080C0;
        text-decoration: underline;
}


/* Quote & Code blocks */
.code {
        color: #006600;
        background: #D1D7DC;
        border: 1px #D0D0D0 solid;
        font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
        color: #444;
        line-height: 125%;
        border: 1px #D1D7DC solid;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Credits of phpBB and of style */
.copyright {
        color: #444;
        font-size: 10px;
        letter-spacing: -1px;
}
a.copyright	{
        color: #006699;
        text-decoration: none;
}
a.copyright:hover {
        color: #0080C0;
        text-decoration: underline;
}

/* Form elements */
input {
        text-indent: 2px;
}
input, textarea, select {
	    color: #000;
        font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	    border: 1px #0080C0 solid;
}
input.post, textarea.post, select {
       	background: #FFF;
}
input.button {
	    background: #EFEFEF;
	    color: #000;
	    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.mainoption, input.liteoption {
	    background: #FAFAFA;
	    font-weight: normal;
}
input.mainoption:hover,input.liteoption:hover{
        border: 1px #005179 solid;
        background: url(images/bg_nav.gif);
}
input.button, input.mainoption, input.liteoption {
        background: #FFF url('images/bg_button.jpg');
}
