/* RB Colors */
/* !(*%!(&^ (see http://www.positioniseverything.net/easyclearing.html) */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
body {
  background-color: white;
  color: black;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  margin: 0;
  padding: 0;
}
form th {
  text-align: right;
  vertical-align: top;
}
h1 {
  font-size: 10pt;
}
h3 {
  margin-top: 2em;
}
img {
  border: 0;
}
label.required {
  font-weight: bold;
}
pre,
textarea {
  font-size: 10pt;
  font-family: monospace;
}
span.label-draft {
  color: #008000;
}
span.label-submitted {
  color: #b7a93e;
}
span.label-discarded {
  color: #fe5757;
}
td.help {
  font-size: 10px;
  color: #333;
  padding-top: 0;
}
textarea {
  resize: none;
}
ul.errorlist {
  color: #DD0000;
  display: inline;
  font-weight: bold;
  margin: 0 0 0 15px;
  padding: 4px 8px;
}
ul.errorlist li {
  display: inline;
}
.loading img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
/****************************************************************************
 * Buttons
 ****************************************************************************/
.btn,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 3px 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary,
input[type="button"].primary,
input[type="submit"].primary,
.btn.default,
input[type="button"].default,
input[type="submit"].default {
  color: white;
  text-shadow: none;
  background-color: #44679a;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7e9bc6), to(#44679a));
  background-image: -moz-linear-gradient(top, #7e9bc6, #44679a);
  background-image: -ms-linear-gradient(top, #7e9bc6, #44679a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e9bc6), color-stop(100%, #44679a));
  background-image: -webkit-linear-gradient(top, #7e9bc6, #44679a);
  background-image: -o-linear-gradient(top, #7e9bc6, #44679a);
  background-image: linear-gradient(top, #7e9bc6, #44679a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9bc6', endColorstr='#44679a', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #44679a #44679a #2d4365;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active,
input[type="button"]:active,
input[type="submit"]:active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
input[type="button"].disabled,
input[type="submit"].disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.large,
input[type="button"].large,
input[type="submit"].large {
  font-size: 130%;
  line-height: normal;
  padding: 9px 14px 9px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn.small,
input[type="button"].small,
input[type="submit"].small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.btn.danger,
input[type="button"].danger,
input[type="submit"].danger {
  color: white !important;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/****************************************************************************
 * Banners
 ****************************************************************************/
.banner {
  background: #cdff9c;
  border: 1px #4d9c00 solid;
  margin-bottom: 10px;
  padding: 8px 10px;
  z-index: 90;
}
.banner h1 {
  display: inline;
  margin-right: 0.2em;
  padding: 0;
}
.banner input {
  margin-left: 10px;
}
/****************************************************************************
 * Box classes
 ****************************************************************************/
.box,
.modalbox {
  background-color: white;
  background-image: url("../images/box_top_bg.eea86c350dcf.png");
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px #888a85 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.box.important {
  background-color: #fdf2a0;
  background-image: url("../images/gold_box_top_bg.33df1a7c2e1b.png");
  border: 1px #b7a93e solid;
  padding: 0 10px;
}
.box.important .box-inner {
  background: url("../images/important.5e4ebe0a938f.png") no-repeat top left;
  padding: 0 0 0 50px;
}
.box.tip {
  background-color: #fdf2a0;
  background-image: url("../images/gold_box_top_bg.33df1a7c2e1b.png");
  border: 1px #b7a93e solid;
  padding: 0 10px;
}
.box.tip .box-inner {
  background: transparent;
}
.box.tip h1 {
  padding-left: 0;
}
.box.yay {
  background-color: #fdf2a0;
  background-image: url("../images/gold_box_top_bg.33df1a7c2e1b.png");
  border: 1px #b7a93e solid;
  padding: 0 10px;
}
.box.yay .box-inner {
  background: transparent;
  position: relative;
}
.box.yay h1 {
  padding-left: 2.5em;
}
.box.yay img {
  float: left;
  left: -5px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
}
.box .star {
  cursor: pointer;
}
h1.title,
.modalbox-title {
  background: #c6dcf3;
  border-bottom: 1px #728eac solid;
  margin: 0;
  padding: 5px 10px 5px 5px;
  font-size: 120%;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.box .main {
  padding: 5px;
}
.box-container {
  margin-bottom: 10px;
  width: 100%;
}
.box-inner,
.modalbox-inner {
  background-image: url("../images/box_bottom_bg.62df21d4a671.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 1px\9;
  /* IE wants this. The \9 targets IE 7,8,9. */
}
.box-inner form {
  margin: 0;
}
.datagrid-title,
.datagrid-titlebox {
  background: #c6dcf3 !important;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.datagrid-main {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.datagrid-header {
  border-top: 0 !important;
}
.datagrid-header:last-child {
  border-right: 0;
}
.datagrid-menu {
  border: 1px #888A85 solid;
}
.datagrid tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.datagrid tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.datagrid td:last-child {
  border-right: 0;
}
.datagrid .shipit-count {
  background-image: url("../images/shipit_bg.a368d65cde1a.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #6bc810;
  border: 1px #478a06 solid;
  display: block;
  color: white;
  font-weight: bold;
  padding: 0.05em 0.5em;
  white-space: nowrap;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.server-error-box .response-data {
  margin-top: 2em;
}
/****************************************************************************
 * Modal Boxes
 ****************************************************************************/
.modalbox {
  margin: 10px;
}
.modalbox .modalbox-contents {
  margin: 10px;
  position: relative;
  /* Makes this the offsetParent for calculations. */
}
.modalbox .modalbox-buttons {
  position: absolute;
  margin: 10px;
  text-align: right;
  bottom: 0;
  right: 0;
}
.modalbox .modalbox-buttons input {
  margin-left: 10px;
}
/****************************************************************************
 * Inline editor forms
 ****************************************************************************/
.editicon {
  margin-left: 4px;
}
.editicon img {
  vertical-align: bottom;
}
.inline-editor-form {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.inline-editor-form input[type="submit"] {
  margin-left: 5px;
}
.inline-editor-form input[type="text"] {
  border: 1px #888a85 solid;
  padding: 1px 2px;
}
.inline-editor-form textarea {
  border: 1px #888a85 solid;
  font-size: 10pt;
  margin: 5px 0 0 0;
  padding: 10px;
}
.loading-indicator {
  display: inline;
}
/****************************************************************************
 * Forms
 ****************************************************************************/
form table td {
  padding: 8px 8px 4px 4px;
}
form table td.label {
  text-align: right;
  font-weight: bold;
}
.formdlg tr {
  padding-top: 4px;
}
.formdlg td.label {
  white-space: nowrap;
}
.formdlg .error {
  color: #DD0000;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 4px 8px;
}
.formdlg .errorlist {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.formdlg .errorlist li {
  display: list-item;
  padding: 2px 4px;
}
.formdlg .spinner {
  float: left;
}
.formdlg .spinner img {
  vertical-align: top;
}
.formdlg .spinner h1 {
  display: inline;
  margin-left: 10px;
}
/****************************************************************************
 * Account page
 ****************************************************************************/
.prefsbuttons {
  padding: 1em;
  text-align: center;
}
.prefsgroup ul {
  list-style: none;
  padding-left: 0;
  margin: 5px;
}
.section {
  margin-bottom: 20px;
}
.section .title {
  background: #DDDDDD;
  border: 1px black solid;
  padding: 4px 8px;
}
.section .body {
  margin-left: 20px;
  padding: 10px;
}
#headerbar {
  background: #333333;
  border-bottom: 1px #DDDDDD solid;
  color: white;
  margin: 0;
  padding: 0.5em;
}
#headerbar br {
  clear: both;
  height: 0;
}
#headerbar #title {
  color: white;
  display: inline;
  font-weight: normal;
  font-size: 120%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#headerbar #title a {
  color: white;
  font-size: 120%;
  text-decoration: none;
}
#headerbar #title .version {
  color: #E0E0E0;
  font-weight: normal;
  font-size: 90%;
}
#headerbar #logo {
  position: absolute;
  top: 0px;
  left: 6px;
}
#headerbar #search {
  float: right;
  margin: 0 1em;
}
#headerbar #search input {
  border: 1px black solid;
  margin: 0;
  padding: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #EEEEEE;
  font-size: 1.2em;
}
#rbinfo {
  float: left;
  position: absolute;
  left: 0;
  padding-top: 0.2em;
  padding-left: 72px;
}
#rbinfo img {
  display: inline;
  vertical-align: middle;
}
#accountnav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  float: right;
}
#accountnav li {
  display: block;
  float: right;
  margin: -0.5em 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
#accountnav li:hover {
  background: #555555;
}
#accountnav li:hover ul {
  display: block;
  z-index: 110;
}
#accountnav li a {
  color: white;
  display: block;
  font-size: 120%;
  margin: 0;
  padding: 0 1em;
  text-decoration: none;
  height: 32px;
  vertical-align: middle;
  line-height: 32px;
}
#accountnav li a.user-nav-item {
  padding-left: 0.2em;
}
#accountnav li img {
  display: inline;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#accountnav li ul {
  background-color: #333333;
  display: none;
  margin: 0;
  min-width: 9em;
  padding: 0;
  position: absolute;
  right: 0;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#accountnav li ul li {
  float: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#accountnav li ul li:last-child {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#accountnav li ul li a {
  margin: 0;
}
#activity-indicator {
  position: fixed;
  top: 0;
  left: 50%;
  text-align: center;
  font-weight: bold;
  background-color: #fce94f;
  background-image: url("../images/spinner.73e57937304d.gif");
  background-position: 0.4em 0.4em;
  background-repeat: no-repeat;
  border: 1px #c4a000 solid;
  border-top: 0;
  margin-left: -3em;
  padding: 0.5em 0.6em 0.5em 2.2em;
  width: 6em;
  z-index: 120;
}
#activity-indicator.error {
  background-color: #ffcd9c;
  width: 28em;
  margin-left: -14em;
  background-image: none;
  padding-left: 0.6em;
}
#activity-indicator.error a {
  margin-left: 1em;
  color: #0000CC;
  text-decoration: none;
}
#error div {
  background: #ffcd9c;
  border: 1px #9a4306 solid;
  margin-bottom: 10px;
  padding: 8px 10px;
}
#error h1 {
  display: inline;
  margin: 0;
  padding: 0;
}
#error input[type='submit'] {
  margin-left: 10px;
}
#manual-updates {
  padding: 1em;
}
#manual-updates .main {
  padding: 1em;
}
#manual-updates .main h1,
#manual-updates .main h2 {
  margin-top: 2em;
}
#manual-updates p {
  font-size: 9pt;
}
#navbar {
  background: #c6dcf3;
  border-bottom: 1px #3465a4 solid;
  list-style: none;
  margin: 0 0 1em 0;
  min-height: 1.5em;
  padding: 0.5em;
  padding-left: 72px;
}
#navbar li {
  display: inline;
  height: 30px;
  margin: 0 1em 0 0;
}
#navbar a {
  color: #0000aa;
  font-size: 110%;
  text-decoration: none;
}
#navbar .newreviewrequest {
  text-align: right;
}
body.admin #navbar {
  background: url("../images/admin/yellow_bg_small.08a30cc592eb.png") repeat-x #f9f2c9;
  margin: 0;
}
body.admin #navbar a {
  color: black;
}
#page-container {
  padding: 0 1em 1em 1em;
}
#searchbar {
  position: absolute;
  right: 0;
  margin-top: -3px;
}
/****************************************************************************
 * Auto-complete widget
 ****************************************************************************/
.ui-autocomplete-results {
  background: #ffffff;
  border: 1px solid #808080;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 110;
}
.ui-autocomplete-results ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-autocomplete-results ul li {
  cursor: pointer;
  margin: 0;
  padding: 3px 6px;
  position: relative;
  white-space: nowrap;
}
.ui-autocomplete-results ul li span {
  margin-left: 6px;
  position: absolute;
  right: 6px;
}
.ui-autocomplete-results .ui-autocomplete-over {
  background: #71a5db;
  color: #FFF;
}
.ui-autocomplete-footer {
  background: #ECECEC;
  border-top: 1px #C0C0C0 solid;
  padding: 3px 6px;
}
/****************************************************************************
 * User page hover
 ****************************************************************************/
#user-infobox {
  background: #F9F9F9;
  border: 1px black solid;
  display: block;
  height: 12em;
  padding: 1em;
  position: absolute;
  min-width: 30em;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 4px #000000;
  -webkit-box-shadow: 0px 0px 4px #000000;
  box-shadow: 0px 0px 4px #000000;
}
#user-infobox.loading {
  background-image: url("../images/spinner.73e57937304d.gif");
  background-position: 1em 1em;
  background-repeat: no-repeat;
}
#user-infobox .infobox-pic {
  float: left;
  width: 85px;
  margin-right: 1em;
}
#user-infobox .infobox-text {
  color: black;
  float: left;
}
#user-infobox p {
  font-size: 1.2em;
  margin: 0.5em 0;
  padding: 0;
}
#user-infobox h2 {
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-decoration: none;
}
#user-infobox .logged-in {
  margin-top: 2em;
}
#user-infobox .logged-in,
#user-infobox .joined {
  font-size: 0.8em;
}
#user-infobox #infobox-text h2 {
  margin-top: 0;
  padding-top: 0;
}
#submitter {
  position: relative;
}
/****************************************************************************
 * New Review Request
 ****************************************************************************/
.new-review-request {
  background-color: #fefadf;
  background-image: url("../images/review_request_box_top_bg.ab6f3b1072c9.png");
}
.new-review-request label {
  color: #575012;
  font-weight: bold;
}
.new-review-request tr {
  padding-top: 4px;
}
.new-review-request .box-inner {
  background-image: url("../images/review_request_box_bottom_bg.e6485313ac61.png");
}
.new-review-request table,
#id_basedir,
#id_diff_path,
#id_parent_diff_path {
  width: 100%;
}
/****************************************************************************
 * clearfix hacks
 ****************************************************************************/
/*
 * clearfix hack. See http://www.webtoolkit.info/css-clearfix.html
 */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* RB Colors */
/* !(*%!(&^ (see http://www.positioniseverything.net/easyclearing.html) */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/****************************************************************************
 * Dashboard
 ****************************************************************************/
#dashboard-main {
  background: white;
  border-left: 1px black solid;
  vertical-align: top;
  margin-left: 18em;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#dashboard-main table:after {
  clear: both;
}
#dashboard-main .datagrid td.bugs a {
  text-decoration: underline;
  color: #0000c0;
}
#dashboard-main .datagrid-titlebox {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
#dashboard-main .datagrid-title {
  background: transparent;
}
#dashboard-main .main {
  padding: 0;
}
#dashboard-main .repository-column {
  white-space: nowrap;
}
#dashboard-navbar {
  float: left;
  width: 18em;
}
#dashboard-navbar td {
  padding: 5px 8px;
  word-break: break-all;
}
#dashboard-navbar td img {
  vertical-align: bottom;
}
#dashboard-navbar td label {
  color: #575012;
  font-weight: bold;
}
#dashboard-navbar .selected {
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
}
#dashboard-navbar .selected td {
  background: #D0D0D0;
}
#dashboard-navbar tr.selected {
  background: #b2ceec;
}
#dashboard-navbar .main-item {
  font-weight: bold;
}
#dashboard-navbar .header {
  font-weight: bold;
  padding-top: 15px;
}
#dashboard-navbar .sub-item {
  padding-left: 25px;
}
#dashboard-navbar .nickname {
  font-size: 1.4em;
  margin-bottom: 0;
  padding-bottom: 0;
}
#dashboard-navbar .email,
#dashboard-navbar .group {
  text-decoration: underline;
  color: #0000C0;
}
#dashboard-navbar .fn,
#dashboard-navbar .email {
  font-size: 1.2em;
}
#dashboard-navbar .logged-in {
  padding-top: 1.5em;
}
#dashboard-navbar tr {
  background: transparent;
}
#dashboard-wrapper {
  background-color: #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.searchresult {
  padding-bottom: 2em;
}
.searchresult h2 {
  font-size: 110%;
  font-weight: normal;
  margin: 0;
}
.excerpt {
  width: 60em;
}
.by {
  color: #555555;
  font-size: 85%;
}
