﻿body
{
    background-color: #FFFFFF;
    background-image: none;
}

.login
{
    left: 50%;
    margin-left: -170px;
    text-align: center;
    width: 340px;
}

.login td
{
    text-align: right;
}

h2
{
    margin-bottom:15px;
    margin-top: 0;
    text-align: center;
    color: White;
    font-size: 24px;
    padding: 3px;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.period
{
    display: inline-block;
}

.period #DaysSubstract30
{
    margin-right: 5px;
    /*padding: 5px 10px;*/
}

.period #DaysAdd30
{
    margin-left: 5px;
    /*padding: 5px 10px;*/
}


.makelabel
{
    clear: both;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    text-align: right;
    width: 90px;
}

.editor-field
{
    float: left;
}

.filters .button
{
    /*padding: 5px 10px;*/
}

.filters #PlacesCount
{
    width: 40px;
    text-align: center;
}

.filters .period .dateedit
{
    width: 90px;
}


.schedule td
{
    text-align: center;
}

.order-period .dateedit
{
    width: 90px;
}

.order-period #TimeFrom
{
    width: 55px;
}

.order-period #TimeTill
{
    width: 55px;
}
