﻿body {
    background-color: #FFFFFF;
    font-family: Lato, Andalus;
    color: #2E3192;
    font-size: 18px;
}

p {
    margin: 0px;
}
.progress-bar {
    background-color: #FF813A; /* Old browsers */
    background: -moz-linear-gradient(top, #FF813A 0%, #B8592b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FF813A 0%,#B8592b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FF813A 0%,#B8592b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF813A', endColorstr='#B8592b',GradientType=0 ); /* IE6-9 */
}

.NoWrap {
    white-space: nowrap;
}

.pagination ul {
    list-style-type: none;
}

.pagination li {
    display: inline;
}

ul {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

img {
    display: block;
}

a, a:visited {
    color: #007CC3;
    text-decoration: none;
}

    a:hover {
        color: #000000;
    }

.cssSection {
    font-size: 26px;
    font-weight: bold;
    color: #64bc4a;
}

.cssButton {
    border: 1px solid #000000;
    font-weight: bold;
    color: #ffffff;
    background-color: #007CC3;
    height: 22px;
}

    .cssButton:hover {
        border: 1px solid #000000;
        font-weight: bold;
        color: #007CC3;
        background-color: #ffffff;
        height: 22px;
    }

.cssLabel {
}

.Calendar .ajax__calendar_container {
    border: 1px solid #1b358d;
    background-color: #ffffcc;
    color: #1b358d;
}

.Calendar .ajax__calendar_active .ajax__calendar_day {
    color: #1b358d;
    font-weight: bold;
}

.EditFocus {
    background-color: #ffffcc;
}

.EditError, .EditErrorMax, .EditErrorMin {
    background-color: #ff0000;
}

.AlternatingItemStyle {
    font-weight: normal;
    color: black;
    background-color: #F0FFF0;
}

.FooterStyle {
    font-weight: normal;
    color: black;
    background-color: #FF6633;
}

.ItemStyle {
    font-weight: normal;
    color: black;
    background-color: #DCDCDC;
}

.SelectedStyle {
    font-weight: normal;
    color: black;
    background-color: #DAA520;
}

.HeaderStyle, .HeaderStyle a {
    font-weight: bold;
    color: #000000;
    background-color: #007CC3;
}

.PagerStyle {
    font-weight: normal;
    color: #007CC3;
}

.NotSelected {
    border: 1px solid #008000;
    background-color: #DCDCDC;
}

.Selected {
    border: 1px solid #008000;
    background-color: #DAA520;
}

.FixedHeaderContainer {
    height: 800px;
    overflow-y:auto;
}

.FixedHeader {
    position: absolute;
    height: 120px;
    margin-top: -120px;
    font-weight: bold;
    color: #000000;
    background-color: #007CC3;
}
