/* Colour palette */
/* Variable overrides */
/* ################################## */
/* ### HARBOUR MASTER STYLE SHEET ### */
/* ################################## */
/* Reset ........................................ */
html, body, div, h1, h2, h3, h4, h5, h6, p, strong, em, a {
  margin: 0;
  padding: 0; }

/* Default element styles ....................... */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px; }

h1 {
  font-size: 18px;
  margin-bottom: 10px; }

h2 {
  font-size: 14px;
  margin-bottom: 5px; }

h3 {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold; }

p {
  margin-bottom: 10px; }

a {
  text-decoration: none;
  font-weight: bold; }

a:hover {
  text-decoration: underline; }

label {
  display: block;
  margin-bottom: 3px; }

input,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px; }

input[type=text],
input[type=password],
input[type=file],
textarea,
select {
  border: solid 1px #777;
  padding: 2px; }

select {
  padding: 1px; }

button,
.button,
input[type=button],
input[type=submit] {
  border: none;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 5px;
  background: transparent url("/_gfx/harbour/buttonFade.png") 0 0 repeat-x; }
  button:focus, button:hover,
  .button:focus,
  .button:hover,
  input[type=button]:focus,
  input[type=button]:hover,
  input[type=submit]:focus,
  input[type=submit]:hover {
    cursor: pointer; }
  button.aspNetDisabled, button:disabled,
  .button.aspNetDisabled,
  .button:disabled,
  input[type=button].aspNetDisabled,
  input[type=button]:disabled,
  input[type=submit].aspNetDisabled,
  input[type=submit]:disabled {
    cursor: auto; }

table th {
  text-align: left; }

hr {
  border-style: solid;
  border-width: 1px 0 0 0; }

/* Custom global styles ......................... */
.form div {
  margin-bottom: 10px; }

a.button {
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 5px;
  background: transparent url("/_gfx/harbour/buttonFade.png") 0 0 repeat-x; }

a.button:hover {
  text-decoration: none; }

a.cancelButton {
  border: none;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px; }

a.cancelButton:hover {
  text-decoration: underline; }

.error {
  color: #dd2222;
  margin-bottom: 10px; }

html body .inputError {
  border-color: #dd2222; }

.inlineErrorPanel {
  display: inline;
  margin-left: 20px; }

.hidden {
  display: none; }

span.required {
  color: #dd2222;
  padding: 5px; }

div.actions {
  clear: both;
  padding: 10px 0; }
  div.actions .centre {
    text-align: center; }

p.footnote {
  font-size: 11px;
  font-style: italic; }

html body #configuration .cke_skin_kama .cke_path {
  margin: 0;
  color: #fff; }

.moduleDescription {
  width: 600px; }
  .moduleDescription.panel-warning {
    background-color: #fcf8e3;
    border: solid 1px #eea236;
    color: #8a6d3b;
    border-radius: 3px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px; }

table tr th.numeric, table tr td.numeric {
  text-align: center; }

table tr th.currency, table tr td.currency {
  text-align: right; }

table tr th.bool, table tr td.bool {
  text-align: center; }

.dialogOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("/_gfx/dialog-overlay.png") 0 0 repeat;
  z-index: 10001;
  width: 100%;
  height: 100%;
  display: none; }

/* Site.Master .................................. */
#wrapper {
  width: 960px;
  margin: 0 auto; }

#userBar {
  text-align: right;
  padding: 8px 5px 8px 10px; }

#userBar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#userBar ul.investor {
  float: left; }

#userBar ul li {
  display: inline;
  padding: 0 5px 0 7px;
  border-left: solid 1px #555; }

#userBar .investor {
  margin-left: -10px; }

#userBar .investor li {
  border-left: none;
  border-right: solid 1px #555;
  padding: 0 7px 0 5px; }

#navigation {
  margin-bottom: 8px;
  height: 34px; }

#navigation table {
  width: 100%; }

#navigation td {
  text-align: center; }

#navigation a {
  display: block;
  padding: 5px 0;
  width: 100px;
  height: 34px; }

#navigation a:hover {
  text-decoration: underline; }

#navigation a.selected {
  text-decoration: none; }

#navigation a.disabled {
  text-decoration: none; }

#content {
  clear: both;
  overflow: auto;
  padding: 10px;
  margin-top: 20px;
  min-height: 400px; }

#footer {
  text-align: center;
  font-size: 11px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0;
  margin-bottom: 20px; }

#footer p {
  margin: 0; }

#footer a {
  font-weight: normal; }

/* ##### USER ##### */
/* /User/Login.aspx ............................. */
#loginDisclaimer {
  float: right;
  width: 450px;
  padding: 10px;
  font-size: 11px; }

/* /User/ForgottenDetails.aspx .................. */
#forgottenDetailsForm {
  width: 550px; }

/* ##### DASHBOARD ##### */
/* /Dashboard/Index.aspx ........................ */
#dashboard #leftColumn {
  float: left;
  width: 560px; }

#dashboard #rightColumn {
  float: right;
  width: 350px; }

.dashboardModule {
  padding: 10px;
  margin-bottom: 10px; }

.dashboardModule ul {
  list-style-type: square;
  margin: 0 0 0 15px;
  padding: 0; }

.dashboardModule ul li {
  margin-bottom: 5px; }

#dashboard .reviewList {
  width: 100%; }

#dashboard .reviewList tr {
  line-height: 20px; }

#dashboard .reviewList th {
  line-height: 20px;
  padding: 5px; }

#dashboard .reviewList td {
  padding: 5px; }

/* ##### INVESTOR RECORDS ##### */
/* /Investors/Index.aspx ........................ */
#investorList {
  width: 100%; }

#investorList tr {
  line-height: 20px; }

#investorList th {
  line-height: 20px;
  padding: 5px; }

#investorList td {
  padding: 5px; }

#investorList td.actions {
  text-align: right;
  width: 150px; }

/* /Investors/InvestorDetails.aspx .............. */
#investor li {
  line-height: 23px; }

#investor .back {
  margin-bottom: 10px; }

#investor #leftColumn {
  float: left;
  width: 455px; }

#investor #rightColumn {
  float: right;
  width: 455px; }

#investor .investorModule {
  padding: 10px;
  margin-bottom: 10px; }

#investor .investorModule ul {
  margin: 0 0 10px 15px;
  padding: 0;
  list-style: square; }

/* /Investors/NewInvestor.aspx .................. */
#investorDetails .address {
  display: block;
  margin-bottom: 2px; }

/* ##### SUITABILITY ASSESSMENT ##### */
/* /Suitability/ ................................ */
.suitability {
  width: 740px;
  margin: 0 auto;
  position: relative; }

/* /Suitability/Index.aspx ...................... */
/* /Suitability/SuitabilityQuestion.aspx ........ */
#progressBar {
  position: relative;
  margin-bottom: 10px; }

#progressBar #progress {
  height: 20px; }

#progressBar #amounts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px; }

#questionCommentary {
  float: right;
  width: 198px;
  padding: 5px;
  margin-left: 10px;
  min-height: 200px; }

#questionCommentary h3 {
  font-size: 14px; }

#questionCommentary.expanded {
  position: absolute;
  right: 0;
  z-index: 10002;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  line-height: 1.4em;
  box-shadow: 0 0 5px 1px #063967;
  border: solid 1px #063967; }

#questionIcons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 5px; }

#questionIcons li {
  float: right;
  margin-left: 5px; }

#questionIcons li a {
  display: block;
  width: 22px;
  height: 22px; }

#questionIcons li a.magnify {
  background: transparent url("/_gfx/harbour/magnify.png") 0 0 no-repeat; }

#questionIcons li a.magnify:hover {
  background-position: 0 -22px; }

#questionIcons li a.visuals {
  background: transparent url("/_gfx/harbour/visuals.png") 0 0 no-repeat; }

#questionIcons li a.visuals:hover {
  background-position: 0 -22px; }

#questionIcons li a.notes {
  background: transparent url("/_gfx/harbour/notes.png") 0 0 no-repeat; }

#questionIcons li a.notes:hover {
  background-position: 0 -22px; }

#question {
  float: left;
  width: 515px; }

.answerList {
  list-style: none;
  margin: 0;
  padding: 0; }

.answerList li {
  margin-bottom: 5px; }

.answerList .custom-radio, .answerList .custom-checkbox {
  position: relative;
  display: block; }

.answerList .custom-radio input[type=radio], .answerList .custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 7px;
  top: 9px;
  margin: 0;
  z-index: 0; }

.answerList .custom-radio label, .answerList .custom-checkbox label {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px 0 10px 35px;
  margin: 0;
  cursor: pointer; }

.answerCommentary {
  clear: both; }

#additionalInformationPanel,
#notesPanel {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px #063967;
  width: 714px;
  z-index: 10002; }
  #additionalInformationPanel .close,
  #notesPanel .close {
    float: right;
    width: 22px;
    height: 22px;
    background: transparent url("/_gfx/harbour/close.png") 0 0 no-repeat; }
    #additionalInformationPanel .close:hover,
    #notesPanel .close:hover {
      background-position: 0 -22px; }
  #additionalInformationPanel textarea,
  #notesPanel textarea {
    width: 708px;
    margin-bottom: 10px; }

#additionalInformationPanel img {
  display: block;
  margin: auto;
  max-height: 275px;
  max-width: 708px; }

/* /Suitability/RunAssessment.aspx .............. */
.reportPanel {
  padding: 20px;
  text-align: center; }
  .reportPanel > .reportLink {
    margin-top: 5em; }

/* /Suitability/Complete.aspx ................... */
.suitabilityRating {
  font-size: 17px;
  font-weight: bold; }

.investmentStrategy {
  font-weight: bold;
  font-style: italic; }

.reportLink {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  text-align: center; }

/* ##### ASSET ALLOCATION ##### */
/* /AssetAllocation/ ............................ */
#assetAllocation {
  width: 740px;
  margin: 0 auto; }

#assetAllocation label {
  display: block;
  float: left;
  width: 175px;
  padding-top: 3px; }

/* /AssetAllocation/Index.aspx .................. */
/* /AssetAllocation/InvestorAllocation.aspx ..... */
#investmentAmount {
  padding-bottom: 10px;
  border-bottom: solid 1px #222;
  margin-bottom: 10px; }

#investorAllocation #allocationLeft {
  float: left;
  width: 400px;
  height: 175px; }

#investorAllocation #total {
  clear: both;
  padding: 10px 0;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222; }

#investorAllocation #total label {
  padding-top: 2px;
  font-weight: bold; }

#investorAllocation #total strong {
  padding-top: 0;
  font-weight: bold;
  font-size: 16px; }

/* /AssetAllocation/Comparison.aspx ............. */
#allocationComparison #leftColumn {
  float: left;
  width: 360px; }

#allocationComparison #rightColumn {
  float: right;
  width: 360px; }

/* ##### HARBOUR CONFIGURATION ##### */
/* /HarbourConfiguration/Configuration.Master ... */
#configurationContent {
  clear: both;
  padding-top: 10px; }

/* Global /HarbourConfiguration Elements ........ */
#configurationContent table.list {
  width: 100%; }

#configurationContent table.list tr {
  line-height: 20px; }

#configurationContent table.list th {
  line-height: 20px;
  padding: 5px; }

#configurationContent table.list td {
  padding: 5px; }

#configurationContent table.list td.actions {
  text-align: right;
  width: 150px; }

#configurationContent table.list tfoot td {
  font-weight: bold; }

/* /HarbourConfiguration/Navigation.ascx ........ */
#configurationNavigation {
  padding: 1px;
  height: 27px; }

#configurationNavigation ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  width: 100%; }

#configurationNavigation li {
  float: left; }

#configurationNavigation a {
  display: block;
  padding: 5px 20px;
  height: 17px;
  font-weight: normal;
  text-align: center; }

#configurationNavigation a:hover {
  text-decoration: none; }

#configurationNavigation a.selected {
  text-decoration: none; }

/* ../Users/Index.aspx .......................... */
/* ../Users/UserForm.ascx ....................... */
.userTypes, .userGroups {
  list-style: none;
  margin: 0;
  padding: 0; }

.userTypes .custom-radio, .userGroups .custom-checkbox {
  position: relative;
  display: block;
  margin-bottom: 0; }

.userTypes .custom-radio input[type=radio], .userGroups .custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 7px;
  top: 9px;
  margin: 0;
  z-index: 0; }

.userTypes .custom-radio label {
  display: block;
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 30px;
  margin: 0;
  cursor: pointer; }

.userGroups .custom-checkbox label {
  display: block;
  position: relative;
  z-index: 1;
  padding: 5px 0 5px 30px;
  margin: 0;
  cursor: pointer; }

#userGroupFilterList {
  padding: 5px;
  height: 100px;
  width: 293px;
  overflow-y: scroll; }

#userGroupFilterRow {
  margin: 10px 0; }

/* ########################## */
/* ### ARIA CUSTOM STYLES ### */
/* ########################## */
/* Default element styles ....................... */
body {
  color: #555;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555; }

a {
  color: #3584a8; }
  a:focus, a:hover {
    color: #063967; }
  a.disabled {
    color: #555; }
    a.disabled:focus, a.disabled:hover {
      text-decoration: none; }

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border: solid 1px #063967; }

button,
.button,
input[type=button],
input[type=submit] {
  background-color: #063967;
  color: #fff; }
  button:focus, button:hover,
  .button:focus,
  .button:hover,
  input[type=button]:focus,
  input[type=button]:hover,
  input[type=submit]:focus,
  input[type=submit]:hover {
    background-color: #052c4f; }
  button.aspNetDisabled, button:disabled,
  .button.aspNetDisabled,
  .button:disabled,
  input[type=button].aspNetDisabled,
  input[type=button]:disabled,
  input[type=submit].aspNetDisabled,
  input[type=submit]:disabled {
    background-color: #777; }

hr {
  border-color: #777; }

/* Site.Master .................................. */
#wrapper {
  background-color: transparent;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

#header {
  background: url("/_gfx/harbour/harbour_logo.png") 700px 20px no-repeat #fff;
  height: 100px;
  margin-left: 10px; }

#userBar {
  background-color: #fff;
  color: #555; }

#userBar a {
  color: #555; }

#navigation {
  background-color: #fff;
  border-bottom: 4px solid #87b2c6;
  height: 46px;
  margin-bottom: 0;
  position: relative; }
  #navigation div {
    position: absolute; }
  #navigation div:first-child {
    color: #555;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 15px; }
  #navigation table {
    background-color: #fff;
    width: auto; }
  #navigation a {
    background-color: transparent;
    color: #555; }
    #navigation a:hover {
      color: #555; }
    #navigation a.selected {
      background-color: #fff;
      color: #063967; }
    #navigation a.disabled {
      color: #888; }

#content {
  background-color: #fff;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px; }

#footer {
  background-color: #f7f7f7;
  border-top: 6px solid #3584a8; }
  #footer p,
  #footer a {
    color: #777; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:after {
  clear: both;
  content: " ";
  display: block; }

.validation {
  color: #dd2222;
  float: left;
  width: 100%; }
  .validation:after {
    clear: both;
    content: " ";
    display: block;
    margin-bottom: 10px; }

.warning {
  color: #8a6d3b;
  display: none;
  float: left;
  width: 100%; }
  .warning:after {
    clear: both;
    content: " ";
    display: block;
    margin-bottom: 10px; }

.grid-actions {
  padding: 10px 0; }
  .grid-actions label {
    display: inline;
    font-weight: bold; }
  .grid-actions button + *,
  .grid-actions .button + *,
  .grid-actions input[type=button] + *,
  .grid-actions input[type=submit] + * {
    margin-left: 5px; }
  .grid-actions .search {
    width: 300px; }

.grid {
  border: solid 1px #222;
  border-collapse: separate;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-spacing: 0;
  width: 100%; }
  .grid th {
    background-color: #555;
    border-bottom: solid 1px #222;
    color: #fff; }
    .grid th:first-child {
      border-top-left-radius: 3px; }
    .grid th:last-child {
      border-top-right-radius: 3px; }
    .grid th a,
    .grid th a:hover {
      color: #fff; }
  .grid th,
  .grid td {
    padding: 0.7em; }
  .grid td {
    border-top: 1px solid #dddddd; }

.sort-asc a:after,
.sort-desc a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  content: ""; }

.sort-asc a:after {
  border-top: 3px solid #fff;
  border-bottom: 0 dotted; }

.sort-desc a:after {
  border-top: 0 dotted;
  border-bottom: 3px solid #fff; }

.center {
  text-align: center; }

.date {
  text-align: right; }

.late {
  color: #d9534f; }

.due {
  color: #f0ad4e; }

.grid .chart {
  border: 1px solid #777;
  height: 1em;
  min-height: 1em; }
  .grid .chart .stackedbar {
    display: inline-block;
    float: left;
    height: 1em;
    min-height: 1em; }

.chart .profile1 {
  background-color: #e1e1e1; }

.chart .profile2 {
  background-color: #0b94a1; }

.chart .profile3 {
  background-color: #54c37c; }

.chart .profile4 {
  background-color: #ffe26f; }

.chart .profile5 {
  background-color: #eb9453; }

.chart .profile6 {
  background-color: #dd4c4c; }

.adviser-assessment-profiles {
  width: 180px; }

.custom-checkbox {
  margin-bottom: 0;
  position: relative; }
  .custom-checkbox input[type=checkbox] {
    left: 7px;
    margin: 0;
    position: absolute;
    top: 9px;
    z-index: 0; }
  .custom-checkbox label {
    background: transparent url("/_gfx/harbour/checkboxSprite.png") 2px 4px no-repeat;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 5px 0 5px 30px;
    position: relative;
    z-index: 1; }
  .custom-checkbox label.hover {
    background-position: 2px -348px; }
  .custom-checkbox label.checked {
    background-position: 2px -701px; }

/* ##### DASHBOARD ##### */
#loginDisclaimer,
.dashboardModule {
  /* /Dashboard/Index.aspx ........................ */
  border: solid 1px #777;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* ##### INVESTORS ##### */
/* /Investors/Index.aspx ........................ */
#investorList {
  border: solid 1px #222; }

#investorList th {
  background-color: #555;
  color: #fff;
  border-bottom: solid 1px #222; }

/* /Investors/InvestorDetails.aspx .............. */
#investor .investorModule {
  border: solid 1px #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #investor .investorModule .status {
    /* Aiming to match the general style of the adjacent link (but as if disabled) */
    font-weight: bold; }
  #investor .investorModule.panel-warning {
    background-color: #fcf8e3;
    border-color: #eea236;
    color: #8a6d3b;
    font-style: italic; }

/* ##### SUITABILITY ASSESSMENT ##### */
/* /Suitability/SuitabilityQuestion.aspx ........ */
#progressBar {
  border: solid 1px #163847;
  background-color: #fff;
  box-shadow: inset 0 0 3px #163847; }

#progressBar #progress {
  background: #3584a8 url("/_gfx/harbour/progFade.png") 0 0 repeat-x;
  box-shadow: inset 0 0 3px #163847; }

#progressBar #amounts {
  background: transparent url("/_gfx/harbour/progressBarBackground.png") 0 0 no-repeat; }

#questionCommentary {
  border: solid 1px #777;
  background-color: #fff; }

.answerList li {
  border: solid 1px #777;
  background-color: #f7f7f7; }

.answerList .custom-radio label,
.answerList .custom-checkbox label {
  background-color: #f7f7f7;
  background-image: url("/_gfx/harbour/suitabilityAnswerSprite.png");
  background-position: 7px 8px;
  background-repeat: no-repeat; }

.answerList .custom-radio label.hover,
.answerList .custom-checkbox label.hover {
  background-position: 7px -345px;
  background-color: #e5eff9; }

.answerList .custom-radio label.checked,
.answerList .custom-checkbox label.checked {
  background-position: 7px -697px;
  background-color: #e5eff9; }

.answerList .custom-radio label.hover.checked,
.answerList .custom-checkbox label.hover.checked {
  background-color: #e5eff9; }

#additionalInformationPanel {
  border: solid 3px #063967;
  background-color: #fff; }

#notesPanel {
  border: solid 1px #063967;
  background-color: #fff; }

.modal {
  background-color: #fff;
  border: solid 3px #063967;
  border-radius: 8px;
  display: none;
  margin: 0 180px;
  padding: 10px;
  position: absolute;
  top: inherit;
  width: 600px;
  z-index: 10002; }
  .modal .buttons {
    padding-top: 10px;
    text-align: right; }
  .modal input[type=text],
  .modal select {
    margin-bottom: 10px;
    width: 300px; }

/* /Suitability/Complete.aspx ................... */
.reportLink {
  border: solid 2px #063967;
  background-color: #fff; }
  .reportLink a {
    padding-left: 1.5em;
    padding-right: 1.5em; }

.suitability > div {
  margin-bottom: 10px; }

.suitability textarea {
  box-sizing: border-box;
  width: 100%; }

.overridden {
  border: solid 1px #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 12px; }

.profile-selector {
  clear: both;
  list-style: none outside none;
  width: 100%; }
  .profile-selector li {
    float: left; }
  .profile-selector input[type='radio'] {
    float: left;
    opacity: 0; }
    .profile-selector input[type='radio'].checked + label,
    .profile-selector input[type='radio']:checked + label {
      background-color: #e5eff9;
      background-position: -90px 29px; }
    .aspNetDisabled .profile-selector input[type='radio'] + label,
    .profile-selector input[type='radio']:disabled + label {
      background-color: #e5eff9;
      background-position: -180px 29px;
      cursor: auto; }
  .profile-selector label {
    background: #f7f7f7 url("/_gfx/harbour/selector.png") 0px 29px no-repeat;
    border: solid 2px #777;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 70px;
    margin-bottom: 10px;
    padding-top: 6px;
    text-align: center;
    width: 90px; }
    .profile-selector label:hover {
      background-color: #e5eff9; }
  .profile-selector .default label {
    background-color: #e5eff9;
    background-position: -180px 29px; }

/* ##### HARBOUR CONFIGURATION ##### */
/* Global /HarbourConfiguration Elements ........ */
#configurationContent table.list {
  border: solid 1px #222; }

#configurationContent table.list th {
  background-color: #555;
  color: #fff;
  border-bottom: solid 1px #222; }

#configurationContent table.list tfoot td {
  background-color: #c1d0cd; }

/* /HarbourConfiguration/Navigation.ascx ........ */
#configurationNavigation {
  border: solid 1px #999; }

#configurationNavigation ul {
  background-color: #555; }

#configurationNavigation li {
  border-right: solid 1px #fff; }

#configurationNavigation a {
  background: #555;
  color: #fff; }

#configurationNavigation a:hover {
  background-color: #999; }

#configurationNavigation a.selected {
  background-color: #999; }

#configurationNavigation a.disabled {
  background-color: #999; }

/* ../Users/Index.aspx .......................... */
/* ../Users/UserForm.ascx ....................... */
.userTypes .custom-radio label {
  background: transparent url("/_gfx/harbour/radioSprite.png") 2px 4px no-repeat; }

.userTypes .custom-radio label.hover, .userGroups .custom-checkbox label.hover {
  background-position: 2px -348px; }

.userTypes .custom-radio label.checked, .userGroups .custom-checkbox label.checked {
  background-position: 2px -701px; }

.userGroups .custom-checkbox label {
  background: transparent url("/_gfx/harbour/checkboxSprite.png") 2px 4px no-repeat; }

#userGroupFilterList {
  border: solid 1px #777; }

.breadcrumb {
  margin-bottom: 10px; }
  .breadcrumb a {
    font-weight: normal; }
  .breadcrumb span.delimiter {
    font-weight: bold;
    padding: 0 2px; }
  .breadcrumb span.folder {
    font-weight: bold; }

.folder-list {
  list-style: none;
  margin: 0;
  overflow: auto;
  border: 1px solid #777;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 200px;
  margin-bottom: 10px;
  padding: 2px 1px;
  width: 50%; }
  .folder-list:focus {
    border: 1px solid #063967; }
  .folder-list li {
    cursor: default;
    padding: 2px; }
    .folder-list li:hover {
      background-color: #e5eff9; }
    .folder-list li.selected {
      background-color: #87b2c6; }
    .folder-list li i {
      padding-right: 3px; }
    .folder-list li a {
      color: #555;
      font-weight: normal;
      padding: 2px 5px 2px 2px;
      text-decoration: none; }
      .folder-list li a:active {
        background-color: #e5eff9; }
      .folder-list li a:focus, .folder-list li a:hover {
        color: #555;
        font-weight: normal;
        text-decoration: underline; }

.document-actions {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top; }
  .document-actions button,
  .document-actions .button,
  .document-actions input[type=button],
  .document-actions input[type=submit] {
    display: block;
    margin-bottom: 10px; }

.fileinput-button {
  margin-top: 6px;
  vertical-align: top; }

#fileList {
  display: inline-block;
  padding: 9px 12px; }

.content > div,
.content > a {
  margin: 10px; }

.content > div {
  padding: 10px 0; }

.content.padded {
  padding: 10px 0 20px 0; }
  .content.padded > a {
    margin: 0 20px 0 0; }

#header {
  background-image: none; }
