
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    width: 100%;
    height: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #333333;
    background-color: #ffffff;
}

.floatLeft {
    float: left;
}

@import url(IVETree.css);
@import url(WebGrid.css);
@import url(WebMenu.css);
@import url(WebListBar.css);
@import url(WebTree.css);
@import url(WebCalendar.css);
@import url(WebDateChooser.css);
@import url(WebNumericEdit.css);
@import url(WebMaskEdit.css);
@import url(WebCombo.css);
@import url(WebDateTimeEdit.css);
@import url(MultiSelect.css);
@import url(WebCurrencyEdit.css);

.MainTableStyle {
    margin-top: 10px;
}

.IVETextAreaStyle {
    visibility: hidden;
}

.gridRowSelected {
    background-color: #FFDFAE;
    border: solid 1px #6D6D6D;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    height: 19px;
    vertical-align: central;
}


.comboRowSelected {
    background-color: #FFDFAE;
    border: solid 1px #6D6D6D;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    height: 19px;
}

.ButtonStyle {
    background-color: #06427D;
    font-family: Verdana,Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    width: 75px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

.MessageboxButtonStyle {
    background-color: Silver;
    font-family: Verdana,Arial;
    font-size: 8pt;
    font-weight: bold;
    color: Black;
    width: 75px;
    border: solid 1px buttonface;
}


.RadioButtonStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #333333;
    border-style: none;
    font-weight: normal;
    height: 18px;
}


.IconAssignmentStyle {
    cursor: default;
    height: 14px;
}



.xyz {
    display: none;
}


.BreadCrumbsPopUpTable {
    border: outset 1px #000000;
    background-color: #dce6ef;
    WIDTH: 100px;
    font-family: Verdana,Arial;
    font-size: 7pt;
    z-index: auto;
}


.MenuRowStyle {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/mainnav/navbar_1px_grayreplace.gif);
    background-repeat: repeat-x;
    padding: 0px 13px 0px 4px;
}

.MenucellBorderStyle {
    text-align: center;
}

.TemplateWorkingArea {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    margin: 0 0 0 0;
    padding: 12px 12px 12px 12px;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    width: 80%;
}

.TemplateSideBar {
    background-color: #DAD4CB;
    background-position: 0px 500px;
    COLOR: #000000;
    border: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .TemplateSideBar {
        padding-left: 50px;
    }
}


.TemplateSideBarLogo {
    background-color: #DAD4CB;
    background-repeat: no-repeat;
    background-position: 0px 1000px;
    COLOR: #000000;
    border: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    padding: 12px 6px 0px 6px;
}

.TemplateSideBarLogin {
    background-color: #DAD4CB;
    background-repeat: no-repeat;
    background-position: 0px 1000px;
    COLOR: #000000;
    border: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    padding: 12px 6px 0px 6px;
}

.MsgBox {
    WIDTH: 408px;
    /*HEIGHT: 180px;*/
    border-color: black;
    background-color: #EBF2F8;
    color: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
}

.MsgBoxLabel {
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #333333;
    font-weight: normal;
    vertical-align: top;
}

.MsgBoxDiv {
    /*LEFT: 310px; */
    VISIBILITY: hidden;
    WIDTH: 410px;
    POSITION: absolute;
    HEIGHT: 166px;
    TOP: 300px;
    LEFT: 330px;
    border-color: #3A4855;
}

.MsgBoxOuterTable {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    POSITION: absolute;
}

.popupMask {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1200px;
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: transparent;
    background-color: #333333;
    background-image: url(../../CIPS.Common.UI/Presentation/Images/maskBG.png);
    background-image: none;
    background-repeat: repeat;
    display: none;
}

.DropDownDisabled {
    background: silver;
    border: solid 1px silver;
}

.FieldSetStyle {
    border: solid 1px #7F9DB9;
    padding: 0px 0px 0px 6px;
}

.TabSelected {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/tab_1px_blue.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-style: none;
    cursor: default;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
}

.TabUnSelected {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/tab_1px.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-style: none;
    cursor: default;
    color: #666666;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    height: 24px;
}

.PageHeaderTable {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333333;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
    padding: 0px 0px 5px 0px;
}

.PageHeaderTitle {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    border-style: none;
}

.PageHeaderLegend {
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: normal;
    border-style: none;
}

.TableSmallFont {
    font-family: Verdana,Arial;
    font-size: 8px;
    font-weight: normal;
    border-style: none;
}

.TabContainer {
    BACKGROUND-COLOR: #F0F0F0;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    border: solid 1px #7F9DB9;
    padding: 9px 0px 0px 6px;
}


.TabContainerInner {
    BACKGROUND-COLOR: #f0f0f0;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
}

.TabContainerGroupBox {
    BACKGROUND-COLOR: #F0F0F0;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-size: 11px;
    border: solid 1px #BCD1EF;
    padding: 9px 0px 0px 6px;
}

.TabContainerGroupBoxInner {
    BACKGROUND-COLOR: #F0F0F0;
    COLOR: #333333;
    font-family: Verdana,Arial;
    font-size: 11px;
    border: solid 1px #BCD1EF;
    border-style: none;
}

.Container {
    BACKGROUND-COLOR: #F0F0F0;
    COLOR: #000000;
    font-family: Verdana,Arial;
    font-weight: normal;
    font-size: 11px;
    border: solid 1px #7F9DB9;
    padding: 9px 0px 0px 6px;
}

.ContainerInner {
    BACKGROUND-COLOR: #F0F0F0;
    COLOR: Black;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
    border-color: #BCD1E5;
}


.DialogContainer {
    background-color: #F0F0F0;
    COLOR: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 11px;
    border: solid 2px #3A4855;
    padding: 9px 0px 0px 6px;
}

.DialogContainerInner {
    background-color: #F0F0F0;
    COLOR: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
}

.SectionTitle {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/header_1px_new.gif);
    BACKGROUND-REPEAT: repeat-x;
    font-weight: bold;
    border-color: #7F9DB9;
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #FFFFFF;
    padding: 0px 0px 0px 9px;
    height: 20px;
    vertical-align: middle;
}

.DialogSectionTitle {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/header_1px_new.gif);
    BACKGROUND-REPEAT: repeat-x;
    COLOR: #FFFFFF;
    font-weight: bold;
    font-family: Verdana,Arial;
    font-size: 11px;
    padding: 0px 0px 0px 9px;
    height: 20px;
}

.DefaultCellSpacing {
    padding: 0px 9px 1px 3px;
}

.AlternateCellSpacing {
    vertical-align: top;
    padding: 0px 9px 9px 3px;
}

.LabelStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border-style: none;
}

.LabelStyleEntityFocus {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    border-style: none;
    padding-left: 3px;
    padding-top: 5px;
}

.ConditionalMandatoryLabelStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    border-style: none;
    color: #000000;
}

.LabelFieldStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #9D9DA1;
    border: solid 1px #7F9DB9;
    vertical-align: middle;
    background-color: #FFFFFF;
    height: 18px;
}

.LabelGroupStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-style: none;
}

.LabelGroupStyle1 {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    border-style: none;
}

.LabelGroupEntityStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    border-style: none;
    padding-left: 3px;
}

.LabelDialogGroupStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-style: none;
}

.LineGroupStyle {
    height: 1px;
    color: #7F9DB9;
    vertical-align: sub;
}

.LineGroupFooter {
    height: 1px;
    color: #7F9DB9;
    vertical-align: top;
}

.RequiredField {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #EC1B21;
    vertical-align: bottom;
}

.AfcarsField {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.TextAreaStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
}

.MandatoryTextAreaStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
}

.AfcarsTextAreaStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    height: 18px;
    background-color: #B9D4FF;
}

.TextStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
    height: 18px;
}

.MandatoryTextStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
    height: 18px;
}

.AfcarsTextStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    height: 18px;
    background-color: #B9D4FF;
}

.MandatoryDropDownListStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
    height: 18px;
    vertical-align: top;
    width: auto;
}

.AfcarsDropDownListStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #B9D4FF;
    height: 18px;
}

.DropDownListStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
    height: 18px;
    width: auto;
}

.CheckBoxStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border-style: none;
    height: 18px;
}


.MandatoryListBoxStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
}

.AfcarsListBoxStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #B9D4FF;
}

.ListBoxStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
}

.ButtonsTable {
    padding: 4px 8px 0px 0px;
}

.buttonDefault {
    border: 0px none transparent;
    height: 19px;
    CURSOR: default;
    padding: 0px 0px 0px 0px;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_default.gif) left top;
    color: #333;
    font: normal 11px Verdana;
}

.buttonDefaultLeft {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    CURSOR: default;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_default.gif) left top;
}

.buttonDefaultRight {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    CURSOR: default;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_default.gif) left top;
}

.buttonDisabled {
    border: 0px none transparent;
    height: 19px;
    padding: 0px 0px 0px 0px;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_disabled_1px.gif) left top;
    color: #ccc;
    font: normal 11px Verdana;
}

.buttonDisabledLeft {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_disabled_1px.gif) left top;
}

.buttonDisabledRight {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_disabled_1px.gif) left top;
}


.buttonEmphasized {
    border: 0px none transparent;
    height: 19px;
    CURSOR: default;
    padding: 0px 0px 0px 0px;
    background: url(../../CIPS.Common.UI/Presentation/Images/header_1px_new.gif) left top;
    color: #FFFFFF;
    font: bold 11px Verdana;
}

.buttonEmphasizedLeft {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    CURSOR: default;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/header_1px_new.gif) left top;
}

.buttonEmphasizedRight {
    border: 0px none transparent;
    height: 19px;
    width: 4px;
    CURSOR: default;
    vertical-align: top;
    background: url(../../CIPS.Common.UI/Presentation/Images/header_1px_new.gif) left top;
}

.blueline {
    background-repeat: repeat-x;
    background-position: center top;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7F9DB9;
}

.reportheading {
    background-repeat: repeat-x;
    background-position: center top;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7F9DB9;
    font: bold 12px Verdana;
}

.MultiHeader {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/MultiHeader.JPG);
    background-repeat: repeat-x;
    border-style: none;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
}

.SecondaryBarTable {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/navbar_1px_gray.jpg);
    padding: 0px 12px 2px 12px;
}

.BreadCrumbsMainTable {
    BACKGROUND-COLOR: #dce6ef;
    COLOR: #333333;
    font-family: Verdana,Arial;
    font-size: 7pt;
    font-weight: bold;
    border: none;
    font-weight: bold;
}

.NavigationBarLinkButton {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/secondarynav/navbar_1px_gray.gif);
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    font-family: Verdana,Arial;
    border: none;
    font-weight: bold;
    background-repeat: repeat-x;
    TEXT-DECORATION: None;
    padding: 7px 7px 6px;
    height: auto;
    width: 100%;
    display: inline-block;
}

.NavigationBarMoreLinkButton {
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    font-family: Verdana,Arial;
    border: none;
    font-weight: bold;
    background-image: url(../../CIPS.Common.UI/Presentation/Images/secondarynav/navbar_1px_gray.gif);
    background-repeat: repeat-x;
    TEXT-DECORATION: None;
    padding: 6px 6px 0px 11px;
    height: 23px;
    text-align: center;
}

.NavigationBarMoreRightLinkButton {
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    font-family: Verdana,Arial;
    border: none;
    font-weight: bold;
    background-image: url(../../CIPS.Common.UI/Presentation/Images/secondarynav/navbar_icon_more.gif);
    background-repeat: repeat-x;
    TEXT-DECORATION: None;
    padding: 6px 0px 0px 2px;
    height: 23px;
    text-align: center;
    width: 1px;
}

.NavigationBarParentLinkButton {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/secondarynav/navbar_1px_blue.gif);
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    font-family: Verdana,Arial;
    border: none;
    font-weight: bold;
    background-repeat: repeat-x;
    TEXT-DECORATION: None;
    /*padding: 6px 6px 0px 11px;
    height: 23px;*/
    padding: 7px 7px 6px;
    height: auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.NavigationBarSelectLinkButton {
    background-image: url(../../CIPS.Common.UI/Presentation/Images/secondarynav/navbar_1px_orange.gif);
    font-weight: normal;
    font-size: 9px;
    color: #333333;
    font-family: Verdana,Arial;
    border: none;
    font-weight: bold;
    background-repeat: repeat-x;
    TEXT-DECORATION: None;
    /*padding: 6px 6px 0px 11px;
    height: 23px;*/
    padding: 7px 7px 6px;
    height: auto;
    width: 100%;
    display: inline-block;
}

.SepImg {
    display: inline-block;
}

.NavBarCell {
    padding: 0px 0px 0px 13px;
}

.TabSideBar {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/sidebar/tabs/sidebar_tab_1px.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-style: none;
    cursor: default;
    color: #999999;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    float: left;
}

.TabSideBarSelected {
    BACKGROUND-IMAGE: url(../../CIPS.Common.UI/Presentation/Images/sidebar/tabs/sidebar_tab_1px_B.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-style: none;
    cursor: default;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    float: left;
}

.DragObjectCell {
    padding: 0px 0px 0px 0px;
}

.ZoomBoxContainer {
    BACKGROUND-COLOR: #EBF2F8;
    COLOR: #333333;
    font-family: Verdana,Arial;
    font-size: 11px;
    border: solid 2px #3A4855;
    padding: 9px 0px 0px 6px;
    width: 594px;
}

.ZoomBoxPosition
{
    position: absolute;
}

.ie10 .ZoomBoxPosition
{
    position: fixed;
}

.ie11 .ZoomBoxPosition
{
    position: fixed;
}

.other .ZoomBoxPosition
{
    position: fixed;
}

.edge .ZoomBoxPosition
{
    position: fixed;
}

.HyperLink {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: Blue;
    border-style: none;
}

.ContainerLogin {
    BACKGROUND-COLOR: #EEFFFF;
    COLOR: #333333;
    font-family: Verdana,Arial;
    font-size: 11px;
    border-style: none;
}

.DateTextStyle {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border-bottom: solid 1px #7F9DB9;
    border-left: solid 1px #7F9DB9;
    border-top: solid 1px #7F9DB9;
    border-right: none;
    background-color: #FFFFFF;
    height: 20px;
}

.DateImageStyle {
    border-left: none;
    border-bottom: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
    border-top: solid 1px #7F9DB9;
    vertical-align: top;
}

.GridCells {
    border-color: Gray;
    border-width: 1px;
    border-style: solid;
    height: 19px;
    cursor: default;
    vertical-align: middle;
}

.GridCells1 {
    border-style: none;
    cursor: default;
}

.GridCellsInvisible {
    border-style: none;
    width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.GridCellPadding {
    border-color: Gray;
    border-width: 1px;
    border-style: solid;
    border-left-style: none;
    cursor: default;
    vertical-align: middle;
    padding: 5px;
}

.GVFixedHeader {
    font-weight: bold;
    background-color: #DFEAF8;
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.parentNode.scrollTop);
}

.GridHeaderCells {
    background-clip: padding-box;
    border-spacing: 10px;
    border-color: Gray;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    background-color: #DFEAF8;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    height: 19px;
    text-align: left;
}

.GridDarkHeaderCells {
    background-clip: padding-box;
    border-spacing: 10px;
    border-color: Gray;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    background-color: #416489;
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    height: 19px;
    text-align: left;
}

.GridHeaderCells1 {
    border-style: none;
    cursor: default;
}

.GridHeaderCellsInvisible {
    border-style: none;
    width: 0px;
    border-top-style: solid;
}

.GridMainStyle {
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
}

th {
    position: relative;
}

headerDiv {
    overflow: auto;
    width: 5px;
}

itemDiv {
    overflow: scroll;
    width: 0px;
}


.DataGridFixedHeader {
    FONT-WEIGHT: bold;
    POSITION: relative;
    TOP: expression(this.offsetParent.scrollTop - 2);
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-color: #E8E1D7;
    border-right: 1px solid silver;
    cursor: default;
    border: 1px gray;
}


/* the div that holds the date picker calendar */
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
    font-family: Verdana,Arial;
    font-size: 11px;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    border: 2px solid #7F9DB9;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
    background-color: Gray;
    border-bottom: 2px solid #7F9DB9;
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
    background-color: white;
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
    border: 1px #7F9DB9;
    border-style: solid;
    color: blue;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
    background-color: #E7E1D6;
    border: 1px solid #AAAAAA;
    color: White;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
    border: 1px solid #888888;
    cursor: pointer;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
    background-color: white;
    border: 1px solid #7F9DB9;
    color: black;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
    font-size: 12px;
    color: gray;
    font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
    color: #4060ff;
    font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: black;
    background: Gray;
    font-weight: bold;
    padding: 0px;
    cursor: pointer;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: gray;
    background: #d8e8ff;
    font-weight: bold;
}

.centered {
    border: 0;
    background-color: #6095b3;
    position: fixed;
    _position: absolute;
    left: 30%;
    top: 40%;
    color: White;
    z-index: 999;
}

.dpDropDown {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
    height: 16px;
}

.modalBackground {
    background-color: #6095b3;
}

.dpTDDiffMonth {
    border: 1px #7F9DB9;
    border-style: solid;
    color: Fuchsia;
}
/* added by Raheem as the new gridview column headers are getting displayed as Hyper links */
th a:link, th a:visited, th a:active, th a:hover {
    text-decoration: none;
    color: black;
}

.styleone:link {
    text-decoration: none;
}

.styleone:visited {
    text-decoration: none;
}

.styleone:active {
    text-decoration: none;
}

.styleone:hover {
    text-decoration: underline;
    color: red;
}

.NavImg {
    /*float: left;
    display: inline-block;*/
}

/*table {
    border-collapse: collapse;
    border-spacing: 0px;
}*/

.Breadcrumb td {
    padding: 0px;
}

.TabClass {
    padding: 0px;
}

td {
    padding: 1px;
}

.MenuTd {
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    float: left;
}


.linkbuttonDefault {
    border: 0px none transparent;
    height: 19px;
    cursor: pointer;
    padding: 5px 4px 1px 9px;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_default.gif) repeat-x left top;
    background-color: red;
    color: #333;
    font: normal 11px Verdana;
    text-decoration: none;
    vertical-align: middle;
}

.RoundedCornersDiv {
    border: 0px none transparent;
    -web-kit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #7F9DB9;
    color: white;
    height: 80px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.FreezedDiv {
    position: fixed;
}

.RightPanel {
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    right: 0;
    padding: 0px;
    background-color: white;
}

.CriticalAlertNotification {
    width: 15px;
    height: 15px;
    background-color: red;
    font-family: Verdana,Arial;
    font-size: 9px;
    text-align: center!important;
    vertical-align: middle!important;
    display: table-cell!important;
    color: white;
}

.WarningNotification {
    width: 15px;
    height: 15px;
    background-color: orange;
    font-family: Verdana,Arial;
    font-size: 9px;
    text-align: center!important;
    vertical-align: middle!important;
    display: table-cell!important;
    color: white;
}

.CriticalAlertNotificationText {
    color: red;
}

.WarningNotificationText {
    color: orange;
}

.LastUpdatedDiv {
    color: grey;
    font-style: italic;
    font-size: 9px;
    text-align: left;
    padding-top: 10px;
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/


/* Overlays */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
    /*background-color:aqua;*/
    /*border-radius:7px;
    box-shadow:0 4px 4px #CCCCCC;*/
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    /*width:520px;*/
    scrollbar-arrow-color: white;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        background: #f6f6f6;
        font-weight: bold;
        color: #1c94c4;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #fbcb09;
        background: #fdf5ce;
        font-weight: bold;
        color: #c77405;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850;
        background: #ffffff;
        font-weight: bold;
        color: #eb8f00;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900;
        color: #ffffff;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70); /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35); /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
        }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}


/* Overlays */
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000;
    opacity: .2;
    filter: Alpha(Opacity=20); /* support: IE8 */
    border-radius: 5px;
}

input.buttonDefault {
    border: 0px none transparent;
    height: 19px;
    CURSOR: default;
    padding: 0px 0px 0px 0px;
    background: url(../../CIPS.Common.UI/Presentation/Images/button_default.gif) left top;
    color: #333;
    font: normal 11px Verdana;
}

#file_browse_wrapper {
    width: 65px;
    height: 20px;
    background: url(../../CIPS.Common.UI/Presentation/Images/Button_Browse.png);
    border: none;
    overflow: hidden;
}

.file_browse_wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: central;
}

    .file_browse_wrapper input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

#uploadBatchFile {
    margin-left: -170px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.FixedPanelWidth {
    width: 800px;
}

.SearchSection {
    border-style: solid;
    border-width: 5px;
    border-color: lightgray;
    width: 650px;
}

.SearchSectionBlank {
    border-style: solid;
    border-width: 5px;
    border-color: white;
    width: 650px;
}

.NotificationPanel {
    border-style: solid;
    border-width: 4px;
    border-color: #558ED5;
    width: 194px;
}

.NotificationText {
    text-align: left;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 13px;
}

a.aspNetDisabled {
    color: grey !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .NavigationBarSelectLinkButton,
    .NavigationBarLinkButton {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: left;
    }

    .SepImg {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .MenuTd {
        display: inline-block;
        overflow: hidden;
    }

    #divTopMenu {
        padding-bottom: 5px;
    }
}
