﻿body {
}

.LoginTablePos {
    position: absolute;
    top: 125px;
    left: 10px;
}
.MainImagePos{
    position:absolute;
    left:10px;
    top:25px;
}

.MenuHeadPos {
    position: absolute;
    left: 10px;
    top: 125px;
    background-color: #7abd46;

}

.MainTablePos {
    position: absolute;
    left: 10px;
    top: 175px;
}

.EditNewCustomer {

    color: Black;
    font-family: Calibri;
    font-size: 16px;
    background-color: yellowgreen;
}

.TableHeader {
    background-color:lightgray;
    font-size: 17px;
    color: Black;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
}

.TableSearchBar {
    background-color: lightgray;
    font-size: 17px;
    color: Black;
    font-family: Calibri;
    font-weight: bold;
    text-align: left;
}


.Menubar {
    
    background-color: #7abd46;
    width:500px;
    
}

.CustGridview {
    color: Black;
    font-family: Calibri;
    font-size: 14px;  
    background-color: #7abd46;
}

.CovertToUpperCase {
    text-transform: uppercase
}

.CustListView {
    color: black;
    font-size: 16px;
    font-family: Calibri;
    background-color: yellowgreen;
}

.InvHeaderDetails {
    font-family: Calibri;
    font-size: 18px;
    color: yellowgreen;
    font-weight: bold;
    width: 125px;
    display: inline-block;
}

InvHeaderOpenTimes {
    font-family: Calibri;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.Calendar2Pos {
    position: absolute;
    top: 450px;
    left: 325px;
}

.LnkButtonColor {
    color: Black;
    font-family: Calibri;
    font-weight: bold;
}

a.LnkButtonColor {
    color: Black;
    font-family: Calibri;
    font-weight: bold;
}


