body {
  background-size: 2200px 600px;
  -webkit-background-size: 2200px 600px;
  -moz-background-size: 2200px 600px;
  -o-background-size: 2200px 600px;
  font-family: 'Trebuchet MS';
}
.header-menu {
  background: url(/web/system/components/background-nav.png);
  width: 100%;
  height: 64px;
  position: static;
  margin-top: -10px;
}
.navbar-inverse {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}
.navbar-inverse .navbar-inner {
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  padding: 12px;
  font-size: 1.5em;
  text-transform: lowercase;
}
.reefLoading {
  top: 0px;
  right: 0px;
  position: fixed;
  background-color: #FFD;
  border: 1px solid #EE8;
  background-image: url(/files/COStaticLibrary/loader.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 4px 10px;
  padding-left: 25px;
}
.reefErrors ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}
.edit-file textarea {
  width: 100%;
  height: 500px;
}
h1 {
  font-size: 24px;
}
h1.heading {
  margin-bottom: 15px;
}
a {
  cursor: pointer;
}
a.broken {
  color: #00334d;
}
a.protected {
  color: #00334d;
}
.header {
  margin-top: 30px;
}
.header .message {
  text-align: center;
}
.header .message h1 {
  margin: 10px;
  font-size: 2.5em;
  color: #0CF;
  font-weight: normal;
}
.header .message .quote {
  font-family: 'Georgia';
  font-size: 20px;
  color: #a9a9a9;
}
.contents {
  background-color: rgba(256, 256, 256, 0.7);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding-bottom: 20px;
}
.contents .row {
  margin-left: 0px;
}
.carousel .item .story {
  padding-left: 70px;
  padding-right: 70px;
}
.carousel .item .story h1 {
  font-size: 16px;
  margin: 0px;
}
.carousel .item .story .avatar {
  float: right;
}
.carousel .item .story .avatar img {
  max-height: 50px;
  max-width: 50px;
}
.carousel .item .story .image {
  margin: auto;
  text-align: center;
  width: 250px;
  height: 150px;
}
.carousel .item .story .image img {
  max-width: 250px;
  max-height: 200px;
}
.carousel .item .story .data .abstract {
  display: none;
}
.postticker {
  list-style: none;
  margin-left: 0px;
}
.postticker li {
  margin-bottom: 10px;
}
.postticker li .timestamp {
  font-size: smaller;
  font-style: italic;
}
.postticker .subscribe {
  font-size: smaller;
}
.broadcast-news {
  padding-top: 10px;
  margin-bottom: 10px;
  background-color: #e6f3ff;
  padding-bottom: 10px;
}
.broadcast-ticker .entry {
  float: left;
  width: 32%;
  padding: 5px;
}
.broadcast-ticker .entry h1 {
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  line-height: 1.25;
  font-size: 1.15em;
}
.broadcast-ticker .entry .source {
  font-size: 0.8em;
  font-style: italic;
  color: gray;
  margin: 0px;
  padding: 0px;
}
.personMenu {
  text-align: right;
}
.personSummary {
  padding-top: 5px;
  height: 60px;
}
.personSummary:hover {
  background-color: #e6f7ff;
}
.personSummary .image,
.personSummary .data {
  float: left;
}
.personSummary .image {
  padding: 5px;
  margin-right: 5px;
  width: 65px;
}
.personSummary .image img {
  max-height: 50px;
  max-width: 50px;
}
.personSummary .data .summary .control-group {
  float: left;
  padding-right: 5px;
}
.personSummary .data .summary .control-group.ma-fullName {
  width: 350px;
  font-weight: bold;
}
.personSummary .data .summary .control-group.ma-companyName {
  width: 250px;
  font-weight: bold;
}
.personSummary .data .summary .control-group.ma-registrationDate {
  width: 150px;
  text-align: right;
}
.personSummary .data .summary .control-group.ma-activeSubscription .controls .image {
  width: 100px;
  text-align: right;
}
.personSummary .data .options {
  position: relative;
  top: -18px;
}
.personSummary .data .options a,
.personSummary .data .options .button {
  margin-right: 5px;
}
.showcase .item {
  float: left;
  text-align: center;
  height: 172px;
}
.showcase .item .image {
  height: 120px;
  vertical-align: middle;
  line-height: 95px;
}
.showcase .item .image img {
  max-width: 160px;
  max-height: 95px;
}
.showcase .item span.large {
  font-size: 12px;
}
.showcase .companyLogo {
  cursor: pointer;
  width: 182px;
  margin: 0px 10px 10px 0px;
  padding: 10px;
  background-color: #ffffff;
  font-familly: 'Georgia';
  font-size: 16px;
}
.showcase .companyLogo.platinum {
  border: 1px solid #E5E4E2;
  background-image: url(/web/system/components/gr_platinum.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.showcase .companyLogo.golden {
  border: 1px solid #ffee5b;
  background-image: url(/web/system/components/gr_gold.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.showcase .companyLogo.silver {
  border: 1px solid #c3ced8;
  background-image: url(/web/system/components/gr_silver.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.showcase .companyLogo.bronze {
  border: 1px solid #dbbe80;
  background-image: url(/web/system/components/gr_bronze.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.showcase .companyLogo.academic {
  border: 1px solid #94dbf3;
  background-image: url(/web/system/components/gr_academic.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.showcase .companyLogo.sponsor {
  border: 1px solid #bfd9de;
  background-image: url(/web/system/components/gr_sponsor.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.personProfile .image {
  float: right;
}
.personProfile .image img {
  max-height: 100px;
}
.person .ma-stories .buttons {
  text-align: right;
}
form.well .group {
  font-size: larger;
  margin-top: 5px;
  margin-bottom: 15px;
}
form.well .example {
  color: #909090;
}
form.well textarea {
  width: 98%;
  height: 250px;
}
form.well .story .ma-abstract textarea {
  height: 50px;
}
form .options a {
  cursor: pointer;
  margin-left: 5px;
}
form .buttons {
  margin-top: 10px;
}
form .buttons a,
form .buttons .button,
form .buttons .submit {
  margin-right: 10px;
}
.report .row {
  padding-top: 5px;
}
.report .row:hover {
  background-color: #e6f7ff;
}
.report .row .options {
  float: right;
  margin-right: 5px;
}
.report .row .control-group {
  float: left;
  padding-right: 5px;
}
.report .row .control-group .image {
  padding: 5px;
  margin-right: 5px;
}
.report .row .control-group .image img {
  max-height: 25px;
}
.report .row .control-group.ma-title {
  width: 250px;
}
.view .group {
  font-size: larger;
  margin-bottom: 5px;
}
.modal .story .image {
  text-align: center;
}
.modal .story .image img {
  max-width: 530px;
}
.modal .story .ma-title {
  font-size: larger;
  font-weight: bold;
}
.paginator {
  text-align: center;
}
.paginator a {
  padding: 0 0px;
  border: 0px;
}
.footer {
  margin-top: 15px;
}
.footer .poweredBy {
  font-size: smaller;
  text-align: right;
}
.footer .login {
  font-size: smaller;
}
.footer .login ul {
  list-style: none;
  margin-left: 0px;
}