﻿/* test stuff */
ul.list-naked {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.list-naked li {
        list-style: none;
    }

/* ----- andy styling ----- */


#login header {
    height: 101px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #90c400;
    border: none;
    line-height: 0.9em !important;
    font-size: 28px !important;
    text-shadow: none !important;
}

/*--- Header Left Side ---*/
div#title {
    width: 560px;
    float: left;
}

span#logo {
    float: left;
}

#title h6 {
    margin: 0;
    font-style: italic;
    color: #92cf42;
    font-weight: normal;
    font-size: 90%;
}

#title h1 {
    margin: 0;
}


/*--- Header Right Side ---*/
div#headerRight {
    float: right;
    text-align: right;
}

div.tagline {
    color: #92cf42;
    line-height: 1.1em;
    margin-top: 20px;
}

#logindisplay {
    font-size: 0.9em !important;
    display: inline !important;
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }


/*--- Header Main ---*/
div#headerMain div#logindisplay {
    float: right !important;
}

div#headerMain div#title {
    padding: 2px 0 0 18px !important;
}

    div#headerMain div#title .logoMini {
        height: 70px;
        width: 120px;
        float: left;
        margin: 5px 0 0;
    }

div#headerMain nav,
div#headerMain #menucontainer {
    margin-top: 0 !important;
    padding-top: 0;
    float: right;
}

/* TAB MENU - JVS
----------------------------------------------------------*/
ul#menu {
    border: none !important;
    position: relative;
    margin: 0;
    text-align: right;
    float: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            font-size: 0.9em;
            padding: 25px 12px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            font-size: 0.9em;
            padding: 15px;
            height: 40px;
            font-weight: bold;
            text-decoration: none;
            line-height: 40px;
            background-color: transparent;
            color: #FFF;
            border-radius: 4px 4px 0 0;
            margin: 0;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        }

            ul#menu li a:hover {
                background-color: white;
                text-decoration: none;
                color: #666;
                box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.58);
            }

            ul#menu li a:active {
                background-color: #eaeaea;
                text-decoration: none;
            }

            ul#menu li a:current a {
                background-color: white;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/*--- END TAB MENU ---*/


/*----- EMAT MENU ------*/

nav, #menucontainer {
    margin-top: 0 !important;
}

ul#topmenu {
    border: none !important;
    height: 50px;
    margin: 0;
    text-align: right;
    float: right;
    padding-top: 2px;
    padding-right: 10px;
}


    ul#topmenu li {
        display: inline-block;
        list-style: none;
        height: 50px;
    }

        ul#topmenu li:hover {
            background-color: #ccea7a;
        }

/*----- END EMAT MENU ------*/

#main section.intro h4 {
    text-align: center;
    font-size: 1.1em !important;
    color: #33393F;
    font-weight: normal;
}

#main section.intro h5 {
    text-align: center;
    color: #33393F;
    font-weight: normal;
    font-style: italic;
}

#main table.login {
    width: 600px;
    margin: 0px auto 40px auto;
    border: none;
}

    #main table.login td {
        width: 50%;
        margin: auto;
        vertical-align: top; /*border: 1px #ccfca8 solid; background: url('loginFade.jpg') repeat-x left bottom;*/
    }

        #main table.login td.spacer {
            width: 10px;
            border: none;
            background-image: none;
        }

        #main table.login td h2 {
            margin: 0;
            padding: 5px 15px;
            border-bottom: none;
            color: #92cf42;
        }

#main section.warning {
    width: 80%;
    font-size: 90%;
    margin: auto;
    border: 2px solid #92cf42;
    background-color: #ABCDFD;
    padding: 10px;
    color: #00509C;
}

    #main section.warning h4 {
        font-size: 150% !important;
        margin: 0;
        text-align: center;
        color: #00325F;
    }

    #main section.warning p {
        margin: 10px 0;
    }

    #main section.warning ul li {
        font-size: 90%;
        margin-bottom: 5px;
    }

#main table.buttonsGlobal {
    width: 100%;
}

    #main table.buttonsGlobal td {
        width: 33%;
        vertical-align: top;
    }

        #main table.buttonsGlobal td ul {
            padding: 10px 0;
            margin: 0 0 10px 0;
            width: 100%;
        }

            #main table.buttonsGlobal td ul li {
                list-style-type: none;
                display: block;
                margin: 5px;
                padding: 25px 0 21px 0;
                border: 1px solid silver;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

                #main table.buttonsGlobal td ul li img {
                    margin: -28px 0;
                }

                #main table.buttonsGlobal td ul li a {
                    text-decoration: none;
                    padding: 20px 20px 20px 5px;
                }


div#footerLinks ul {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

    div#footerLinks ul li {
        list-style-type: none;
        display: inline;
        padding: 0;
    }

/* --- FORM LAYOUT ELEMENTS - JVS ---*/
input[type=text],
input[type=password],
textarea {
    border: 1px solid #ccc;
    font-size: 1.2em;
    color: #444;
    margin: 2px 6px 6px 0;
    padding: 6px;
    background-color: #fbfbfb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    outline: 0 none;
    transition: border-color 0.05s ease-in-out 0s;
}

    input[type=text]:focus,
    input[type=password]:focus,
    textarea:focus {
        -moz-box-shadow: 0 0 8px #ccea7a;
        -webkit-box-shadow: 0 0 8px #ccea7a;
        box-shadow: 0 0 8px #ccea7a;
        border: 1px solid #ccea7a;
    }

::selection {
    background: #CCEA7A;
}

input.large-cbx {
    width: 20px;
    height: 20px;
    background: url('');
}

    input.large-cbx:checked {
        background: url('');
    }

/* ----- end julie styling ----- */




.todo {
    background-color: Yellow;
    padding: 5px;
}

.alert {
    color: Red;
}

ul.horizontal {
    margin: 0;
    padding: 3px 3px 3px 0;
}

    ul.horizontal li {
        display: inline;
        padding-right: 15px;
        padding-left: 15px;
        list-style-type: none;
    }

div.sectionDivider, h1.sectionDivider, h2.sectionDivider, h3.sectionDivider {
    background-color: #4e4e4e;
    border-bottom: 2px solid #c2e461;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 7px;
}

    div.sectionDivider a, h1.sectionDivider a, h2.sectionDivider a, h3.sectionDivider a {
        color: #FFFFFF;
    }

div.sectionDivider {
    line-height: 18px;
    position: relative;
    vertical-align: middle;
}

    div.sectionDivider h1, div.sectionDivider h2, div.sectionDivider h3 {
        background-image: none;
        border: medium none;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
    }

    div.sectionDivider ul {
        float: right;
        margin: 0;
        position: absolute;
        right: 5px;
        text-align: right;
        top: 20%;
    }

    div.sectionDivider li {
        display: inline;
        list-style-type: none;
        padding-right: 5px;
        vertical-align: middle;
    }

        div.sectionDivider li a {
            color: #FFFFFF;
            font-weight: bold;
        }

div.backToLinks ul {
    margin-left: 0;
    padding: 0;
}

div.backToLinks li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}

div.backToLinks a {
    padding: 2px 20px 2px 0;
    font-size: 12px;
    font-weight: bold;
    margin-right: 14px;
    text-decoration: underline;
    height: 20px;
}

div.heading-actions {
    float: right;
    margin-top: 16px;
}

    div.heading-actions ul {
        margin: 0;
    }

    div.heading-actions li {
        display: inline;
        list-style-type: none;
        padding-right: 5px;
        vertical-align: middle;
    }

        div.heading-actions li a {
            font-weight: bold;
        }
/* end steve test stuff */


a.edit {
    background-image: url('edit.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
    width: 50px;
    display: block;
}

a.delete {
    background-image: url('delete.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
    width: 60px;
    display: block;
}

a.add {
    background-image: url('add.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

a.email {
    background-image: url('email.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

a.img {
    background-image: url('image.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

a.info {
    background-image: url('info.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}


p.top-commands {
    text-align: center;
}

table.emat-sortable th.sorter {
    text-decoration: underline !important;
    cursor: pointer;
}

table#sorter th:not(.no-sort), table.sorter th:not(.no-sort) {
    cursor: pointer;
    text-decoration: underline;
}

table#searchSorter th, table.sorter th {
    cursor: pointer;
    text-decoration: underline;
}

table#scheduleGrid th, table.sorter th {
    cursor: pointer;
    text-decoration: underline;
}


a.feature-inactive {
    color: #c0c0c0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }

.report-list {
    list-style-type: none;
}

.admin-list {
    list-style-type: none;
}

textarea.section-text {
    width: 720px;
    height: 400px;
    margin-top: 50px;
    vertical-align: middle;
}


/*************** BEGIN DR RAP Tables ***********************/
.marketPlanTable {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marketPlanTableHeader {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #CCEA7A;
}

.marketPlanTable th {
    font-weight: bold;
    border: solid 1px #D7D7D7;
    font-size: 12px;
}

.marketPlanTable td {
    border: solid 1px #D7D7D7;
    padding: 3px;
    font-size: 11px;
}

td.checkboxCell {
    text-align: center;
    vertical-align: middle;
    width: 100px;
}


td.ERCOTColumns {
    width: 14%;
}
td.ERCOTColumns input[type=text] {
    width: 125px !important;
}

td.ISONEColumns {
    width: 24%;
}
td.ISONEColumns input[type=text] {
    width: 115px !important;
}

td.highlightedCell {
    background-color: #CCDD99;
}

/*************** END DR RAP Tables ***********************/