/* CSS Document */

.banner_btn
{
    background-image: url(../images/banner_btm.gif);
    height: 18px;
    width: 100%;
    background-repeat: repeat;
    background-position: right top;
}
.data
{
    background-image: url(../images/banner_bg.gif);
    width: 588px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: right top;
}
.menu_bg
{
    background-image: url(../images/menubg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 27px;
}
td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #D60000;
    font-weight: bold;
}
.text2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.text3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    font-weight: bold;
}

.text4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #990000;
}
.btn_bg
{
    background-image: url(../images/btn_bg.jpg);
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    width: 89px;
    height: 24;
    font-family: Arial;
    font-size: 12px;
    color: #990000;
    text-align: center;
    text-decoration: none;
}
.btn_bg:hover
{
    background-image: url(../images/btn_bg.jpg);
    background-color: #E4E4E4;
    border: 1px solid #C60909;
    width: 89px;
    height: 24;
    font-family: Arial;
    font-size: 12px;
    color: #000099;
    text-align: center;
    text-decoration: none;
}
.btn_bg_sml
{
    background-image: url('../images/btn_bg.jpg');
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    width: 50px;
    font-family: Arial;
    font-size: 12px;
    color: #990000;
    text-align: center;
    text-decoration: none;
    height: 23px;
}
.btn_bg_sml:hover
{
    background-image: url(../images/btn_bg.jpg);
    background-color: #E4E4E4;
    border: 1px solid #C60909;
    width: 50px;
    height: 24;
    font-family: Arial;
    font-size: 12px;
    color: #000099;
    text-align: center;
    text-decoration: none;
}
.edit
{
    font-family: Arial;
    font-size: 13px;
    color: #990000;
    text-decoration: none;
}
.edit:hover
{
    font-family: Arial;
    font-size: 13px;
    color: #4F658E;
    text-decoration: underline;
}
.header
{
    font-family: Arial;
    font-size: 17px;
    color: #990000;
    font-weight: bold;
}
.headersml
{
    font-family: Arial;
    font-size: 12px;
    color: #7A0B0B;
    font-weight: bold;
}
.textbox
{
    background-color: #F8F8F8;
    border: 1px dotted #CCCCCC;
    font-family: Arial;
    color: #C60909;
    font-size: 12px;
}
.textbox_Hidden
{
    background-color: #dfdfdf;
    border: 1px dotted #CCCCCC;
    font-family: Arial;
    color: #C60909;
    font-size: 12px;
}
.SearchFile
{
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.LogOut
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.SearchFile:hover
{
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}



