        a:link
        {
                color:#dddddd;
                font-size: 13px;
                font-family: verdana, arial, helvetica, serif;
        }
        a:visited
        {
                color:#bbbbbb;
        }
        a:hover
        {
                color:#ffffff;
        }
        .bb:link
        {
                color:black;
                font-size: 13px;
                font-family: verdana, arial, helvetica, serif;
                text-decoration: none;
        }
        .bb:visited
        {
                color:black;
                text-decoration: none;
        }
        .bb:hover
        {
                color:#353955;
                text-decoration: none;
        }
body
{
        background-color: #1D1F29;
        color:#eeeeee;
        margin: 0;
}
table.main
{
         background-color: #33353F;
         height: 100%;
         width: 950px;
}
.texture
{
        background-image: url('../graphic/block_texture.gif');
        background-color: white;
}
.bgtop
{
        background-image: url('../graphic/block_top.gif');
        background-repeat: no-repeat;
}
.menubg
{
        background-image: url('../graphic/menu_bg.gif');
}

input.button
{
        color: white;
        width:130px;
        background-image: url(../graphic/back.gif);
        font-size: 12px;
}

input.tab_all
{

        color: black;
        width:130px;
        background-image: url('../graphic/block_texture.gif');
        font-size: 12px;
}

.bgdark
{
        background-color: #3d3e46;
        background-repeat: repeat-y;
        background-image: url('../graphic/dark.gif');
}
.bgwhite
{
         background-image: url('../graphic/white.gif');
        background-repeat: repeat-y;
}

.selected
{
         background-color: navy;
         background-image: none;
}
.nobg
{
         background-image: none;
}

.error
{
        background-color: Red;
        width : 100%;
        margin-bottom: 3px;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 3px;
}

