/*@import "settings/box-shadow";*/
/* Set up Variable Colors */
/* ===================== */
/* = Main Window Frame = */
/* ===================== */
/* line 33, ../scss/eba_uniframe.scss */
.clear {
  clear: both;
}

/* line 37, ../scss/eba_uniframe.scss */
div.ebaFrame {
  margin: 0 auto 10px auto;
  min-width: 760px;
  background: #FFF;
}

/* Main Container with Left / Right Borders*/
/* line 44, ../scss/eba_uniframe.scss */
div.ebaContentContainer {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

/* ==================================== */
/* = Window Frame Heading and Buttons = */
/* ==================================== */
/* line 55, ../scss/eba_uniframe.scss */
div.ebaFrameHeader {
  background-color: #dddddd;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  border: 1px solid #aaaaaa;
  border-bottom: 1px solid #888888;
  position: relative;
}

/* line 63, ../scss/eba_uniframe.scss */
div.ebaFrameHeader h1 {
  margin: 0;
  font: bold 14px/40px Arial, sans-serif;
  padding: 0 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.75);
  color: #404040;
}

/* Right side of Heading */
/* line 73, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons {
  position: absolute;
  right: 0;
  top: 0;
}

/* Heading Buttons */
/* line 80, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a {
  display: block;
  float: left;
  font: bold 11px/12px Arial, sans-serif;
  padding: 6px 10px;
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f8f8f8', endColorstr='#d8d8d8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d8d8d8')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d8d8d8));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: -moz-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: linear-gradient(top, #f8f8f8, #d8d8d8);
  margin: 7px 7px 7px 3px;
  border: 1px solid #666666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
}

/* line 94, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a.ebaHotButton {
  border: 1px solid #822024;
  background-color: #d70011;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eb0014', endColorstr='#c3000f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0014', endColorstr='#c3000f')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb0014), color-stop(100%, #c3000f));
  background-image: -webkit-linear-gradient(top, #eb0014, #c3000f);
  background-image: -moz-linear-gradient(top, #eb0014, #c3000f);
  background-image: linear-gradient(top, #eb0014, #c3000f);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/* line 101, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a.ebaHotButton:active {
  background-color: #b80010;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ce0014', endColorstr='#a2000d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0014', endColorstr='#a2000d')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ce0014), color-stop(100%, #a2000d));
  background-image: -webkit-linear-gradient(top, #ce0014, #a2000d);
  background-image: -moz-linear-gradient(top, #ce0014, #a2000d);
  background-image: linear-gradient(top, #ce0014, #a2000d);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* line 105, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a.ebaBlackButton {
  border: 1px solid #222;
  background-color: #3b3b3b;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#555555', endColorstr='#222222');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

/* line 112, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a.ebaBlackButton:active {
  background-color: #2a2a2a;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#444444', endColorstr='#111111');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #111111));
  background-image: -webkit-linear-gradient(top, #444444, #111111);
  background-image: -moz-linear-gradient(top, #444444, #111111);
  background-image: linear-gradient(top, #444444, #111111);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* line 116, ../scss/eba_uniframe.scss */
div.ebaFrameHeader div.ebaButtons a:active {
  background-color: #bdbdbd;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d0d0d0', endColorstr='#aaaaaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#aaaaaa')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0d0d0), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(top, #d0d0d0, #aaaaaa);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* ============================= */
/* = Window Frame Content Body = */
/* ============================= */
/* line 124, ../scss/eba_uniframe.scss */
div.ebaContent {
  display: table;
  width: 100%;
  min-height: 600px;
}

/* line 130, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaMainCol,
div.ebaContent div.ebaSideCol {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 5px 0;
}

/* line 135, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaMainCol {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

/* line 139, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol {
  width: 200px;
  border-left: 1px solid #AAA;
  background: #F0F0F0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

/* ================================= */
/* = Window Frame Content Sections = */
/* ================================= */
/* Main Section */
/* line 151, ../scss/eba_uniframe.scss */
div.contentSectionMain {
  position: relative;
}

/* Edit Link */
/* line 157, ../scss/eba_uniframe.scss */
div.contentSection h3 span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
/* line 162, ../scss/eba_uniframe.scss */
div.contentSection h3 span a {
  position: relative;
  float: left;
}

/* line 169, ../scss/eba_uniframe.scss */
div.contentSection h3 a,
a.ebaEditLink {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin: 7px 7px 0 0;
  font: normal 11px/14px Arial, sans-serif;
  text-decoration: none;
  color: #666;
  padding: 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEE;
  -moz-transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
  -webkit-transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
  transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
}
/* line 182, ../scss/eba_uniframe.scss */
div.contentSection h3 a:hover,
a.ebaEditLink:hover {
  border: 1px solid #BBB;
  color: #333;
  background-color: #F0F0F0;
}
/* line 187, ../scss/eba_uniframe.scss */
div.contentSection h3 a img,
a.ebaEditLink img {
  border: none;
  vertical-align: baseline;
}
/* line 191, ../scss/eba_uniframe.scss */
div.contentSection h3 a img.editIcon,
a.ebaEditLink img.editIcon {
  width: 9px;
  height: 9px;
  background: url(../img/ws_control_icons.png) -30px -9px no-repeat;
  margin-right: 4px;
}
/* line 197, ../scss/eba_uniframe.scss */
div.contentSection h3 a:hover img.editIcon,
a.ebaEditLink:hover img.editIcon {
  background: url(../img/ws_control_icons.png) -30px 0 no-repeat;
}
/* line 200, ../scss/eba_uniframe.scss */
div.contentSection h3 a img.addIcon,
a.ebaEditLink img.addIcon {
  width: 9px;
  height: 9px;
  background: url(../img/ws_control_icons.png) -39px -9px no-repeat;
  margin-right: 4px;
}
/* line 206, ../scss/eba_uniframe.scss */
div.contentSection h3 a:hover img.addIcon,
a.ebaEditLink:hover img.addIcon {
  background: url(../img/ws_control_icons.png) -48px -9px no-repeat;
}

/* Value Attribute Pair Table */
/* VAP Table */
/* line 216, ../scss/eba_uniframe.scss */
div.ebaContent table.ebaVAPTable {
  width: 100%;
  padding: 10px 0 5px 0;
}

/* line 221, ../scss/eba_uniframe.scss */
div.ebaContent table.ebaVAPTable th,
div.ebaContent table.ebaVAPTable td {
  padding: 0 10px 5px 10px;
  font: normal 12px/16px Arial, sans-serif;
  color: #404040;
  vertical-align: top;
}

/* line 227, ../scss/eba_uniframe.scss */
div.ebaContent table.ebaVAPTable th {
  font-weight: bold;
  text-align: left;
  width: 120px;
}

/* ============================ */
/* = Content Section Headings = */
/* ============================ */
/* Section Headings */
/* line 237, ../scss/eba_uniframe.scss */
div.contentSection h2 {
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f0f0', endColorstr='#e0e0e0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
  background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
  background-image: linear-gradient(top, #f0f0f0, #e0e0e0);
  margin: 0;
  padding: 0 0 0 30px;
  font: bold 12px/30px Arial, sans-serif;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #BBB;
  position: relative;
}

/* Smaller Heading */
/* line 250, ../scss/eba_uniframe.scss */
div.contentSection h2.secondaryHeading {
  background: none #FFF;
  margin: 0;
  padding: 0 10px 0 30px;
  font: bold 11px/30px Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  color: #404040;
  text-shadow: none;
  border-top: none;
  border-bottom: none;
  position: relative;
}

/* Collapsing Icons */
/* line 265, ../scss/eba_uniframe.scss */
div.contentSection h2 a.contentSectionControl,
div.contentSection h2 a.contentSectionControl.collapsed {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 271, ../scss/eba_uniframe.scss */
div.contentSection h2 a.contentSectionControl img,
div.contentSection h2 a.contentSectionControl.collapsed img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 6px;
  border: none;
}

/* line 278, ../scss/eba_uniframe.scss */
div.contentSection h2 a.contentSectionControl img {
  background: url(../img/eba_details_page_icons.png) 0 -46px no-repeat;
}

/* line 281, ../scss/eba_uniframe.scss */
div.contentSection h2 a.contentSectionControl.collapsed img {
  background: url(../img/eba_details_page_icons.png) 0 -28px no-repeat;
}

/* Heading Right Buttons */
/* line 286, ../scss/eba_uniframe.scss */
div.contentSection h2 > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
/* line 291, ../scss/eba_uniframe.scss */
div.contentSection h2 > span.leftButtons {
  position: relative;
  float: left;
  margin-right: 10px;
}
/* line 295, ../scss/eba_uniframe.scss */
div.contentSection h2 > span.leftButtons a.ebaTitleButton {
  border-left: none;
  border-right: 1px solid #c3c3c3;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 302, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton {
  display: block;
  float: left;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 5px;
  border-left: 1px solid #c3c3c3;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 311, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton span {
  display: block;
  float: left;
  font: normal 11px/30px Arial, sans-serif;
  padding-left: 5px;
  padding-right: 2px;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* line 320, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.addIcon {
  width: 13px;
  height: 14px;
  display: block;
  float: left;
  margin: 8px 10px 8px 5px;
  background: url(../img/eba_details_page_icons.png) 0 0 no-repeat;
  border: none;
}

/* line 329, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.addIcon {
  background: url(../img/eba_details_page_icons.png) 0 -14px no-repeat;
}

/* line 332, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.viewAllButton {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  margin: 8px 13px 8px 8px;
  background: url(../img/eba_details_page_icons.png) 0 -64px no-repeat;
  border: none;
}

/* line 341, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.viewAllButton {
  background: url(../img/eba_details_page_icons.png) 0 -78px no-repeat;
}

/* line 344, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.backIcon {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  margin: 8px 13px 8px 8px;
  background: url(../img/eba_details_page_icons.png) -7px -64px no-repeat;
  border: none;
}

/* line 353, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.backIcon {
  background: url(../img/eba_details_page_icons.png) -7px -78px no-repeat;
}

/* line 356, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.showIcon {
  width: 11px;
  height: 18px;
  display: block;
  float: left;
  margin: 6px 12px 6px 7px;
  background: url(../img/eba_details_page_icons.png) -18px -28px no-repeat;
  border: none;
}

/* line 365, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.showIcon {
  background: url(../img/eba_details_page_icons.png) -18px -46px no-repeat;
}

/* line 368, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.hideIcon {
  width: 11px;
  height: 18px;
  display: block;
  float: left;
  margin: 6px 12px 6px 7px;
  background: url(../img/eba_details_page_icons.png) -29px -28px no-repeat;
  border: none;
}

/* line 377, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.hideIcon {
  background: url(../img/eba_details_page_icons.png) -29px -46px no-repeat;
}

/* line 380, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.optionsIcon {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin: 8px 10px 8px 4px;
  background: url(../img/eba_details_page_icons.png) -27px 0 no-repeat;
  border: none;
}

/* line 389, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.optionsIcon {
  background: url(../img/eba_details_page_icons.png) -27px -14px no-repeat;
}

/* line 392, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton img.commentButton {
  width: 13px;
  height: 14px;
  display: block;
  float: left;
  margin: 8px 10px 8px 5px;
  background: url(../img/eba_details_page_icons.png) -14px 0 no-repeat;
  border: none;
}

/* line 402, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover img.commentButton,
div.contentSection h2 a.activeButton img.commentButton {
  background: url(../img/eba_details_page_icons.png) -14px -14px no-repeat;
  border: none;
}

/* line 406, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover {
  background-color: #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e8e8e8', endColorstr='#d8d8d8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d8d8d8')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(100%, #d8d8d8));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d8d8d8);
  background-image: -moz-linear-gradient(top, #e8e8e8, #d8d8d8);
  background-image: linear-gradient(top, #e8e8e8, #d8d8d8);
}

/* line 409, ../scss/eba_uniframe.scss */
div.contentSection h2 a.ebaTitleButton:hover span {
  color: #404040;
}

/* line 413, ../scss/eba_uniframe.scss */
div.contentSection h2 a.activeButton,
div.contentSection h2 a.activeButton:hover {
  background-color: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#999999', endColorstr='#bbbbbb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#bbbbbb')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(top, #999999, #bbbbbb);
  background-image: -moz-linear-gradient(top, #999999, #bbbbbb);
  background-image: linear-gradient(top, #999999, #bbbbbb);
  border-left: 1px solid #c3c3c3;
}

/* line 418, ../scss/eba_uniframe.scss */
div.contentSection h2 a.activeButton span,
div.contentSection h2 a.activeButton:hover span {
  color: rgba(0, 0, 0, 0.75) !important;
}

/* ============================= */
/* = Section Sub Headings (h3) = */
/* ============================= */
/* Stylized H3 for DSBody Only */
/* line 426, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBody > h3 {
  background-color: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f0f0', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='white')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: linear-gradient(top, #f0f0f0, #ffffff);
  margin: 0;
  padding: 10px 10px 5px 10px;
  font: bold 12px/12px Arial, sans-serif;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-top: 1px solid #CCC;
  position: relative;
}

/* line 436, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBody > h3.ebaBordered {
  padding: 10px;
  border-bottom: 1px solid #EEE;
}

/* Hide Top Border if it is the first heading */
/* line 441, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBody > h3:first-child {
  border-top: none !important;
}

/* line 444, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBody {
  position: relative;
  padding: 0 0 5px 0;
}

/* line 448, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBody div.ebaNoData {
  padding: 10px;
  font: normal 11px/12px Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

/* line 453, ../scss/eba_uniframe.scss */
div.contentSection div.sectionBodyPadded {
  padding: 10px;
}

/* line 456, ../scss/eba_uniframe.scss */
div.contentSection table.ebaVAPTable {
  width: 100%;
  padding: 0 0 10px 0;
}

/* line 461, ../scss/eba_uniframe.scss */
div.contentSection table.ebaVAPTable th,
div.contentSection table.ebaVAPTable td {
  padding: 5px 10px 0 10px;
  font: normal 11px/16px Arial, sans-serif;
  color: #333;
}

/* line 466, ../scss/eba_uniframe.scss */
div.contentSection table.ebaVAPTable th {
  font-weight: bold;
  text-align: left;
  width: 120px;
}

/* ======================================= */
/* = Table List View (Files, Links, etc) = */
/* ======================================= */
/* line 475, ../scss/eba_uniframe.scss */
table.ebaReportView {
  width: 100%;
  padding: 0;
}

/* line 479, ../scss/eba_uniframe.scss */
table.ebaReportView thead tr th {
  background-color: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f0f0', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='white')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
  background-image: linear-gradient(top, #f0f0f0, #ffffff);
  margin: 0;
  padding: 0 10px;
  font: normal 11px/24px Arial, sans-serif;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #DDD;
  /* Removing text-align because APEX uses align="" attribute applied to cell*/
  /*text-align: left;*/
}

/* line 493, ../scss/eba_uniframe.scss */
table.ebaReportView thead tr th.firstCol,
table.ebaReportView thead tr th.editCol,
table.ebaReportView thead tr th.deleteCol {
  border-right: none;
  padding: 0;
  width: 24px;
}

/* line 498, ../scss/eba_uniframe.scss */
table.ebaReportView thead tr th:last-child {
  border-right: none;
}

/* line 501, ../scss/eba_uniframe.scss */
table.ebaReportView .ebaRightAligned {
  text-align: right;
}

/* line 504, ../scss/eba_uniframe.scss */
table.ebaReportView tbody tr td {
  font: normal 12px/16px Arial, sans-serif;
  padding: 5px 10px;
  color: #333;
}

/* line 509, ../scss/eba_uniframe.scss */
table.ebaReportView tbody tr td a {
  color: #333;
  text-decoration: underline;
}

/* line 513, ../scss/eba_uniframe.scss */
table.ebaReportView tbody tr td.editCol {
  padding: 0 0 0 8px;
  vertical-align: middle;
  text-align: middle;
}

/* line 518, ../scss/eba_uniframe.scss */
table.ebaFiles tbody tr td img {
  display: block;
}

/* line 521, ../scss/eba_uniframe.scss */
table.ebaReportView tbody tr:nth-child(2n) td {
  background-color: #F8F8F8;
}

/* ================== */
/* = Right Side Bar = */
/* ================== */
/* line 528, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol div.uniqueKey {
  padding: 3px 10px;
  margin: 10px auto;
  width: 100px;
  text-align: center;
  font: normal 11px/12px Arial, sans-serif;
  border: 1px solid #CCC;
  background: #FFF;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #444;
}

/* line 539, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol div.uniqueKey span {
  font-weight: bold;
}

/* line 542, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol div.buttonPadding {
  margin: 10px;
}
/* line 544, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol div.buttonPadding a {
  margin: 10px 0;
}

/* line 548, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol h3 {
  background-color: #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f0f0f0', endColorstr='#d0d0d0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #d0d0d0));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: -moz-linear-gradient(top, #f0f0f0, #d0d0d0);
  background-image: linear-gradient(top, #f0f0f0, #d0d0d0);
  margin: 0;
  padding: 5px 10px;
  font: bold 12px/12px Arial, sans-serif;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #BBB;
}

/* Any div after a H3 in the side will have a slightly lighter bg and bottom border */
/* line 559, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol h3 + div {
  background: #F8F8F8;
  border-bottom: 1px solid #CCC;
}

/* line 564, ../scss/eba_uniframe.scss */
div.ebaContent div.ebaSideCol h3 + div + h3 {
  border-top: none;
}

/* line 569, ../scss/eba_uniframe.scss */
div.ebaSideCol a.ebaButton,
div.ebaSideCol a.ebaHotButton {
  display: block;
  font: normal 12px/12px Arial, sans-serif;
  padding: 6px 10px;
  text-align: center;
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f8f8f8', endColorstr='#d8d8d8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d8d8d8')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d8d8d8));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: -moz-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: linear-gradient(top, #f8f8f8, #d8d8d8);
  margin: 0 0 10px 0;
  border: 1px solid #666666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
}

/* line 583, ../scss/eba_uniframe.scss */
div.ebaSideCol a.ebaButton:active {
  background-color: #bdbdbd;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d0d0d0', endColorstr='#aaaaaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#aaaaaa')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0d0d0), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(top, #d0d0d0, #aaaaaa);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* line 588, ../scss/eba_uniframe.scss */
div.ebaSideCol a.ebaHotButton {
  border: 1px solid #822024;
  background-color: #d70011;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eb0014', endColorstr='#c3000f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0014', endColorstr='#c3000f')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb0014), color-stop(100%, #c3000f));
  background-image: -webkit-linear-gradient(top, #eb0014, #c3000f);
  background-image: -moz-linear-gradient(top, #eb0014, #c3000f);
  background-image: linear-gradient(top, #eb0014, #c3000f);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  font-weight: bold;
}

/* line 596, ../scss/eba_uniframe.scss */
div.ebaSideCol a.ebaHotButton:active {
  background-color: #b80010;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ce0014', endColorstr='#a2000d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0014', endColorstr='#a2000d')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ce0014), color-stop(100%, #a2000d));
  background-image: -webkit-linear-gradient(top, #ce0014, #a2000d);
  background-image: -moz-linear-gradient(top, #ce0014, #a2000d);
  background-image: linear-gradient(top, #ce0014, #a2000d);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* Badge */
/* line 603, ../scss/eba_uniframe.scss */
div.sideBadge {
  position: relative;
  padding: 10px 10px 0 10px;
}

/* line 607, ../scss/eba_uniframe.scss */
div.sidebadge + h3 {
  border-top: none !important;
}

/* line 612, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeTotal,
div.sideBadge div.badgeStats {
  float: left;
  overflow: hidden;
  padding-bottom: 10px;
}

/* line 617, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeTotal {
  width: 60px;
}
/* line 619, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeTotal a {
  padding: 0;
  margin-left: 0;
  display: block;
  font: normal 36px/36px Arial, sans-serif;
  color: #333;
  text-decoration: none;
  letter-spacing: -2px;
}
/* line 627, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeTotal a span {
  display: block;
  font: normal 11px/12px Arial, sans-serif;
  color: #888;
  letter-spacing: 0px;
  padding: 0;
  text-decoration: none;
}

/* line 638, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeTotal a:hover {
  color: #EA0000;
}

/* line 641, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats {
  width: 120px;
}
/* line 643, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 647, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats ul li {
  padding: 0;
  margin: 0 0 5px 0;
  clear: both;
  position: relative;
  height: 12px;
}
/* line 653, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats ul li span, div.sideBadge div.badgeStats ul li strong {
  font: normal 11px/12px Arial, sans-serif;
  display: block;
  color: #666;
  float: left;
}
/* line 659, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats ul li span {
  width: 95px;
  text-align: right;
}
/* line 663, ../scss/eba_uniframe.scss */
div.sideBadge div.badgeStats ul li strong {
  text-align: right;
  font-weight: bold;
  color: #333;
  width: 25px;
}

/* ===================== */
/* = Text Comment Box  = */
/* ===================== */
/* line 676, ../scss/eba_uniframe.scss */
div.textBox {
  background-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#bbbbbb', endColorstr='#dddddd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #bbbbbb, #dddddd);
  background-image: -moz-linear-gradient(top, #bbbbbb, #dddddd);
  background-image: linear-gradient(top, #bbbbbb, #dddddd);
  padding: 5px !important;
  border-bottom: 1px solid #BBB;
  display: none;
}

/* line 682, ../scss/eba_uniframe.scss */
div.textBoxContainer {
  display: block;
  border: 1px solid #AAA;
  padding: 5px;
  background: #FFF;
}

/* line 688, ../scss/eba_uniframe.scss */
div.textBox textarea {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  font: normal 12px/16px Arial, sans-serif;
  color: #333;
  background: #FFF;
}

/* ======================= */
/* = Wizard Progress Bar = */
/* ======================= */
/* line 703, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* line 707, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li {
  padding: 0;
  float: left;
  min-width: 50px;
}
/* line 711, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li span {
  min-width: 50px;
  display: block;
  height: 24px;
  background-color: #eeeeee;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#dddddd', endColorstr='white');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='white')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
  background-image: linear-gradient(top, #dddddd, #ffffff);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 721, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li:last-child span {
  border-right: 1px solid #666666;
}
/* line 724, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li em {
  display: block;
  padding: 1px 20px 0 0;
  font: normal 11px/11px Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}
/* line 733, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li:first-child span {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #666666;
}
/* line 737, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li:last-child span {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #666666;
}
/* line 742, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li.currentStep span,
ul.ebaProgressWizard li.completedStep span {
  /*		background: url(../img/eba_wizard_progress.gif) 0 0 repeat-x;*/
  background-color: #7f7f7f;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#999999', endColorstr='#666666');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(top, #999999, #666666);
  background-image: -moz-linear-gradient(top, #999999, #666666);
  background-image: linear-gradient(top, #999999, #666666);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-color: #666666;
}
/* line 748, ../scss/eba_uniframe.scss */
ul.ebaProgressWizard li.currentStep em {
  font-weight: bold;
}

/* Wizard Container in Header */
/* line 754, ../scss/eba_uniframe.scss */
div.ebaProgressBar {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

/* Make progress bar gray / black so that it does not steal focus from submit / next buttons */
/* line 762, ../scss/eba_uniframe.scss */
div.ebaWizardFrame {
  width: 960px;
  margin: 20px auto;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 763, ../scss/eba_uniframe.scss */
div.ebaWizardFrame.ebaSmallWizard {
  width: 760px;
}
/* line 766, ../scss/eba_uniframe.scss */
div.ebaWizardFrame.ebaLoginWizard {
  width: 760px;
}
/* line 768, ../scss/eba_uniframe.scss */
div.ebaWizardFrame.ebaLoginWizard div.ebaContentContainer div.ebaContent {
  min-height: 200px;
}
/* line 776, ../scss/eba_uniframe.scss */
div.ebaWizardFrame ul.ebaProgressWizard li {
  min-width: 40px;
}
/* line 778, ../scss/eba_uniframe.scss */
div.ebaWizardFrame ul.ebaProgressWizard li span {
  height: 18px;
  min-width: 40px;
}
/* line 784, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameHeader h1.oracleLogo {
  font: normal 18px/20px Arial, sans-serif;
  padding: 0;
  margin: 20px 0 20px 14px;
  background: url(../img/eba_header.png) -29px 1px no-repeat;
  text-indent: 150px;
}
/* line 790, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameHeader h1.oracleLogo span {
  font: normal 18px/20px Arial, sans-serif;
}
/* line 794, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameHeader div.ebaProgressBar {
  padding: 20px 14px;
}
/* line 797, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameHeader span.ebaButtons {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 14px 4px 14px 0;
}
/* line 805, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
/* line 808, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent {
  display: block;
  width: auto;
  min-height: 260px;
  border-bottom: 1px solid #EEE;
  padding: 10px;
}
/* line 814, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.loadingRegion {
  margin: 40px auto;
  padding: 20px;
  width: 480px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #F0F0F0;
  border: 1px solid #AAA;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
  text-align: center;
}
/* line 823, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.loadingRegion h2 {
  margin: 0 0 10px 0;
  font: bold 16px/20px Arial, sans-serif;
  color: #333;
}
/* line 829, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion {
  background: url(../img/icons/checkmark_success_96.png) 20px 50% no-repeat;
  padding: 20px 20px 20px 120px;
}
/* line 832, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion h1 {
  font: normal 18px/24px Arial, sans-serif;
  margin: 0 10px 10px 10px;
  color: #333;
}
/* line 837, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion h1 strong {
  font-weight: bold 18px/24px Arial, sans-serif;
}
/* line 840, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0;
}
/* line 844, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion table br {
  display: none;
}
/* line 848, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion p {
  font: normal 13px/18px Arial, sans-serif;
  color: #333;
  margin: 0 10px 10px 10px;
}
/* line 852, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion p a {
  text-decoration: underline;
  color: #333;
}
/* line 855, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaContentContainer div.ebaContent div.successRegion p a:hover {
  color: #888;
}
/* line 863, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardFrameContainer {
  border: 1px solid #AAA;
  border-top: none;
  border-bottom: none;
}
/* line 867, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardFrameContainer div.ebaTwoColPane {
  border-bottom: 1px solid #EEE;
}
/* line 869, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardFrameContainer div.ebaTwoColPane div.ebaSideCol {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 874, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameFooter {
  background-color: #F8F8F8;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  height: 32px;
  border: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-top: none;
  position: relative;
  padding: 14px 14px;
}
/* line 883, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaFrameFooter span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 14px 4px 0 14px;
}
/* line 892, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaButton,
div.ebaWizardFrame a.ebaHotButton {
  display: block;
  float: left;
  background-color: #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f8f8f8', endColorstr='#d8d8d8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#d8d8d8')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d8d8d8));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: -moz-linear-gradient(top, #f8f8f8, #d8d8d8);
  background-image: linear-gradient(top, #f8f8f8, #d8d8d8);
  font: normal 14px/24px Arial, sans-serif;
  padding: 3px 15px;
  height: 24px;
  text-align: center;
  margin: 0 10px 0 0;
  border: 1px solid #666666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 white inset;
}
/* line 908, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaButton:active {
  background-color: #bdbdbd;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#d0d0d0', endColorstr='#aaaaaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#aaaaaa')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0d0d0), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: -moz-linear-gradient(top, #d0d0d0, #aaaaaa);
  background-image: linear-gradient(top, #d0d0d0, #aaaaaa);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
/* line 913, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaButton:focus,
div.ebaWizardFrame a.ebaHotButton:focus {
  outline: 1px dotted #666;
}
/* line 916, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaHotButton {
  border: 1px solid #822024;
  background-color: #d70011;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eb0014', endColorstr='#c3000f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb0014', endColorstr='#c3000f')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb0014), color-stop(100%, #c3000f));
  background-image: -webkit-linear-gradient(top, #eb0014, #c3000f);
  background-image: -moz-linear-gradient(top, #eb0014, #c3000f);
  background-image: linear-gradient(top, #eb0014, #c3000f);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  font-weight: bold;
}
/* line 924, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaHotButton:active {
  background-color: #b80010;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#ce0014', endColorstr='#a2000d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0014', endColorstr='#a2000d')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ce0014), color-stop(100%, #a2000d));
  background-image: -webkit-linear-gradient(top, #ce0014, #a2000d);
  background-image: -moz-linear-gradient(top, #ce0014, #a2000d);
  background-image: linear-gradient(top, #ce0014, #a2000d);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
/* line 928, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaNextButton {
  padding: 3px 0 3px 15px;
}
/* line 930, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaNextButton img {
  width: 22px;
  height: 24px;
  background: url(../img/ws_control_icons.png) -24px -57px no-repeat;
  vertical-align: top;
  border: 0;
  margin: 0 5px 0 0;
}
/* line 939, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaPrevButton {
  padding: 3px 15px 3px 0;
}
/* line 941, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaPrevButton img {
  width: 22px;
  height: 24px;
  background: url(../img/ws_control_icons.png) -24px -33px no-repeat;
  vertical-align: top;
  border: 0;
  margin: 0 0 0 5px;
}
/* line 950, ../scss/eba_uniframe.scss */
div.ebaWizardFrame a.ebaDisabledButton {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
/* line 954, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText {
  margin: 10px 0;
}
/* line 956, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText h1 {
  font: normal 18px/24px Arial, sans-serif;
  margin: 0 10px 10px 10px;
  color: #333;
}
/* line 961, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 965, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText ul li {
  margin: 0 0 10px 0;
  text-indent: 30px;
}
/* line 968, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText ul li strong {
  font: bold 13px/14px Arial, sans-serif;
  color: #333;
}
/* line 972, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText ul li span {
  display: block;
  font: normal 12px/12px Arial, sans-serif;
  color: #999;
}
/* line 977, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText ul li a {
  color: #333;
}
/* line 982, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText p {
  font: normal 13px/18px Arial, sans-serif;
  color: #333;
  margin: 0 10px 10px 10px;
}
/* line 986, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText p a {
  text-decoration: underline;
  color: #333;
}
/* line 989, ../scss/eba_uniframe.scss */
div.ebaWizardFrame div.ebaWizardText p a:hover {
  color: #888;
}

/* ====================== */
/* = APEX Forms Styling = */
/* ====================== */
/* Override FCK Editor's Padding */
/* line 1002, ../scss/eba_uniframe.scss */
span.cke_skin_kama {
  padding: 0 !important;
}

/* line 1005, ../scss/eba_uniframe.scss */
div.formNoHighlight tr:hover td {
  background: none !important;
}

/* line 1008, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout {
  border-spacing: 0 0;
  border-collapse: collapse;
}
/* line 1012, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFF;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
/* line 1017, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td:first-child {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 1020, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 1023, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr:hover > td {
  background-color: #F8F8F8;
}
/* line 1026, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr.rowHighlight > td {
  background-color: #F0F0F0;
}
/* line 1030, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout td.lov input.popup_lov {
  border: 1px solid #888888;
  padding: 6px;
  font: normal 14px/16px Arial, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #F8F8F8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  color: #333;
  -moz-transition: "background-color 0.1s linear, border 0.1s linear";
  -webkit-transition: "background-color 0.1s linear, border 0.1s linear";
  transition: "background-color 0.1s linear, border 0.1s linear";
}
/* line 1041, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td {
  padding: 5px 10px;
}
/* line 1043, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td.ebaLabelTop {
  padding: 10px;
}
/* line 1048, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td input.text_field,
.ebaFormTable table.formlayout > tbody > tr > td select.selectlist,
.ebaFormTable table.formlayout > tbody > tr > td textarea {
  border: 1px solid #888888;
  padding: 6px;
  font: normal 14px/16px Arial, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #F8F8F8;
  color: #333;
  -moz-transition: "background-color 0.1s linear, border 0.1s linear";
  -webkit-transition: "background-color 0.1s linear, border 0.1s linear";
  transition: "background-color 0.1s linear, border 0.1s linear";
}
/* line 1057, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td input.text_field:focus,
.ebaFormTable table.formlayout > tbody > tr > td select.selectlist:focus,
.ebaFormTable table.formlayout > tbody > tr > td textarea:focus {
  background-color: #FFF;
  border: 1px solid #666;
}
/* line 1062, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td textarea.codeTextarea {
  font: normal 11px/14px monospace;
}
/* line 1065, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td select.selectlist {
  /* Add extra margin to get cell height same as single text field*/
  margin: 6px 0 7px 0;
}
/* line 1070, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td span.display_only,
.ebaFormTable table.formlayout > tbody > tr > td span.display_only a {
  font: normal 14px/16px Arial, sans-serif;
  color: #333;
}
/* line 1074, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td fieldset label {
  display: inline;
}
/* line 1077, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td label {
  display: block;
  min-width: 120px;
  padding: 3px 40px 3px 0;
  font: normal 14px/16px Arial, sans-serif;
  color: #666;
}
/* line 1083, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td label a {
  font: normal 14px/16px Arial, sans-serif;
  color: #666;
  text-decoration: none;
}
/* line 1089, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td label.ebaRequired, .ebaFormTable table.formlayout > tbody > tr > td label.ebaRequired a {
  color: #EA0000;
  font-weight: bold;
}
/* line 1093, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td label.ebaNoLabel {
  display: none;
}
/* line 1095, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td label.ebaNoLabel + br {
  display: none;
}
/* line 1100, ../scss/eba_uniframe.scss */
.ebaFormTable table.formlayout > tbody > tr > td span.ebaLabelError {
  font: normal 11px/12px Arial, sans-serif;
  color: #666;
}

/* ========================== */
/* =  Two Column Pane View  = */
/* ========================== */
/* line 1110, ../scss/eba_uniframe.scss */
div.ebaTwoColPane {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 1115, ../scss/eba_uniframe.scss */
div.ebaTwoColPane > div {
  display: table-cell;
  vertical-align: top;
}
/* line 1118, ../scss/eba_uniframe.scss */
div.ebaTwoColPane > div h2 {
  border-top: none;
  padding-left: 10px;
  border-bottom: 1px solid #aaaaaa;
  color: #666;
}
/* line 1123, ../scss/eba_uniframe.scss */
div.ebaTwoColPane > div h2.leftButtons {
  padding-left: 0;
}
/* line 1128, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol {
  width: 320px;
  border-right: 1px solid #888888;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  background: #F8F8F8;
}
/* line 1133, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed {
  width: 35px !important;
}
/* line 1135, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed h2 {
  width: 35px !important;
  overflow: hidden;
  height: 30px;
}
/* line 1139, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed h2 span {
  display: none;
}
/* line 1142, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed h2 span.leftButtons {
  display: block;
}
/* line 1145, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed h2 a.ebaTitleButton {
  border-right: none;
}
/* line 1148, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed h2 a.ebaTitleButton img.showIcon {
  /*					margin-left: 11px;
  					margin-right: 16px;*/
}
/* line 1153, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed ul {
  width: 35px !important;
  overflow: hidden;
}
/* line 1156, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed ul li h3 {
  display: none;
}
/* line 1159, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol.ebaSideColCollapsed ul li a span img {
  margin-left: 5px !important;
}
/* line 1164, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList {
  /* Give this a width so the table cell does not collapse */
  width: 320px;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
/* line 1170, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList li {
  margin: 0;
  padding: 0;
  clear: left;
}
/* line 1174, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList li a {
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
  padding: 0;
  height: 40px;
  display: block;
  /*					@include multi-transition(background-color .1s linear);
  */
}
/* line 1184, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList li a.active {
  background-color: #d6d6d6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #c6c6c6));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #c6c6c6);
  background-image: -moz-linear-gradient(top, #e6e6e6, #c6c6c6);
  background-image: linear-gradient(top, #e6e6e6, #c6c6c6);
  border-bottom: 1px solid #AAA;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #222;
}
/* line 1190, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList li a h3 {
  float: left;
  width: 270px;
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: bold 12px/12px Arial, sans-serif;
}
/* line 1199, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList li a h3 em {
  display: block;
  font: normal 11px/12px Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 1210, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList.noSubLine a {
  height: 30px;
}
/* line 1212, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaSideCol ul.sectionList.noSubLine a h3 {
  padding: 3px 10px;
  font: bold 12px/24px Arial, sans-serif;
}
/* line 1219, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.ebaMainColContentContainer {
  padding: 10px;
}
/* line 1222, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container {
  background-color: #e7e7e7;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f4f4f4', endColorstr='#dbdbdb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#dbdbdb')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dbdbdb));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #dbdbdb);
  background-image: -moz-linear-gradient(top, #f4f4f4, #dbdbdb);
  background-image: linear-gradient(top, #f4f4f4, #dbdbdb);
  margin: 0;
  font: bold 12px/30px Arial, sans-serif;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #BBB;
  position: relative;
  padding-left: 5px;
  border-bottom: 1px solid #aaaaaa;
  height: 30px;
  float: none;
}
/* line 1234, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1238, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li {
  float: left;
  display: block;
  padding: 5px 0;
}
/* line 1242, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li a {
  background: none;
  height: auto;
  border: none;
  display: block;
  font: bold 11px/12px Arial, sans-serif;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
}
/* line 1251, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li a span {
  font: bold 11px/12px Arial, sans-serif;
  color: #666;
}
/* line 1255, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li a:hover {
  background: none;
  border: none;
}
/* line 1258, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li a:hover span {
  color: #333333 !important;
}
/* line 1264, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li.apex-rds-selected a, div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li.apex-rds-selected a:hover {
  color: #333;
  background-color: #7f7f7f;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#777777', endColorstr='#888888');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#888888')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #888888));
  background-image: -webkit-linear-gradient(top, #777777, #888888);
  background-image: -moz-linear-gradient(top, #777777, #888888);
  background-image: linear-gradient(top, #777777, #888888);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
/* line 1269, ../scss/eba_uniframe.scss */
div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li.apex-rds-selected a span, div.ebaTwoColPane div.ebaMainCol div.apex-rds-container ul.apex-rds li.apex-rds-selected a:hover span {
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* =================== */
/* = Content Regions = */
/* =================== */
/* Section Container */
/* line 1284, ../scss/eba_uniframe.scss */
div.ebaRegion {
  margin: 0 0 10px 0;
}
/* line 1286, ../scss/eba_uniframe.scss */
div.ebaRegion h1 {
  margin: 0;
  padding: 0;
  font: bold 14px/30px Arial, sans-serif;
  color: #333;
  border-bottom: 1px solid #DDD;
  position: relative;
  /* Collapse / Expand Control */
  /* Buttons Container */
}
/* line 1294, ../scss/eba_uniframe.scss */
div.ebaRegion h1 a.ebaRegionControl {
  display: block;
  float: left;
}
/* line 1297, ../scss/eba_uniframe.scss */
div.ebaRegion h1 a.ebaRegionControl img {
  width: 18px;
  height: 18px;
  display: block;
  margin: 6px 6px 6px 0;
  background: url(../img/eba_details_page_icons.png) 0 -46px no-repeat;
  border: none;
}
/* line 1305, ../scss/eba_uniframe.scss */
div.ebaRegion h1 a.ebaRegionControl.ebaRegionControl img {
  background: url(../img/eba_details_page_icons.png) 0 -28px no-repeat;
}
/* line 1310, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 1314, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink {
  display: block;
  float: left;
  margin: 6px 0 0 4px;
  font: normal 11px/14px Arial, sans-serif;
  text-decoration: none;
  color: #666;
  padding: 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #EEE;
  -moz-transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
  -webkit-transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
  transition: "background 0.2s linear, border 0.2s linear, color 0.2s linear";
}
/* line 1325, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink:hover {
  border: 1px solid #BBB;
  color: #333;
  background-color: #F0F0F0;
}
/* line 1330, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink img {
  border: none;
  vertical-align: baseline;
}
/* line 1334, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink img.editIcon {
  width: 9px;
  height: 9px;
  background: url(../img/ws_control_icons.png) -30px -9px no-repeat;
  margin-right: 4px;
}
/* line 1340, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink:hover img.editIcon {
  background: url(../img/ws_control_icons.png) -30px 0 no-repeat;
}
/* line 1343, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink.ebaTopLink {
  padding: 3px 6px 1px 6px;
}
/* line 1346, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink img.topIcon {
  width: 9px;
  height: 9px;
  background: url(../img/ws_control_icons.png) -39px 0 no-repeat;
}
/* line 1351, ../scss/eba_uniframe.scss */
div.ebaRegion h1 span a.ebaRegionLink:hover img.topIcon {
  background: url(../img/ws_control_icons.png) -48px 0 no-repeat;
}
/* line 1357, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaRegionContent {
  margin: 10px 0 0 0;
}
/* line 1359, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaRegionContent > a {
  color: #000;
  font: normal 12px/16px Arial, sans-serif;
}
/* line 1363, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaRegionContent pre {
  font: normal 11px/14px "Menlo", "Consolas", monospace;
  color: #666;
}
/* line 1368, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion {
  font: normal 12px/16px Arial, sans-serif;
}
/* line 1370, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion p {
  margin: 0 0 10px 0;
  font: normal 12px/16px Arial, sans-serif;
}
/* line 1374, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion h3, div.ebaRegion div.ebaTextRegion b {
  margin: 0;
  font: bold 13px/18px Arial, sans-serif;
  color: #333;
}
/* line 1379, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion a {
  color: #888;
}
/* line 1383, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion > ul, div.ebaRegion div.ebaTextRegion > ol {
  margin: 10px 0 10px 25px;
  padding: 0;
}
/* line 1387, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion > ul {
  list-style: square outside;
}
/* line 1389, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion > ul li {
  font: normal 12px/16px;
}
/* line 1392, ../scss/eba_uniframe.scss */
div.ebaRegion div.ebaTextRegion > ul ul {
  list-style: square outside;
  margin: 2px 0 2px 20px;
  padding: 0;
}

/* ==================== */
/* = Large Icons List = */
/* ==================== */
/* line 1404, ../scss/eba_uniframe.scss */
table.ebaLargeIcons {
  padding-bottom: 4px;
  width: 100%;
}
/* line 1407, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td {
  vertical-align: middle;
  text-align: center;
}
/* line 1410, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a {
  display: block;
  -moz-transition-property: background-color border;
  -webkit-transition-property: background-color border;
  transition-property: background-color border;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  text-decoration: none;
  border: 1px solid transparent;
}
/* line 1417, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a:hover {
  background-color: #F0F0F0;
  border: 1px solid #DDD;
  color: #333;
}
/* line 1421, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a:hover span.iconLabel {
  color: #333;
}
/* line 1425, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a span.largeIcon {
  display: block;
  margin: 0 auto;
}
/* line 1428, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a span.largeIcon img {
  border: none;
}
/* line 1432, ../scss/eba_uniframe.scss */
table.ebaLargeIcons td a span.iconLabel {
  display: block;
  margin: 0 auto 10px auto;
  font: normal 13px/13px Arial, sans-sreif;
  text-decoration: none;
  color: #666;
  color: rgba(0, 0, 0, 0.75);
}
