
.table_menu{
    border: 1px solid black;
    border-collapse: collapse;
    width: 133px;
    border-style: none;
    text-align: center;
    
    font-family: Verdana;
    font-size: 10pt;
    font-style: static;
    color: #000000;
    text-align: left;
 
    text-decoration: none;
}

.table_menu_headline{
    font-family: Verdana;
    font-size: 10pt;
    font-style: static;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

.table_menu_emptycell{
    height: 22px;
}

.menu_top_headline{
    
    height: 25px;
    color: #000000;
    font-family: Verdana;
    font-size: 12pt;
 
    font-style: static;
    text-align: center;
}

.table_menu_td{
    border-bottom: 1px dotted black;
    padding-left: 8px;
}

.table_menu a:link{
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
}

.table_menu a:visited{
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
}

.table_menu a:hover{
    color: #000099;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
}

.table_menu a:active{
    color: #000000;
    font-family: Verdana;
    font-size: 10pt;
    text-decoration: none;
}

.table_login{
    border-bottom: 1px dashed #666666;
    border-collapse: collapse;
    margin-bottom: -20px;
    margin-top: -15px;
    width: 133px;
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
    
    vertical-align: top;
    text-align: left;
}


.table_login td{
    padding-bottom: 2px;
    vertical-align: top ;
}

.table_login_td2{
    padding-left: 5px;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
}

.table_login_td3{
    padding-left: 8px;
}

.table_login a:link{
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.table_login a:visited{
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.table_login a:hover{
    color: #000099;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.table_login a:active{
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
}

.table_menu_submit{
    padding-bottom: 2px;
    padding-top: 2px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    text-align: center;
}


.login_input{
    background-image: url(../images/inputbg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black;
    width: 126px;
    height: 20px;
    
    font-family: Verdana;
    font-size: 10pt;
    font-style: static;
 
    color: #000000;
    
    text-align: center;
}

.login_submit{

    background-color: #B9DCFF;
    
    border: 1px ridge grey;
    font-family: Verdana;
    font-size: 9pt;
 
    color: #000000;
    
    height: 22px;
}

.login_failed{
    font-size: 10pt;
    color: red;    
}


