td {text-align: left;}
_td.group {
    background-color: #d1cfd0;
    border-bottom: 1px solid #A19B9E;
    border-top: 1px solid #A19B9E;
}
td.group, .group {background-color:#F2F2F2;color:#2A7CB8;font-weight:bold;border-top:1px solid black;height:auto;}
td.group:hover, .group:hover {background-color:#E2E2E2;color:#000;}
td.group {
    _background-color: #D9E2E7;
    /*d1cfd0;*/
    border-bottom: 1px solid #A19B9E;
    border-top: 2px solid #A19B9E;
    font-weight:bold;
    cursor:pointer;
    _background:#D9E2E7;
    font-size: 12px;
}

td.subgroup, .subgroup {__background-color: #D9E2E7; _background-color:#E6E6E6;color:#4d7496;font-weight:bold;border-bottom:1px solid #ccc;border-top:1px solid #000;height:auto; font-size: 12px; Xcursor:crosshair; }
td.subgroup:hover, .subgroup:hover {background-color:#F6F6F6;color:#666666;}

/*
.dataTable thead, .dataTable tfoot, .dataTable th{font-weight:bold;text-align:center;border-bottom:1px solid #ff7300;line-height:200%; color:#fff; background-color: #4A7594;}
*/
.moretext
{
    width:300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold;
    border-bottom:1px dotted #005BA0;
}

.moretext:hover {
    overflow: visible;
    z-index:9999999;
    font-weight:bold;
    line-height:150%;
    color:#005BA0;
    font-size:16px;
}

.img16 {width:16px;border: none;}
.img24 {width:24px;border: none;}
.img32 {width:32px;border: none;}
.img48 {width:48px;border: none;}
.img64 {width:64px;border: none;}
.img128 {width:128px;border: none;}
.img256 {width:256px;border: none;}

.breadcrumb .label, .breadcrumb li,.breadcrumb li A { font-size: 12px;}

.introjs-tooltiptext {background-color:#F7F7F7;border:1px solid #ccc;padding:3px;}

.div3h {height:3px;padding:0px;margin:0px;}
.div5h {height:5px;padding:0px;margin:0px;}
.div8h {height:8px;padding:0px;margin:0px;}
.div10h {height:10px;padding:0px;margin:0px;}

.dataTables_filter input {
    padding:5px;
}
td{padding-left:5px;}



xfooter {text-align: center;position: fixed;z-index: 100;left: 0;right: 0;bottom: 0;}
xfooter .float-left, xfooter .float-right {position: absolute;bottom: 0;}footer .float-left {left: 0;}
xfooter .float-right {right: 0;}
xfooter .float-left .button, xfooter .float-right .button {-moz-border-radius: 0;-webkit-border-radius: 0;-webkit-background-clip: padding-box;border-radius: 0;margin: 0;display: block;float: left;border-bottom: 0;}
xfooter .float-left .button:first-child {border-left: 0;}
xfooter .float-left .button.first-child {border-left: 0;}
xfooter .float-left .button:last-child {-moz-border-radius-topright: 0.417em;-webkit-border-top-right-radius: 0.417em;border-top-right-radius: 0.417em;}
xfooter .float-right .button:last-child {border-right: 0;}
xfooter .float-right .button.last-child {border-right: 0;}
xfooter .float-right .button:first-child {-moz-border-radius-topleft: 0.417em;-webkit-border-top-left-radius: 0.417em;border-top-left-radius: 0.417em;}

.acdBody {padding:5px;margin-top:0px;border:1px solid #ccc;border-top:0px;background-color: #F2F2F2;}

a.LinkRed {color:#ff7300; text-decoration: underline; font-weight: bold; line-height: 200%;}
a.LinkBlack {color:#000000; text-decoration: underline; font-weight: bold; line-height: 200%;}
a.LinkWhite {color:#ffffff; text-decoration: underline; font-weight: bold; line-height: 200%;}

.TxtRed {color:#ff7300; font-weight: bold; line-height: 200%;}
.TxtBlack {color:#000000; font-weight: bold; line-height: 200%;}
.TxtWhite {color:#ffffff; font-weight: bold; line-height: 200%;}

.paginate_button.current {font-weight: bold; line-height: 180%; color:#ff7300; text-decoration: underline; }

.btnBlack {
    background-color:#2e2e2e;
    background:-moz-linear-gradient(top, #595959 0%, #2e2e2e 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#2e2e2e)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #595959 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #595959 0%,#2e2e2e 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #595959 0%,#2e2e2e 100%); /* IE10+ */
    background:linear-gradient(top, #595959 0%,#2e2e2e 100%); /* W3C */
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
    padding:5px;
}

.btnBlue {
    background:-moz-linear-gradient(top, #07a3e5 0%, #0576a6 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#07a3e5), color-stop(100%,#0576a6)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #07a3e5 0%,#0576a6 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #07a3e5 0%,#0576a6 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #07a3e5 0%,#0576a6 100%); /* IE10+ */
    background:linear-gradient(top, #07a3e5 0%,#0576a6 100%); /* W3C */
    xcursor: pointer;
    z-index: 1;
    color: #000000;
    padding:5px;
}
.btnGreen {
    background:-moz-linear-gradient(top, #77d93b 0%, #549a2a 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#77d93b), color-stop(100%,#549a2a)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #77d93b 0%,#549a2a 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #77d93b 0%,#549a2a 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #77d93b 0%,#549a2a 100%); /* IE10+ */
    background:linear-gradient(top, #77d93b 0%,#549a2a 100%); /* W3C */
    cursor: pointer;
    z-index: 1;
    color: #000000;
    padding:5px;
}

.btnGray {
    background:-moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #f2f2f2 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #f2f2f2 0%,#d9d9d9 100%); /* Opera11.10+ */
    background:-ms-linear-gradient(top, #f2f2f2 0%,#d9d9d9 100%); /* IE10+ */
    background:linear-gradient(top, #f2f2f2 0%,#d9d9d9 100%); /* W3C */
    cursor: pointer;
    z-index: 1;
    color: #000000;
    padding:5px;
}


a.btnBlack:hover, a.btnBlue:hover, a.btnGreen:hover{
    color:#ccc;
    text-decoration: none;
}
a.btnGray:hover { color:#ff7300;}
button.icon {font-weight: lighter;font-size: 12px;}
.button span,.button.green span {font-weight: normal;}
#sysDataDateRange, #sysDataDateRange span {font-size:12px;font-weight: normal;}


/*
     FILE ARCHIVED ON 03:16:25 Oct 10, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:21:30 Oct 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.968
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.035
  esindex: 0.022
  cdx.remote: 235.569
  LoadShardBlock: 449.297 (3)
  PetaboxLoader3.datanode: 405.221 (4)
  load_resource: 921.821
  PetaboxLoader3.resolve: 739.128
*/