﻿body {
background-color:#FFFFF0;
 margin-top:0px;
 
}
/*body a{
    color:#CC3366;
}
body a:visited{
    color:#CC3366;
}*/


.mtaintbl{
    border:1px solid #dedede;
}

/*Menu*/
 A {
        text-decoration: none;
        color:#E41B49;
    }
   
    .dropdowna {
        position: relative;
        display: inline-block;
                
      
    }
    .dropdowna .selected{
  background-color:#E41A4A;
  color:#fff !important;
    }
    
    .dropdown-content {
      background-color: #f9f9f9;
    border: 1px solid grey;
    border-radius: 5px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
  
    min-width: 160px;
    padding: 10px;
    position: absolute;
    width: 160px;
    z-index: 1;
    }

    .dropdowna:hover .dropdowna-content {
        display: block;
    }

    .mnuText {
       
        
        font-weight: bold;
    }
    
    /*.mnuText a{
       
        color:#fff;
    }*/
   

        .mnuText.selected {
            color: #003366;
        }

    .mnuHead {
        background-color: #E41A4A;
        height: 5px;
        margin-bottom: 8px;
    }
    /*.subMenu{
        
        border-radius:2px;
        padding:1px
    }*/
    /*.subMenu:hover{
        background-color:#E41A4A;
        color:#fff !important;
    }
      .subMenu:hover a{
        
        color:#fff !important;
    }*/
    /*End MEnu*/
      .txtInput {
            border: 1px solid #003366;
            border-radius: 5px;
            padding: 5px;
            width: 100%;
            color:black;
            font-family:'Roboto',sans-serif !important;
            font-size:13px;
        }



            .txtInput:focus {
                background-color: #ede3ee;
                border: 1px outset #003366;
                width: 100%;
            }

        .input-Error {
            border-color: red !important;
        }

        span {
            
            font-size: 13px;
        }

        .btn {
            background-color: #e41a4a;
            border: 1px solid black;
            color: #fff;
            font-weight: bold;
            padding: 6px;
        }

            .btn:active {
                background-color: #fbdceb;
                border: 1px solid grey;
                color: #000;
            }