﻿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/yilbackw.bmp' );
    background-color: #F2F2FF;
    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: small;
    font-weight: bold;
    color: #6B6B6B;
    font-style: normal;
}
.my_box
{
    border-style: solid;
    border-width: 1px;
    border-color: #E7D5C9 #D0AF9B #BC8D6D #E7D5C9;
    background-color: #DAC7BA;
    font-family: Tahoma;
    font-size: small;
    color: #6B6B6B;
    width: 99%;
    table-layout: fixed;
}
.my_input
{
    border: 1px groove #C6B09B;
    background-color: #E7D9CF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #6B6B6B;
}
.my_table
{
   padding: 4px;
   border-style: solid;
   border-width: 1px;
   border-color: #E7D5C9 #D0AF9B #BC8D6D #E7D5C9;
   width: 100%;
   height: 100%;
   empty-cells: show;
   table-layout: fixed;
}
.my_table_in
{
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #D0AF9B #E7D5C9 #E7D5C9 #BC8D6D;
    width: 100%;
    height: 100%;
    empty-cells: show;
    table-layout: fixed;
    text-align: center;
}

a:hover
{
    color: #E67300;
    cursor: pointer;
}
.db_box
{
    border: 1px groove #FF9FD1;
    font-family: Tahoma;
    background-image: url(                                                   'images/yilback_tb.bmp' );
    font-size: small;
    background-attachment: fixed;
}
