﻿body
{
    margin: 0px;
    font-family: Tahoma;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background-image: url(                 'images/background.bmp' );
    background-color: #B3CACB;
    background-repeat: repeat;
    background-attachment: scroll;
    table-layout: auto;
    empty-cells: show;
    visibility: visible;
}
.selectbox
{
    border: 2px groove #CFC7C2;
    background-color: #DDD7D5;
}
.my_button
{
    background-color: #CAA48A;
    background-image: url('images/buttona.gif');
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #6B6B6B;
    font-style: normal;
}
.my_box
{
    border-style: solid;
    border-width: 1px;
    border-color: #50A0A0 #478F8F #408080 #50A0A0;
    background-image: url(                                                   'images/background_high.bmp' );
    font-family: Tahoma;
    font-size: small;
    width: 99%;
    table-layout: fixed;
}
.my_input
{
    border: 1px groove #C6B09B;
    background-color: #E7D9CF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #DDDDFF;
}
.my_table
{
    border-style: double;
    border-width: 5px;
    border-color: #65D5DA #2FB4BB #26999F #91DFE3;
    padding: 4px;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    empty-cells: show;
}
.my_tt
{
    border-style: groove;
    border-width: 3px;
    border-color: #D3F257 #BEE912 #B0D911 #E7F8A5;
    width: 100%;
}
.my_parent
{
    border-style: double;
    border-width: 3px;
    border-color: #2DB1B9 #82DBDF #AAE7EA #289BA2;
    width: 100%;
}
.my_ttp
{
    border-style: inset;
    border-width: 4px;
    border-color: #D2D2FF #C4C4FF #B7B7FF #ECECFF;
    width: 100%;
}
.my_table_in
{
    border: 3px groove #C8DCDD;
    padding: 4px;
    width: 100%;
    empty-cells: show;
    table-layout: fixed;
    text-align: center;
    vertical-align: top;
}
.my_table_view
{
    border: 3px groove #C8DCDD;
    padding: 4px;
    width: 100%;
    empty-cells: show;
    table-layout: fixed;
    vertical-align: top;
}

a:hover
{
    color: #DD00C7;
    cursor: pointer;
}
.db_box
{
    border: 1px groove #FF9FD1;
    font-family: Tahoma;
    background-image: url(                                                   'images/background_high.bmp' );
    font-size: x-small;
    background-attachment: fixed;
    color: #DDDDFF;
}
