* {
    margin: 0;
    padding: 0;
}

img { border: 0; }

body {
    background-color: #fff;
   
    font-family: Arial, helvetica, Sans-Serif;
    text-align: left;
    margin-left: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Sans-Serif;
    margin-bottom: 5px;
}

p {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-bottom: 5px;
}

h1 {
    color: #6699CC;
    font-size: 20px;
    margin-bottom: 8px;
}

h2 {
    color: #6699CC;
    font-size: 16px;
    margin-bottom: 10px;
}

h3 {
    color: #6699CC;
    font-size: 14px;
    margin-bottom: 10px;
}

h4 {
    color: #6699CC;
    font-size: 13px;
    margin-bottom: 3px;
}

h5 {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-decoration: underline;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
}

.rightcontent_current {
    float: right;
    padding-top: 10px;
    width: 825px;
}

.rightcontent {
    float: right;
    padding-top: 5px;
    width: 95%;
}

.leftcontent_current {
    color: #000;
    float: left;
    padding: 5px;
    width: 17%;
}

.leftcontent {
    color: #000;
    float: left;
    padding: 5px;
    width: 175px;
}

.leftcontent_Master {
    background-color: #6699CC;
    color: #000;
    float: left;
    padding: 5px;
    width: 175px;
}


.leftcontent_Master div
{
 border-color:  #fff;
}

.masterHeader {
    background-color: White;
    color: #6699CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

.header2 { width: 100px; }

.logo2 {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    padding: 1px 1px 1px 1px;
}

.search2 {
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    padding: 25px 5px;
    width: 125px;
}

.search input {
    border: 1px solid #999;
    color: #333;
    font-size: 10px;
    margin-right: 5px;
    padding: 0;
    padding: 2px;
    width: 120px;
}

.header { width: 1000px; }

.logo {
    float: left;
    height: 60px;
    width: 185px;
    margin-bottom: 22px;
}

.search {
    float: right;
    height: 10px;
    text-align: right;
    width: 810px;
}



.globalNav {
    background-color: #6699CC;
    color: #fff;
    font-size: 1.1em;
    padding: 0px 0 4px 170px;
}

.aLogoff {
    font-size: 12px;
    text-decoration: none;
}

.aLogoff:link { color: #6699CC; }

.aLogoff:visited { color: #6699CC; }

.aLogoff:hover {
    color: #6699CC;
    text-decoration: underline;
}

.welcomeUser {
    color: White;
    font-size: 10px;
    font-weight: bold;
}

.leftnavBox {
    margin-top: 1px;
    padding: 2px 2px;
}

.leftnav h3 {
    background: #6699CC;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 5px 5px;
}

.leftnavGrey h3 {
    background: #808080;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 5px 5px;
}

.homemain {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    padding: 5px; 
    width: 100%;
}

.pwdmain {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    width: 350px;
}

.homemain_old {
    background-color: #fff;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 90%;
}

#pagewidth_current {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: left;
    width: 800px;
}

#pagewidth {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: left;
    width: 100%;
}

#pagewidth2 {
    background: #fff;
    margin-left: 5px;
    margin-top: 5px;
    text-align: left;
    width: 1000px;
}

.pageHeaderMain {
    padding-bottom: 10px;
    width: 790px;
}

.pageHeader {
    float: left;
    padding-left: 10px;
    text-align: left;
    width: inherit;
    margin-bottom: 10px;
}

.pageOptions {
    float: right;
    padding-right: 5px;
    text-align: right;
    width: inherit;
}

.amenu {
    font-size: 12px;
    padding-left: 3px;
    text-decoration: none;
}

.file-upload {
    /*overflow: hidden;*/
    display: inline-block;
    position: relative; 
    vertical-align: middle;
    text-align: center;

    /* Cosmetics */
    color: #3973AC;
    /*padding: 0.2em 0.5em;*/
    border: 1px solid grey ;
    background: white;
  

    /* Nice if your browser can do it */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    border-radius: 6px;
    }::-webkit-file-upload-button {
    color:#3973AC;
}




.amenu:link { color: blue; }

.amenu:visited { color: blue; }

.amenu:hover {
    color: blue;
    text-decoration: underline;
}

.amenu:active {
    color: red;
    text-decoration: none;
}

.menuHeader {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px;
    text-decoration: none;
}

.amenuHeader {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px;
    text-decoration: none;
}

.amenuHeader2 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px;
    text-decoration: none;
}

.amenuHeader2:link { color: #fff; }

.amenuHeader2:visited { color: #fff; }

.amenuHeader2:hover {
    color: #fff;
    text-decoration: underline;
}

.amenuHeader2:active {
    color: #fff;
    text-decoration: none;
}


.breadcrumb:link {
    color: #0066FF;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

.breadcrumb:visited {
    color: #0066FF;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}


.aswitch {
    background-color: Gray;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 3px;
    text-decoration: none;
}

.aswitch:link { color: #FFFFFF; }

.aswitch:visited { color: #FFFFFF; }

.aswitch:hover {
    color: #FFFFFF;
    font-weight: bold;
}

.aswitch:active {
    color: red;
    text-decoration: none;
}

.labelPad {
    color: #6699CC;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
    width: 125px;
}

.labelBlackColor {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: left;
    vertical-align: bottom;
    width: 50px;
}


div.formRow {
    clear: both;
    padding-bottom: 3px;
    padding-top: 3px;
}

div.formRowAction {
    clear: both;
    text-align: center;
    width: 100%;
}

div.formRow span.labelPadz {
    color: #6699CC;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
    width: 125px;
}

div.formRow span.labelPadzNoWidth {
    color: #6699CC;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

div.formRow span.formw {
    float: left;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 4px;
} 


.grayDivBorder {
    border-color: #E1E1E1;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.defaultTextBox {
    color: #000;
    font-size: 12px;
    text-align: left;
}

.textboxWatermark {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}
 
input[type=checkbox][id*='chkAuditing'], input[type=checkbox][id*='chkTrace'] {
    margin-left: 140px;
}

.defaultCheckbox {
    cursor: pointer;
    vertical-align: top;
}

.defaultCheckbox label {
    font-size: 12px;
}

.defaultCheckbox2 {
    cursor: pointer;
    vertical-align: top;
}

.defaultCheckbox2 label {
    font-size: 11px;
    padding-left: 5px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;    
}

.defaultCheckbox input, .defaultRadioList input {
    margin-bottom: 8px;
}

.defaultRadio { cursor: pointer; }

.defaultRadio label {
    font-size: 12px;
    padding-left: 5px;
    margin-right: 5px;   
}

.defaultDropDownList {
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    text-align: left;
}

.defaultListBox {
    vertical-align: bottom;
}

.defaultCheckBoxList {
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    padding-bottom: 3px;
    text-align: left;
}

.defaultCheckBoxList label {
    font-size: 12px;
    padding-left: 5px;
}

.defaultRadioList {
    cursor: pointer;
    font-size: 12px;
    height: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.defaultRadioList label {
    font-size: 12px;
    padding-left: 2px;
    margin-right: 5px; 
}

.enabledBtnSmall {
    color: #3973AC;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    width: 50px;
    height: 18px;
}

.enabledBtn {
    color: #3973AC;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    width: 80px;
    height: 20px;
}

.tableListing { font-size: 9px; }

.tableListing th.headersFirst {
    background-color: #6699CC;
    border-left: solid 1px black;
    border-right: solid 1px #ffffff;
    border-top: solid 1px black;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding: 5px;
}

.tableListing th.headersFirstVertical {
    background-color: #6699CC;
    border-left: solid 1px black;
    border-right: solid 1px #ffffff;
    border-top: solid 1px black;
    color: #ffffff;
    /* ReSharper disable once InvalidValue */
    filter: flipV flipH !important;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding: 5px;
    writing-mode: tb-rl !important;
}


.tableListing th.headersMiddle {
    background-color: #6699CC;
    border-right: solid 1px #ffffff;
    border-top: solid 1px black;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding: 5px;
}


.tableListing th.headersMiddleVertical {
    background-color: #6699CC;
    border-right: solid 1px #ffffff;
    border-top: solid 1px black;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding: 5px; 
  
    
}

.tableListing th.headersLast {
    background-color: #6699CC;
    border-right: solid 1px black;
    border-top: solid 1px black;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding: 5px;
}

.tableListing th.headersLastVertical {
    background-color: #6699CC;
    border-right: solid 1px black;
    border-top: solid 1px black;
    color: #ffffff;
    /* ReSharper disable once InvalidValue */
    filter: flipV flipH !important;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    padding: 5px;
    writing-mode: tb-rl !important;
}


.tableListing-normal {
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    color: #2E2E2E;
    table-layout: fixed;
}

.tableListing-info {
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    color: #666;
    text-align: right;
    text-transform: capitalize;
}

.tableListing td {
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    font-size: 11px;
    padding: 5px 5px;
    vertical-align: top;
}

.tableListing td a { display: block; }

.tableListing td.left {
    border-bottom: 1px solid #fff0C7;
    border-left: 1px solid #fff0C7;
    text-align: left;
}

.tableListing td.right {
    border-bottom: 1px solid #fff0C7;
    border-right: 1px solid #fff0C7;
    text-align: right;
}

.tableListing td.center { border-bottom: 1px solid #fff0C7; }

.tableListing-row {
    background-color: #fff;
    font-size: 11px;
}

.tableListing-row:hover { background-color: #EBEBEB; }

/* Links w/ Icons */

a.createnew {
    background: url(../images/createNew.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 8px 0 10px 20px;
}

a.createnew:visited { color: Blue; }

a.createnew:active {
    color: Red;
    text-decoration: none;
}

a.creategroup {
    background: url(../images/createGroup.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 0 0 0 20px;
}

a.creategroup:visited { color: Blue; }

a.creategroup:active {
    color: Red;
    text-decoration: none;
}

a.createrole {
    background: url(../images/createRole.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 8px 0 10px 20px;
}

a.createrole:visited { color: Blue; }

a.createrole:active {
    color: Red;
    text-decoration: none;
}

a.createdefined {
    background: url(../images/createDefined.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 0 0 0 20px;
}

a.createdefined:visited { color: Blue; }

a.createdefined:active {
    color: Red;
    text-decoration: none;
}

a.deliveryoptions {
    background: url(../images/16/manage_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 0 0 0 20px;
}

a.deliveryoptions:visited { color: Blue; }

a.deliveryoptions:active {
    color: Red;
    text-decoration: none;
}

a.manageDocuments {
    background: url(../images/16/manage_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 1px 0 6px 20px;
}

a.manageDocuments:visited { color: Blue; }

a.manageDocuments:active {
    color: Red;
    text-decoration: none;
}

a.userSettings {
    background: url(../images/16/user_settings_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 2px 0 2px 20px;
}

a.userSettings:visited { color: Blue; }

a.userSettings:active {
    color: Red;
    text-decoration: none;
}

a.userReports {
    background: url(../images/16/userReports_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 4px 0 1px 20px;
}

a.userReports:visited { color: Blue; }

a.userReports:active {
    color: Red;
    text-decoration: none;
}

a.emailConfig {
    background: url(../images/16/emailSettings_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 2px 0 2px 20px;
}

a.emailConfig:visited { color: Blue; }

a.emailConfig:active {
    color: Red;
    text-decoration: none;
}

a.imageGroupSettings {
    background: url(../images/16/settings_on_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 1px 0 6px 20px;
}
a[disabled="disabled"] {
    /*ie takes care of graying out the link, but chrome needs this...*/
    color: gray;
    
}

a.imageGroupSettings:visited { color: Blue; }

a.imageGroupSettings:active {
    color: Red;
    text-decoration: none;
}

a.prt {
    background: url(../images/16/print_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 5px 0 5px 20px;
}

a.prt:visited { color: Blue; }

a.csv {
    background: url(../images/16/file_16.png) no-repeat left 50%;
    color: Blue;
    font-size: 11px;
    padding: 5px 0 5px 20px;
}

a.csv:visited { color: Blue; }

a.opts {
    background: url(../images/Options.gif) no-repeat right 75%;
    color: Blue;
    font-size: 11px;
    padding: 1px 20px 1px 0;
    text-decoration: none;
}

a.opts:visited { color: Blue; }

.icon-cancel {
   
    display: inline;
    margin-left: 10px;
    padding-left: 18px;
    padding-right: 10px;
}

.actionsDropBox {
    color: blue;
    padding: 2px;
    text-decoration: underline;
}

.actionsDropDown a:hover { background: #ccc; }

.actionsDropDownPopup {
    background: #fff;
    border: 1px solid #000;
    padding-left: 10px;
    padding-top: 10px;
    width: 200px;
}



#paging {
    font-size: 11px;
    padding: 5px;
    text-align: left;
}

#paging a {
    border: 1px solid #666;
    padding: 3px 5px;
    text-decoration: none;
}

#paging a:hover { background: #ccc; }

#paging .pagingCurrent {
    background: #666;
    color: #fff;
    padding: 3px 5px;
}

#paging .pagingInactive {
    border: 1px solid #ccc;
    color: #888;
    padding: 3px 5px;
}

.pagingCount { border: 1px solid #666; }

#staging {
    font-family: arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
    text-align: left;
}

#staging a {
    border: 1px solid #0066CC;
    color: #0066CC;
    padding: 3px 5px;
    text-decoration: none;
}

#staging a:hover {
    background: #0066CC;
    color: #fff;
}

#staging .stagingCurrent {
    background: #666;
    background-position: top;
    color: #fff;
    color: #fff;
    padding: 3px 5px;
}

#staging .stagingInactive {
    border: 1px solid #ccc;
    color: #888;
    padding: 3px 5px;
}



dl {
    font-size: 11px;
    margin: 0 0 20px 20px;
    padding: 0;
    width: 240px;
}

dt {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 10px;
}

dd {
    border-bottom: solid 1px #9F9F9F;
    border-right: solid 1px #9F9F9F;
    color: #666;
    font-size: 11px;
    margin: 0 0 0 10px;
    padding: 0 10px 10px 10px;
}

#blue dt { background-color: #6699CC; }

#blue { background-color: #F4F4F4; }

#gold dt { background-color: #FFAF00; }

#gold { background-color: #F4F4F4; }

#green dt { background-color: #64842d; }

#green { background-color: #F4F4F4; }



abbr, acronym, .help {
    border-bottom: 1px dotted #333;
    cursor: help;
}

/* Autocomplete List */

.autocomplete_completionListElement {
    background-color: #fff;
    border: #A0A0A0;
    border-style: solid;
    border-width: 1px;
    color: black;
    cursor: default;
    font-size: 11px;
    height: 300px;
    list-style-type: none;
    margin: 0px !important;
    overflow: auto;
    text-align: left;
    visibility: hidden;
}

.autocomplete_highlightedListItem {
    background-color: #9dbbe0;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
}

.autocomplete_listItem {
    background-color: #fff;
    color: black;
    font-size: 12px;
    padding: 1px;
}

.hoverLink img { width: 100%; }

#blur {
    background-color: #F5F5F5;
    filter: alpha(opacity=50);
    height: 100%;
    /* ReSharper disable once CssNotResolved */
    khtml-opacity: .5;
    left: 0;
    /* ReSharper disable once CssNotResolved */
    moz-opacity: 0.5;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 120;
}

.popupTitle {
    color: #F6B446;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.popupHeader {
    border-bottom: 1px solid #999;
    height: 20px;
    width: 100%;
}

.popupContent {
    clear: both;
    margin: 15px 0 0 0;
}

.popupSmall {
    background-color: #0595cb;
    background-position: 50% top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    padding: 25px;
    position: absolute;
    top: 30%;
    width: 300px;
    z-index: 102;
}

.popupDescription {
    color: #dcdcdc;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.modalpopup {
    display: block;
    font-size: 11px;
    padding: 2px 3px;
    position: absolute;
}

.modalpopup_2 {
    display: block;
    font-size: 11px;
    padding: 2px 3px;
    position: absolute;
    z-index: 1000 !important;
}

.modal_container {
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.modal_header {
    background: url(../images/sprite.png) repeat-x 0px -200px;
    border-color: #808080 #808080 #6699CC #808080;
    border-style: solid;
    border-width: 0px 1px 1px;
    color: #000;
    cursor: move;
    padding: 3px 10px;
}

.modal_header .msg { font-weight: bold; }

.modal_body {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-top: 10px;
}

.modal_body_mobile {
    background-color: #f2f2f2;
    border: solid 1px #808080;
    border-color: #808080 #808080 #808080 #808080;
    border-style: solid;
    border-width: 0px 1px;
    border-width: 1px 0px;
    padding: 5px;
    position: fixed;
    top: 5%;
    width: 50%;
}

.modal_body .msg {
    background: url(../images/sprite.png) no-repeat 0px -1150px;
    float: left;
    padding-left: 22px;
}

.modal_body .info {
    background: url(../images/sprite.png) no-repeat 0px -1199px;
    float: left;
    padding-left: 22px;
}

.modal_footer {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    padding-bottom: 8px;
    padding-right: 8px;
    text-align: right;
}

.modal_close {
    background: url(../images/sprite.png) no-repeat 0px -300px;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
}

.modalBackground2 {
    background-color: #F5F5F5;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.modalBackground {
    -moz-opacity: 0.25;
    background-color: #fff;
    filter: alpha(opacity=25);
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
}

.modalBackground_2 {
    background-color: #fff;
    filter: alpha(opacity=25);
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}

.modalBackgroundold {
    -moz-opacity: 0.25;
    background-color: #fff;
    filter: alpha(opacity=25);
    left: 0px;
    opacity: 0.25;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.progressBackgroundFilter {
    bottom: 0px;
    left: 0px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1000;
}

.processMessage {
    border: solid 1px #000;
    left: 43%;
    padding: 10px;
    position: fixed;
    top: 30%;
    width: 14%;
    z-index: 1001;
}

.mhcGrid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-color: #b9b9b9;
}

.mhcGridColsLeft {
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 3px;
    text-align: left;
    border-color: #b9b9b9;
}

.mhcGridColsRight {
    font-size: 11px;
    height: 20px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: right;
    border-color: #b9b9b9;
}

.mhcGridColsCenter {
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: center;
    border-color: #b9b9b9;
}

.mhcGridHeaderCenter {
    background-color: #6699CC;
    color: #fff;
    font-size: 11px;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.mhcGridHeaderLeft {
    background-color: #6699CC;
    color: #fff;
    font-size: 11px;
    height: 22px;
    padding-left: 5px;
    padding-right: 10px;
    text-align: Left;
}

.mhcGridHeaderRight {
    background-color: #6699CC;
    color: #fff;
    font-size: 11px;
    height: 22px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: center;
}


/* Keep the header cells positioned as we scroll */

.mhcGridContainer table th {
    position: relative;
    top: expression(offsetParent.scrollTop);
}

/* For alignment of the scroll bar */

.mhcGridContainer table tbody { overflow-x: hidden; }

/* So the overflow scrolls */

.mhcGridContainer {
    margin: 0 auto;
    overflow: auto;
    padding-right: 10px;
    position: relative;
    width: 95%;
}

.mhcGridPaging span {
    background: #666;
    background-position: top;
    color: #fff;
    padding: 1px 3px;
}

.mhcGridPaging td {
    color: #000;
    padding: 1px 3px;
}

a.headerSortBy {
    color: #fff;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
}

a.headerSortBy:visited { color: #fff; }

a.headerSortBy:hover { text-decoration: underline; }

.breakWord { word-wrap: break-word; }

/* TAB CONTROL */

.gray .ajax__tab_header {
    background: url(img/tab-line.png) repeat-x bottom;
    cursor: pointer;
    display: block;
    font-size: 11px;
    /*float: left;*/
}

.gray .ajax__tab_header .ajax__tab_outer {
    background: url(img/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    margin-right: 3px;
    padding-left: 10px;
}

.gray .ajax__tab_header .ajax__tab_inner {
    background: url(img/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.gray .ajax__tab_hover .ajax__tab_inner { color: #000; }

.gray .ajax__tab_active .ajax__tab_outer {
    background: url(img/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.gray .ajax__tab_active .ajax__tab_inner {
    background: url(img/tab.png) no-repeat right -40px;
    border-color: #333;
    color: #3973AC;
    font-weight: bold;
}

.gray .ajax__tab_body {
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
    font-size: 11px;
    padding: 20px 10px 20px 10px;
}

.btn_default { border: 2px solid #3973AC !important; }


/* FOOTER */

.footer {
    border-top: 8px solid #6699CC;
    border-top-color: #6699CC;
    clear: both;
    margin-top: 25px;
    text-align: center;
} 
 
 
/* FIXES */

.clearFloats { clear: both; }
.floatleft { float: left;}
/* Float containers fix: */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

.bgcolor { background-color: #6699CC; }

div[id$=htmlEditor]
{
     height: 82%;
}

input[id$=txtSecondaryEmailAddress] {
    margin-top: 5px;
}

input[id$=chkShowRoleMembersOnly] {
    margin-top: 5px;
}

/*Fix for incorrect display of tab container*/

.gray .ajax__tab_header:after { clear: both; }

.gray .ajax__tab_header:before, .gray .ajax__tab_header:after {
    content: "";
    display: table;
}

/*Fix for the shrink of HtmlEditorExtender source */

.ajax__html_editor_extender_texteditor { height: 90% !Important; }

.grayDivBorder li,    /*Use <li> rather than <ul> because some text has <li> without <ul>*/
.leftcontent li
{
    margin-left:25px;
}

.grayDivBorder li p
{
    margin-left:0 !important;
}

/*Fixes for HtmlEditor 5.1.3 - Identation issues with Ordered List, Unordered List, Indent, Outdent*/
.ajax__html_editor_extender_texteditor li    /*Use <li> rather than <ul> because some text has <li> without <ul>*/
{
    margin-left:25px;
}

.ajax__html_editor_extender_texteditor ul ul li,   
.ajax__html_editor_extender_texteditor ol ol li,
.grayDivBorder ul ul li,   
.grayDivBorder ol ol li,
.leftcontent ul ul li,   
.leftcontent ol ol li
{
    margin-left:50px;
}

.ajax__html_editor_extender_texteditor ul ul ul li,    
.ajax__html_editor_extender_texteditor ol ol ol li, 
.grayDivBorder ul ul ul li,    
.grayDivBorder ol ol ol li, 
.leftcontent ul ul ul li,    
.leftcontent ol ol ol li
{
    margin-left:75px;
}

blockquote    
{
    margin-left:25px;
}
 
.ajax__html_editor_extender_texteditor {
    background-color: white;
}

.w30C {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;    
	width: 100px;
	min-width: 0;
}

.w30C:hover {	
	white-space:normal;
	width: 100px;
}