﻿*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-Family: Arial,sans-serif;
    font-size: small;
    height: 100%;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #717073;
}

    body img
    {
        max-width: 100%;
    }

table
{
    border-collapse: collapse;
}

th, td
{
    text-align: left;
}



.positiveMessage
{
    color: #008000;
}

.negativeMessage
{
    color: #FF0000;
}

.header
{
    font-weight: bold;
    background-color: white;
    width: 100%;
    height: 65px;
}

#headerLogo
{
    cursor: pointer;
    float: left;
    margin: 3px 0px 0px 3px;
    background-color: White;
    clear: both;
    padding: 5px;
    overflow: auto;
}

.colorBar
{
    background: url(../images/colorBar.jpg);
    height: 11px;
    min-height: 11px;
    width: 100%;
    float: left;
    clear: both;
    border: 0px;
}


.contentUpper
{
    height: 20px;
    font-size: 14px;
    font-family: Arial,Verdana, Serif;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    background-color: #e7e7e7;
    border: 0px;
    background: #f2f2f2;
    font-weight: bold;
    color: #000;
    background-image: url('../images/buttonBackSlice.jpg');
    background-repeat: repeat-x;
    text-align: left;
    overflow: auto;
}

    .contentUpper img
    {
        float: left;
        margin: 0px 10px 5px 5px;
    }

.contentUpperText
{
    padding-top: 3px;
    float: left;
}

#map_canvas
{
    z-index: 99;
}


    #map_canvas img
    {
        max-width: none;
    }

.confirmLight
{
    text-align: left;
}

.confirmLightTable
{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

    .confirmLightTable td
    {
        padding: 5px 0px 5px 5px;
    }

#simplemodal-overlay
{
    background-color: #b5afaf;
}

#simplemodal-container
{
    background-color: #fdfbfb;
    border: 0px solid #444;
}

.cancelButton
{
    border-top: 1px solid #96d1f8;
    background: #c12e2a;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background: -webkit-linear-gradient(top, #d9534f, #c12e2a);
    background: -moz-linear-gradient(top, #d9534f, #c12e2a);
    background: -ms-linear-gradient(top, #d9534f, #c12e2a);
    background: -o-linear-gradient(top, #d9534f, #c12e2a);
}

    .cancelButton:hover
    {
        border-top-color: #28597a;
        background: #c12e2a;
        color: #ccc;
    }

    .cancelButton:active
    {
        border-top-color: #1b435e;
        background: #c12e2a;
    }

.successButton
{
    border-top: 1px solid #bbbebf;
    background: #60a859;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background: -webkit-linear-gradient(top, #5cb85c, #419641);
    background: -moz-linear-gradient(top, #5cb85c, #419641);
    background: -ms-linear-gradient(top, #5cb85c, #419641);
    background: -o-linear-gradient(top, #5cb85c, #419641);
}

    .successButton:hover
    {
        border-top-color: #28597a;
        background: #419641;
        color: #ccc;
    }

    .successButton:active
    {
        border-top-color: #1b435e;
        background: #419641;
    }

.successButton,
.cancelButton,
#simplemodal-container
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.successButton,
.cancelButton
{
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    padding: 5px 10px;
    color: white;
    margin-top: 20px;
}

.modalFooter
{
    padding: 10px;
}


#simplemodal-container
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    padding: 10px;
}

.successButton,
.cancelButton,
.wideButton,
.ticketButtonOncor,
.ticketButtonAnother
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
}

.successButton,
.cancelButton
{
    width: 50px;
    padding: 7px;
}

.wideButton
{
    width: 150px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 5px 2px 0px;
    font-size: 14px;
}

.ticketButtonOuter
{
    width: 100%;
    text-align: center;
    background-color: White;
    padding: 30px 0px 30px 0px;
}

.ticketButtonOncor,
.ticketButtonAnother
{
    background: #60a859;
    color: White;
    height: 30px;
    padding: 12px 10px 2px 10px;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.ticketButtonOncor
{
    background: #336699;
    margin-left: 15px;
}

.ticketButtonAnother
{
    background: #60a859;
}


.modalHeader
{
    margin-top: 5px;
}

.modal
{
    display: none;
}

.modalText
{
    padding: 0px 5px 0px 20px;
}

.addressButtonOuter,
.contactButtonOuter,
.homeButtonOuter,
.busyButtonOuter
{
    height: 20px;
    min-height: 20px;
    margin: 5px 0px 20px 3px;
}

.addressButtonInner,
.contactButtonInner,
.homeButtonInner,
.busyButtonInner
{
    background-Color: #0375b0;
    border-Style: solid;
    border-Width: 0px;
    cursor: pointer;
    text-Align: center;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.addressButtonInner
{
    background-Color: #0375b0;
}

.contactButtonInner
{
    background-Color: #660000;
}

.homeButtonInner
{
    background-Color: #03910d;
}

.busyButtonInner
{
    background-Color: black;
}

.busyButtonOuter
{
}

.addressButtonText,
.contactButtonText,
.busyButtonText
{
    font-Family: Arial,sans-serif;
    font-Size: 14px;
    padding: 5px 8px 7px 8px;
    color: white;
}

.homeButtonIcon
{
    padding: 3px 10px 1px 10px;
}

.zoomWarningButtonOuter
{
    height: 20px;
    min-height: 20px;
    padding: 5px 5px 5px 5px;
}

.zoomWarningButtonInner
{
    background-Color: #fcff01;
    border-Style: solid;
    border-Width: 0px;
    cursor: pointer;
    text-Align: center;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.zoomWarningButtonText
{
    font-Family: Arial,sans-serif;
    font-Size: 14px;
    padding-Left: 8px;
    padding-Right: 8px;
    padding-bottom: 3px;
    color: black;
}

.instructions
{
    height: 100px;
    font-Family: Arial,sans-serif;
    font-Size: 12px;
    text-align: center;
    background-color: white;
    padding: 20px;
}

.ticketPageOuter
{
    padding: 20px;
    background-color: White;
}

.ticketOuter
{
    background-color: White;
    padding-top: 20px;
    margin-bottom: 10px;
}

.legend
{
    padding: 5px 0px 5px 5px;
    background-color: White;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
    width: 310px;
    height: 30px;
    text-align: center;
    margin: 0px 2px 2px 0px;
}

.legendText
{
    padding: 8px 5px 5px 5px;
    float: left;
    font-Family: Arial,sans-serif;
    font-Size: 11px;
}


.legendImage
{
    float: left;
}

#poleInfoWindow
{
    width: 200px;
    height: 100px;
}

.lightModalIcon
{
    float: left;
    clear: left;
    margin: 0px 10px 10px 0px;
}

.lightModalTitle
{
    float: left;
    padding-top: 5px;
}

/* containers */
.content
{
    width: 100%;
    background-color: White;
    overflow: auto;
    text-align: left;
}

.notificationContent
{
    width: 100%;
    background-color: White;
    overflow: auto;
    margin: 0px auto 0px auto;
}

.property
{
    margin: 5px;
    overflow: auto;
    text-align: left;
}

.collapsed
{
    display: none;
}
/* field stylings */
.blockLabel
{
    display: block;
    font: 14px Arial, sans-serif;
}

.inlineLabel
{
    width: 80px;
    vertical-align: middle;
    display: inline-block;
    font: 14px Arial, sans-serif;
    float: left;
    margin-top: 3px;
}

.inlineLabelCheckBox
{
    width: 70px;
}

.inline
{
    display: inline-block;
}



.value
{
    font: 14px Arial, sans-serif;
    overflow: auto;
    margin: 5px 0px 5px 0px;
}

.oneLineValue
{
    line-height: 14pt;
    height: 14pt;
    overflow: hidden;
}

.left
{
    float: left;
    text-align: left;
}

.right
{
    float: right;
    text-align: right;
}

.center
{
    display: inline-block;
    text-align: center;
}

.isRequired
{
    color: #FF0000;
}

/* interactive stylings */
.collapsor
{
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    color: White;
    background-color: Gray;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.actions
{
    text-align: center;
}

.actionsUpperMargin
{
    margin-top: 10px;
}

.formCentered
{
    width: 300px;
    margin: 0 auto;
    background-color: white;
}

.button
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 0px white;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
    display: inline-block;
    margin: 5px;
    width: 150px;
    height: 40px;
    vertical-align: middle;
    padding: 3px 5px 4px 0px;
}

.buttonMessage
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    font-weight: 600;
}

.submit
{
    background: #60a859;
    color: White;
}

.redirect
{
    background: #a35200;
    color: White;
}

.oncor
{
    background: #880023;
    color: White;
}

.notify
{
    background: Gray;
    color: White;
}

.notifyClose
{
    z-index: 10;
    margin-top: 5px;
}

.renderingMapText
{
    padding: 40px;
    color: white;
}

.legalFooter
{
    text-align: center;
    font-size: .9em;
    font-family: arial,verdana,helvetica,sans-serif;
    font-weight: 400;
    margin: 15px auto 0 auto;
    padding: 10px 0px 10px 0px;
}

.legalWarning
{
    margin: 10px auto 10px auto;
    padding: 0px 0px 0px 0px;
    color: black;
    font-weight: 600;
    overflow: hidden;
}

.legalItem
{
    color: #03a689;
}

.notifyCheckBoxLabel
{
    margin: 20px 0px 10px 5px;
    padding: 0px;
    font-size: .9em;
    line-height: 14pt;
    height: 14pt;
    overflow: hidden;
}

.notifyCheckBoxArea
{
    margin: 0px 0px 10px 30px;
}

.optionalNote
{
    padding-left: 15px;
    font-weight: 600;
}

.optionalNoteCheck
{
    padding-left: 0px;
    font-weight: 600;
    font-size: .9em;
}

.legalParagraph
{
    text-align: left;
    padding-bottom: 6px 0px 16px 0px;
    text-transform: none;
    text-indent: 0px;
    margin: 0px 0px 10px 0px;
    letter-spacing: normal;
    font: 11px verdana, arial, helvetica, sans-serif;
    white-space: normal;
    word-spacing: 0px;
    color: #5f5a5a;
}

ul.legalParagraph
{
    list-style: none;
    text-indent: 20px;
    font: 10px verdana, arial, helvetica, sans-serif;
}

h3.legalParagraph
{
    color: #686262;
    font-weight: 600;
}

.revision
{
    font-style: italic;
}

.cursorHover {
    cursor: pointer;
}