﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 1px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: darkblue; /*#333;*/
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    /*a:link, a:visited,
	a:active, a:hover {
		color: #333;
	}*/
    a:link, a:visited {
        color: darkblue; /*#333;*/
    }

    a:active, a:hover {
        color: darkred;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
        background-color: #b7cced;
    }

    a.lnkbtn-hdr {
        color: white;
        outline: none;
        text-decoration: none;
    }

        a.lnkbtn-hdr:link, a.lnkbtn-hdr:visited {
            color: white;
        }

        a.lnkbtn-hdr:active, a.lnkbtn-hdr:hover {
            color: darkred;
        }

        a.lnkbtn-hdr:hover {
            background-color: #b7cced;
        }

header, footer,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0; /* added by gdz */
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em; /*1.75em;*/
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1080px; /*960px;*/
}

/*added by gdz*/
.content-wrapper-wide {
    margin: 0 auto;
    max-width: 1280px;
}

/*added by gdz*/
.content-wrapper-narrow {
    margin: 0 auto;
    max-width: 650px;
}

/*added by gdz*/
.content-wrapper-95 {
    margin: 0 auto;
    width: 95%;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 10px; /*30px;*/
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 5px; /*20px;*/
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.0em; /*2.3em;*/
    margin: 0;
}

    .site-title a, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }
        /*moved a:hover to here so color changes when hover - by gdz*/
        .site-title a:hover {
            background: none;
            color: #333;
            outline: none;
            text-decoration: none;
        }

/*added by gdz*/
.site-title-text {
    color: #2564a6; /* base color for www.aep.com            */
    /*color: #21588f;      base color for www.aeptransmission.com (darker than aep.com) */
    /*color: #0f6faf;      base color for meteragent.aep.com      (ligher than aep.com) */
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.0em; /*1.8em;*/ /*2.3em;*/
    margin: 0;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 5px 0 0; /*0 0 10px;*/
    text-align: right;
}

    #login a {
        color: darkblue; /*#333;*/
        outline: none;
        margin-left: 10px;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline;
    }

        /*added by gdz*/
        #login a:hover {
            background-color: #b7cced;
            color: darkred;
        }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.2em; /*1.3em;*/
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0; /* keeps menu centered in standard mode - will shift a bit to right without padding setting*/
    text-align: center;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        font-family: Arial, Helvetica, sans-serif;
        /*padding-left: 15px;*/
    }

        ul#menu li a {
            /*background: none;*/
            /*color: #999;*/ /*#fff;*/ /*#999;*/
            color: /*black;*/ #666;
            text-decoration: none;
           
        }

            ul#menu li a:hover {
                color: black; /*#ffc;*/ /*#999;*/ /*#333;*/
                background-color: cyan; /*darkred;*/ /*darkblue;*/ /*#2564a6;*/
                text-decoration: none;
                /*border: 1px solid darkred;*/
                /*height: 23px;*/
                /*line-height: 23px;*/
              
            }

            /*ul#menu li a.selected {
                color: #000;
                background-color: cyan;
                font-weight: bold;
                border: 2px solid darkred;
                height: 23px;
                line-height: 23px;
            }*/

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        /*background-color: #7ac0da;      base color for visual studio project template */
        background-color: #2564a6; /* base color for www.aep.com            */
        /*background-color: #21588f;      base color for www.aeptransmission.com (darker than aep.com) */
        /*background-color: #0f6faf;      base color for meteragent.aep.com      (ligher than aep.com) */
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
		background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
		color: #3e5667;*/
        /*padding: 20px 40px 30px 40px;*/
        padding: 0px 40px 0px 40px;
    }

    /*hgroup has been deprecated in html5 - gdz*/
    /*.featured hgroup.title h1, .featured hgroup.title h2 {
		color: #fff;
	}*/

    .featured header.title h1, .featured header.title h2 {
        color: #fff;
    }

    /*added by gdz*/
    .featured header.title h3 {
        color: yellow;
    }

    .featured p {
        font-size: 1.1em;
    }

/* errorfeatured */
/*added by gdz to make error page look like rest of web pages except red*/
.errorfeatured {
    background-color: #fff;
}

    .errorfeatured .content-wrapper {
        background-color: #C83C37; /* #7ac0da;*/
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 10px 40px 10px 40px; /*10px 40px 10px 40px;*/
    }

    /*.errorfeatured hgroup.title h1, .errorfeatured hgroup.title h2 {
		color: #fff;
	}*/

    .errorfeatured header.title h1, .errorfeatured header.title h2 {
        color: #fff;
    }

    .errorfeatured p {
        font-size: 1.1em;
    }

/* page titles */

/*hgroup has been deprecated - gdz*/
/*hgroup.title {
	margin-bottom: 10px;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		font-weight: normal;
		margin-left: 3px;
	}*/

/*added by gdz*/
header.title {
    margin-bottom: 5px; /*10px;*/
}

    header.title h1, header.title h2 {
        display: inline;
    }

    header.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        /*ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }*/

        ol.round li.one {
            background: url("../../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../../Images/orderedList4.png") no-repeat;
        }

/*ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }*/

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

/*removed by gdz*/
/*.label {
    font-weight: 700;
}*/

/*added by gdz*/
.labelRight {
    /*font-weight: 600;*/
    display: block;
    text-align: right;
    margin-right: 2px;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 1px 0px; /*5px 0 6px 0;*/
    padding: 1px; /*5px;*/
    /*width: 300px;*/
    text-align: right;
}

textarea {
    font-family: inherit;
    /*width: 500px;*/
    width: auto;
}

    input:focus, textarea:focus {
        background-color: #FFC; /*lightgoldenrodyellow;*/ /*mistyrose;*/
        border: 1px solid darkred; /*#7ac0da;*/
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button,
td input[type="submit"],
td input[type="button"],
td button {
    background-color: #d3dce0;
    color: #0000CC;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 4px; /*3px 9px;*/
    margin-right: 4px; /*8px;*/
    width: auto;
    /* added by gdz */
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    height: 26px;
    text-align: center;
}


    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover,
    td input[type="submit"]:hover,
    td input[type="button"]:hover,
    td button:hover {
        background-color: lightcyan; /*#0000CC;*/ /*#FFC;*/ /*mistyrose;*/ /*cyan;*/
        border: 1px solid darkred;
        color: black; /*#d3dce0;*/ /*#0000CC;*/
    }


/* This style fixes the Radio Buttons */
input[type='radio'] {
    /*border: 1px solid #e2e2e2;*/
    /*border: 1px solid #787878;*/
    border: 1px solid #dcdcdc;
    /*background: #fff;*/
    /*background: #e2e2e2;*/
    background: #dcdcdc;
    color: #333;
    font-size: 1.2em;
    /*margin: 5px 0 6px 0;*/
    margin: auto;
    padding: 5px;
    /*width: 20px;*/
    width: auto;
    /* added by gdz */
    cursor: pointer;
}

/* radiobuttonlist */
.radioButtonList input {
    float: left;
}

.radioButtonList label {
    margin-left: 4px;
    /*display: block;*/
    display: inline;
    text-align: left;
    /* added by gdz */
    margin-right: 16px;
    cursor: pointer;
}

/* fixed header in gridview */
.HeaderFreeze {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0; /* cellspacing="0" */
    /*border-collapse: separate; border-spacing: 5px;    cellspacing="5" */
    /*removed by gdz*/
    /*margin-top: 0.75em;*/
    border: 0 none;
    /* added by gdz */
    margin: 0 auto; /* align="center" */
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0; /* cellpadding="0" */
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    /*original settings*/
    /*padding: 0.25em 2em 0.25em 0em;*/
    /*border: 0 none;*/
    /*gdz settings*/
    padding: 0.05em 0.1em 0.05em .1em;
    border: 1px solid white;
    /*border: 1px solid inherit;*/
    /*vertical-align: top;     replaces valign="top" */
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.VertAlignTop {
    vertical-align: top;
}


/*******************
*   Modal popups   *
*******************/


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.30;
}

.confirm {
    background-color: Aqua;
    padding: 15px;
    width: 600px;
    border-style: ridge;
    border-width: thick;
}


/* All Smartphones in portrait and landscape ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* YOUR STYLE GOES HERE */
}

/* All Smartphones in landscape ----------- */
@media only screen and (min-width : 321px) {
    /* YOUR STYLE GOES HERE */
}

/* All Smartphones in portrait ----------- */
@media only screen and (max-width : 479px) {
    /* YOUR STYLE GOES HERE */
}




/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
	----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
	----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
	----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */

/**************************
*   Begin Portal Styles   *
**************************/

.Blue-Fore-MED {
    color: mediumblue;
    background-color: #d3dce0; /*lightgray;*/
    font-size: 10pt;
    font-weight: 500;
    /*font-family: 'Microsoft Sans Serif', Verdana, Geneva, 'DejaVu Sans', sans-serif;*/
    /*font-family: Arial, Helvetica, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;*/
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
}

/************************
*   End Portal Styles   *
************************/

/*************************
*   Begin OASIS Styles   *
*************************/

.DkGreen-LRG-B {
    color: black;
    background-color: #00dbcb;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkGreen-LRG {
    color: black;
    background-color: #00dbcb;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.DkGreen-MED-B {
    color: black;
    background-color: #00dbcb;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkGreen-MED {
    color: black;
    background-color: #00dbcb;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.DkGreen-SML-B {
    color: black;
    background-color: #00dbcb;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkGreen-SML {
    color: black;
    background-color: #00dbcb;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.LtGreen-LRG-B {
    color: black;
    background-color: #d0ffd0;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtGreen-LRG {
    color: black;
    background-color: #d0ffd0;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.LtGreen-MED-B {
    color: black;
    background-color: #d0ffd0;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtGreen-MED {
    color: black;
    background-color: #d0ffd0;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.LtGreen-SML-B {
    color: black;
    background-color: #d0ffd0;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtGreen-SML {
    color: black;
    background-color: #d0ffd0;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.DkRed-LRG-B {
    color: black;
    background-color: #ffb0b0;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkRed-LRG {
    color: black;
    background-color: #ffb0b0;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.DkRed-MED-B {
    color: black;
    background-color: #ffb0b0;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkRed-MED {
    color: black;
    background-color: #ffb0b0;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.DkRed-SML-B {
    color: black;
    background-color: #ffb0b0;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkRed-SML {
    color: black;
    background-color: #ffb0b0;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.LtRed-LRG-B {
    color: black;
    background-color: #ffd0d0;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtRed-LRG {
    color: black;
    background-color: #ffd0d0;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.LtRed-MED-B {
    color: black;
    background-color: #ffd0d0;
    font-Size: 11pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtRed-MED {
    color: black;
    background-color: #ffd0d0;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.LtRed-SML-B {
    color: black;
    background-color: #ffd0d0;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtRed-SML {
    color: black;
    background-color: #ffd0d0;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.DkBlue-LRG-B {
    color: black;
    background-color: skyblue;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkBlue-LRG {
    color: black;
    background-color: skyblue;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.DkBlue-MED-B {
    color: black;
    background-color: skyblue;
    font-Size: 11pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
    /*added by gdz*/
    /*then removed and replaced by setting style on td or tr tag in GENMain.aspx page*/
    /*text-align: center;*/
}

.DkBlue-MED-B-Grid {
    color: black;
    background-color: skyblue;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkBlue-MED {
    color: black;
    background-color: skyblue;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.DkBlue-SML-B {
    color: black;
    background-color: skyblue;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.DkBlue-SML {
    color: black;
    background-color: skyblue;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.DkYellow-MED-B {
    color: black;
    background-color: yellow;
    font-Size: 11pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}


/*.DkYellow-LRG-B {
	color: black;
	background-color: ffff99;
	font-Size: 13pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.DkYellow-LRG {
	color: black;
	background-color: ffff99;
	font-Size: 13pt;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}

.DkYellow-MED-B {
	color: black;
	background-color: ffff99;
	font-Size: 11pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.DkYellow-MED {
	color: black;
	background-color: ffff99;
	font-Size: 11pt;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}

.DkYellow-SML-B {
	color: black;
	background-color: ffff99;
	font-Size: 9pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.DkYellow-SML {
	color: black;
	background-color: ffff99;
	font-Size: 9pt;
	font-Weight: normal;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}

.LtYellow-LRG-B {
	color: black;
	background-color: ffffcc;
	font-Size: 13pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.LtYellow-LRG {
	color: black;
	background-color: ffffcc;
	font-Size: 13pt;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}

.LtYellow-MED-B {
	color: black;
	background-color: ffffcc;
	font-Size: 11pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.LtYellow-MED {
	color: black;
	background-color: ffffcc;
	font-Size: 11pt;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}

.LtYellow-SML-B {
	color: black;
	background-color: ffffcc;
	font-Size: 9pt;
	font-Weight: bold;
	font-Family: Arial, Helvetica;
}

.LtYellow-SML {
	color: black;
	background-color: ffffcc;
	font-Size: 9pt;
	font-Weight: normal;
	font-Weight: normal;
	font-Family: Arial, Helvetica;
}*/

.Norm-LRG {
    color: black;
    background-color: #ECECEC;
    font-Size: 12pt;
    font-Family: Arial, Helvetica;
}

.Norm-LRG-B {
    color: black;
    background-color: #ECECEC;
    font-Size: 12pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Norm-MED {
    color: black;
    background-color: #ECECEC;
    font-Size: 10pt;
    font-Family: Arial, Helvetica;
}

.Norm-MED-B {
    color: black;
    background-color: #ECECEC;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Norm-SML-B {
    color: black;
    background-color: #ECECEC;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Norm-SML {
    color: black;
    background-color: #ECECEC;
    font-Size: 9pt;
    font-Family: Arial, Helvetica;
}

.TD-Dark-MED-B {
    color: black;
    background-color: #BBBBBB;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtBlue-LRG-B {
    color: black;
    background-color: LightCyan;
    font-Size: 13pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtBlue-LRG {
    color: black;
    background-color: LightCyan;
    font-Size: 13pt;
    font-Family: Arial, Helvetica;
}

.LtBlue-MED-B {
    color: black;
    background-color: LightCyan;
    font-Size: 11pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtBlue-MED-B-Grid {
    color: black;
    background-color: LightCyan;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtBlue-MED {
    color: black;
    background-color: LightCyan;
    font-Size: 11pt;
    font-Family: Arial, Helvetica;
}

.LtBlue-SML-B {
    color: black;
    background-color: LightCyan;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.LtBlue-SML {
    color: black;
    background-color: LightCyan;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Gray-LRG {
    color: black;
    background-color: #DCDCDC;
    font-Size: 12pt;
    font-Family: Arial, Helvetica;
}

.Gray-LRG-B {
    color: black;
    background-color: #DCDCDC;
    font-Size: 12pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Gray-MED {
    color: black;
    background-color: #DCDCDC;
    font-Size: 10pt;
    font-Family: Arial, Helvetica;
}

.Gray-MED-B {
    color: black;
    background-color: #DCDCDC;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
    /*added by gdz*/
    /*then removed and replaced by setting style on td or tr tag in GENMain.aspx page*/
    /*text-align: center;*/
}

.Gray-SML-B {
    color: black;
    background-color: #DCDCDC;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Gray-SML {
    color: black;
    background-color: #DCDCDC;
    font-Size: 9pt;
    font-Family: Arial, Helvetica;
    /*added by gdz*/
    text-align: center;
    border-style: inset;
}

.Alt-LRG {
    color: black;
    background-color: #F0F0F0;
    font-Size: 12pt;
    font-Family: Arial, Helvetica;
}

.Alt-LRG-B {
    color: black;
    background-color: #F0F0F0;
    font-Size: 12pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Alt-MED {
    color: black;
    background-color: #F0F0F0;
    font-Size: 10pt;
    font-Family: Arial, Helvetica;
    /*added by gdz*/
    /*then removed and replaced by setting style on td or tr tag in GENMain.aspx page*/
    /*text-align: center;*/
}

.Alt-MED-B {
    color: black;
    background-color: #F0F0F0;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Alt-SML-B {
    color: black;
    background-color: #F0F0F0;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Alt-SML {
    color: black;
    background-color: #F0F0F0;
    font-Size: 9pt;
    font-Family: Arial, Helvetica;
}

.Text-XXS {
    color: black;
    font-Size: 8pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-XSM {
    color: black;
    font-Size: 8pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-SML {
    color: black;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-SML-B {
    color: black;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Text-MED {
    color: black;
    font-Size: 10pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-MED-B-Navy {
    color: navy;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Text-MED-B-Blue {
    color: blue;
    font-Size: 10pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-LRG-B-Blue {
    color: blue;
    font-Size: 12pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-MED-B-Navy-BulletList {
    color: navy;
    font-Size: 12pt;
    font-Weight: bold;
    font-Family: "Courier New";
}

.Text-MED-B-Red-BulletList {
    color: firebrick;
    font-Size: 10pt;
    font-Weight: bold;
    /*font-Family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
}

.Text-SML-Red {
    color: red;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-MED-B-Red {
    color: red;
    font-Size: 10pt;
    font-Weight: bold;
    font-Family: Arial, Helvetica;
}

.Text-LRG-B-Red {
    color: darkred;
    font-Size: 12pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-MED-B-Green {
    color: darkgreen;
    font-Size: 10pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-LRG-B-Green {
    color: darkgreen;
    font-Size: 12pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-XSM-Purple {
    color: purple;
    font-Size: 7pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-SML-Purple {
    color: purple;
    font-Size: 8pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-SML-DkBlue {
    color: darkblue;
    font-Size: 8pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-MED-DkBlue {
    color: darkblue;
    font-Size: 10pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
    /*text-align: match-parent;*/
}

.Text-LRG-B-Black {
    color: black;
    font-Size: 12pt;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
}

.Text-DkBlue {
    color: darkblue;
}

.Text-DkRed {
    color: darkred;
}

.Text-DkGreen {
    color: darkgreen;
}

.Text-MED-Purple {
    color: purple;
    font-Size: 10pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-LRG-Purple {
    color: purple;
    font-Size: 11pt;
    font-Weight: normal;
    font-Family: Arial, Helvetica;
}

.Text-SML-Refresh-Times-OK {
    color: yellow;
    background-color: #2564a6; /* base color for www.aep.com            */
    /*background-color: #21588f;      base color for www.aeptransmission.com (darker than aep.com) */
    /*background-color: #0f6faf;      base color for meteragent.aep.com      (ligher than aep.com) */
    font-size: small;
    font-weight: normal;
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
}

.Text-SML-Refresh-Times-Alarm {
    color: black;
    background-color: #ffb0b0;
    font-size: small;
    font-weight: 600;
    font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
}

.None {
    color: black;
    /*removed by gdz*/
    /*background-color: white;*/
    background-color: #efeeef;
    /*background-color: #e2e2e2;*/
}

.PageTitle {
    /*color: black;*/
    /*background-color: white;*/
    font-Size: 1.5em;
    font-Weight: bold;
    /*font-Family: Arial, Helvetica;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    text-align: center;
}

.TIETitle {
    font-size: 1.5em;
    font-weight: bold;
    /*font-family: Consolas, 'Lucida Console', "Courier New", Courier, monospace;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.Prn-LRG-B {
    font-weight: bold;
    font-size: 13pt;
    color: black;
    font-family: 'Times New Roman',Arial, Helvetica;
}

.Prn-LRG {
    color: black;
    font-Size: 13pt;
    font-Family: 'Times New Roman',Arial, Helvetica;
}

.Prn-MED-B {
    color: black;
    font-Size: 11pt;
    font-Weight: bold;
    font-Family: 'Times New Roman',Arial, Helvetica;
}

.Prn-MED {
    color: black;
    font-Size: 11pt;
    font-Family: 'Times New Roman',Arial, Helvetica;
}

.Prn-SML-B {
    color: black;
    font-Size: 9pt;
    font-Weight: bold;
    font-Family: 'Times New Roman',Arial, Helvetica;
}

.Prn-SML {
    color: black;
    font-Size: 9pt;
    font-Weight: normal;
    font-Family: 'Times New Roman',Arial, Helvetica;
}


@media print {
    .NOPrint {
        display: none;
    }
}

@media screen {
    .PrintOnly {
        display: none;
    }
}

@media print {
    .PrintOnly {
        font-Size: 10pt;
        font-Weight: normal;
        font-Family: Arial, Helvetica;
    }
}

/***********************
*   End OASIS Styles   *
***********************/

/*********************************
*   Begin AJAX Calendar Styles   *
*********************************/

.cal_Theme1 .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
    border: 1px; /* added by gdz */
    border-color: #739be4;
}

/* split hover styles from active style */
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year {
    color: blue;
    font-weight: bold;
    background-color: #DCDCDC;
}

.cal_Theme1 .ajax__calendar_active {
    color: darkred; /*#e80c4d; changed from #004080; by gdz*/
    font-weight: bold;
    background-color: #DCDCDC; /*change from #ffffff; by gdz*/
    border: solid 2px blue; /* added by gdz */
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.ajax__balloon_popup .oval {
    background-image: url("../../Images/oval.png");
}

    /* SMALL SIZE */
    .ajax__balloon_popup .oval .small {
        width: 200px;
        height: 150px;
    }

        .ajax__balloon_popup .oval .small .bottom_right {
            background-position: 0 0;
        }

            .ajax__balloon_popup .oval .small .bottom_right .ajax__content {
                padding: 35px;
            }

        .ajax__balloon_popup .oval .small .bottom_right_shadow {
            background-position: -950px 0;
        }

        .ajax__balloon_popup .oval .small .bottom_left {
            background-position: 0 -150px;
        }

            .ajax__balloon_popup .oval .small .bottom_left .ajax__content {
                padding: 35px;
            }

        .ajax__balloon_popup .oval .small .bottom_left_shadow {
            background-position: -950px -150px;
        }

        .ajax__balloon_popup .oval .small .top_right {
            background-position: 0 -300px;
        }

            .ajax__balloon_popup .oval .small .top_right .ajax__content {
                padding: 35px;
            }

        .ajax__balloon_popup .oval .small .top_right_shadow {
            background-position: -950px -300px;
        }

        .ajax__balloon_popup .oval .small .top_left {
            background-position: 0 -450px;
        }

            .ajax__balloon_popup .oval .small .top_left .ajax__content {
                padding: 35px;
            }

        .ajax__balloon_popup .oval .small .top_left_shadow {
            background-position: -950px -450px;
        }
    /* END OF - SMALL SIZE */

    /* MEDIUM SIZE */
    .ajax__balloon_popup .oval .medium {
        width: 250px;
        height: 200px;
    }

        .ajax__balloon_popup .oval .medium .bottom_right {
            background-position: -200px 0;
        }

            .ajax__balloon_popup .oval .medium .bottom_right .ajax__content {
                padding: 43px;
            }

        .ajax__balloon_popup .oval .medium .bottom_right_shadow {
            background-position: -1150px 0;
        }

        .ajax__balloon_popup .oval .medium .bottom_left {
            background-position: -200px -200px;
        }

            .ajax__balloon_popup .oval .medium .bottom_left .ajax__content {
                padding: 43px;
            }

        .ajax__balloon_popup .oval .medium .bottom_left_shadow {
            background-position: -1150px -200px;
        }

        .ajax__balloon_popup .oval .medium .top_right {
            background-position: -200px -400px;
        }

            .ajax__balloon_popup .oval .medium .top_right .ajax__content {
                padding: 43px;
            }

        .ajax__balloon_popup .oval .medium .top_right_shadow {
            background-position: -1150px -400px;
        }

        .ajax__balloon_popup .oval .medium .top_left {
            background-position: -200px -600px;
        }

            .ajax__balloon_popup .oval .medium .top_left .ajax__content {
                padding: 43px;
            }

        .ajax__balloon_popup .oval .medium .top_left_shadow {
            background-position: -1150px -600px;
        }
    /* END OF - MEDIUM SIZE */

    /* LARGE SIZE */
    .ajax__balloon_popup .oval .large {
        width: 493px; /*500px;*/
        height: 303px; /*300px;*/
        text-align: left;
    }

        .ajax__balloon_popup .oval .large .bottom_right {
            background-position: -450px 0;
        }

            .ajax__balloon_popup .oval .large .bottom_right .ajax__content {
                padding: 70px;
            }

        .ajax__balloon_popup .oval .large .bottom_right_shadow {
            background-position: -1400px 0;
        }

        .ajax__balloon_popup .oval .large .bottom_left {
            background-position: -450px -300px;
        }

            .ajax__balloon_popup .oval .large .bottom_left .ajax__content {
                padding: 80px;
            }

        .ajax__balloon_popup .oval .large .bottom_left_shadow {
            background-position: -1400px -300px;
        }

        .ajax__balloon_popup .oval .large .top_right {
            background-position: -450px -600px;
        }

            .ajax__balloon_popup .oval .large .top_right .ajax__content {
                padding: 70px;
            }

        .ajax__balloon_popup .oval .large .top_right_shadow {
            background-position: -1400px -600px;
        }

        .ajax__balloon_popup .oval .large .top_left {
            background-position: -450px -900px;
        }

            .ajax__balloon_popup .oval .large .top_left .ajax__content {
                padding: 70px;
            }

        .ajax__balloon_popup .oval .large .top_left_shadow {
            background-position: -1400px -900px;
        }
/* END OF - LARGE SIZE */
