﻿#wrapper {
    width:1341px;
    margin: 0 auto;
}

body {
    font-family: "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-size: 86%;
}

.MainDivider {
    /* height:100%; */
}

.MiddleContent {
    /*background-color:Teal;*/
    width:1250px;  /*950px; changed by plexitech on sep 05, 2009*/
    /*height:100%; changed by plexitech on sep 02, 2009*/
    margin-right: 0px;
}

.Content1 {
    background-position: #FFFFFF;
    background: #FFFFFF;
    /*height:100%; changed by plexitech on sep 02, 2009*/
    text-align: left;
    margin: 0;
    width: 100%;
    /*font-family: 'Times New Roman';*/
    font-size: small;
}

.HeaderDiv {
    /*height:100%; changed by plexitech on sep 02, 2009*/
    width: 100%;
    height: 244px;
}

.FooterDiv {
    background-color: Silver;
    height: 100%;
    width: 100%;
    margin: 0;
    /* To give border to Footer */
}

.WeatherDiv {
    margin: 0 auto;
    width: 100%;
}

.btn_red_login {
    background: #ff0000;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    outline: none;
    border: none;
    -webkit-box-shadow: inset 0px 5px 10px 1px #000000;
    box-shadow: inset 0px 1px 4px -1px #000000;
    cursor: pointer;
}

.btn_disable_login {
    background: #3F3F42;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    outline: none;
    border: none;
    -webkit-box-shadow: inset 0px 5px 10px 1px #000000;
    box-shadow: inset 0px 1px 4px -1px #000000;
    cursor: pointer;
}

.btn_red_login:hover {
    background: #EC0000;
}

.btn_red_login:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.btn_blk_login {
    background: #646464;
    color: #FFF;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    -webkit-box-shadow: inset 0px 5px 10px 1px #000000;
    box-shadow: inset 0px 1px 4px -1px #000000;
    cursor: pointer;
}

    .btn_blk_login:hover {
        background: #4e4e4e;
    }

    .btn_blk_login:active {
        position: relative;
        top: 1px;
        left: 1px;
    }


table.MainTable {
    border-style: solid;
    border-color: inherit;
    border-width: 0px;
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: medium;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000080;
    background: #FFFFDD;
    width: 784px;
}

table.Report {
    background-position: #FFFFCC;
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: small;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000000;
    background: #FFFFDD;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

table.Legend {
    background-position: #FFFFCC;
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: small;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000080;
    background: #FFFFFF;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

table.UsersTable {
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: small;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000080;
    background: #CCCCCC;
    border: thin solid #C0C0C0;
    width: 847px;
}

table.PanelEdit {
    background-position: #FFFFCC;
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: x-small;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000000;
    background: #CCCCCC;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
    border: thin solid #C0C0C0;
    text-align: center;
}

.PanelEdit {
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-small;
}

.TextErrorLabels {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    font-weight: bold;
    background-color: #FF3300;
}

.TextEditLabels {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    font-weight: bold;
}

.TextEditFields {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    font-weight: normal;
}

.PanelFooter {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-small;
    background-color: #FFFFFF;
    width: 100%;
    height: 30px;
}

.PanelUsers {
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
}

.PanelGroups {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
}

.DropDownDefault {
    font-family: 'Times New Roman', Times, serif;
    font-size: x-small;
}

.ListBoxDefault {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
}

.TextLabels {
    font-size: medium;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.ButtonRegular {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    background-color: #CCCCCC;
    font-weight: bold;
}

.ButtonWarning {
    font-family: 'Times New Roman', Times, serif;
    font-size: small;
    background-color: #FF9933;
    font-weight: bold;
}

.ButtonCalendar {
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-small;
    background-color: #CCCCCC;
    font-weight: bold;
}

.CalendarSmall {
    font-family: 'Times New Roman', Times, serif;
    font-size: x-small;
}

/* New Style Sheets added*/



.greyFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #656565;
}

.greyFontHeading {
    font-family: Arial;
    font-size: 13px;
    color: #333;
}

.pageTitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333;
}

.greyFontSmall {
    font-family: Arial;
    font-size: 10px;
    color: #9c9c9c;
}

.whiteFontSmall {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
}


.activities_uns {
    background-image: url(images/navActivities.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 89px;
}

.reports_uns {
    background-image: url(images/navReports.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 78px;
}

.admin_uns {
    background-image: url(images/navAdmin.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 76px;
}

.activities_sel {
    background-image: url(images/navActivities_O.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 89px;
}

.reports_sel {
    background-image: url(images/navReports_O.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 78px;
}

.admin_sel {
    background-image: url(images/navAdmin_O.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 76px;
}

#subMenu:hover {
    background-color: #CCC;
    width: 100px;
    color: #000;
    border: none;
}

#subMenu {
    width: 100px;
    text-decoration: none;
    color: #000;
}

.mnuBG {
    position: absolute;
    margin-top: 55px;
    border: 1px solid #999999;
    visibility: hidden;
    background-color: #e1e1e1;
}

a {
    text-decoration: none;
    color: #333;
    border: none;
}

td {
    font-family: Trebuchet MS;
}

select {
    font-family: Trebuchet MS;
}

input {
    font-family: Trebuchet MS;
}

.footer {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #656565;
}

    .footer a:hover {
        color: red;
        text-decoration: underline;
    }

.rq {
    font-size: 15px;
    font-family: Arial;
    color: Red;
}

.textbox {
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #333;
    height: 15px;
    border: 1px lightgrey solid;
}

.textbox_BG {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px lightgrey solid;
    height: 15px;
}

.dropDown {
    font-family: Verdana, "Lucida Grande", Georgia, Sans-Serif;
    font-size: 12px;
    color: #333;
    border: 1px #BDBDBD solid;
}

.message {
    color: #ad1219;
    height: 30px;
}

.errmessage {
    background-color: #ad1219;
    color: #FFFFFF;
    height: 30px;
}

.smallGreyFont {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 10px;
    color: #323232;
    font-weight: bold;
    cursor: pointer;
}

/* Added new styles for displaying panels on 04 Aug, 09 */

#panelHeader {
}

    #panelHeader .panelHeaderBG {
        background-image: url(images/panelHeader.gif);
        background-repeat: repeat-x;
        height: 27px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }

#panelBodyBG {
    padding: 2px;
    background-color: #cbdcec;
}

    #panelBodyBG .panelBody {
        background-color: Aqua;
        padding: 3px;
    }
/*  Till Here  */


/* changed existing styles sed for panels */
.phLeft {
    background-image: url(images/panelHeaderLeft.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 31px;
}

.phMiddle {
    background-image: url(images/panelHeaderMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 31px;
}

.phHeadingText {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
}

.phMoreInfo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Yellow;
    text-align: right;
}

.panelHeadingText {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    padding-left: 5px;
    text-align: left;
    font-weight: bold;
    background-image: url(images/panelHeaderMiddle.gif);
    background-repeat: repeat-x;
    height: 31px;
    width: 73%;
}

.moreInfo {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(images/panelHeaderMiddle.gif);
    background-repeat: repeat-x;
    height: 31px;
    color: Yellow;
    text-align: right;
    padding-right: 20px;
}

.moreInfo1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(images/panelHeaderMiddle.gif);
    background-repeat: repeat-x;
    height: 31px;
    color: Yellow;
    text-align: right;
    padding-right: 20px;
}

.phRight {
    background-image: url(images/panelHeaderRight.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 31px;
}

.phRight1 {
    background-image: url(images/panelHeaderRight.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 31px;
}

#panelBodyBG {
    border-left: 1px solid #3e6680;
    border-right: 1px solid #3e6680;
    border-bottom: 1px solid #3e6680;
    padding: 2px;
}

    #panelBodyBG .panelBody {
        background-color: #fff;
    }

#top-left {
    background: #ccdfed url(images/popBox_rightTop.gif) no-repeat;
}

#top-right {
    background: url(images/popBox_rightTop.gif) no-repeat top right;
}

#bottom-left {
    background: url(images/popBox_btmLeft.gif) no-repeat left bottom;
}

#bottom-right {
    background: url(images/popBox_btmRight.gif) no-repeat right bottom;
    padding: 10px;
}

/* newly added */
.pageLabelTitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.tdRailGridHeader {
    background-image: url(images/panelGridHeadBg.gif);
    background-repeat: repeat-x;
    width: 100%;
}

.tdRailGridHeadLeft {
    width: 6px;
    height: 34px;
    vertical-align: top;
}

.tdRailGridHeadTextLeft {
    background-image: url(images/panelGridHeaderBg.gif);
    background-repeat: no-repeat;
    height: 34px;
    padding-left: 5px;
    text-align: left;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.8;
}

.modalPopup {
    width: 500px;
    border-width: 1px;
    -moz-border-radius: 5px;
    text-align: center;
}




/*----------- Calendar -------------*/

.CGSheadTopLeft {
    width: 7px;
    height: 32px;
}

.CGSheadTopMiddle {
    background-image: url(images/CGS_headTopMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
    padding-left: 7px;
    text-align: left;
}

.CGSheadTopRight {
    width: 7px;
    height: 32px;
}

.CGSheadMiddleLeft {
    background-image: url(images/CGS_headMiddleLeft.gif);
    background-repeat: repeat-y;
    height: 100%;
}

.CGSheadMiddleRight {
    background-image: url(images/CGS_headMiddleRight.gif);
    background-repeat: repeat-y;
    height: 100%;
}

.CGSheadBtmLeft {
    width: 7px;
    height: 37px;
}

.CGSheadBtmMiddle {
    background-image: url(images/CGS_headBtmMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
}

.CGSheadBtmRight {
    width: 7px;
    height: 37px;
}



.CGShead2TopLeft {
    width: 7px;
    height: 32px;
}

.CGShead2TopMiddle {
    background-image: url(images/CGS_head2TopMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
    padding-left: 7px;
    text-align: left;
}

.CGShead2TopRight {
    width: 7px;
    height: 32px;
}

.CGShead2MiddleLeft {
    background-image: url(images/CGS_head2MiddleLeft.gif);
    background-repeat: repeat-y;
    height: 100%;
}

.CGShead2MiddleRight {
    background-image: url(images/CGS_head2MiddleRight.gif);
    background-repeat: repeat-y;
    height: 100%;
}

.CGShead2BtmLeft {
    width: 7px;
    height: 2px;
}

.CGShead2BtmMiddle {
    background-image: url(images/CGS_head2BtmMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
}

.CGShead2BtmRight {
    width: 7px;
    height: 2px;
}

.CGMiddleContent {
    width: 950px;
    height: 100%;
    margin-right: 0px;
}

#FooterDiv {
    background-image: url(images/footerBG.gif);
    background-repeat: repeat-x;
    height: 24px;
    text-align: center;
}

    #FooterDiv .footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #656565;
        padding-top: 5px;
    }

        #FooterDiv .footer a:hover {
            color: #ff0000;
            text-decoration: underline;
            font-size: 11px;
            padding-top: 5px;
        }

.LinkButton {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Yellow;
    padding-right: 5px;
    text-align: right;
    text-decoration: underline;
}

    .LinkButton:hover {
        color: Aqua;
    }

table.CalendarReport {
    background-position: #FFFFCC;
    font-family: "Tahoma";
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000000;
    background: #FFFFDD;
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

.CalendarLabel {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #333;
    height: 13px;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
}

.CalendarMiddleContent {
    /*width:1024px; */
}

.CalendarMainDivider {
    height: 100;
}

.CalendarContent1 {
    background-position: #FFFFFF;
    background: #FFFFFF;
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: small;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
/* Styles for hyperkink buttons for comments on default page */
.HLinkButton {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
    text-decoration: underline;
    border: 1px;
}

    .HLinkButton:hover {
        color: Orange;
    }

table.MainTable1 {
    border-style: solid;
    border-color: inherit;
    border-width: 0px;
    font-family: Times New Roman, Verdana, Sans-serif;
    font-size: medium;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
    color: #000080;
    background: #FFFFDD;
    width: 910px;
}

.ReamrksTopMiddle {
    background-image: url(images/orgPopupMiddle.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
    text-align: left;
}

.divRemarks {
    width: 500px;
    height: 450px;
    text-align: justify;
    padding: 5px;
    overflow: scroll;
}

.KPIDateLabel {
    color: #AA100E;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.ParaTransitTable {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    /* background-color:#E2E2E2;	*/
    background-color: #B4B4B4;
}

.ParaTransitTitleRow {
    font-weight: bold;
    font-size: 12px;
}

.gridpager a {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.gridpager, .gridpager td {
    color: #A80000;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}

.vpLoginTextBox {
    border: 1px solid #7e7e7e;
}

.groupHead {
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #900;
}

.requiredfieldFont {
    font-size: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
}

.dbe_textbox {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    width: 115px;
}

.dbe_select {
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Added by Plexitech on Aug 05 2010 for Menu Bar */

#vbuttons td {
    font-size: 0;
}

    #vbuttons td div {
        position: relative;
    }

    #vbuttons td:hover > div > ul.vMenu {
        display: block;
    }

#lnkUsers {
    font-size: 11px;
}

ul.vMenu {
    left: 0;
    top: 0px;
    display: none;
    visibility: visible;
    overflow: visible;
    list-style: none;
}

    ul.vMenu li {
        white-space: nowrap;
    }

    ul.vMenu ul {
        position: absolute;
        visibility: visible;
        left: 100%;
        top: 0;
    }

    ul.vMenu li:hover {
        position: relative;
    }

        ul.vMenu li:hover > ul {
            display: block;
        }


.vMenu {
    position: absolute;
    visibility: hidden;
    display: block;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

div.vMenu, table.vMenu .subContent, ul.vMenu {
    border: 1px solid #CCC;
    padding: 2px;
    background-color: #f1f1f1;
}

.vMenu table {
    border-collapse: separate;
}

    .vMenu table tr, ul.vMenu li, ul.vMenu .separator:hover {
        font-size: 1px;
        cursor: pointer;
    }

        .vMenu tr.over, ul.vMenu li:hover {
            color: #900;
        }

    .vMenu table td, ul.vMenu li, ul.vMenu .separator:hover {
        border-bottom: 1px dotted #000000;
        padding-bottom: 3px;
        text-align: left;
    }

        .vMenu tr.over td, ul.vMenu li:hover {
            border-color: #000;
        }

.vMenu td a, .vMenu td span, ul.vMenu a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.vMenu tr.over a, .vMenu tr.over span {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #900;
    text-decoration: none;
}

ul.vMenu li:hover > a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #900;
    text-decoration: none;
}

.vMenu tr.popup {
}

    .vMenu tr.popup td {
        border-color: #3D0D48;
    }

    .vMenu tr.popup a, .vMenu tr.popup a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        cursor: default;
    }

.ImageLinkmenu {
    padding-left: 2px;
    padding-right: 2px;
}

/* End */


.gridpager, .gridpager td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFD400;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}

    .gridpager td {
        padding-right: 5px;
    }

    .gridpager a {
        color: White;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        font-style: normal;
    }


/* Default ParaTransit */

.bigTitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;
}


.summaryLinkBox {
    /* background-image:url(images/redBox.gif); */
    background-repeat: no-repeat;
    background-position: center;
    width: 156px;
    height: 84px;
}

    .summaryLinkBox a {
        text-decoration: none;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #000;
    }

.largeBlueFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #012465;
    text-decoration: underline;
}

    .largeBlueFont a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 24px;
        color: #012465;
        text-decoration: underline;
    }

.normalBlueFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #012465;
    font-weight: bold;
}

.normalBlackFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.smallBlueFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #012465;
    font-weight: bold;
}

.smallBlackFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
}

.normalRedFont {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #900;
    font-weight: bold;
}

.barStyleForChart {
    font-size: 1px;
    height: 15px;
    text-align: right;
}

.barPercentTextStyle {
    font-size: 11px;
    color: #ffffff;
}

.hourLinkStyle {
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}

    .hourLinkStyle:hover {
        color: #900;
    }

.barStyleForChart2 {
    font-size: 1px;
    height: 16px;
    background-image: url(images/greenBar.gif);
    background-repeat: repeat-x;
}

.modalPopupPara {
    width: 850px;
    border-width: 1px;
    -moz-border-radius: 5px;
    text-align: left;
}




/* END Default Paratransit */

/* Used for thin black border images*/

.blkBox_top_left {
    background-image: url(images/blkBox_top_left_1.gif);
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.blkBox_middle_top {
    background-image: url(images/blkBox_middle_top_1.gif);
    background-repeat: repeat-x;
    height: 3px;
}

.blkBox_top_right {
    background-image: url(images/blkBox_top_right_1.gif);
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}



.blkBox_btm_left {
    background-image: url(images/blkBox_btm_left_1.gif);
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.blkBox_middle_btm {
    background-image: url(images/blkBox_middle_btm_1.gif);
    background-repeat: repeat-x;
    height: 3px;
    padding-bottom: 5px;
}

.blkBox_btm_right {
    background-image: url(images/blkBox_btm_right_1.gif);
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
}

.blkBox_middle_left {
    background-image: url(images/blkBox_middle_left_1.gif);
    background-repeat: repeat-y;
    width: 3px;
}

.blkBox_middle_right {
    background-image: url(images/blkBox_middle_right_1.gif);
    background-repeat: repeat-y;
    width: 3px;
}

.greenButton {
    background-image: url(images/greenButtonBg.gif);
    background-repeat: repeat-x;
    height: 26px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    font-size: small;
}

.blackButton {
    background-image: url(images/blackButtonBg.gif);
    background-repeat: repeat-x;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    font-size: small;
}

.greyButton {
    background-image: url(images/greyButtonBg.gif);
    background-repeat: repeat-x;
    height: 26px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    /*font-size:small;*/
    font-size: 12px;
    border: 1px solid #b5b5b5;
}

.btnimg {
    position: relative;
    top: 1px;
}

.redbutton {
    background-image: url(images/redButtonBg.gif);
    background-repeat: repeat-x;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    font-size: small;
}

.lnkRailbutton, .lnkRailbutton a {
    text-decoration: underline;
}

.textareastyle {
    border-bottom-style: solid;
    border-color: #BCBCCA;
    border-width: 1px;
    resize: none;
}

.textborder {
    border-color: #D4E2E2;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    font-size: 12px;
    padding-left: 3px;
}

.multitextborder {
    border-color: #D4E2E2;
    border-style: solid;
    border-width: 1px;
    height: 60px;
    font-size: 12px;
    padding-left: 3px;
}

.check-login_title {
    font-family: Arial;
    font-size: 20px;
    color: #313131;
}

.check-login_textbox {
    font-family: Arial;
    font-size: 14px;
    color: #313131;
    width: 95%;
    padding: 1px;
    border: none;
    outline: none;
}

.check-login_dropdown {
    font-family: Arial;
    font-size: 14px;
    color: #313131;
    width: 93%;
    padding: 1px;
    border: none;
    outline: none;
}

.login_info {
    font-family: Arial;
    font-size: 12px;
    color: #999898;
}

    .login_info a {
        font-family: Arial;
        font-size: 12px;
        color: #999898;
    }

        .login_info a:hover {
            font-family: Arial;
            font-size: 12px;
            color: #6f6d6d;
        }

    .login_info p {
        font-family: Arial;
        font-size: 15px;
        color: #5a5a5a;
        padding-top: 6px;
        margin-top: 4px;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

.check-info-message {
    padding: 5px;
    font-family: Arial;
    color: red;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

/* */
/* Used for all image button */

.nextButton {
    width: 61px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_next.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.PrevButton {
    width: 80px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_previous.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.MyCalendar {
    width: 92px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_MyCalendar.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.CalendarView {
    width: 114px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalendarView.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.CheckAll {
    width: 98px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalCheckAll.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.UnCheckAll {
    width: 98px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalUncheckAll.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.SaveAllCheckedDays {
    width: 146px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_SaveAllCheckedDays.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.CalSaveData {
    width: 78px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalSaveData.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.CalEmailMe {
    width: 108px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalEmailMeThese.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.AddCalGroup {
    width: 160px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_AddaCalGroup.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.DeleteCalGroup {
    width: 150px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_DeleteCalGroup.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.AddToCalGroup {
    width: 150px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_AddToCalGroup.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.UpdateCalGroup {
    width: 146px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_UpdateCalGroup.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.btnAdd_Gray {
    width: 57px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btnpopupAdd.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.btnDelete_Grid {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url(images/deleteN.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
}

.btnEdit_Grid {
    width: 10px;
    height: 10px;
    background-image: url(images/editN.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnUpadate_Gray {
    width: 74px;
    height: 23px;
    background-image: url(images/btn_CalUpdate.Gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnCancel_Gray {
    width: 66px;
    height: 23px;
    background-image: url(images/btn_CalCencel.Gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnSave_gray {
    width: 66px;
    height: 23px;
    cursor: pointer;
    background-image: url(images/btn_CalSave.Gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.SearchButton {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(images/icon_Search.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.btn_gray {
    background-image: url(images/btn_gray.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #ffffff;
    border: 1px solid #b7b6b6;
    color: #343434;
    font-family: 'Trebuchet MS', Arial, Hevetica;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: bold;
    cursor: pointer;
    width: auto;
    height: auto;
}

.btnDeactivate_Grid {
    width: 10px;
    height: 10px;
    background-image: url(images/deassgn.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnactivate_Grid {
    width: 10px;
    height: 10px;
    background-image: url(images/iconPerform.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnShowImage {
    width: 16px;
    height: 16px;
    background-image: url(images/ImgIcon.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnEyeImage {
    width: 16px;
    height: 13px;
    background-image: url(images/iconEye.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnHelpImage {
    width: 16px;
    height: 16px;
    background-image: url(images/icon_helpor.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.iconNotificationDeleteImage {
    width: 33px;
    height: 35px;
    background-image: url(images/iconNotificationDeleteImage.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnCopy_Grid {
    width: 10px;
    height: 10px;
    background-image: url(images/copy.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnClose {
    width: 16px;
    height: 16px;
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnRedbg22 {
    background-image: url(images/btn_redbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #b40007;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnSilverbg22 {
    background-image: url(images/btn_silverbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #231f20;
    border: 1px solid #a7a9ac;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnYellowbg22 {
    background-image: url(images/btn_yellowbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #231f20;
    border: 1px solid #fcaf17;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnVerfiyImage {
    width: 80px;
    height: 29px;
    background-image: url(images/btn-verify.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btnTab_all_active {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_all_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btnTab_all_Inactive {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_all_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_KPI_inactive {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_KPI_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_safety_inactive {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_safety_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail_inactive {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_rail_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail2012_inactive {
    width: 84px;
    height: 21px;
    background-image: url(images/tab_rail2012_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail2013_inactive {
    width: 84px;
    height: 21px;
    background-image: url(images/tab_rail2013_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_paraTransit_inactive {
    width: 90px;
    height: 21px;
    background-image: url(images/tab_paraTransit_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_fixed_inactive {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_fixed_inactive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail2012_active {
    width: 84px;
    height: 21px;
    background-image: url(images/tab_rail2012_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail2013_active {
    width: 84px;
    height: 21px;
    background-image: url(images/tab_rail2013_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_rail_active {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_rail_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}


.btntab_paraTransit_active {
    width: 90px;
    height: 21px;
    background-image: url(images/tab_paraTransit_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_fixed_active {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_fixed_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_KPI_active {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_KPI_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btntab_safety_active {
    width: 76px;
    height: 21px;
    background-image: url(images/tab_safety_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
    line-height: normal;
}

.btnGreenbg22 {
    background-image: url(images/btn_greenbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #138347;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnRedbg24 {
    background-image: url(images/btn_redbg.jpg);
    background-repeat: repeat-x;
    height: 24px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #b40007;
    text-align: center;
    padding-bottom: 3px;
    cursor: pointer;
    line-height: normal;
}

.btnDisabledbg24 {
    background-image: url(images/btn_disabledbg.jpg);
    background-repeat: repeat-x;
    height: 24px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #787878;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnRedbg8 {
    background-image: url(images/btn_redbg.jpg);
    background-repeat: repeat-x;
    height: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #b40007;
    text-align: center;
    padding-bottom: 2px;
    line-height: normal;
}

.btnDisabledbg8 {
    background-image: url(images/btn_disabledbg.jpg);
    background-repeat: repeat-x;
    height: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #787878;
    text-align: center;
    padding-bottom: 2px;
    background-position: top;
    line-height: normal;
}

.btnDisabledbg22 {
    background-image: url(images/btn_disabledbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #787878;
    text-align: center;
    padding-bottom: 3px;
    line-height: normal;
}

.btnBlackbg24 {
    background-image: url(images/btn_blackbg.jpg);
    background-repeat: repeat-x;
    height: 24px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #231f20;
    text-align: center;
    padding-bottom: 3px;
    cursor: pointer;
    line-height: normal;
}

.btnBlackbg22 {
    background-image: url(images/btn_blackbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #231f20;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnGreenbg22 {
    background-image: url(images/btn_greenbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #138347;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnYellowbg22 {
    background-image: url(images/btn_yellowbg.jpg);
    background-repeat: repeat-x;
    height: 22px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #231f20;
    border: 1px solid #fcaf17;
    text-align: center;
    padding-bottom: 3px;
    background-position: top;
    cursor: pointer;
    line-height: normal;
}

.btnUploadLogImage {
    width: 74px;
    height: 22px;
    background-image: url(images/btnUploadPopupActive.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnicon_up_arrow {
    width: 16px;
    height: 16px;
    background-image: url(images/tab_rail2012_active.gif);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnHelpicon {
    width: 16px;
    height: 16px;
    background-image: url(images/icon_help.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnLoginRed {
    width: 80px;
    height: 29px;
    background-image: url(images/login-btn-login.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnLoginBackpopup1 {
    width: 80px;
    height: 29px;
    background-image: url(images/btnLoginpopupBack.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}



.btniconNotification {
    width: 16px;
    height: 16px;
    background-image: url(images/iconNotification.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btniconNotificationDelete {
    width: 35px;
    height: 35px;
    background-image: url(images/iconNotificationDelete.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnAddTask {
    width: 72px;
    height: 22px;
    background-image: url(images/btn_AddTask.GIF);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnEditTask {
    width: 72px;
    height: 22px;
    background-image: url(images/btn_EditTask.GIF);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btniconMagnify {
    width: 16px;
    height: 16px;
    background-image: url(images/iconMagnify.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}

.btnRailActive {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url(images/deassgn.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
}

.btnRailInactive {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-image: url(images/deleteN.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
}

img {
    border: 0;
}

.panelBodyBG {
    border-left: 1px solid #3e6680;
    border-right: 1px solid #3e6680;
    border-bottom: 1px solid #3e6680;
    padding: 2px;
    background-color: #cbdcec;
}

    .panelBodyBG .panelBody {
        background-color: #fff;
    }

.btnReportImage {
    width: 16px;
    height: 16px;
    background-image: url(images/IconReport.png);
    background-repeat: no-repeat;
    border: 0;
    background-color: Transparent;
    cursor: pointer;
}
/* =============================================================================
  	Header and navigation
   ========================================================================== */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
/*.menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 110%;
	color :#000000;
}
.menu :link
{
    color:#231F20;
}
 .menu ul ul {
	display: none;
}
 .menu ul li:hover > ul {
	display: block;
}
 .menu ul {
	padding: 0 10px;
	list-style: none;
	position: relative;
	display: inline-table;
	
}
 .menu ul:after {
	content: "";
	clear: both;
	display: block;
}
 .menu ul li {
	float: left;
	color :#000000;
}
 .menu ul li:hover {
	background-color: #dc0008;
	cursor:pointer ;
	
}
 .menu ul li:hover a {
	color: #fff;
	font-size:100%;
	text-decoration:none;
}
 .menu ul li a {
	display: block;
	padding: 8px 20px;
	color: #757575;
	text-decoration: none;
	font-size :100%;
}
 .menu ul ul {
	background: #58595b;
	padding: 0;
	position: absolute;
	z-index: 99;
	top: 100%;
}
 .menu ul ul li {
	float: none;
	border-top: 1px solid #6d6d6d;
	border-left: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	position: relative;
}
 .menu ul ul li:last-child {
	border-bottom: 1px solid #6d6d6d;
}
 .menu ul ul li a {
	padding: 8px 20px;
	color: #fff;
	width:150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	text-decoration :none;

}
 .menu ul ul li a:hover {
	background: #dc0008;
}
 .menu ul ul ul {
	position: absolute;
	right: 100%;
	top: 0;
}
 .menu ul li span.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ed1c24;
	position: relative;
	top: 13px;
	left: 8px;
}
 .menu ul li span.arrow-down:hover {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	position: relative;
	top: 13px;
	left: 8px;
	color: #ffffff;
}
 .menu ul li ul li span.arrow-right {
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	display: inline-block;
	float: right;
	margin-top: 6px;
}
 .menu ul li ul li ul li span.arrow-right {
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	display: inline-block;
	float: right;
	margin-top: 6px;
}*/
#header {
    width: 100%;
    background-color: #f5f5f5;
    height: 60px;
    display: inline-table;
}

.wrapper, #wrapper {
    width: 1250px;
    margin: 0 auto;
}
/*End Header and navigation*/
/* =============================================================================
  	Footer
   ========================================================================== */
#footer {
    padding: 12px 0px;
    width: 100%;
    background-color: #a3cab8;
    display: inline-table;
}


.ccLanguage {
    float: left;
    width: 20%;
    position: relative;
    top: 9px;
    font-size: 13px;
}

.footer-links {
    float: left;
    width: 60%;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-size: 100%;
    color: #1e1e1e;
    text-decoration: none;
    position: relative;
    top: 9px;
    font-size:13px;
}

    .footer-links a {
        text-align: center;
        font-family: Ubuntu, sans-serif;
        color: #1e1e1e;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: #ff0000  ;
            text-decoration: underline;
        }

.footer-social-links {
    float: left;
    width: 20%;
    text-align: right;
}

    .footer-social-links a {
        margin-right: 5px;
        display:inline-block;
    }

        .footer-social-links a:last-child {
            margin-right: 0px;
        }

        .footer-social-links a span {
            display: table-cell;
            height: 35px;
            width: 35px;
            text-align: center;
            vertical-align: middle;
            border-radius: 50%;
            background-color: #ffffff;
            color: #888888;
        }

        .footer-social-links a:hover .fa {
            color: #ff0000;
            font-size: 18px !important;
        }

        .footer-social-links a span .fa {
            color: #888888;
            font-size: 18px !important;
        }

.top-links {
    background-color: #a3cab8;
    width: 100%;
    display: inline-table;
    margin-bottom: 12px;
    padding: 6px 0px;
}

.login-info-left {
	color: #1e1e1e;
	padding-top: 6px;
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
}

.dashboard-links-right {
}

.dashboard-selectlinks a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
}
.dashboard-selectlinks a:hover {
	background-color: #3c0c44;
    color:#ffffff;
}
.dashboard-links a {
	color: #1e1e1e;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    margin-right: 8px;	
}

.dashboard-links a:last-child{margin-right:0;}

.dashboard-links a:hover {
	background-color: #3c0c44;
    color:#ffffff;
}
.dashboard-selectlinks  {
	background-color: #3c0c44;
    font-family: Ubuntu, sans-serif;
    color:#ffffff !important;
}
.dashboard-links  {
	background-color: transparent;
}

.page-title {
    margin: 7px 0px 7px 0px;
    font-family: Ubuntu, sans-serif;
    font-size: 100%;
    color: #1e1e1e;
}

.login_help {
    bottom: 14px;
    position: relative;
    float: right;
    right: -24px;
    clear: both;
}

.waitloading {
    font-size: 24px;
    color:#ad1219;
  }
  
  .waitloading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
  }
  
  @keyframes ellipsis {
    to {
      width: 1.25em;    
    }
  }
  
  @-webkit-keyframes ellipsis {
    to {
      width: 1.25em;    
    }
  }

@media only screen and (max-width: 768px) {
    .ccLanguage {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        top: initial;
    }

    .footer-links {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
        top: initial;
    }

    .footer-social-links {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) and (min-width: 360px) {
    #footer {
        font-size: 12px;
    }
}

@media only screen and (max-width: 359px) {
    #footer {
        font-size: 12px;
    }
}

.launcherMenu {
    padding: 0px 5px !important;
   
}

    .launcherMenu .fa {
        padding: 8px 4px !important;
    }

.dashboard-tabs {
    background-color: white !important;
    padding: 8px 0px 0px 0px !important;
    margin-bottom: 0 !important;
}