﻿body {
    font-family: verdana;
    color: Black;
}

p {
    font-size: small;
}

table {
    color: Black;
    font-size: small;
    margin-left: 0px;
}

.headerLogo {
    /* TCSG Logo */
    /*background-position: 0% center center;
	background-repeat: no-repeat;
	background-color: #004d72;
	width: 215px; 
	background-image: url('images/TCSG_Logo_backgroundBlue.png');*/
    /*background-attachment: scroll;*/
}

    .headerLogo td {
        text-align: center;
    }

.headerMain {
    /* KMS text */
    background-image: url('images/KMS_Logo332_backgroundBlue.png');
    background-repeat: no-repeat;
    background-color: #004d72;
    width: 332px;
}

.headerMainDiv {
    /* KMS text */
}

.DPR {
    /*Data Planning and Research font-size:small;*/
    font-style: italic;
    font-weight: bold;
}

.Gradient {
    background-image: url(images/BannerGradient2.jpg);
    background-repeat: no-repeat;
}

/* MASTER PAGE MENU */
.menu {
    /*background-image: url(images/blueGradiMenu.png);*/
    background-image: url(images/blueGradiMenu2.png);
    background-repeat: repeat-x;
    height: 33px;
    font-family: Georgia, Verdana !important;
    font-size: 14px;
    margin-top: -2px;
    margin-left: -2px;
    border-collapse: collapse;
    /*border-bottom: solid 2px #004d72;*/
}

.menuLeft {
    /*background-image: url(images/menuleftb.jpg);*/
    background-image: url('images/menuleftb.png');
    background-repeat: no-repeat;
    background-color: #004d72; /*#102f40;*/
    width: 16px;
    height: 33px;
}

.menuRight {
    /*background-image: url(images/menuRightb.jpg);*/
    background-image: url(images/menuRightb.png);
    background-repeat: no-repeat;
    background-color: #004d72; /*#102f40;*/
    width: 16px;
    height: 33px;
}

.MenuRowStyle {
    /*background: url(images/blueGradiMenu.png) repeat #004d72;*/
    height: 33px;
}
/*.MasterTableStyle
{
	font-family: Verdana, Arial; 
	font-size:small; 
	border:solid 1px #E6E2D8;
	background-color: #f4f3ef;
	color: Black;
	border-collapse: collapse;
}
.MasterDivStyle
{
	font-family: Verdana, Arial; 
	font-size:small; 
	border:solid 1px #E6E2D8;
	background-color: #f4f3ef;
	color: Black;
	border-collapse: collapse;
}*/
.WaterMark {
    background-color: #eeeeee;
    color: Gray;
}

.LoginHeaderRowStyle {
    font-weight: bold;
    color: white;
    background-color: #004d72;
    font-family: Verdana;
    font-size: small;
    text-align: center;
}

.RedButton {
    background-color: #c51e3d;
    Color: White;
    border: double 1px black;
}

.menuItem td {
    text-align: left;
    height: 33px;
    vertical-align: middle;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 20px;
    border-left: solid 1px #102f40;
}
/* make drop down menu container style */
.menuPopup {
    /*background: url(images/background_drop_menu.jpg) repeat #8C9FB4;*/
    border-left: 1px solid #BFBBA2;
    border-right: 1px solid #BFBBA2;
    border-left: 1px solid #BFBBA2;
    border-bottom: none;
    position: relative;
    z-index: 100;
    color: black;
}

    .menuPopup td {
        text-align: left;
        z-index: 100;
    }

/* make drop down menu item style */
.menuPopupItem {
    border-bottom: 1px solid #BFBBA2;
    padding: 3px;
    font-size: .8em;
    z-index: 100;
}

/*Main menu links */
/* make link and visited the same look */
.menuItem a:link, .menuItem a:visited, .menuItem a:active {
    color: #B2B2B2;
    font-weight: bold;
    text-decoration: none;
}

.menuItem a:hover {
    color: White;
    text-decoration: underline;
}

.menuSelectedItem a:link, .menuSelectedItem a:visited, .menuSelectedItem a:active {
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.menuPopupItem {
    background-color: #F2F3F7;
}

    .menuPopupItem a:link, .menuPopupItem a:visited, .menuPopupItem a:active {
        color: Black;
        font-weight: normal;
        text-decoration: none;
    }

.menuPopupItemSelected a:link, .menuPopupItemSelected a:visited, .menuPopupItemSelected a:active {
    font-weight: bold;
}

.menuPopupItem a:hover {
    text-decoration: underline;
}

/* Child menu on left side of screen */
.childMenuBkgnd /* Table */ {
    /*background-image: url(images/blue2grey2.png);
	background-repeat: repeat-x;*/
    background-color: #DAE1DE;
}

.childMenu /* td and div */ {
    background-color: #F2F3F7;
    width: 208px;
    padding: 1px 1px 1px 1px;
    /*
	margin:  -.075em 0em -.055em 0em;
	border: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #a9a9a9;
    color: Black;*/
}

.childMenuDiv {
    text-align: left;
}

.childMenuLabel /* Header labels */ {
    background-color: #c51e3d; /*#C14428;*/ /*#B8C1C8;*/
    color: White;
    font-size: 1.1em;
}

.childMenuLink /*  the link button in the repeater */ {
    font-size: .85em;
    font-weight: lighter;
    font-family: Verdana;
    color: Black;
    /*padding: 1px 3px 1px 3px;*/
    text-decoration: none;
}

.childMenuLink2 {
    font-size: .85em;
    font-weight: lighter;
    font-family: Verdana;
    color: Black;
    padding: 1px 1px 1px 3px;
    text-decoration: underline;
}

.childMenuLink a:link, .childMenuLink a:hover, .childMenuLink a:active, .childMenuLink a:visited, .childMenuLink td {
    /*font-size: .8em; 
    font-weight:lighter;
    font-family: Verdana;
    color: Black;
    padding: 1px 1px 1px 1px;*/
}

.lowerLinks, .lowerLinks a:link, .lowerLinks a:hover, .lowerLinks a:active, .lowerLinks a:visited {
    color: #000000; /*#808080;*/
    font-weight: bold;
    font-size: small;
    text-decoration: none;
}

.LoginButton {
    background-color: #C14428;
    border: double 1px black;
    Color: White;
}

.LoginControl {
    color: #333333;
    font-family: Georgia, Verdana, Arial;
    font-size: .8em;
}

.LoginButtonStyle {
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana, Arial;
    font-size: .8em;
    color: #284775;
}
/*Establish minimum height for page so footer stays at bottom of screen */
.MainDiv {
    min-height: 650px;
    height: auto !important;
    height: 650px;
    margin-top: -2px;
    min-width: 600px; /*800 */
    margin-left: 25px;
    max-width: 700px;
    margin-right: 100px;
}

.MainDiv2 /* exception for the system reports page */ {
    min-height: 600px;
    height: auto !important;
    height: 610px;
    min-width: 600px; /*800 */
    margin-left: 15px;
}

.mainSplash {
    background: url(images/tan_grad.JPG) repeat-x bottom;
    border: solid 2px #E2D0A5;
    font-size: 11pt;
}
/*******************************************************/
.para {
    font-size: 1.2em;
}

.hthreeInline {
    display: inline;
}
/*******************************************************/

.PageHeader {
    font-size: 14pt;
    font-weight: normal;
    color: #004d72;
    font-family: Verdana;
    margin-top: 20px;
}

.myLedgend {
    font-size: 10pt;
    font-weight: normal;
    color: #004d72;
    font-family: Verdana;
}

.PageSubHeader {
    font-size: 11pt;
    font-weight: bold;
    color: #c51e3d; /*#C14428;*/
    font-family: Verdana;
}

.pageLinks, .pageLinks a:Link, .pageLinks a:active, .pageLinks a:visited {
    font-size: 1.1em;
    font-weight: normal;
    padding-left: 2em;
    text-decoration: underline;
}

.pageLinksList {
    list-style-type: none;
    text-align: right;
    font-size: small;
    padding: 5px 5px 5px 5px;
}

.pageLinksList1 {
    list-style-type: none;
    font-size: small;
    padding: 5px 5px 5px -2em;
    text-decoration: none;
}

.ReportMenu a:Link, .ReportMenu a:active, .ReportMenu a:visited, .ReportMenu td {
    color: Black;
    display: block;
    /*width: 200px;*/
}
/* REPORT TREE for KMS REPORTS  */
.TreeRoot {
    font-size: 9pt;
    font-weight: bold;
}

    .TreeRoot a:Link, .TreeRoot a:active, .TreeRoot a:visited, .TreeRoot a:hover {
        color: #004d72;
        padding: 3px 3px 3px 3px;
    }

.TreeParent a:Link, .TreeParent a:active, .TreeParent a:visited, .TreeParent a:hover {
    color: #c51e3d;
    padding: 3px 3px 3px 3px;
}

.TreeParent {
    font-size: 9pt;
}

.TreeLeaf a:Link, .TreeLeaf a:active, .TreeLeaf a:visited, .TreeLeaf a:hover {
    color: #5F5F5F;
    padding: 3px 3px 3px 3px;
}

.TreeLeaf {
    font-size: small;
}

.TreeSelected a:Link, .TreeSelected a:active, .TreeSelected a:visited, .TreeSelected a:hover, TreeSelected td {
    /*font-weight: bold;
    background-color: #E0E0E0;*/
}

.TreeSelected {
}

.ReportLabel {
    Font-Size: small;
    font-family: Arial;
}

.ReportSelection {
    color: #3C58AD;
    Font-Size: small;
    font-weight: bold;
}

.ReportButton {
    FONT-WEIGHT: bold;
    WIDTH: 144px;
    COLOR: #2b81a4;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cccccc;
    border: solid 2px white;
    height: 32px;
}

.ContactUs {
    Font-Size: small;
}

    .ContactUs a:link, .ContactUs a:visited, .ContactUs a:active, .ContactUs a:hover {
        text-decoration: underline;
        /*font-weight: bold;*/
        Font-Size: small;
    }

.divHomeNew {
    float: left;
    /*margin-top: -10px;*/
}

.divQuickLinks {
    float: right;
    width: 25%;
    margin-right: 10px;
}

.DateControl {
    position: absolute;
    top: 1200px;
    left: 0px;
}

.ChartOfWeek {
    position: relative;
    margin-bottom: -.75em;
    z-index: -2;
}

.SSTable {
    position: relative;
    z-index: -4;
}

.ChartLabel {
    padding: 6px 6px 6px 6px;
    font-size: 9pt;
}

.arrowButton a:link, .arrowButton a:visited, .arrowButton a:active, .arrowButton a:hover {
    text-decoration: none;
    border: none;
    color: Black;
}

.EnvisionLinks a:link, .EnvisionLinks a:visited, .EnvisionLinks a:active, .EnvisionLinks a:hover {
    text-decoration: none;
    color: #2B81A4;
}

.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

.header {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    MARGIN-BOTTOM: 5pt;
    FONT-FAMILY: Arial, Verdana, sans-serif;
}

.border-cell {
    BORDER-BOTTOM: black 1pt solid;
}

.data-cell {
    FONT-SIZE: 10pt;
    MARGIN-BOTTOM: 1pt;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Arial, Verdana, sans-serif;
}

.alt-data-cell {
    FONT-SIZE: 10pt;
    MARGIN-BOTTOM: 1pt;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Arial, Verdana, sans-serif;
    BACKGROUND-COLOR: #eeeeee;
}

TD.info-services-body {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    /*font-weight:    bold;color: #1D6686;*/
    line-height: normal;
}
/*Data Policies*/
.header {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    MARGIN-BOTTOM: 5pt;
    FONT-FAMILY: Arial, Verdana, sans-serif;
}

.border-cell {
    BORDER-BOTTOM: black 1pt solid;
}

.colheader {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    MARGIN-BOTTOM: 3pt;
    VERTICAL-ALIGN: bottom;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana, sans-serif;
    BACKGROUND-COLOR: #004d72;
    TEXT-ALIGN: center;
}


.data-cell {
    FONT-SIZE: 10pt;
    MARGIN-BOTTOM: 1pt;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Arial, Verdana, sans-serif;
}

.alt-data-cell {
    FONT-SIZE: 10pt;
    MARGIN-BOTTOM: 1pt;
    VERTICAL-ALIGN: top;
    FONT-FAMILY: Arial, Verdana, sans-serif;
    BACKGROUND-COLOR: aliceblue;
}

/*.bar {
    margin: 0 10px 0 10px;
}*/

.ssCornerLeft {
    background-image: url(images/BlueRoundLeft.png);
    background-repeat: no-repeat;
    width: 20px;
}

.ssCornerRight {
    background-image: url(images/BlueRoundRt.png);
    background-repeat: no-repeat;
    width: 20px;
    margin-right: 6px;
    background-position-x: left;
}

.ssMain {
    width: 680px;
    height: 350px;
    border: solid 2px #004d72;
}

.LoggedPanel {
    background-color: #f2f1ec;
    font-size: small;
    width: 100%;
    border-collapse: collapse;
}

.LoggedPanelHeader {
    background-color: #DAE1DE;
}

.LoggedPanelTitle {
    color: #004d72;
    font-size: medium;
}

.Warning {
    color: #c51e3d;
}

.appLogTables {
    border-collapse: collapse;
    background-color: #F2F3F7;
    min-width: 650px;
}

.appLogTableRow {
    background-color: #DAE1DE;
}

.rowHighlight {
    background-color: #DAE1DE;
}

.video_webex {
    text-align: center;
}

/*//Bootstrap styles*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

.input-box {
    /*display: inline !important;*/
    width: 40%;
}

/***********TCSG Colors************/
.tcsg_red {
    color: #c51e3d !important;
}

.tcsg_darkblue {
    color: #004e6d !important;
}

.tcsg_lightblue {
    color: #2ba7c2 !important;
}

/**********************************/

/***********MasterPage.master Style************/

.style1 {
    height: 19px;
}

.auto-style1 {
    height: 36px;
}

.auto-style2 {
    font-size: 14pt;
    font-weight: normal;
    color: #004d72;
    font-family: Verdana;
    margin-top: 20px;
    width: 816px;
}

/**********************************/
