﻿.MinPageSize {
    min-height: 700px;
    min-width: 1200px;
}

.SelectionCell {
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    text-align: center;
    border-bottom: solid 1px #A0A0A0;
}

.toolbarElement {
    margin: 1px 0 0 10px;
    display: inline-block;
    float: left
}

.toolbarElementRight {
    margin: 1px 10px 0 0;
    display: inline-block;
    float: right;
}

.textBold, .textBold Input {
    font-weight: bold;
}

#GrayBar {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 100%;
    height: 23px;
    min-width: 850px;
}

#CalendarDiv {
    position: absolute;
    top: 111px;
    visibility: hidden;
}

.CalendarFrom {
    left: 127px;
}

.CalendarTo {
    left: 268px;
}

#SelectionDiv {
    position: absolute;
    top: 111px;
    left: 388px;
    border: 1px solid #808080;
    background-color: white;
    z-index: 200;
    visibility: hidden;
}

.popupRoadSelector {
    left: 587px !important;
    top: 114px !important;
}

#ESUSelectionType {
    position: absolute;
    text-align: center;
    top: 111px;
    left: 271px;
    width: 134px;
    border: solid 1px #808080;
    z-index: 115;
    visibility: hidden;
}

#SignSelectionType {
    position: absolute;
    text-align: center;
    top: 111px;
    left: 429px;
    width: 131px;
    color: white;
    border: 1px solid rgb(128, 128, 128);
    z-index: 116;
    visibility: hidden;
}

#FiltersDiv {
    position: absolute;
    top: 111px;
    left: 489px;
    border: 1px solid #808080;
    background-color: white;
    z-index: 200;
    visibility: hidden;
}

.FiltersDivStandard {
    /*width: 360px;*/
}

.FiltersDivExtended {
    width: 460px;
}

#MapDiv_root {
    min-width: 550px;
}

#StatusDiv {
    margin-top: 4px;
}

.popupTitle {
    font-weight: bold;
    color: white;
    background-color: #3264C8;
    text-align: center;
    padding: 4px;
    font-size: 13px;
}

    .popupTitle img {
        float: right;
        margin: -1px;
        cursor: pointer;
    }

.popupFooter {
    color: white;
    background-color: #3264C8;
    text-align: center;
    padding: 4px;
}

.popupSubheader {
    color: #3264C8;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px;
}

.popupContent {
    padding: 2px;
    overflow: hidden;
}

    .popupContent label {
        display: block;
        padding: 2px 0;
        white-space: nowrap;
        font-size: 12px;
    }

    .popupContent img {
        width: 56px;
        height: 5px;
        margin: 0 0 4px 0;
    }

    .popupContent .imgOneway {
        width: 56px;
        height: 17px;
        margin: 0 0 -2px 0;
    }


.popupSubContent {
    padding: 2px 0;
    float: left;
}

    .popupSubContent label {
        display: block;
        padding: 0 4px 0 0;
        white-space: nowrap;
        font-size: 12px;
        margin: 2px;
    }

#activityStatus {
}

.leftBar {
    border: 1px solid #808080;
    position: absolute;
    left: 0px;
    width: 120px;
    top: 118px;
    background-color: white;
    font-size: 8pt;
    text-align: center;
    padding: 4px 0;
}

    .leftBar .dijitButton {
        height: 24px;
        margin: 4px 0;
    }

    .leftBar hr {
        margin: 8px 4px;
    }


/* Main part of this is from Public.css */
#LeftBar .tabPane {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.rwButtons {
    margin: 8px 2px;
    text-align: center;
}

    .rwButtons input[type=button] {
        margin: 4px 2px 0 2px;
        width: 103px;
        height: 20px;
        display: inline-block;
        background-color: #777;
        border: 1px solid #444;
        color: white;
        border-radius: 4px;
        width: 103px;
        height: 27px;
        text-align: center;
        padding: 4px 2px;
        cursor: pointer;
        font-size: 8pt;
        font-family: inherit;
    }

    .rwButtons input.alternateHilight {
        background-color: #3264C8;
    }

    .rwButtons input[type=button]:hover {
        background-color: #aaa;
        color: #444;
    }

    .rwButtons input[type=button]:active {
        background-color: #3264C8;
        color: white;
    }

    .rwButtons input.isSelected {
        background-color: #3264C8;
    }

        .rwButtons input.isSelected:hover {
            background-color: #3264C8;
            color: white;
        }

label.rwTab span.rwTab {
    display: table-cell;
    background-color: #ddd;
    border: 1px solid #444;
    border-radius: 4px;
    width: 103px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 2px;
}

label.rwTab input[type=radio] {
    height: 0;
    opacity: 0;
    position: fixed;
    width: 0;
}

    label.rwTab input[type=radio]:checked + span.rwTab {
        background-color: #3264C8;
        color: white;
    }

.esriPopup .titlePane {
    background-color: #3264C8;
}

.HeaderContainer {
    background-color: #3264C8;
    background-image: url('../Images/BlueBar.gif');
    background-repeat: repeat-x;
    text-align: center;
    height: 115px;
}

#headerTitle {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 16px 270px 0 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial;
}

.projectsRightBar {
    width: 163px;
}