﻿@charset "utf-8";
/* CSS Document */
ul#breadcrumb li {
    color: #858585;
}

#secondary_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 145px;
}

    #secondary_nav li {
        padding: 4px 4px 8px;
        margin: 0;
        background: #d9e9f2 url('/assets/images/dotted_nav_divider_145.gif') repeat-x 0 100%;
    }

        #secondary_nav li a {
            display: block;
            color: #11416d;
            font-size: 13px;
            font-family: Trebuchet MS, Serif;
            font-weight: bold;
            text-decoration: none;
        }

        #secondary_nav li:hover {
            background-color: #11416d;
        }

            #secondary_nav li:hover a {
                color: #fff;
                text-decoration: none;
            }

        #secondary_nav li.active {
            background-color: #ecf4f8;
        }

            #secondary_nav li.active:hover {
                background-color: #11416d;
            }

#wrapper_logo_table {
    background-image: url(http://www.pjm.com/~/media/DotCom/Images/hero/ep.ashx);
}

#fullwidth {
    width: 850px;
}

    #fullwidth #section_title {
        width: 835px;
    }

.displaynone {
    display: none;
}

.disableitem {
    color: #C3C3C3;
}
/* login */
.log-reg {
    background: url('/assets/images/swoosh-bg.jpg') no-repeat 100% 100%;
    min-height: 300px;
}

.reginfo {
    float: right;
    width: 480px;
}

.box {
    position: relative;
    border: 1px solid #a1c6de;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 40px;
}

#OtherBox {
    max-width: 580px;
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
}

.loginform label {
    float: left;
    margin-top: 3px;
    width: 90px;
    color: #444;
}

.loginform input {
    width: 150px;
    border: 1px solid #999;
    margin-bottom: 5px;
}

.loginform .checkbox input {
    border: 0;
    margin-bottom: 5px;
    width: 15px;
}

.loginform .readonly {
    border: 0;
    margin-bottom: 5px;
}

.loginform input.btn {
    width: 71px;
    height: 26px;
    border: 0;
    margin: 5px 0 0 161px;
}

/* form validation */
.info {
    text-align: left;
    padding: 0 5px 1px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.error {
    background: #c00;
    border: 1px solid #a00;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-top: 2px;
}

.correct {
    color: #8dbc40;
    font-size: 1.75em;
    margin-top: -2px;
}

.wrong {
    color: #c00;
}

.normal {
    font-weight: normal;
    color: #333;
}

.validatefield {
    text-align: left;
    padding: 0 5px 1px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #c00;
    border: 1px solid #a00;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 5px;
}


/* register pages */
#subhead {
    border: solid 1px #a1c6de;
    border-bottom: 0;
    background: #e8f1f6;
    padding: 10px 0;
    width: 833px;
}

    #subhead ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #subhead ul li {
            display: inline;
            padding: 0 7px;
            font-size: 1.2em;
            color: #999;
        }

    #subhead a {
        color: #11416d;
    }

        #subhead a:hover {
            text-decoration: underline;
        }

    #subhead p {
        padding: 0 10px;
        margin: 0;
    }

#org-chooser {
    border: solid 1px #a1c6de;
    background: #fff;
    padding: 0 10px;
    width: 813px;
    height: 600px;
    overflow: auto;
}

    #org-chooser h4 {
        font-size: 1.5em;
        color: #333;
        clear: left;
        margin: 10px 0;
    }

.org-col {
    float: left;
    width: 375px;
    padding-bottom: 5px;
    line-height: 1.6em;
}

    .org-col a:hover {
        text-decoration: underline;
    }

    .org-col first {
        margin-right: 60px;
    }

.register label {
    margin-top: 3px;
    width: 49%;
    color: #444;
    text-align: right;
    padding-right: 10px;
}

.register input {
    width: 290px;
    border: 1px solid #999;
    margin-bottom: 5px;
}

    .register input.sm {
        width: 120px;
    }

    .register input#secure {
        margin-top: 12px;
    }

    .register input.btn {
        border: 0;
        margin: 20px 0 0 160px;
        width: 71px;
        height: 26px;
    }

.registercaptcha img {
    margin: 0;
    text-align: left;
}

.registercaptcha label {
    margin-left: -160px;
    text-align: right;
}

.registercaptcha input {
    margin: 0;
    text-align: left;
    width: 120px;
}

.validationtext {
    margin-left: 160px;
}

#passwordsdontmatch {
    margin-left: 5px;
    color: Red;
    display: none;
}

#passwordsmatch {
    margin-left: 5px;
    color: Green;
    display: none;
}

#emailsdontmatch {
    margin-left: 5px;
    color: Red;
    display: none;
}

#emailsmatch {
    margin-left: 5px;
    color: Green;
    display: none;
}
/* dashboard */
.dashboard .box {
    margin-bottom: 18px;
}

.col1, .col2, .col3 {
    float: left;
    display: inline;
}

.mylinks ul, .pjmnews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mylinks ul {
    width: 160px;
    margin: 0 12px 15px 0;
}

    .mylinks ul.col3 {
        margin-right: 0;
        border-left: 1px solid #a1c6de;
        min-height: 105px;
    }

        .mylinks ul.col3 li.secure {
            background: #fff url('/assets/images/i-secure.gif') no-repeat 100% 50%;
        }

    .mylinks ul li {
        padding: 5px;
    }

    .mylinks ul.col3 li {
        padding-left: 10px;
    }

    .mylinks ul li a, .mysecure ul li a {
        display: block;
    }

    .mylinks ul li:hover, .mysecure ul li:hover, .pjmnews ul li:hover, .right_sidebar_module ul li:hover {
        background-color: #ecf4f8;
    }

.mysecure {
    margin-right: 18px;
}

    .mysecure ul li {
        padding: 5px;
    }

.pjmnews ul li {
    background: #fff url('/assets/images/dotted_rule_4x1_right.gif') repeat-x 0 100%;
    padding: 5px 0 8px;
}

    .pjmnews ul li .item {
        background: url('/assets/images/right_arrow.png') no-repeat 3px 3px;
        padding: 0 0 0 20px;
    }

.box.mymeetings {
    padding: 0 0 15px;
}

#meetingslist {
    width: 100%;
}

    #meetingslist tr {
        background: url('/assets/images/dotted_rule_4x1_right.gif') repeat-x 0 100%;
    }

        #meetingslist tr.odd {
            background-color: #ecf4f8;
        }

    #meetingslist th {
        padding: 5px;
        color: #11416d;
        font-size: 11px;
        text-align: left;
        font-weight: normal;
    }

        #meetingslist th a {
            color: #11416d;
        }

    #meetingslist td {
        color: #666;
        padding: 8px 5px;
    }

.mymeetings .dash-btn {
    margin-right: 15px;
}

.help-links {
    float: right;
    padding-right: 8px;
}

    .help-links a {
        color: #fff;
        font-size: .75em;
        text-decoration: underline;
    }

    .help-links img {
        vertical-align: middle;
    }

    .help-links .addspeech, .help-links .addspeech:visited, .help-links .addspeech:hover {
        border-bottom: 0;
    }

.dash-btn {
    clear: both;
    margin-top: 15px;
    text-align: right;
}

.right_sidebar_module ul {
    list-style-type: none;
    margin: 0;
}

    .right_sidebar_module ul li {
        background: #fff url('/assets/images/dotted_rule_4x1_right.gif') repeat-x 0 100%;
        padding: 4px 0;
    }

        .right_sidebar_module ul li .item {
            background: url('/assets/images/right_arrow.png') no-repeat 3px 3px;
            padding: 0 0 0 20px;
        }


/* profile */
.myinfo table th {
    padding: 5px;
    color: #666;
    text-align: right;
    font-weight: normal;
}

.myinfo table.col1 {
    width: 240px;
    margin-right: 40px;
}

.myinfo table.col2 {
    width: 200px;
}

.myinfo p {
    clear: both;
    text-align: right;
}

.links table th {
    text-align: left;
    font-size: 1.1em;
}

.links table tr#addnew {
    background: url('/assets/images/newlink-bg.gif') repeat-x;
}

.links table {
    width: 100%;
}

    .links table td {
        padding: 4px;
    }

    .links table tr#addnew td {
        padding: 10px 4px;
    }

.links form input.add {
    background: transparent;
}

.links form input.linkfield {
    width: 230px;
    border: 1px solid #999;
    background: #fff;
    padding: 2px;
}

.links form input.btn {
    float: right;
    margin-top: 20px;
}

/* meetings */
p.key {
    font-style: italic;
    color: #666;
}

    p.key img {
        vertical-align: middle;
        margin-bottom: 5px;
    }

.meetings .box {
    padding: 0;
    min-height: 40px;
    max-height: 300px;
    overflow: auto;
}
/*.meetings .box { padding:0; height:300px; overflow:auto; }/*Original code*/
.meetings .headers {
    position: relative;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #11416d;
    font-size: .8em;
    font-weight: bold;
    border-right: 1px solid #a1c6de;
    border-left: 1px solid #a1c6de;
}

.meetings .col1 {
    width: 55px;
    text-align: center;
}

.meetings .arrow {
    cursor: pointer;
    position: relative;
}

    .meetings .arrow span {
        background: url('../images/arrows-expand-collapse.png') no-repeat 50% 0;
        height: 16px;
        overflow: hidden;
    }

    .meetings .arrow.active span {
        background-position: 50% 100%;
    }

.meetings .col2 {
    float: left;
    display: inline;
    width: 118px;
}

.meetings .col3 {
    float: left;
    display: inline;
    width: 185px;
    margin-left: 10px;
}

.meetings .col4 {
    float: left;
    display: inline;
    width: 130px;
    margin: 0 5px;
}

.meetings .item {
    position: relative;
    clear: both;
    min-height: 14px;
    background: url('../images/bluedot-divider.gif') repeat-x 0 100%;
    padding: 10px 0;
}

    .meetings .item td {
        vertical-align: top;
    }

        .meetings .item td.c2 {
            width: 118px;
        }

        .meetings .item td.c3 {
            width: 180px;
            padding: 0 5px;
        }

    .meetings .item .mtg-content td.c3 {
        padding-left: 180px;
    }

    .meetings .item td.c4 {
        width: 135px;
        padding: 0 5px;
    }

.meetings .mtg-content p {
    font-size: .9em;
}

.meetings .reg-details table {
    margin: 9px;
    width: 97%;
}

    .meetings .reg-details table td {
        width: 49%;
        vertical-align: top;
        background: url('/assets/images/greydot-divider.gif') repeat-x;
        padding: 10px 0;
    }

        .meetings .reg-details table td.right {
            padding-left: 10px;
        }

        .meetings .reg-details table td.center {
            width: 3px;
            background: url('/assets/images/greydot-divider-vert.gif') repeat-y 50% 0;
            padding: 0;
        }

.meetings .reg-details .mtgreg {
    background: url("/assets/images/reg-yesconnector.gif") no-repeat 44px 16px;
    min-height: 70px;
}

.meetings .reg-details .how-vote, .meetings .reg-details .how-attend {
    float: right;
}

.meetings .reg-details .how-vote {
    width: 104px;
}

.meetings .reg-details .how-attend {
    width: 113px;
}

.meetings .item.registered {
    background-color: #effadb;
}

.meetings .item.updated {
    background-color: #fff3d0;
}



.meetings.detail .box {
    padding: 0;
    height: 100%;
}

.meetings.detail .col2 {
    padding-left: 8px;
}

.meetings.detail .item td.c2 {
    padding-left: 8px;
    width: 120px;
}

.meetings.detail .item td.c3 {
    width: 176px;
}

.meetings.detail .item .mtg-content td.c3 {
    padding-left: 135px;
}

.meetings.detail .item {
    position: relative;
    clear: both;
    min-height: 14px;
    padding: 10px 0;
}

.meetings .reg-details .scroll {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 8px;
}

.meetings .reg-details table table.scrolltable {
    margin: 0;
    width: 95%;
}

.reg-details {
    margin: 0;
    width: 97%;
}

.meetings .reg-details td .scrolltable td {
    width: 8%;
    background: transparent;
    padding: 0;
}

    .meetings .reg-details td .scrolltable td.title {
        width: 75%;
        padding-left: 10px;
    }

.meetings .reg-details .materials-tools {
    margin-top: 10px;
}

.meetings.detail.materials .box {
    height: auto;
}

.materials .reg-details table td {
    background: none;
}

.materials {
    margin-top: 10px;
}
/* email lists 
.SelectLeft, .SelectRight { width:242px; height:290px; border:1px solid #fff; padding:6px; }
.SelectLeft option, .SelectRight option { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.9em; color:#555; padding:4px 2px; }
.box.email-lists {padding-bottom:50px;}
.email-lists td.center { width:40px; background:#f3f3f3 url('/assets/images/emaillist-centerbg.gif') repeat-y; vertical-align:middle; }
#emailsubhead.email-lists { padding:10px; color:#333; }
#emailsubhead.email-lists span {  }

*/

/* general */
.error-note {
    color: #C00;
    padding: 8px 0;
    padding-left: 160px;
    width: 550px;
}

.intro {
    width: 545px;
    margin-bottom: 2em;
}

.note {
    position: absolute;
    width: 320px;
    height: 200px;
    display: none;
    background-image: url('../../assets/images/password-box-lrg.gif');
    background-repeat: no-repeat;
}

.pwdNote {
    position: absolute;
    width: 320px;
    height: 70px;
    display: none;
    background-image: url('../../assets/images/password-box-sml.gif');
    background-repeat: no-repeat;
}

#msgboxltIE9 {
    top: 185px;
    display: none;
    position: absolute;
    left: 305px;
}

#msgboxgteIE9 {
    top: 185px;
    display: none;
    position: absolute;
    left: 305px;
}

#msgboxIE8only {
    top: 205px;
    display: none;
    position: absolute;
    left: 305px;
}

#msgbox {
    top: 205px;
    display: none;
    position: absolute;
    left: 305px;
}

#pwdDiv {
    top: 240px;
    right: 120px;
    display: none;
    position: absolute;
}

#pwdDivgteIE9 {
    top: 217px;
    right: 120px;
    display: none;
    position: absolute;
}

#pwdDivIE8only {
    top: 240px;
    right: 120px;
    display: none;
    position: absolute;
}

#pwdDivltIE9 {
    top: 220px;
    right: 120px;
    display: none;
    position: absolute;
}
/* pwd dialogue*/
#divBox {
    padding-left: 10px;
}

#Frmtheading {
    padding-left: 22px;
    padding-top: 20px;
}

#msgImg {
    padding-bottom: 6px;
}

#msg {
    padding-left: 12px;
    height: 20px;
}

#pwdheading {
    padding-top: 15px;
    padding-left: 17px;
}

#pwdMsg1 {
    font-family: Trebuchet MS;
    font-weight: normal;
    font-size: 12px;
    width: 245px;
    height: 20px;
}

#divspan {
    position: relative;
    top: 27px;
    left: 30px;
}

#pwdBox {
    padding-left: 10px;
}
/*pwd dialogue end */
.required {
    color: #ea5f0c;
}

/* CHANGES TO TOP NAVIGATION - ADD INTO DEFAULT.CSS? */
ul#header_navigation {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    height: 50%;
}
    /*ul#header_navigation li { float: left; border-left:1px solid #dadada; border-right:0; padding:0 10px; margin-top:5px; position: relative; }*/
    ul#header_navigation li {
        z-index: 4999;
        float: left;
        border-left: 1px solid #dadada;
        border-right: 0;
        padding: 0 10px;
        margin-top: 5px;
        position: relative;
    }

ul#topnav li a {
    float: left;
}

ul#header_navigation li.first:hover a, ul#header_navigation li.first a:hover {
    color: #444;
    background: #fff url('/assets/images/menu-arroworng.gif') no-repeat 95% 40%;
    border: 1px solid #a1c6de;
    border-bottom: 0;
}

ul#header_navigation li.first:hover li a, ul#header_navigation li.first li a:hover {
    color: #195388;
    background: transparent;
    border: 0;
}

ul#header_navigation li.first {
    border-left: 0;
    margin-top: 0;
    background: url('/assets/images/i-login.gif') no-repeat;
    padding-left: 30px;
}

    ul#header_navigation li.first a {
        color: #dadada;
        background: url('/assets/images/menu-arrowgrey.gif') no-repeat 95% 40%;
        padding: 5px 20px 10px 5px;
        line-height: 25px;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }

ul#header_navigation li .sub {
    position: absolute;
    top: 29px;
    left: 30px;
    border: 1px solid #a1c6de;
    border-top: 0;
    background: #fff;
    padding: 0;
    float: left;
    -moz-box-shadow: 3px 6px 6px #000000;
    -moz-box-shadow: 3px 6px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 6px 6px #000000;
    -webkit-box-shadow: 3px 6px 6px rgba(0,0,0,0.2);
    box-shadow: 3px 6px 6px #000000;
    box-shadow: 3px 6px 6px rgba(0,0,0,0.2);
    display: none; /*--Hidden for those with js turned off--*/
}

    ul#header_navigation li .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 140px;
        float: left;
    }

ul#header_navigation .sub ul li {
    width: 100%; /*--Override parent list item--*/
    color: #fff;
    border: 0;
    padding: 2px 0;
}

    ul#header_navigation .sub ul li a {
        float: none;
        border: 0;
        background: transparent;
        height: auto; /*--Override height from parent list item--*/
        padding: 0 0 0 8px;
        display: block;
        text-decoration: none;
        color: #195388;
    }

        ul#header_navigation .sub ul li a:hover {
            color: #082947;
            background: #f0f0f0;
        }

    ul#header_navigation .sub ul li.last {
        padding-bottom: 8px;
    }

    ul#header_navigation .sub ul li.personal {
        color: #444;
        background: #f0f0f0 url('/assets/images/menu-dots.gif') repeat-x;
        padding: 8px;
        width: 124px;
        line-height: 1.75em;
    }

        ul#header_navigation .sub ul li.personal a {
            padding: 0;
            display: inline;
        }

ul#header_navigation li.first.signin:hover a, ul#header_navigation li.first.signin a:hover {
    color: #fff;
    background: transparent;
    border: 0;
}

ul#header_navigation li.first.signin a {
    color: #dadada;
    background: transparent;
    padding: 5px 0 0 5px;
    line-height: 25px;
    border: 0;
}



/* Modal window */
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .60;
    z-index: 9999;
}

.popup_block {
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 20px;
    float: left;
    font-size: 1.25em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

img.btn_close {
    float: right;
    margin: -30px -30px 0 0;
}

/* STUFF REMOVED FROM THE PAGE */
.focalpointsHeader {
    font-weight: bold;
    font-size: 14.5px;
    color: #6F7072;
    font-family: Trebuchet MS, Serif;
}

.focalpointsBody {
    font-weight: bold;
    font-size: 12px;
    color: #11416D;
    font-family: Trebuchet MS, Serif;
}

a.focalpoints:link {
    font-weight: bold;
    font-size: 14.5px;
    color: #4D7192;
    font-family: Trebuchet MS, Serif;
    text-decoration: none;
}

a.focalpoints:visited {
    font-weight: bold;
    font-size: 14.5px;
    color: #4D7192;
    font-family: Trebuchet MS, Serif;
    text-decoration: none;
}

a.focalpoints:active {
    font-weight: bold;
    font-size: 14.5px;
    color: #4D7192;
    font-family: Trebuchet MS, Serif;
    text-decoration: none;
}

a.focalpoints:hover {
    font-weight: bold;
    font-size: 14.5px;
    color: #4D7192;
    font-family: Trebuchet MS, Serif;
    text-decoration: none;
}

tr.focalOn1, tr.focalOn2, tr.focalOn3, tr.focalOn4 {
    background-color: #D9E9F2;
}

tr.focalOver1, tr.focalOver2, tr.focalOver3, tr.focalOver4 {
    background-color: #62A1C8;
}

div.whiteOverlay {
    background-color: black;
}

div.jqDrag {
    cursor: move;
}
/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */ div.jqmDialog {
    display: none;
    position: fixed;
    top: 10px;
    left: 45%;
    width: 460px;
    overflow: hidden;
    font-family: verdana,tahoma,helvetica;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */ * html div.jqmDialog {
    position: absolute; /* top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100)+ 'px');
     */
    top: 35px;
}
/* [[[ Title / Top Classes ]]] */ div.jqmdTC {
    background: #FFFFFF url(/assets/images/sprite.gif) repeat-x 0 -82px; /* color: #528c00;*/
    color: #317895;
    padding: 7px 22px 5px 5px;
    font-family: "sans serif",verdana,tahoma,helvetica;
    font-weight: bold;
    *zoom: 1;
}

div.jqmdTL {
    background: url(/assets/images/sprite.gif) no-repeat 0 -41px;
    padding-left: 3px;
}

div.jqmdTR {
    background: url(/assets/images/sprite.gif) no-repeat right 0;
    padding-right: 3px;
    *zoom: 1;
}
/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
    background: url(/assets/images/bc.gif) repeat-x center bottom; /*padding: 7px 7px 7px;*/ /* removed dg */
    height: 500px;
    overflow: auto;
}
/* LightBox for Glossary */ div.jqmdBCGlossary {
    background: url(/assets/images/bc.gif) repeat-x center bottom; /*padding: 7px 7px 7px;*/ /* removed dg */
    height: 625px;
    overflow: auto;
}

div.jqmdBCEmailLightbox {
    background: url(/assets/images/bc.gif) repeat-x center bottom;
    padding: 7px 7px 7px;
    height: 450px;
    overflow: auto;
}

div.jqmdBL {
    background: url(/assets/images/bl.gif) no-repeat left bottom;
    padding-left: 7px;
}

div.jqmdBR {
    background: url(/assets/images/br.gif) no-repeat right bottom;
    padding-right: 7px;
    *zoom: 1;
}

div.jqmdMSG {
    color: #317895;
}
/* [[[ Button classes ]]] */ input.jqmdX {
    position: absolute;
    right: 7px;
    top: 4px;
    padding: 0 0 0 19px;
    height: 19px;
    width: 0;
    background: url(/assets/images/close.gif) no-repeat top left;
    overflow: hidden;
}

input.jqmdXFocus {
    background-position: bottom left;
    outline: none;
}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
    margin: 8px 10px 4px 10px;
    color: #777;
    background-color: #fff;
    cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus {
    background-color: #FFFFFF;
}

div.jqmdAbove {
    z-index: 5000;
    top: 8%;
}
/* used by 4c -- nested modal */
div.jqmdWide {
    width: 460px;
    margin-left: -380px;
}

div.jqmdExtraWide {
    width: 860px;
    margin-left: -380px;
}

div.jqmdTall {
    height: 405px;
}

div.jqmdExtraTall {
    height: 605px;
}

div.centered {
    width: 100%;
    text-align: center;
}

div.buttons input {
    margin: 10px 14px;
}

div.output {
    margin: 10px;
    color: red;
}

.largeText {
    font-size: 120%;
    font-weight: bold;
}

.smallText {
    font-size: 85%;
}
/*used by the glossary page which is loaded by jqModal*/

div.glossary_definition li {
    clear: both;
    list-style-type: disc;
    width: 100%;
}

#wrapper_logo_table {
    background-image: url(http://www.pjm.com/~/media/DotCom/Images/hero/lines.ashx);
}

div#login_section_title {
    color: #eb6e23;
    font-size: 24px;
    padding: 13px 0 13px 0;
    margin-left: 15px;
    width: 545px;
    /*border-top: 1px dotted #747474;*/
    background-image: url(/assets/images/dotted_rule_3x1_gray.gif);
    background-position: top;
    background-repeat: repeat-x;
}

/* Simple Modal */
#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    height: 100px;
    width: 400px;
    color: #000000;
    background-color: #ffffff;
    padding: 12px 12px 0 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url(/assets/images/x.png) no-repeat;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

@media only screen and (max-width: 1030px) {
    #org-chooser {
        width: auto;
    }
}

/* make "other" login page responsive*/
@media only screen and (max-width: 320px) {

    #OtherBox {
        position: relative;
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 250px;
    }

        #OtherBox .button {
            max-width: 350px;
        }

    .register label {
        float: none;
    }
}

@media only screen and (max-width: 1031px) {

    .register label {
        float: none;
    }

    .validationtext {
        margin-left: 0;
    }

    .register input {
        width: 100%;
    }
}
