﻿.Content {
    border-right: #800000 thin solid;
    border-top: #800000 thin solid;
    border-left: #800000 thin solid;
    width: 78%;
    border-bottom: #800000 thin solid;
    height: 500px;
    background-color: #D7E6F6;
    left: 10%;
    position: absolute;
    font-size: smaller;
    font-family: Verdana;
    text-align: center;
}
.HeaderContent {
    font-weight: bold;
    color: maroon;
    font-family: Verdana;
    background-color: #ffe4c4;
    border-bottom: maroon thin solid;
    text-align: center;
    width: 100%;
}

.PageContent {
    border-right: maroon 1px solid;
    border-top: maroon 1px solid;
    font-size: small;
    border-left: maroon 1px solid;
    border-bottom: maroon 1px solid;
    font-family: Verdana;
    background-color: white;
    color: maroon;
    width: 100%;
    height: 100px;
    left: 1%;
    position: absolute;
}
.MainContent {
    background-color: #FFFFFF;
}

.Label {
    font-weight: normal;
    color: #0066cc;
    font-size: small;
    font-variant: normal;
}
.CartControl {
    background-color: #D8E1F5;
}

.CartBorder {
    border: 1px solid;
    border-color: #000099;
    margin-top:-20px;
}

.CartTitle {
    font-weight: bold;
    font-size: x-large;
    color: #010145;
}

.CartSection {
    font-weight: bold;
    font-size: large;
    color: White;
}

.CartSectionBackground {
    background-color: #006666;
}

.WorkPerformanceControl {
    background-color: #A6FFA6;
}

.WorkPerformanceBorder {
    border: 1px solid;
    border-color: #000099;
}

.WorkPerformanceTitle {
    font-weight: bold;
    font-size: x-large;
    color: #010145;
}

.WorkPerformanceSection {
    font-weight: bold;
    font-size: large;
    color: White;
}

.WorkPerformanceSectionBackground {
    background-color: #5F7456;
}

.CustomerDetailBackground {
    background-color: #5F7456;
    font-weight: bold;
    font-size: medium;
    color: White;
}
/* Define the looks of each ItemRow in a GridView */
.GridRowStyle {
    padding-left: 3px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #D7E6F6;
    color: #2f4f4f;
}

/* Define the looks of each alternating Row in a GridView */
.GridAlterenatingRowStyle {
    padding-left: 3px;
    background-color: #ffffff;
    color: #2f4f4f;
}

/* Define the looks of the header Row in a GridView */
.GridHeaderStyle {
    background-color: #5F76AB;
    padding-left: 3px;
    color: #ffffff;
}

    /* Define the looks of each link in the header of a GridView */
    .GridHeaderStyle a {
        color: #ffffff;
        text-decoration: none
    }

.Index I {
    z-index: -100;
}

.Repeater {
    border-right: #5975a5 1pt solid;
    border-left: #5975a5 1pt solid;
    border-bottom: #5975a5 1pt solid;
    border-top: #5975a5 1pt solid;
    background-color: #d7e6f6;
}

