/* Set up Variable Colors */
/* line 35, ../scss/ws_presentation.scss */
body {
  margin: 0;
}

/* line 39, ../scss/ws_presentation.scss */
div.clear {
  clear: both;
}

/* ======================================== */
/* = Websheets Presentation mode tool bar = */
/* ======================================== */
/* line 45, ../scss/ws_presentation.scss */
#wspToolbar {
  height: 36px;
  border-bottom: 1px solid #AAA;
  background-color: #F0F0F0;
  position: relative;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 55, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb {
  list-style: none;
  margin: 0;
  padding: 0 4px;
}
/* line 59, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb li {
  display: block;
  float: left;
  margin: 6px;
  height: 24px;
}
/* line 64, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb li a {
  display: block;
  float: left;
  font: normal 11px/14px Arial, sans-serif;
  padding: 4px 0;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 72, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb li a:hover {
  text-decoration: underline;
}
/* line 76, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb li.separator img {
  margin: 6px 0 5px 0;
  width: 6px;
  height: 11px;
  background: url(../img/ws_control_icons.png) 0 -11px no-repeat;
  display: block;
}
/* line 83, ../scss/ws_presentation.scss */
#wspToolbar ul.wspBreadcrumb li.active a {
  font-weight: bold;
}
/* line 88, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions {
  position: absolute;
  right: 6px;
  top: 0;
  /*		width: 140px;
  		> div {
  			float: right;
  		}*/
}
/* line 96, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions div.wspSlideNavigation {
  float: left;
}
/* line 98, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions div.wspSlideNavigation a {
  margin: 6px 0;
}
/* line 102, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a {
  display: block;
  float: left;
  font: normal 11px/14px Arial, sans-serif;
  padding: 4px 10px;
  margin: 6px 6px 6px 0;
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='#dddddd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #969696;
  color: #444;
  font-weight: bold;
  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 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
/* line 116, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a img {
  width: 5px;
  height: 10px;
  margin: 2px 0;
  vertical-align: bottom;
}
/* line 122, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a#prevSectionButton {
  margin-right: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
/* line 125, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a#prevSectionButton img {
  background: url(../img/ws_control_icons.png) -30px -18px no-repeat;
}
/* line 129, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a#nextSectionButton {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
/* line 131, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a#nextSectionButton img {
  background: url(../img/ws_control_icons.png) -35px -18px no-repeat;
}
/* line 135, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a.closeButton {
  padding: 4px 8px;
  margin-right: 0;
}
/* line 138, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a.closeButton img {
  background: url(../img/ws_control_icons.png) -58px -40px no-repeat;
  width: 10px;
  height: 11px;
  margin: 1px 0;
}
/* line 145, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a:hover {
  background-color: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#eeeeee');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
}
/* line 148, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a:active {
  -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;
  background-color: #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#dddddd', endColorstr='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#cccccc')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #dddddd, #cccccc);
  background-image: -moz-linear-gradient(top, #dddddd, #cccccc);
  background-image: linear-gradient(top, #dddddd, #cccccc);
}
/* line 152, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a.disabledButton {
  filter: none;
  background: #F0F0F0;
  cursor: default;
}
/* line 156, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a.disabledButton:hover {
  filter: none;
  background: #F0F0F0;
}
/* line 160, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions a.disabledButton img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}
/* line 165, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions span.totalSlides {
  display: block;
  float: left;
  font: normal 11px/14px Arial, sans-serif;
  padding: 4px 14px 4px 0;
  margin: 6px 0;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  background: #FFF;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  width: 20px;
  text-align: left;
}
/* line 177, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions span.totalSlides em {
  font-style: normal;
  color: #666;
  padding-right: 4px;
}
/* line 183, ../scss/ws_presentation.scss */
#wspToolbar div.wspSlideOptions input {
  /*			display: none;*/
  float: left;
  font: bold 11px/14px Arial, sans-serif;
  padding: 4px 4px 4px 10px;
  margin: 6px 0;
  border: none;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  background: #FFF;
  color: #333;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  width: 20px;
  text-align: right;
}

/* ===================== */
/* = Section Container = */
/* ===================== */
/* line 205, ../scss/ws_presentation.scss */
div.wspSectionContainer ul#wspSectionList {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  min-height: 600px;
  max-height: 760px;
  min-width: 600px;
  max-width: 1160px;
}
/* line 213, ../scss/ws_presentation.scss */
div.wspSectionContainer ul#wspSectionList > li {
  display: none;
  margin: 40px 40px 60px 40px;
}
/* line 216, ../scss/ws_presentation.scss */
div.wspSectionContainer ul#wspSectionList > li > h2.wspSectionHeading {
  /* Section Headings */
  margin: 0 0 10px 0;
  padding: 10px;
  font: bold 24px/36px Arial, sans-serif;
  color: #333;
  border-bottom: 1px solid #EEE;
}

/* line 227, ../scss/ws_presentation.scss */
div.wsSectionContent {
  /* Section Content Container */
}
/* line 228, ../scss/ws_presentation.scss */
div.wsSectionContent > a {
  color: #000;
  font: normal 16px/24px Arial, sans-serif;
}
/* line 233, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation {
  list-style: none;
  margin: 0;
  padding: 10px;
}
/* line 237, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li {
  display: block;
  margin-bottom: 5px;
}
/* line 240, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a {
  display: block;
  font: normal 20px/24px Arial, sans-serif;
  color: #666;
  text-decoration: none;
  padding: 5px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 247, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a:hover {
  background-color: #EEE;
}
/* line 250, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img {
  border: none;
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/ws_control_icons.png);
  background-repeat: none;
  background-color: transparent;
  vertical-align: middle;
}
/* line 259, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.textIcon {
  background-position: 0 -81px;
}
/* line 262, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.plsqlIcon {
  background-position: -24px -81px;
}
/* line 265, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.chartIcon {
  background-position: -48px -81px;
}
/* line 268, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.dataIcon {
  background-position: 0 -105px;
}
/* line 272, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.nav_pageIcon, div.wsSectionContent ul.wsSectionNavigation li a img.nav_sectionIcon {
  background-position: -24px -105px;
}
/* line 275, ../scss/ws_presentation.scss */
div.wsSectionContent ul.wsSectionNavigation li a img.pageIcon {
  background-position: -48px -105px;
}

/* line 283, ../scss/ws_presentation.scss */
div.wspTextSection {
  font: normal 16px/24px Arial, sans-serif;
  color: #333;
  padding: 0 10px;
}
/* line 287, ../scss/ws_presentation.scss */
div.wspTextSection h3 {
  font: bold 18px/30px Arial, sans-serif;
  color: #666;
  margin: 10px 0;
  padding: 0;
}
/* line 293, ../scss/ws_presentation.scss */
div.wspTextSection p {
  margin: 0 0 10px 0;
  font: normal 16px/24px Arial, sans-serif;
}
/* line 297, ../scss/ws_presentation.scss */
div.wspTextSection a {
  color: #888;
  font: normal 16px/24px Arial, sans-serif;
}
/* line 302, ../scss/ws_presentation.scss */
div.wspTextSection > ul, div.wspTextSection > ol {
  margin: 10px 0 10px 30px;
  padding: 0;
}
/* line 306, ../scss/ws_presentation.scss */
div.wspTextSection > ul {
  list-style: square outside;
}
/* line 308, ../scss/ws_presentation.scss */
div.wspTextSection > ul li {
  font: normal 16px/24px Arial, sans-serif;
}
/* line 311, ../scss/ws_presentation.scss */
div.wspTextSection > ul ul {
  list-style: square outside;
  margin: 2px 0 2px 50px;
  padding: 0;
}
/* line 317, ../scss/ws_presentation.scss */
div.wspTextSection table {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-spacing: 0;
  border-collapse: collapse;
}
/* line 322, ../scss/ws_presentation.scss */
div.wspTextSection table td, div.wspTextSection table th {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 10px;
  font: normal 16px/24px Arial, sans-serif;
  color: #333;
}
/* line 329, ../scss/ws_presentation.scss */
div.wspTextSection table th {
  text-align: left;
  background: #EEE;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  font-weight: bold;
}
/* line 335, ../scss/ws_presentation.scss */
div.wspTextSection table th strong {
  font: bold 16px/24px Arial, sans-serif;
}
/* line 338, ../scss/ws_presentation.scss */
div.wspTextSection table th > p {
  margin: 0;
  font: bold 16px/24px Arial, sans-serif;
}
/* line 341, ../scss/ws_presentation.scss */
div.wspTextSection table th > p strong {
  font: bold 16px/24px Arial, sans-serif;
}

/* ======================== */
/* = Page Navigation Tree = */
/* ======================== */
/* line 352, ../scss/ws_presentation.scss */
div.tree ul li a {
  font: normal 16px/20px Arial, sans-serif;
  height: 20px;
  padding: 2px 4px 2px 2px;
  color: #333;
  border: 1px solid transparent;
  -moz-transition-property: background border;
  -webkit-transition-property: background border;
  transition-property: background border;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 359, ../scss/ws_presentation.scss */
div.tree ul li a:hover {
  background-color: #F0F0F0;
  border-color: #E0E0E0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  padding: 2px 4px 2px 2px;
}
/* line 367, ../scss/ws_presentation.scss */
div.tree ul li a.clicked, div.tree ul li a.clicked:hover {
  background-color: #E0E0E0;
  border-color: #D0D0D0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  padding: 2px 4px 2px 2px;
}
/* line 374, ../scss/ws_presentation.scss */
div.tree ul li a ins {
  height: 20px;
  width: 16px;
  background: url(../img/ws_control_icons.png) -52px -107px no-repeat;
}

/* ===================================================== */
/* = Report Formatting for Reports inside of a Section = */
/* ===================================================== */
/* line 385, ../scss/ws_presentation.scss */
div.wsSectionReport {
  /* Float Left so that top action bar only stretches to the table width */
  float: left;
}
/* line 388, ../scss/ws_presentation.scss */
div.wsSectionReport table {
  border-collapse: collapse;
  border-spacing: 0 0;
}
/* line 391, ../scss/ws_presentation.scss */
div.wsSectionReport table th {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 12px 16px 12px 0;
  font: bold 16px/20px Arial, sans-serif;
  color: #333;
}
/* line 399, ../scss/ws_presentation.scss */
div.wsSectionReport table td {
  border: none;
  border-bottom: 1px solid #EEE;
  padding: 12px 16px 12px 0;
  font: normal 16px/20px Arial, sans-serif;
}
/* line 405, ../scss/ws_presentation.scss */
div.wsSectionReport table tr:hover td {
  background-color: #F8F8F8;
}
/* line 409, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle1 {
  border: 1px solid #AAA;
}
/* line 411, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle1 th {
  border-bottom: 1px solid #AAA;
  padding: 12px 16px;
  background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#f8f8f8', endColorstr='#eeeeee');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eeeeee')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
  background-image: -moz-linear-gradient(top, #f8f8f8, #eeeeee);
  background-image: linear-gradient(top, #f8f8f8, #eeeeee);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
/* line 417, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle1 td {
  padding: 8px 16px;
  border-top: 1px solid #DDD;
  border-bottom: none;
}
/* line 423, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle2 {
  border: none;
}
/* line 425, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle2 th {
  border-bottom: 1px solid #AAA;
  padding: 8px 16px;
}
/* line 429, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle2 td {
  padding: 8px 16px;
  border-bottom: 1px solid #DDD;
}
/* line 433, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle2 tr:last-child td {
  border-bottom: none;
}
/* line 437, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 {
  border: none;
}
/* line 439, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 th {
  border-bottom: 2px solid #CCC;
  padding: 8px 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  vertical-align: bottom;
}
/* line 445, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 td {
  padding: 8px 16px;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #EEE;
}
/* line 450, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 tr td:last-child {
  border-right: 1px solid #CCC;
}
/* line 453, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 tr td:first-child {
  border-left: 1px solid #CCC;
}
/* line 456, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 tr:last-child td {
  border-bottom: 1px solid #CCC;
}
/* line 459, ../scss/ws_presentation.scss */
div.wsSectionReport table.wsReportStyle3 tr:hover td {
  background-color: #F2F2F2;
}

/* ========================== */
/* = Action Bar for Reports = */
/* ========================== */
/* line 468, ../scss/ws_presentation.scss */
div.wsActionBar {
  background-color: #F8F8F8;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  height: 54px;
  position: relative;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
/* line 469, ../scss/ws_presentation.scss */
div.wsActionBar.wsActionBarOnly {
  border-bottom: 1px solid #aaaaaa;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
/* line 474, ../scss/ws_presentation.scss */
div.wsActionBar.wsActionBarBottom {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
/* line 478, ../scss/ws_presentation.scss */
div.wsActionBar.wsActionBarBottom div.wsActionBarInside {
  border-top: 1px solid #F0F0F0;
}
/* line 488, ../scss/ws_presentation.scss */
div.wsActionBar span.wsActionBarRight {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 492, ../scss/ws_presentation.scss */
div.wsActionBar span.wsActionBarRight a.wsSmallButton {
  margin: 6px 6px 6px 0;
}

/* line 497, ../scss/ws_presentation.scss */
span.wsActionBarRight {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 501, ../scss/ws_presentation.scss */
span.wsActionBarRight a.wsSmallButton {
  margin: 6px 6px 6px 0;
}

/* ================================= */
/* = Search Field (for Action Bar) = */
/* ================================= */
/* line 508, ../scss/ws_presentation.scss */
div.searchField {
  display: block;
  float: left;
  margin: 8px;
  background: #FFF;
  height: 36px;
  border: 1px solid #969696;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 517, ../scss/ws_presentation.scss */
div.searchField span.searchIcon {
  display: block;
  float: left;
  padding: 11px 0 11px 12px;
}
/* line 521, ../scss/ws_presentation.scss */
div.searchField span.searchIcon img {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ws_control_icons.png) -40px -18px no-repeat;
}
/* line 528, ../scss/ws_presentation.scss */
div.searchField input {
  display: block;
  float: left;
  height: 24px;
  font: normal 16px/24px Arial, sans-serif;
  border: none;
  padding: 6px;
  color: #333;
}
/* line 537, ../scss/ws_presentation.scss */
div.searchField a.wsSmallButton {
  border: none;
  border-left: 1px solid #969696;
  -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;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  margin: 0;
}
/* line 543, ../scss/ws_presentation.scss */
div.searchField a.wsSmallButton:active {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  background-color: #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#dddddd', endColorstr='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#cccccc')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #dddddd, #cccccc);
  background-image: -moz-linear-gradient(top, #dddddd, #cccccc);
  background-image: linear-gradient(top, #dddddd, #cccccc);
}

/* line 549, ../scss/ws_presentation.scss */
div.wsSection div.wsTextSection div.wsSectionReport {
  /*	table {
  		border-bottom: inheri;
  		th, td {
  			border: none;
  		}
  		th {
  			background-color: transparent;
  		}
  	}*/
}
/* line 550, ../scss/ws_presentation.scss */
div.wsSection div.wsTextSection div.wsSectionReport a.wsSmallButton {
  color: #444;
}
/* line 553, ../scss/ws_presentation.scss */
div.wsSection div.wsTextSection div.wsSectionReport a.wsHotButton {
  color: #FFF;
}

/* line 566, ../scss/ws_presentation.scss */
a.wsSmallButton {
  display: block;
  float: left;
  font: normal 16px/24px Arial, sans-serif;
  padding: 6px 16px;
  margin: 12px 0 12px 12px;
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#eeeeee', endColorstr='#dddddd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #969696;
  color: #444;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
/* line 580, ../scss/ws_presentation.scss */
a.wsSmallButton:hover {
  background-color: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='white', endColorstr='#eeeeee');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(top, #ffffff, #eeeeee);
}
/* line 583, ../scss/ws_presentation.scss */
a.wsSmallButton:active {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  background-color: #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#dddddd', endColorstr='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#cccccc')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #dddddd, #cccccc);
  background-image: -moz-linear-gradient(top, #dddddd, #cccccc);
  background-image: linear-gradient(top, #dddddd, #cccccc);
}

/* line 588, ../scss/ws_presentation.scss */
a.wsSmallButton.wsHotButton {
  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;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  font-weight: bold;
}
/* line 595, ../scss/ws_presentation.scss */
a.wsSmallButton.wsHotButton:hover {
  background-color: #e72031;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fb2034', endColorstr='#d3202f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb2034', endColorstr='#d3202f')";
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb2034), color-stop(100%, #d3202f));
  background-image: -webkit-linear-gradient(top, #fb2034, #d3202f);
  background-image: -moz-linear-gradient(top, #fb2034, #d3202f);
  background-image: linear-gradient(top, #fb2034, #d3202f);
}
/* line 598, ../scss/ws_presentation.scss */
a.wsSmallButton.wsHotButton:active {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  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);
}
