﻿body {
 background: #EDFBD2 url(CSSimages/firming1024.jpg) repeat-x left top;
}

.MainTablePos {
    position: absolute;
    left: 25px;
    top: 200px;
    width: 95%;
}

.ShowCustTablePos {
    position: absolute;
    left: 25px;
    top: 200px;
    width: 95%;
}

.ShowCustEditDetailsPos {
    position: absolute;
    left: 75px;
    top: 200px;
}

.ShowCustDetailsPos {
    position: absolute;

    top: 200px;
}

.ShowBookingTablePos {
    position: absolute;
    left: 25px;
    top: 200px;
    width: 95%;
}

.LogonTablePos {
    position: absolute;
    left: 150px;
    top: 200px;
}

.LogonTableStyle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.TableLine {
    color: black;
    font-family: Calibri;
    font-weight: bold;
    background-color: yellowgreen;
}
.TableMenuBar {
    font-family: Calibri;
    font-weight: bold;
    background-color: gray;
}

.MainLogoPos {
    position: absolute;
    left: 25px;
    top: 50px; 
    width:95%;
}

.MainLogoStyle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.LogoBackground {
     background-image: url('LogoBackground.png');
   }

.fixedheader {
    position: absolute;
    z-index: 200;
}

.Calendar1Pos {
    position: absolute;
    top: 340px;
    left: 545px;
}

.Calendar2Pos {
    position: absolute;
    top: 375px;
    left: 545px;
}

.Calendar3Pos {
    position: absolute;
    top: 200px;
    left: 325px;
}

.ShowJobListPos {
    position: absolute;
    left: 225px;
    top: 250px;
    width: 95%;
}

.PrintJobListPos {
    position: absolute;
    left: 100px;
    top: 250px;
    width: 95%;
}

.MainTableHeader {
    color: black;
    font-family: Calibri;
    font-weight: bold;
    font-size: 26px;
}

.TableLineClear {
    color: black;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.MainTable {
    color: black;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
}

.MainTable2 {
    font-family: Calibri;
    font-size: 18px;
    background-color: beige;
    font-weight: bold;
    border: 2px solid black;

}

.TableBorders {
    background-color: #EDFBD2;
    border: 2px solid black;
    border-radius: 10px;
    font-family: calibri;
}

.TableBorders2 {
    background-color: #EDFBD2;
    border: 2px solid black;
    font-family: calibri;
}


.TableBorders3 {
    background-color:#b9dbb3;
    border: 1px solid black;
    border-radius: 10px;
    font-family: calibri;
    font-size: 18px;
    font-weight:bold;
    width: 1000px;
}

.TableSettings {
    font-family: Calibri;
    font-size: 19px;
    font-weight:bold;
   border:solid;
   border-width:thin;
}

.CovertToUpperCase {
    text-transform: uppercase
}

.AddCustomer {
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    border: solid;
    border-width: thin;
}

.ShowAddEditCustomerCell {
    font-family: Calibri;
    font-size: 18px;
    font-weight:400;
}

.container {
    margin: auto;
    width: 97%;
    padding: 200px 0;

}

.container2 {
    padding: 200px 0;
    margin-left: auto;

}

.container3 {
    padding: 200px 0;
    
}

.mouseOVER {
    background: #00ff00;
}

.mouseOUT {
    background: transparent;
}

.CustomerTableHeader {
    Font-Names ="Calibri" Font-Size="12pt" ForeColor="#663399": Calibri;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: gray;
}
.GridViewStyle {
    font-family: Calibri;
    font-size: 16px;
    color: black;
 
}

.CalendarLook {
    background-color: #FFFFCC;
    border-color: #FFCC66;
    border-width: 1px;
    Font-Names ="Calibri" Font-Size="12pt" ForeColor="#663399":Calibri;
    Font-Size: 12pt;
    Color: #663399;
}

.AddCustomerQuote {
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;

}

.QuoteSectionHeaders {
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
}


