/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
        Style name:                subsilver2
        Based on style:        subSilver (the default phpBB 2 style)
        Original author:        subBlue ( http://www.subBlue.com/ )
        Modified by:                psoTFX and the phpBB team ( http://www.phpbb.com )
        
        This is an alternative style for phpBB3 for those wishing to stay with
        the familiar subSilver style of phpBB version 2.x
        
        Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
body {
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
        font-family: Tahoma;
        color: #5ea000;
        background-color: #FFFFFF;
        font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
        margin: 0;
}
#logodesc {
        background-color: #d3ff95;
        background-image: url('./images_green/background.gif');
        background-repeat: repeat-x;
        background-position: center bottom;
        padding: 0 25px 15px 25px;
}
/* Tables
 ------------ */
.tablebg {
        background-color: #d5d5d5;
}
th {
        color: #000;
        font-size: 1.1em;
        font-weight: bold;
        background-color: #d3ff95;
        background-image: url('./images_green/cellpic3.gif');
        white-space: nowrap;
        padding: 7px 5px;
}
.cat {
        height: 28px;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: #d3ff95;
        background-image: url('./images_green/cellpic1.gif');
        text-indent: 4px;
}
.rtl .catdiv {
        background: white url('./images_green/cellpic2_rtl.jpg') repeat-y scroll top right;
}
.row1 {
        background-color: #fdfdfd;
        padding: 4px;
}

.row2 {
        background-color: #f3f3f3;
        padding: 4px;
}

.row3 {
        background-color: #C0C8D0;
        padding: 4px;
}
/* Links
 ------------ */
a:link {
        color: #5ea000;
        text-decoration: none;
}

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

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

a.forumlink {
        color: #5ea000;
        font-weight: bold;
        font-family: Tahoma;
        font-size: 1.2em;
}

