﻿* {
    /* zero out margin */
    padding:0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
    html, body 
    {
    height:100%; /* gives layout 100% height */
    overflow:inherit; /* triggers 100% height in Opera 9.5 */
    background:#fff;
}
    #container {
    min-height:100%; /* gives layout 100% height */
    width:585px; /* centered div must be given a width */
    margin:0 auto 0 328px; /* centers #wrapper */
    background:#fff;
    text-align: center;
}
    * html #container { 
    height:100%; /* IE6 treats height as min-height */
}
p {
    font-size:1.8em;
    text-align:center;
    padding:200px 0 80px; /* bottom padding clears the #footer */
}
    #footer {
    height:30px;
    width:500px; /* centered div must be given a width */
    margin:-80px auto 0; /* -80px sucks it back in & auto centers it */
    background:#fff;
}
    #header {
    height:60px;
    width:100px; /* centered div must be given a width */
    background:#fff;
    text-align: right;
}
.style1
    {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #9EAD63;
        text-align : left;
        height: 30px;
        padding-left:15px;
        padding-right:15px;
    }
    
   .style2
    {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #6a6a6a;
        background-color: #EAEAEA;
        text-align : center;
        height: 30px;
        font-size: xx-small;
        border-color:Gray;
    } 

.style3
    {
        font-family: tahoma;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #7A893D;
        text-align : left;
        height: 30px;
        padding-left:15px;
        padding-right:15px;
        border-bottom:0; 
        border-left:0;
        border-right:0;
    }
    .styleEXT
    {
        font-family: tahoma;
        font-size: 9px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #7A893D;
        text-align : left;
        height: 30px;
        padding-left:15px;
        padding-right:15px;
    }

        .SearchC
        {
            font-size: x-large;
            color: #808080;
        }
        .SearchD
        {
            text-decoration: none;
        }
        .SearchA
        {
            font-family: tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #7A893D;
            text-align : left;
            height: 30px;
            padding-left: 15px;
            padding-right: 15px;
            width: 177px;
        }
        .SearchB
        {
            font-family: tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #7A893D;
            text-align : left;
            height: 29px;
            padding-left: 15px;
            padding-right: 15px;
        }
          .SearchE
        {
         color: #999999;
        }
        .SearchF
        {
            color: #999999;
            font-size: 10pt;
        }
                .PLoginA
        {text-align: right;}
        .PLoginB
        {text-decoration: none;}
        .PLoginC
        {color: #999999;}
        
        .PLoginD
        {
            font-size:7;
            font-weight: normal;
            color: #FFFFFF;
        }
        .PLoginE
        {
            font-family: tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #7A893D;
            text-align : left;
            height: 92px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .PLoginF
        { height: 92px; }
        .PLoginG
        {
            font-family: tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #7A893D;
            text-align : left;
            height: 50px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .PLoginH
        { height: 50px;
          font-family: Tahoma;
          font-size: 11px;
        }

        .PLoginH a 
        {
            text-decoration: none;
        }

        .PLoginH a:hover
        {
            text-decoration: underline;
        }
        
        .PLoginI
        {
            font-family: "Courier New", Courier, monospace;
            font-size: 18pt;
        }
                .ErrorA
     {
         text-decoration: none;
     }
     .ErrorB
     {
         color: #999999;
     }
             .LoginA
        {
            font-size: small;
            font-family: "Times New Roman", Times, serif;
        }
        .LoginB
        {
            color: #CC3300;
        }
                .UploadA
        {
            font-family: tahoma;
            font-size: 11px;
            font-weight: bold;
            color: #6a6a6a;
            background-color: #7A893D;
            text-align : left;
            height: 30px;
            padding-left: 15px;
            padding-right: 15px;
            width: 130px;
            border-left-style: none;
            border-left-color: inherit;
            border-left-width: 0;
            border-right-style: none;
            border-right-color: inherit;
            border-right-width: 0;
            border-bottom-style: none;
            border-bottom-color: inherit;
            border-bottom-width: 0;
        }
        .UploadB
     {
         text-decoration: none;
     }
     .UploadC
     {
         color: #999999;
     }
             .AdminA
        {
            font-weight: normal;
        }