@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input[type=button] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 110%;
  font: inherit;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*End of Reset css*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px; }

/*Global Text elements*/
p {
  padding: 5px 0; }

a {
  color: #0083be; }
  a:hover {
    color: #006492; }
  a img {
    border: none; }

h1 {
  font-size: 190%;
  line-height: 100%; }

h2 {
  font-size: 140%;
  padding: 5px 0; }

h3 {
  font-size: 110%; }

h4 {
  font-size: 100%; }

h5 {
  font-size: 75%;
  font-weight: lighter; }

h6 {
  padding: 5px 0;
  font-size: 100%; }

h7 {
  font-size: 100%;
  font-weight: bold; }

h8 {
  font-size: 125%;
  font-weight: bold;
  font-style: italic; }

fieldset {
  padding: 3px 10px 5px 10px; }
  fieldset legend {
    text-align: left;
    padding: 2px 5px;
    margin-left: 3px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.RedText, .ErrorText, .DrkBlueBGRdTxt, .LtBlueBGRdTxt {
  color: #da3e2e; }

.SmallRedText {
  font-size: 90%;
  color: #da3e2e; }

.BoldRedText {
  color: #da3e2e;
  font-weight: bold; }

.GreenText {
  color: #648c2b; }

.BoldGreenText {
  color: #648c2b;
  font-weight: bold; }

.BoldBlueText, .DrkBlueBGBldTxt {
  font-weight: bold;
  color: #0083be; }

.BoldBlueText14 {
  font-size: 110%;
  font-weight: bold;
  color: #0083be; }

.SmallText, small {
  font-size: 80%; }

.largeText, .LargeText, .largeText14 {
  font-size: 120%; }

.RegText {
  font-size: 100%; }

.paddingWrapper {
  padding: 5px; }

.centerText, .recordsCount {
  text-align: center; }

/*End of Global Text elements*/
/*Misc Global Elements*/
hr {
  border: none;
  background-color: #c2c9d0;
  height: 1px;
  margin: 10px 0; }

.Clear, .clear {
  clear: both; }

.padRightSeparator {
  padding-right: 50px; }

.padRight15 {
  padding-right: 15px; }

.padRight20 {
  padding-right: 20px; }

.noWrap {
  white-space: nowrap; }

.scrollVertical {
  overflow-y: auto;
  overflow-x: hidden; }

.valignTop {
  vertical-align: top; }

.inline {
  display: inline-block; }

.lineHeightLarge {
  line-height: 160%; }

.shadow {
  -moz-box-shadow: 0 0 2px #707375;
  -webkit-box-shadow: 0 0 2px #707375;
  box-shadow: 0 0 2px #707375; }

/*End of Misc Global Elements*/
/*Form elements*/
input[type="checkbox"], input[type="radio"] {
  margin: 0 2px;
  vertical-align: middle; }

input[type=text], input[type=password], input[type=number], textarea, select, input[type=input] {
  box-sizing: border-box;
  padding-left: 3px;
  padding-right: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #c2c9d0;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  font-size: 14px;
  line-height: 1.5; }

input[readonly], input:disabled, select:disabled, textarea[readonly], input[readonly] {
  background: #eff1f3;
  color: #4e545a; }

label.disabled {
  color: #c2c9d0; }

select {
  padding: 1px 0;
  line-height: 1.5;
  display: inline-block;
  border: 2px solid #c2c9d0;
  position: relative;
  overflow: hidden; }
  select, select > * {
    cursor: pointer; }
  select:after {
    content: '\25bc';
    width: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 4px;
    border-style: solid;
    pointer-events: none;
    border-color: #707375 transparent transparent transparent; }

.rightAlignLabels label, .rightAlignLabels .label {
  text-align: right; }

.labelWidth70 label, .labelWidth70 .label {
  display: inline-block;
  width: 70px; }

.labelWidth100 label, .labelWidth100 .label {
  display: inline-block;
  width: 100px; }

.labelWidth120 label, .labelWidth120 .label {
  display: inline-block;
  width: 120px; }

.labelWidth150 label, .labelWidth150 .label {
  display: inline-block;
  width: 150px; }

.labelWidth200 label, .labelWidth200 .label {
  display: inline-block;
  width: 200px; }

.labelWidth210 label, .labelWidth210 .label {
  display: inline-block;
  width: 210px; }

.labelWidth220 label, .labelWidth220 .label {
  display: inline-block;
  width: 220px; }

.labelWidth250 label, .labelWidth250 .label {
  display: inline-block;
  width: 250px; }

.labelWidth300 label, .labelWidth300 .label {
  display: inline-block;
  width: 300px; }

.labelWidth350 label, .labelWidth350 .label {
  display: inline-block;
  width: 350px; }

.labelWidth400 label, .labelWidth400 .label {
  display: inline-block;
  width: 400px; }

label.regWidth {
  width: auto; }

.rightAlignLabels span.label, .rightAlignLabels label, .rightAlignText {
  text-align: right;
  display: inline-block; }

.formControl {
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: middle; }

.searchForm {
  white-space: nowrap;
  padding-right: 3px; }
  .searchForm input[type=text].formControl {
    padding: 3px;
    width: 98%; }
  .searchForm button {
    background: none;
    color: inherit;
    position: relative;
    left: -40px; }

/*End of Form elements*/
/*Tables*/
table {
  border-collapse: collapse; }
  table.verticalForm td {
    vertical-align: baseline; }
    table.verticalForm td:first-child {
      text-align: right; }
  table.verticalForm input[type=text], table.verticalForm input[type=password], table.verticalForm input[type=number], table.verticalForm textarea, table.verticalForm select, table.form input[type=text], table.form input[type=password], table.form input[type=number], table.form textarea, table.form select {
    width: 95%; }

td, th {
  padding: 5px; }

/*End of Tables*/
/*Start of Buttons*/
button:hover {
  cursor: pointer; }

body button, body input[type=button], body .button, body .buttonSmall, body .Abtn, body .AbtnSmall, body .AbtnMed, body .AbtnLarge, body .AbtnRound, body .buttonDisabled, body .AbtnGrey, body .btn, body .buttonActive, .contentBody button, .contentBody input[type=button], .contentBody .button, .contentBody .buttonSmall, .contentBody .Abtn, .contentBody .AbtnSmall, .contentBody .AbtnMed, .contentBody .AbtnLarge, .contentBody .AbtnRound, .contentBody .buttonDisabled, .contentBody .AbtnGrey, .contentBody .btn, .contentBody .buttonActive, #MainContainer button, #MainContainer input[type=button], #MainContainer .button, #MainContainer .buttonSmall, #MainContainer .Abtn, #MainContainer .AbtnSmall, #MainContainer .AbtnMed, #MainContainer .AbtnLarge, #MainContainer .AbtnRound, #MainContainer .buttonDisabled, #MainContainer .AbtnGrey, #MainContainer .btn, #MainContainer .buttonActive, .HoverPage button, .HoverPage input[type=button], .HoverPage .button, .HoverPage .buttonSmall, .HoverPage .Abtn, .HoverPage .AbtnSmall, .HoverPage .AbtnMed, .HoverPage .AbtnLarge, .HoverPage .AbtnRound, .HoverPage .buttonDisabled, .HoverPage .AbtnGrey, .HoverPage .btn, .HoverPage .buttonActive, .ui-dialog button, .ui-dialog input[type=button], .ui-dialog .button, .ui-dialog .buttonSmall, .ui-dialog .Abtn, .ui-dialog .AbtnSmall, .ui-dialog .AbtnMed, .ui-dialog .AbtnLarge, .ui-dialog .AbtnRound, .ui-dialog .buttonDisabled, .ui-dialog .AbtnGrey, .ui-dialog .btn, .ui-dialog .buttonActive {
  color: #FFF;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 8px 12px;
  margin: 3px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle; }
  body button:hover, body input[type=button]:hover, body .button:hover, body .buttonSmall:hover, body .Abtn:hover, body .AbtnSmall:hover, body .AbtnMed:hover, body .AbtnLarge:hover, body .AbtnRound:hover, body .buttonDisabled:hover, body .AbtnGrey:hover, body .btn:hover, body .buttonActive:hover, .contentBody button:hover, .contentBody input[type=button]:hover, .contentBody .button:hover, .contentBody .buttonSmall:hover, .contentBody .Abtn:hover, .contentBody .AbtnSmall:hover, .contentBody .AbtnMed:hover, .contentBody .AbtnLarge:hover, .contentBody .AbtnRound:hover, .contentBody .buttonDisabled:hover, .contentBody .AbtnGrey:hover, .contentBody .btn:hover, .contentBody .buttonActive:hover, #MainContainer button:hover, #MainContainer input[type=button]:hover, #MainContainer .button:hover, #MainContainer .buttonSmall:hover, #MainContainer .Abtn:hover, #MainContainer .AbtnSmall:hover, #MainContainer .AbtnMed:hover, #MainContainer .AbtnLarge:hover, #MainContainer .AbtnRound:hover, #MainContainer .buttonDisabled:hover, #MainContainer .AbtnGrey:hover, #MainContainer .btn:hover, #MainContainer .buttonActive:hover, .HoverPage button:hover, .HoverPage input[type=button]:hover, .HoverPage .button:hover, .HoverPage .buttonSmall:hover, .HoverPage .Abtn:hover, .HoverPage .AbtnSmall:hover, .HoverPage .AbtnMed:hover, .HoverPage .AbtnLarge:hover, .HoverPage .AbtnRound:hover, .HoverPage .buttonDisabled:hover, .HoverPage .AbtnGrey:hover, .HoverPage .btn:hover, .HoverPage .buttonActive:hover, .ui-dialog button:hover, .ui-dialog input[type=button]:hover, .ui-dialog .button:hover, .ui-dialog .buttonSmall:hover, .ui-dialog .Abtn:hover, .ui-dialog .AbtnSmall:hover, .ui-dialog .AbtnMed:hover, .ui-dialog .AbtnLarge:hover, .ui-dialog .AbtnRound:hover, .ui-dialog .buttonDisabled:hover, .ui-dialog .AbtnGrey:hover, .ui-dialog .btn:hover, .ui-dialog .buttonActive:hover {
    color: #fff; }

body .buttonMedium, body .AbtnMed, .contentBody .buttonMedium, .contentBody .AbtnMed, #MainContainer .buttonMedium, #MainContainer .AbtnMed, .HoverPage .buttonMedium, .HoverPage .AbtnMed, .ui-dialog .buttonMedium, .ui-dialog .AbtnMed {
  min-width: 100px; }

body .paginationButtons, .contentBody .paginationButtons, #MainContainer .paginationButtons, .HoverPage .paginationButtons, .ui-dialog .paginationButtons {
  text-align: center;
  font-size: 0; }
  body .paginationButtons *, .contentBody .paginationButtons *, #MainContainer .paginationButtons *, .HoverPage .paginationButtons *, .ui-dialog .paginationButtons * {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 33px; }
  body .paginationButtons .buttonSuccess, .contentBody .paginationButtons .buttonSuccess, #MainContainer .paginationButtons .buttonSuccess, .HoverPage .paginationButtons .buttonSuccess, .ui-dialog .paginationButtons .buttonSuccess {
    color: #648c2b;
    background-color: #FFFFFF; }
    body .paginationButtons .buttonSuccess:hover, .contentBody .paginationButtons .buttonSuccess:hover, #MainContainer .paginationButtons .buttonSuccess:hover, .HoverPage .paginationButtons .buttonSuccess:hover, .ui-dialog .paginationButtons .buttonSuccess:hover {
      color: #FFFFFF;
      background-color: #8dc53e; }
  body .paginationButtons .buttonActive, .contentBody .paginationButtons .buttonActive, #MainContainer .paginationButtons .buttonActive, .HoverPage .paginationButtons .buttonActive, .ui-dialog .paginationButtons .buttonActive {
    color: #4e545a;
    cursor: default; }

body .paginationButtons *, .contentBody .paginationButtons *, #MainContainer .paginationButtons *, .HoverPage .paginationButtons *, .ui-dialog .paginationButtons * {
  margin-right: 0;
  margin-left: -1px;
  display: inline-block;
  border: 1px solid #707375;
  font-size: 13px;
  vertical-align: middle;
  padding: 7px 11px; }
  body .paginationButtons *:first-child, .contentBody .paginationButtons *:first-child, #MainContainer .paginationButtons *:first-child, .HoverPage .paginationButtons *:first-child, .ui-dialog .paginationButtons *:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: none;
    -webkit-border-top-right-radius: none;
    border-top-right-radius: none;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: none;
    -webkit-border-bottom-right-radius: none;
    border-bottom-right-radius: none; }
  body .paginationButtons *:last-child, .contentBody .paginationButtons *:last-child, #MainContainer .paginationButtons *:last-child, .HoverPage .paginationButtons *:last-child, .ui-dialog .paginationButtons *:last-child {
    -moz-border-radius-topleft: none;
    -webkit-border-top-left-radius: none;
    border-top-left-radius: none;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: none;
    -webkit-border-bottom-left-radius: none;
    border-bottom-left-radius: none;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }

body .buttonToggleOn, body .buttonToggleOff, .contentBody .buttonToggleOn, .contentBody .buttonToggleOff, #MainContainer .buttonToggleOn, #MainContainer .buttonToggleOff, .HoverPage .buttonToggleOn, .HoverPage .buttonToggleOff, .ui-dialog .buttonToggleOn, .ui-dialog .buttonToggleOff {
  border-style: solid;
  border-width: 1px; }

body .buttonToggleOn, body .buttonToggleOn:hover, .contentBody .buttonToggleOn, .contentBody .buttonToggleOn:hover, #MainContainer .buttonToggleOn, #MainContainer .buttonToggleOn:hover, .HoverPage .buttonToggleOn, .HoverPage .buttonToggleOn:hover, .ui-dialog .buttonToggleOn, .ui-dialog .buttonToggleOn:hover {
  cursor: default; }

body .buttonToggleOff, .contentBody .buttonToggleOff, #MainContainer .buttonToggleOff, .HoverPage .buttonToggleOff, .ui-dialog .buttonToggleOff {
  color: #707375;
  background-color: #eff1f3; }
  body .buttonToggleOff:hover, .contentBody .buttonToggleOff:hover, #MainContainer .buttonToggleOff:hover, .HoverPage .buttonToggleOff:hover, .ui-dialog .buttonToggleOff:hover {
    background-color: #FFFFFF; }

body .buttonSmall, body .AbtnSmall, .contentBody .buttonSmall, .contentBody .AbtnSmall, #MainContainer .buttonSmall, #MainContainer .AbtnSmall, .HoverPage .buttonSmall, .HoverPage .AbtnSmall, .ui-dialog .buttonSmall, .ui-dialog .AbtnSmall {
  font-size: 90%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin: 1px;
  cursor: pointer;
  padding: 4px 7px;
  margin: 5px; }

body .AbtnRound, .contentBody .AbtnRound, #MainContainer .AbtnRound, .HoverPage .AbtnRound, .ui-dialog .AbtnRound {
  font-size: 110%;
  font-weight: bold;
  line-height: 14px;
  min-width: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 1px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  margin: 5px;
  padding: 1px 3px; }

body .btnSmall, .contentBody .btnSmall, #MainContainer .btnSmall, .HoverPage .btnSmall, .ui-dialog .btnSmall {
  width: 75px; }

body .btnMed, .contentBody .btnMed, #MainContainer .btnMed, .HoverPage .btnMed, .ui-dialog .btnMed {
  width: 125px; }

body .btnLarge, .contentBody .btnLarge, #MainContainer .btnLarge, .HoverPage .btnLarge, .ui-dialog .btnLarge {
  width: 175px; }

body .NewSearchButton, body .reviewButtons, .contentBody .NewSearchButton, .contentBody .reviewButtons, #MainContainer .NewSearchButton, #MainContainer .reviewButtons, .HoverPage .NewSearchButton, .HoverPage .reviewButtons, .ui-dialog .NewSearchButton, .ui-dialog .reviewButtons {
  text-align: center; }

body .btnTopReg, .contentBody .btnTopReg, #MainContainer .btnTopReg, .HoverPage .btnTopReg, .ui-dialog .btnTopReg {
  margin: 0 auto 5px auto;
  border: none; }

body .buttonPrimary, body .AbtnBlue, .contentBody .buttonPrimary, .contentBody .AbtnBlue, #MainContainer .buttonPrimary, #MainContainer .AbtnBlue, .HoverPage .buttonPrimary, .HoverPage .AbtnBlue, .ui-dialog .buttonPrimary, .ui-dialog .AbtnBlue {
  background-color: #0083be; }
  body .buttonPrimary:hover, body .AbtnBlue:hover, .contentBody .buttonPrimary:hover, .contentBody .AbtnBlue:hover, #MainContainer .buttonPrimary:hover, #MainContainer .AbtnBlue:hover, .HoverPage .buttonPrimary:hover, .HoverPage .AbtnBlue:hover, .ui-dialog .buttonPrimary:hover, .ui-dialog .AbtnBlue:hover {
    background-color: #006492; }

body .buttonAttention, body .AbtnRed, .contentBody .buttonAttention, .contentBody .AbtnRed, #MainContainer .buttonAttention, #MainContainer .AbtnRed, .HoverPage .buttonAttention, .HoverPage .AbtnRed, .ui-dialog .buttonAttention, .ui-dialog .AbtnRed {
  background-color: #da3e2e; }
  body .buttonAttention:hover, body .AbtnRed:hover, .contentBody .buttonAttention:hover, .contentBody .AbtnRed:hover, #MainContainer .buttonAttention:hover, #MainContainer .AbtnRed:hover, .HoverPage .buttonAttention:hover, .HoverPage .AbtnRed:hover, .ui-dialog .buttonAttention:hover, .ui-dialog .AbtnRed:hover {
    background-color: #a63023; }

body .buttonSuccess, body .AbtnGreen, .contentBody .buttonSuccess, .contentBody .AbtnGreen, #MainContainer .buttonSuccess, #MainContainer .AbtnGreen, .HoverPage .buttonSuccess, .HoverPage .AbtnGreen, .ui-dialog .buttonSuccess, .ui-dialog .AbtnGreen {
  background-color: #8dc53e; }
  body .buttonSuccess:hover, body .AbtnGreen:hover, .contentBody .buttonSuccess:hover, .contentBody .AbtnGreen:hover, #MainContainer .buttonSuccess:hover, #MainContainer .AbtnGreen:hover, .HoverPage .buttonSuccess:hover, .HoverPage .AbtnGreen:hover, .ui-dialog .buttonSuccess:hover, .ui-dialog .AbtnGreen:hover {
    background-color: #648c2b; }

body .buttonDisabled, body .AbtnGrey, body .btnInactive, .contentBody .buttonDisabled, .contentBody .AbtnGrey, .contentBody .btnInactive, #MainContainer .buttonDisabled, #MainContainer .AbtnGrey, #MainContainer .btnInactive, .HoverPage .buttonDisabled, .HoverPage .AbtnGrey, .HoverPage .btnInactive, .ui-dialog .buttonDisabled, .ui-dialog .AbtnGrey, .ui-dialog .btnInactive {
  color: #707375;
  background-color: #c2c9d0; }
  body .buttonDisabled:hover, body .AbtnGrey:hover, body .btnInactive:hover, .contentBody .buttonDisabled:hover, .contentBody .AbtnGrey:hover, .contentBody .btnInactive:hover, #MainContainer .buttonDisabled:hover, #MainContainer .AbtnGrey:hover, #MainContainer .btnInactive:hover, .HoverPage .buttonDisabled:hover, .HoverPage .AbtnGrey:hover, .HoverPage .btnInactive:hover, .ui-dialog .buttonDisabled:hover, .ui-dialog .AbtnGrey:hover, .ui-dialog .btnInactive:hover {
    color: #707375;
    background-color: #c2c9d0;
    cursor: default; }

/*End of Buttons*/
.message, .messageBG-Warning, .messageBG-Info, .messageBG-Error, .messageBG-Attention, .messageYellow, .messageRed, .messageGreen, .messageBlue, .messageOrange, .Red, .Yellow, .Green, .Blue, .hintBox {
  width: 100%;
  text-align: center;
  text-align: center;
  border: none;
  font-size: 110%;
  padding: 5px 10px;
  margin: 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.messageBG-Default, .messageBlue, .Blue {
  background-color: #7cb9e6;
  color: #081a28; }

.messageBG-Warning, .messageBG-Attention, .messageYellow, .messageOrange, .Yellow {
  background-color: #f1eea7;
  color: #58550e; }

.messageBG-Info, .messageGreen, .Green, .hintBox {
  background-color: #bfe5b3;
  color: #264c1a; }

.messageBG-Error, .messageRed, Red {
  background-color: #f7bebe;
  color: #750e0e; }

/*Gloabl mainNav Nav bar elemements*/
.mainNav {
  position: relative; }
  .mainNav ul {
    list-style: none; }
    .mainNav ul li {
      float: left;
      position: relative;
      display: block; }
    .mainNav ul li {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .mainNav ul li a {
        text-decoration: none; }
    .mainNav ul li > a {
      line-height: 20px;
      padding: 7px 6px;
      color: #707375;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      width: 100%; }
    .mainNav ul li > a:hover, .mainNav ul li > a:focus, .mainNav ul li.dropDown:hover, .mainNav ul li.dropDown:hover > a {
      background-color: #eff1f3; }
    .mainNav ul li.dropDown:hover a ul li:hover, .mainNav ul li.dropDown:hover > a ul li a:hover {
      background-color: #eff1f3; }
    .mainNav ul li.dropDown {
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-bottomright: none;
      -webkit-border-bottom-right-radius: none;
      border-bottom-right-radius: none;
      -moz-border-radius-bottomleft: none;
      -webkit-border-bottom-left-radius: none;
      border-bottom-left-radius: none; }
    .mainNav ul li.dropDown > a:after {
      content: "\25bc";
      font-size: 85%; }
    .mainNav ul li.dropDown ul {
      position: absolute;
      display: block;
      left: -5000px;
      -moz-border-radius-topright: none;
      -webkit-border-top-right-radius: none;
      border-top-right-radius: none;
      -moz-border-radius-topleft: none;
      -webkit-border-top-left-radius: none;
      border-top-left-radius: none;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      overflow: hidden;
      border-color: #707375;
      border-width: 1px;
      border-style: solid;
      opacity: 0;
      z-index: 10; }
      .mainNav ul li.dropDown ul li {
        float: none;
        position: relative;
        text-align: left;
        padding: 0;
        width: 100%;
        display: block; }
        .mainNav ul li.dropDown ul li a {
          width: 100%;
          display: block;
          line-height: 20px;
          white-space: nowrap; }
      .mainNav ul li.dropDown ul li:hover {
        background-color: #eff1f3; }
        .mainNav ul li.dropDown ul li:hover a {
          background-color: #eff1f3; }
    .mainNav ul li.dropDown:hover ul, .mainNav ul li.dropDown:focus ul, .mainNav ul li.dropDown ul.show-menu {
      top: 100%;
      right: 0;
      left: auto;
      opacity: 0.99;
      background: #FFF; }

header {
  width: 100%;
  background-color: #FFFFFF;
  padding: 3px 0;
  border-bottom-width: 3px;
  border-bottom-style: solid; }
  header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  header .mainContentWrapper {
    padding: 5px 10px;
    width: 95%;
    min-width: 1000px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
  header nav {
    text-align: right; }
    header nav.mainModules {
      float: right;
      padding: 0 0 3px 0;
      margin-top: -5px;
      width: 80%; }
      header nav.mainModules a, header nav.mainModules .button {
        padding: 3px 7px;
        color: #FFF;
        text-decoration: none;
        font-size: 120%; }
        header nav.mainModules a.button, header nav.mainModules .button.button {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background-color: #eff1f3;
          border-style: solid;
          border-width: 1px; }
        header nav.mainModules a.profile, header nav.mainModules .button.profile {
          background-color: #ffd200;
          border-color: #ffd200; }
        header nav.mainModules a.profile:hover, header nav.mainModules .button.profile:hover {
          background-color: #d3b800; }
        header nav.mainModules a.admin, header nav.mainModules .button.admin {
          background-color: #8dc53e;
          border-color: #8dc53e; }
        header nav.mainModules a.admin:hover, header nav.mainModules .button.admin:hover {
          background-color: #648c2b; }
        header nav.mainModules a.library, header nav.mainModules .button.library {
          background-color: #0083be;
          border-color: #0083be; }
        header nav.mainModules a.library:hover, header nav.mainModules .button.library:hover {
          background-color: #006492; }
        header nav.mainModules a.textbooks, header nav.mainModules .button.textbooks {
          background-color: #f7931e;
          border-color: #f7931e; }
        header nav.mainModules a.textbooks:hover, header nav.mainModules .button.textbooks:hover {
          background-color: #c66a00; }
        header nav.mainModules a.assets, header nav.mainModules .button.assets {
          background-color: #7266ba;
          border-color: #7266ba; }
        header nav.mainModules a.assets:hover, header nav.mainModules .button.assets:hover {
          background-color: #493c98; }
        header nav.mainModules a.OPAC, header nav.mainModules .button.OPAC {
          background-color: #da3e2e;
          border-color: #da3e2e; }
        header nav.mainModules a.OPAC:hover, header nav.mainModules .button.OPAC:hover {
          background-color: #a63023; }
        header nav.mainModules a.login, header nav.mainModules .button.login {
          color: #8dc53e;
          background-color: #eff1f3;
          border-color: #8dc53e; }
        header nav.mainModules a.login:hover, header nav.mainModules .button.login:hover {
          background-color: #648c2b;
          color: #FFFFFF; }
        header nav.mainModules a.logout, header nav.mainModules .button.logout {
          color: #da3e2e;
          background-color: #eff1f3;
          border-color: #da3e2e; }
        header nav.mainModules a.logout:hover, header nav.mainModules .button.logout:hover {
          background-color: #4e545a;
          color: #FFFFFF; }
        header nav.mainModules a.buttonDisabled, header nav.mainModules a.buttonDisabled:hover, header nav.mainModules .button.buttonDisabled, header nav.mainModules .button.buttonDisabled:hover {
          background-color: #eff1f3;
          color: #c2c9d0; }
    header nav.innerModuleNav {
      padding: 3px 0 3px 0;
      font-size: 110%;
      float: right; }
      header nav.innerModuleNav .mainNav {
        margin-bottom: 3px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ui-autocomplete li a {
  white-space: pre; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* Icons */
.icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon.iconOk:before {
  content: ""; }

.icon.iconWarning:before {
  content: ""; }

.icon.iconError:before {
  content: ""; }

/* End of Icons */
.leftFontIcons {
  text-align: left; }
  .leftFontIcons:before {
    font-family: fontawesome;
    font-size: 110%;
    display: inline-block;
    text-align: center;
    width: 15px;
    margin-right: 5px; }

.fontIcons, .paginationButtons *:before {
  font-family: fontawesome;
  display: inline-block; }

.buttonAdd:before, .BTNadd:before, .BTNaddNew:before {
  content: "\f067"; }

.buttonCancel:before, .BTNcancel:before {
  content: "\f00d"; }

.buttonClear:before, .BTNclear:before {
  content: "\f12d"; }

.buttonCopy:before, .BTNcopy:before {
  content: "\f0ea"; }

.buttonDefault:before, .BTNdefault:before {
  content: "\f192"; }

.buttonDelete:before, .BTNdelete:before {
  content: "\f1f8"; }

.BTNdesign:before {
  content: "\f044"; }

.buttonDuplicate:before, .BTNduplicate:before {
  content: "\f0c5"; }

.buttonSearch:before, .BTNlist:before, .BTNlistSearch:before, .BTNquery:before, .BTNsearch:before, .BTNHomeroomCirc:before, .Grey-BTNHomeroomCirc:before {
  content: "\f002"; }

.buttonFirstPage:before, .BTNfirstPage:before {
  content: "\f0d9\f0d9"; }

.buttonPDF:before, .BTNpdf:before {
  content: "\f1c1"; }

.buttonPrevious:before, .BTNpreviousPage:before {
  content: "\f0d9"; }

.buttonPrint:before, .BTNprint:before {
  content: "\f02f"; }

.buttonNext:before, .BTNnextPage:before {
  content: "\f0da "; }

.buttonLast:before, .BTNlastPage:before {
  content: "\f0da\f0da "; }

.buttonGlobal:before, .BTNglobalChange:before {
  content: "\f0ac"; }

.buttonInfo:before, .BTNinfo:before {
  content: "\f05a"; }

.buttonLabel:before, .BTNlabel:before {
  content: "\f02a"; }

.buttonLogin:before, .BTNlogin:before {
  content: "\f090"; }

.buttonMark:before, .BTNmarc:before {
  content: "\f046"; }

.buttonMerge:before, .BTNmerge:before {
  content: "\f066"; }

.buttonNext:before, .BTNnext:before {
  content: "\f054"; }

.buttonCustomize:before, .BTNopaccust:before {
  content: "\f0ad"; }

.buttonFlag:before, .BTNown:before {
  content: "\f024"; }

.buttonOutgoing:before, .BTNpost:before, .BTNoutgoing:before, .Grey-BTNoutgoing:before {
  content: "\f0aa"; }

.buttonPreferences:before, .BTNpreferences:before {
  content: "\f085"; }

.buttonPrevious:before, .BTNprev:before {
  content: "\f053"; }

.buttonReport:before, .BTNreport:before {
  content: "\f080"; }

.buttonSave:before, .BTNsave:before {
  content: "\f0c7"; }

.buttonImport:before, .BTNsisImport:before {
  content: "\f019"; }

.buttonSubset:before, .BTNsubset:before {
  content: "\f160"; }

.buttonView:before, .BTNviewAll:before {
  content: "\f06e"; }

.buttonGoto:before, .BTNfreedomCirc:before, .BTNtextCirc:before, .BTNassetsCirc:before {
  content: "\f064"; }

.buttonCirculation:before, .BTNauto:before, .Grey-BTNauto:before {
  content: "\f021"; }

.buttonIncoming:before, .BTNincoming:before, .Grey-BTNincoming:before {
  content: "\f0ab"; }

.buttonBatch:before, .BTNbatchIn:before, .Grey-BTNbatchIn:before {
  content: "\f0cb"; }

.buttonExclamation:before, .BTNstatus:before, .Grey-BTNstatus:before {
  content: "\f06a"; }

.buttonDone:before, .BTNdone:before {
  content: "\f00c"; }

.buttonSettings {
  padding: 3px 6px; }
  .buttonSettings:before {
    font-family: fontawesome;
    font-size: 110%;
    content: "\f013"; }

.jumpLinkTop:after {
  font-family: fontawesome;
  content: " \f148";
  line-height: inherit; }

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*Start of Text Elements*/
p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

p {
  padding: 5px 0; }

a {
  font-size: 100%; }

a img {
  border: none; }

h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center; }

h2 {
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  padding: 5px 0; }

h3 {
  padding: 5px 0;
  line-height: 20px;
  font-size: 100%;
  font-weight: bold; }

h4 {
  font-size: 100%; }

h5, .smallerText {
  font-size: 75%;
  font-weight: lighter; }

h6 {
  padding: 5px 0;
  font-size: 100%; }

h7 {
  font-size: 100%;
  font-weight: bold; }

h8 {
  font-size: 125%;
  font-weight: bold;
  font-style: italic; }

/* of main text elements*/
li {
  padding-bottom: 5px;
  padding-top: 2px; }

hr {
  border: none;
  background-color: #c2c9d0;
  height: 1px; }

header {
  border-bottom-color: #da3e2e; }
  header .logo {
    float: left;
    text-align: left;
    font-size: 150%;
    width: 20%;
    height: 60px; }
    header .logo img {
      display: block;
      height: 100%; }

#MainContainer {
  margin-top: 20px;
  width: 95%;
  min-width: 1000px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomright: none;
  -webkit-border-bottom-right-radius: none;
  border-bottom-right-radius: none;
  -moz-border-radius-bottomleft: none;
  -webkit-border-bottom-left-radius: none;
  border-bottom-left-radius: none; }

#Container {
  /*Academic Skin has different styles for ringImage*/
  width: 100%; }

.NewSearchButton {
  display: none; }

footer {
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  clear: both;
  margin-top: 10px;
  padding: 30px 10px 0 10px;
  font-size: 80%;
  line-height: 150%;
  color: #6c6f7c;
  text-align: left;
  background-image: url("/../images/common/logoL4UFooter.png");
  background-repeat: no-repeat;
  background-position: 97% top;
  height: 70px; }

/*Start of My Profile Buttons*/
.MPButtons {
  text-align: center;
  margin: 0;
  padding: 0; }
  .MPButtons a {
    width: 100px;
    height: 105px;
    overflow: hidden;
    display: inline-block;
    padding-top: 67px;
    text-decoration: none;
    vertical-align: top;
    margin-bottom: 5px;
    text-align: center; }
    .MPButtons a.MPmoderateReviews {
      background-position: 200px 1210px; }
    .MPButtons a.MPmoderateReviews:hover {
      background-position: 100px 1210px; }
    .MPButtons a.MPAdmin {
      background-position: 200px 1100px; }
    .MPButtons a.MPAdmin:hover {
      background-position: 100px 1100px; }
    .MPButtons a.MPAssets {
      background-position: 200px 990px; }
    .MPButtons a.MPAssets:hover {
      background-position: 100px 990px; }
    .MPButtons a.MPTextbook {
      background-position: 200px 880px; }
    .MPButtons a.MPTextbook:hover {
      background-position: 100px 880px; }
    .MPButtons a.MPFreedom {
      background-position: 200px 770px; }
    .MPButtons a.MPFreedom:hover {
      background-position: 100px 770px; }
    .MPButtons a.MPRenewals {
      background-position: 200px 660px; }
    .MPButtons a.MPRenewals:hover {
      background-position: 100px 660px; }
    .MPButtons a.MPHist {
      background-position: 200px 550px; }
    .MPButtons a.MPHist:hover {
      background-position: 100px 550px; }
    .MPButtons a.MPReserves {
      background-position: 200px 440px; }
    .MPButtons a.MPReserves:hover {
      background-position: 100px 440px; }
    .MPButtons a.MPAB {
      background-position: 200px 330px; }
    .MPButtons a.MPAB:hover {
      background-position: 100px 330px; }
    .MPButtons a.MPBasicCirc {
      background-position: 200px 220px; }
    .MPButtons a.MPBasicCirc:hover {
      background-position: 100px 220px; }
    .MPButtons a.MPSendBB {
      background-position: 200px 110px; }
    .MPButtons a.MPSendBB:hover {
      background-position: 100px 110px; }

/*End of My Profile Buttons*/
/*Start of Tables*/
table {
  border-collapse: collapse; }

td, th {
  padding: 5px; }

/*End of Tables*/
/*Start of Quick Search Area*/
#MainContainer .topContent {
  padding: 5px 10px; }
  #MainContainer .topContent h1 {
    display: inline-block;
    width: 60%;
    text-align: left; }
  #MainContainer .topContent .quickSearch {
    display: inline-block;
    text-align: right;
    width: 39%;
    font-size: 13px; }
    #MainContainer .topContent .quickSearch button, #MainContainer .topContent .quickSearch .button, #MainContainer .topContent .quickSearch .searchForm {
      vertical-align: middle; }
    #MainContainer .topContent .quickSearch .searchForm {
      width: 50%; }
    #MainContainer .topContent .quickSearch .searchForm, #MainContainer .topContent .quickSearch .settingsButton {
      display: inline-block; }
      #MainContainer .topContent .quickSearch .searchForm .button, #MainContainer .topContent .quickSearch .settingsButton .button {
        font-size: 24px;
        padding: 2px 5px;
        margin-left: 5px; }

/*End of Quick Search Area*/
#content {
  margin: 0 3px 0 3px;
  padding: 10px 0 15px 0;
  clear: both; }

/* Misc Items*/
#ClientCard {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 410px; }
  #ClientCard h2 {
    padding: 5px 0; }
  #ClientCard p {
    padding: 2px 0; }

.BlueBG {
  font-size: 14px;
  padding: 5px;
  margin: 15px 0;
  font-weight: normal;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.NoClientImage {
  background-image: url(../../images/Misc/NoClientImage.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 123px;
  height: 123px;
  display: block;
  padding: 5px; }
  .NoClientImage p {
    font-size: 12px;
    text-align: center;
    margin-top: 92px;
    padding: 5px; }

.BookshelfWrapper {
  width: 200px;
  min-height: 220px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  padding: 15px 0 5px 0;
  margin: 5px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/*Start of Availability In Out Display - GLOBAL*/
.AvailPos {
  z-index: 1000;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0; }

.elastislide-list li a .AvailPos {
  text-align: center;
  display: inline-block;
  margin: 0; }

.AvailCirc {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2000;
  text-decoration: none; }

.AvailCircSmall {
  font-size: 10px;
  padding: 5px; }

.AvailCircLarge {
  font-size: 12px;
  padding: 5px; }

.AvailIn {
  background-color: #648c2b; }

.AvailR {
  background-color: #493c98; }

.AvailOut {
  background-color: #a63023; }

/*End of Availability In Out Display*/
/* End of Misc Items */

/*# sourceMappingURL=commonOPACStyles.css.map */
