 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* IMAGE SIZE */


.imagearea    { height: 350px; }


 /* BORDER COLORS */

.borderlines    {
        border-top: #FF0000 0px solid; 
        border-bottom: #FF0000 0px solid;
        padding: 0px;
        height: 25px;
        background-color: #3F4B57;
        }


 /* MAIN FONT COLOR */

TABLE         { COLOR: #FFFFFF; FONT: bold 11px arial, sans-serif; }



 /* LINK COLORS */

a:link        { color: #FFFFFF; text-decoration: none; }
a:active    { color: #FFFFFF; text-decoration: none; }
a:visited    { color: #FFFFFF; text-decoration: none; }
a:hover        { color: #CCFF00; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton        {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 0px;
            padding-right: 0px;
            width: 80px;
            white-space: nowrap;
            border: #FFFFFF 1px solid;
            background-color: #3F4B57;
            }

a.enterbutton:hover    {
            color: #3F4B57;
            text-decoration: none;
            border: #FF6600 1px solid;
            background-color: #FFFFFF;
            }