	body {
        background-color: #FFFFFF;
        scrollbar-face-color: #DEE3E7;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #DEE3E7;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color:  #02537E;
        scrollbar-track-color: #EFEFEF;
        scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
p, pre {
	font : normal 12px Verdana;
	color: Gray;
}
h2 {
	font : normal 15px Verdana;
	color: Gray;
}

td{
	font : normal 12px Verdana;
	color: Teal;
	
}
a:link,a:active,a:visited { color : #02537E;
							font : normal 10px Verdana;
							     color:#000099; }
a:hover                { 
text-decoration: underline; 
font : normal 10px Verdana;
color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline        { background-color: #FFFFFF; border: 0px #02537E solid; }

/* Main table cell colours and backgrounds */
td.row1        { background-color: #EFEFEF; }
td.row2        { background-color: #DEE3E7; }
td.row3        { background-color: #D1D7DC; }

/*
  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(templates/subSilver/images/cellpic2.jpg);
                background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th        {
	color: #2F4F4F;
	font-size: 11px;
	font-weight : bold;
	background-color: #F0FFFF;
	height: 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
                        background-image: url(templates/subSilver/images/cellpic1.gif);
                        background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  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 :-)
*/


/* 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 */
input,textarea, select {
        color : #000000;
        font: normal 10px Verdana, Arial, Helvetica, sans-serif;
        border-color : #f0ffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
        background-color : #EFEFEF;
        color : #000000;
        font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
