body 
    {
    background: white;
    margin: 0;
    border: 0;
    }
td
    {
    color: #333333;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    }
a 
    {
    color: black;
    text-decoration: none;
    }
a:hover 
    {
    color: blue;
    text-decoration: underline;
    }
a:active 
    {
    color: black;
    text-decoration: none;
    }
.textinput
    {
    font-size: 11px;
    color: black;
    font-family: Verdana;
    width:200px;
    }   
.head 
    {
    padding-right: 6px;
    padding-left: 12px;
    font-size: 12px;
    padding-bottom: 1px;
    overflow: hidden;
    color: #333;
    line-height: 15px;
    padding-top: 3px;
    font-family: trebuchet ms,tahoma,ms sans serif;
    white-space: nowrap;
    letter-spacing: 1px;
    background-color: #F2F2F2;
    width:128px;
    
    cursor: hand;
    cursor: pointer;
    }
.body
    {
    border-top: #888 1px solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    }

.pane
    {
    border-right: #888 1px solid;
    border-top: #888 1px solid;
    overflow: hidden;
    border-left: #888 1px solid;
    border-bottom: #888 1px solid; 
    }
.toolbar
    {
    color:text;background:#E8E8E8;
    border-left: white 1px solid;
    border-right: #888 1px solid;
    border-top: white 1px solid;
    border-bottom: #888 1px solid;
    cursor:default;
    line-height: 18px;
    vertical-align: middle;
    font-weight: bold;
    /*
    cursor: pointer;
    cursor: hand;
    */
    }
.toolbarbox
    {
    color:text;background:white;
    border-Left:1 solid buttonhighlight;
    border-Right:1 solid buttonshadow;
    border-Top:1 solid buttonhighlight;
    border-Bottom:1 solid buttonshadow;
    cursor:default;
    line-height: 18px;
    font-weight: bold;
    }   
.menu
    {
    white-space: nowrap;
    letter-spacing: 0px;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    width:100%;
    }
.tab
    {
    white-space: nowrap;
    letter-spacing: 0px;
    padding-left: 18px;
    font-size: 11px;
    }   
#main_title
    {
    position:       absolute;
    left:           95px;
    top:            2px;
    color:          black;
    background:     transparent;
    border:         0;
    padding:        0;
    margin:         0;
    font-family:    Arial Black, Verdana, Helvetica, Sans-Serif;
    font-weight:    bold;
    font-style:     italic;
    font-size:      40px;
    letter-spacing: -2px;
}

.main_title_background
    {
    width:                  100%;
    height:                 80px;
    background:             #F2F2F2;
    background-image:       url("/images/b.gif");
    background-position:    0 0;
    border-bottom: #888 1px solid;
   
    }

.right_margin
    {
    border-right: #888 1px solid;
    }
.top_margin
    {
    border-top: #888 1px solid;
    }
.bottom_margin
    {
    border-bottom: #888 1px solid;
    }


#sub_title 
    {
    position:       absolute;
    left:           100px;
    top:            52px;
    color:          black;
    background:     transparent;
    padding:        0;
    margin:         0;
    border:         0;
    font-family:    Verdana, Helvetica, Sans-Serif;
    font-style:     italic;
    font-size:      11px;
}
.data tbody td
    {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    }


.sorted
    {
    background-color: #E9F2F8;
    }
.gray
    {
    color: #999999;
    }
.boxup
    {
    border-right: #888 1px solid;
    border-top: #888 1px solid;
    overflow: hidden;
    border-left: #888 1px solid;
    border-bottom: #888 1px solid; 
    }       
.boxup thead td
    {
    background-color: #E8E8E8;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    }
.boxup tbody td
    {
    line-height: 18px;
    padding-left: 4px;
    }
.boxup tfoot td
    {
    background-color: #E8E8E8;
    font-weight: bold;
    line-height: 20px;
    }
.ds
    {
    width:100%; 
    color:#FFFFFF; 
    filter:dropshadow(color=#000000,offx=1, offy=1, positive=1), glow(color=#000000, strength=0);
    }
.icon   
    {
    position:relative;
    left:8;
    top:12;
    z-index:10
    }

.sbtn {
    border-top: 1px solid #999;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #999;
    padding: 3px 15px;
    text-align: center;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 22px;
    text-decoration:none;
    color:#888;
    font-weight : normal;
    background:#fff;
}
a.sbtn:link {
    text-decoration:none;
    color:#888;
    font-weight : normal;
    background:#fff;
}
a.sbtn:hover {
    text-decoration:none;
    color:#000;
    font-weight:normal;
    background: #E8E8E8;
}

.textinput
    {
    font-size: 10pt;
    font-family: Tahoma, Arial, Sans-serif, Helvetica;
    width: 280px;
    }

