﻿* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    font-family: Tahoma, Arial;
        width: 100%;
        display: table;

}

body {
    background-color: white;
}

.wrapper {
    height: 15px;
  //  width:65%;
    margin:10px auto 50px;
    padding-top:10px;
    max-width: 1024px !important;
    
}

.header {
    width: 100%;
    height: 100px;
    background-image: url(../Img/Bg.jpg);
}

.headercontent {
    height: 100px;
    width: 95%;
    margin: auto;
}

.logo {
    background-image:url(../Img/Logo.png);
    background-repeat:no-repeat;
    width:384px;
    height:91px;
    float:right;
    margin-top:0px;
}
.headerdetails {
    width:576px;
    height:100px;
    overflow:hidden; 
}

.btndates {
    width:576px;
    height:22px;
    padding-top :10px; 
}

.Divbtnlang {
    float:left; 
    width:127px;
    height:22px;
}

.Divbtnsubmit {
    float:right; 
    width:127px;
    height:22px;
}

.DivbtnPwd {
    float:left; 
    width:127px;
    height:22px;
    margin-left:3px;
}

.ButtonLang {
    background: url(../Img/ArMaster/button.png) no-repeat;
    width: 127px;
    height:22px;
    border:none;
    color: white;
    font-family:Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
}

.ButtonLang:hover {
    text-decoration:underline;
    cursor:pointer ;
}

.DivDate {
    width:auto ;
    font-family: Tahoma, Arial;
    font-size: 13px;
    text-align: center;
    color: #94f46e;
}

.VendorName {
    clear:both;
    float:left;
    width:auto;
    height:auto;
    font-family: Tahoma, Arial;
    font-size: 13px;
    text-align:left;
    color: #135301;
    font-weight: bold;
    margin-top:34px;
}



.VendorName span{
    background-color: transparent;
    font-size: 16px;
    color: #94f46e;
    font-weight: bold;
}

.Menu {
    clear: both;
    background-image:url(../Img/ArMaster/MenuBg.jpg);
    height:42px; 
    width:100%;
    overflow:hidden;
}

.MenuContent {
    margin: auto;
    width: 95%;
    overflow:hidden;
}

.Homepage {
    background-image:url(../Img/ArMaster/HomePage.png);
    background-repeat:no-repeat;
    height:42px; 
    width:88px;
    float:right;
    margin-top:-2px;
}

.MenuDetails {
    height:42px; 
    width:1000px;
    padding-top:8px; 
    /*Rady 2021-06-01*/
    padding-right:350px;
}

.footer {
    clear: both;
    position:fixed;
    bottom:0px;
    background-image: url(../img/ArMaster/Footer.jpg);
    background-repeat: repeat-x;
    height: 25px;
    width: 100%;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.footer p{
padding-top:6px;
}

@media screen and (max-width: 480px) {
 
}