/* Styles for content tabs */
/* @group PLUGINS */
/* Tabs
 *  * Sets up basic vertical and horizontal tabs */
/* @group Basic horizontal tabs to be used anywhere on the site */
ul.hTabs {
  border-bottom: none;
  margin: 1em 0 1em 0;
  list-style-type: none;
  padding: 3px 0 0px 0;
  text-align: left; }
  ul.hTabs li {
    display: inline; }
    ul.hTabs li a {
      background-color: #DDDDDD;
      border: solid 1px #d7d7d7;
      border-bottom: none;
      display: inline-block;
      padding: 5px 3px 0 3px;
      margin-right: 1px;
      text-align: center;
      text-decoration: none; }
      ul.hTabs li a:hover {
        text-decoration: underline; }
    ul.hTabs li.selected a {
      background: #FFF;
      color: #000;
      position: relative;
      top: 1px;
      padding-top: 6px; }

/* @end */

/* Base helpers
 *  * Sets up various commonoly used helpers */
/* @group General */
.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.autoCenter {
  margin: 0 auto 0 auto; }

.upperCase {
  text-transform: uppercase; }

hr.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

div.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.noCSS, .hidden {
  display: none; }

.innerContent {
  display: inline-block; }
  .innerContent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .innerContent {
  height: 1%; }

.innerContent {
  display: block; }

.container {
  display: inline-block; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .container {
  height: 1%; }

.container {
  display: block; }

/* @end */

/* @end */
/* @group TEMPORARY PAGE STRUCTURE */
.innerContent {
  margin: 0 auto;
  width: 960px; }

/* @end */
/* @group CONTENT TAB BOX */
#contentTabBox {
  background: none;
  border: solid 1px #cecece;
  margin-top: 86px;
  min-height: 200px;
  width: 640px; }
  #contentTabBox a	img {
    border: none; }
  #contentTabBox .hTabs {
    background: url(/assets/images/inside/content_tabs_sprites.jpg) no-repeat 0px 0px;
    border: none;
    height: 59px;
    padding: 0;
    position: relative;
    margin: 0;
    margin-top: -59px;
    margin-bottom: 0;
    left: -1px;
    width: 540px; }
    #contentTabBox .hTabs.tab1Selected {
      background-position: 0px 0px; }
    #contentTabBox .hTabs.tab2Selected {
      background-position: 0px -60px; }
    #contentTabBox .hTabs.tab3Selected {
      background-position: 0px -120px; }
    #contentTabBox .hTabs li {
      background-color: none;
      background: none;
      border: none;
      display: inline;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding: 0; }
      #contentTabBox .hTabs li img {
        border: none; }
      #contentTabBox .hTabs li span {
        display: block;
        margin-left: 10px;
        position: relative;
        text-align: left;
        top: -5px;
        width: 91px; }
      #contentTabBox .hTabs li a {
        background-color: none;
        background: none;
        border: none;
        color: #3e3e3e;
        display: block;
        height: 43px;
        padding: 17px 0 0 15px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        font-size: 17px;
        font-family: Arial, Verdana, sans-serif; }
        #contentTabBox .hTabs li a:link, #contentTabBox .hTabs li a:visited {
          border: none;
          text-decoration: none; }
        #contentTabBox .hTabs li a:hover, #contentTabBox .hTabs li a:active {
          border: none;
          color: #777;
          text-decoration: none; }
      #contentTabBox .hTabs li#firstTab {
        width: 158px; }
        #contentTabBox .hTabs li#firstTab a {
          padding-left: 20px; }
      #contentTabBox .hTabs li#middleTab {
        width: 169px; }
        #contentTabBox .hTabs li#middleTab a {
          padding-left: 25px; }
      #contentTabBox .hTabs li#lastTab {
        width: 165px; }
        #contentTabBox .hTabs li#lastTab a {
          padding-left: 20px; }
      #contentTabBox .hTabs li.selected a {
        color: #109fd3;
        position: relative;
        top: 0; }
        #contentTabBox .hTabs li.selected a:link, #contentTabBox .hTabs li.selected a:visited {
          color: #109fd3;
          text-decoration: none; }
        #contentTabBox .hTabs li.selected a:hover, #contentTabBox .hTabs li.selected a:active {
          text-decoration: none; }
  #contentTabBox .innerContent {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 25px 33px 0 33px;
    position: relative;
    margin: 0;
    width: auto; }
    #contentTabBox .innerContent div.section {
      margin-top: 3px;
      margin-bottom: 10px;
      width: 285px; }
    #contentTabBox .innerContent h3 {
      color: #c2630d;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 8px; }
    #contentTabBox .innerContent h4 {
      color: #000;
      font-size: 15px;
      font-weight: bold;
      margin-top: 2px;
      margin-bottom: 2px; }
    #contentTabBox .innerContent h5 {
      color: #109fd3;
      font-size: 18px;
      font-weight: bold;
      margin-top: 2px;
      margin-bottom: 2px; }
    #contentTabBox .innerContent ul {
      background: none;
      border: none;
      margin: 0;
      margin-bottom: 17px;
      list-style-type: disc;
      padding: 0;
      padding-left: 24px; }
      #contentTabBox .innerContent ul li {
        background: none;
        border: none;
        margin: 0;
        margin-bottom: 3px;
        padding: 0; }
    #contentTabBox .innerContent p {
      line-height: 1.5em;
      margin-top: 2px;
      margin-bottom: 2px; }
    #contentTabBox .innerContent div.spacer {
      height: 28px; }
    #contentTabBox .innerContent p + img {
      margin-top: 16px; }
    #contentTabBox .innerContent img {
      display: block; }
      #contentTabBox .innerContent img.reportImage {
        margin: 17px 0 8px 0; }
    #contentTabBox .innerContent strong#viewHiringReports {
      display: block;
      margin-top: 18px; }
    #contentTabBox .innerContent span.more {
	  color: #109fd3;
      font-size: 9px;
      text-transform: uppercase; }
      #contentTabBox .innerContent span.more a {
        text-decoration: none;
        color: #109fd3; }
        #contentTabBox .innerContent span.more a:hover, #contentTabBox .innerContent span.more a:active {
          text-decoration: underline; }
    #contentTabBox .innerContent a.actionButton {
      display: block;
      color: #FFF;
      height: 28px;
      font-family: Arial, sans-serif;
      font-size: 10px;
      margin: 7px 4px 0 0;
      padding-top: 8px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #contentTabBox .innerContent a.actionButton:hover, #contentTabBox .innerContent a.actionButton:active {
        decoration: underline; }
      #contentTabBox .innerContent a.actionButton.viewDemoReportButton {
        background: url(/assets/images/inside/view_report_demo_button_background.gif) no-repeat 0px 0px;
        width: 124px; }
      #contentTabBox .innerContent a.actionButton.downloadReportButton {
        background: url(/assets/images/inside/download_report_button_background.gif) no-repeat 0px 0px;
        width: 133px; }
      #contentTabBox .innerContent a.actionButton.signupButton {
        background: url(/assets/images/inside/signup_button_background.gif) no-repeat 0px 0px;
        height: 40px;
        font-size: 11px;
        margin: 0 auto;
        padding-top: 12px;
        width: 217px; }
  #contentTabBox #callToActionBox {
    background: #23201c url(/assets/images/inside/call_to_action_box_top_background.jpg) repeat-x 0px top;
    margin-top: 18px;
    padding-top: 10px;
    text-align: center;
    overflow: auto; }
    #contentTabBox #callToActionBox .innerContent {
      color: #FFF;
      padding: 20px 0 20px 0;
      position: relative;
      margin: 0 auto;
      top: 0;
      width: 540px; }
      #contentTabBox #callToActionBox .innerContent blockquote {
        background: none;
        border: none;
        font-size: 18px;
        font-style: italic;
        font-family: Georgia, serif;
        font-weight: normal;
        margin-bottom: 4px;
        overflow: auto;
        padding: 0;
        width: 490px; }
      #contentTabBox #callToActionBox .innerContent p.quoteAuthor {
        color: #cdcdcd;
        font-size: 10px; }

/* @end */
