/*
   This stylesheet relies on base stylesheets from the
   Yahoo UI library (http://developer.yahoo.com/yui/),
   licensed under the BSD License

   Note that for font-size, only use %ages according to:
   http://developer.yahoo.com/yui/fonts/#fontsize
*/
html {
    position: relative;
    min-height: 100%;
}

body {
  background: #ffffff;
  font-family: arial, sans-serif;
  line-height: 1.0;
  margin-bottom: 120px;
}

p {
  padding: 0.3em 0;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0em;
}

hr {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.0;
  color: #333333;
}

h1 {
  text-align: center;
  font-size: 123.1%;
  color: #000033;
  margin: 0.5em 0;
  line-height: 1.4;
}

h2 {
  background-image: url('/images/header-bg.png');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #EEEEEE;
  padding: 0.5em 0.6em;
  border: 1px solid #CCCCCC;
  font-size: 100%;
}

h3 {
  background-color: transparent;
  font-size: 108%;
  font-weight: bold;
  border: none;
  padding: 0 0 0.3em 0;
  margin: 1em 0 0.8em 0;
  border-bottom: 1px dotted #999999;
}

h4 {
  background-color: transparent;
  font-size: 108%;
  font-weight: bold;
  border: none;
  padding: 0.3em 0;
  margin-top: 0;
  margin-bottom: 0.6em;
}

table {
  margin: 0;
  border-collapse: separate;
}

th, td {
  text-align: center;
  border: none;
  /*border: 1px solid #CCCCCC;*/
}

pre {
  background-color: #EEEEEE;
  padding: 1em;
  font-size: 85%;
}

a {
  color: #004477;
  text-decoration: none;
}

a:hover {
  color: #317eff;
  text-decoration: underline;
}

small {
  line-height: 1.3;
}

fieldset {
  border: 1px solid #CCCCCC;
  padding: 0 1em 1em 1em;
  margin: 1em 0;
}

legend {
  font-weight: bold;
  margin: 0 0.5em 0.5em 0.5em;
}

li {
  line-height: 1.4;
}

.clearer {
  padding: 0;
  margin: 0;
  clear: both;
}

#doc2 {
  background-color: #FFFFFF;
  width: auto;
  min-width: 950px;
  max-width: 1400px;
  box-shadow: 0 0 16px 4px #666666;
}

#myexp_header {
  position: relative;
}

#myexp_content {
  position: relative;
}

#logo img {
  margin: 8px;
}


.links {
  color: #999999;
  font-weight: bold;
}

#site_info_links {
  padding: 4px;
  font-size: 80%;
  background-color: white;
  border-top: 1px solid #ddd;
}

#user_links {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 200px;
  text-align: right;
}

#myexp_searchbar {

  background-image: -moz-linear-gradient(top, #317EFF 0%, #456AAA 100%);
  background-image: -o-linear-gradient(top, #317EFF 0%, #456AAA 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #317EFF), color-stop(1, #456AAA));
  background-image: -webkit-linear-gradient(top, #317EFF 0%, #456AAA 100%);
  background-image: linear-gradient(to bottom, #317EFF 0%, #456AAA 100%);

  background-color: #456AAA;

  height: 20px;
  text-align: center;
  padding: 10px 0;
}

#myexp_searchbar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

#myexp_searchbar * {
  vertical-align: middle;
}

#myexp_sidebar {
  padding: 0 6px 0 6px;
  background-color: #456AAA;
  width: 180px;
}

/* Begin Footer styles */

#ft {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    padding-top: 20px;
    background-color: #eaeaea;
}

#ft .funders {
    width:49%;
    float: left;
}

#ft .funders img {
    vertical-align: middle;
}

#ft .right {
    width: 194px;
    text-align: center;
    font-size: 77%;
    border-left: 1px dotted #999999;
}

#ft td {
	padding: 0.8em 2em;
	vertical-align: top;
}

#ft table p {
	padding: 0.3em 0;
	line-height: 1;
}

#ft .left {
	width: 251px;
	text-align: left;
	font-size: 93%;
}

#ft .middle {
	width: 251px;
	text-align: left;
	font-size: 93%;
	border-left: 1px dotted #999999;
}

#ft .right {
	width: 194px;
	text-align: center;
	font-size: 77%;
	border-left: 1px dotted #999999;
}

#ft .right p {
  text-align: center;
}

/* End Footer styles */

#tag_clouds {
  text-align: center;
}

#openid_url {
  background: url(/images/openid.gif) no-repeat;
  background-color: #FFFFFF;
  padding-left: 16px;
}

#hlist {
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
}

#hlist ul {
  margin: 0;
}

#hlist li {
  list-style: none;
  margin: 0.2em;
  display: -moz-inline-box; /* firefox pre v3 */
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
}

#hlist li {
  #display: inline; /* ie7 */
  _display: inline; /* ie4 ie5 ie6 */
}

.framed {
  border: 1px solid #CCCCCC;
  padding: 2px;
  background-color: #FFFFFF;
  vertical-align: middle;
}

.framed_nospace {
  border: 1px solid #CCCCCC;
}

/* begin css tabs nav */
.tabnav {
  font-size: 108%;
  overflow: auto;
  margin: 0;
  padding-top: 30px
}

.tabnav li {
  list-style: none;
  margin: 0;
  display: block;
  float: left;
  margin-left: 4px;
}

.tabnav li a {
  padding: 4px 20px;
  text-decoration: none;
  background-color: #E0E0E0;
  display: block;
  height: 30px;
  line-height: 30px;
}

.tabnav li a:link {
  color: #333333;
}

.tabnav li a:visited {
  color: #333333;
}

.tabnav li a:hover, .tabnav li#selected_tabnav a {

  background-image: -moz-linear-gradient(top, #317EFF 0%, #317EFF 100%);
  background-image: -o-linear-gradient(top, #317EFF 0%, #317EFF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #317EFF), color-stop(1, #317EFF));
  background-image: -webkit-linear-gradient(top, #317EFF 0%, #317EFF 100%);
  background-image: linear-gradient(to bottom, #317EFF 0%, #317EFF 100%);

  background-color: #456AAA;
  color: #FFFFFF;
}

/* end css tabs nav */

/* begin css breadcrumbs */
#myexp_breadcrumbs_bar {
  font-weight: bold !important;
  font-size: 85%;
  text-decoration: none;
  padding: 0.4em 0.5em;
  background-color: #fff;
}

#myexp_breadcrumbs_bar table {
  width: 100%;
  padding: 0;
  margin: 0;
}

#myexp_breadcrumbs_bar td {
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.breadcrumb_list {
  margin: 0;
  padding: 0;
}

ul.breadcrumb_list li {
  display: inline;
  color: #666666;
}

ul.breadcrumb_list a {
  color: #000033;
}

UL.breadcrumb_list LI + LI:before {
  content: " > ";
}

/* end css breadcrumbs */

/* begin css tooltips/boxovers */

.boxoverTooltipHeader {
  display: none;
  border: 0;
  height: 0;
}

.boxoverTooltipBody {
  border: solid 1px Gray;
  color: #000000;
  background-color: #FFFF66;
  font-size: 93%;
  font-weight: normal;
  padding: 0.2em 0.6em;
  max-width: 500px;
  text-align: left;
  line-height: 1.4em;
}

.boxoverInfoHeader {
  display: none;
  border: 0;
  height: 0;
}

.boxoverInfoBody {
  border: solid 1px Gray;
  color: #333333;
  padding: 0.4em;
  background-color: #ebf3ff;
  font-size: 93%;
  text-align: left;
  max-width: 400px;
  line-height: 1.4em;
}

/* end css tooltips/boxovers */

/* begin home styles */

#home_container {
}

#home_container .stats {
  margin: 0;
  margin-bottom: 1em;
  padding: 1.2em;
  font-weight: bold;
  font-size: 100%;
  color: #333333;
}

#home_container .stats ul {
  margin: 10px 0;
  padding-left: 0;
  list-style: none;
}
#home_container .stats ul li {
  margin: 5px 0;
}

#home_container .left {
  float: left;
  width: 18%;
}

#home_container .right {
  float: right;
  width: 78%;
}

#home_container .box {
  margin-bottom: 1em;
  overflow: hidden;
}

#home_container .box p {
  padding: 0.2em 0;
}

#home_container .box .title {
    border-bottom: 1px dotted #CCCCCC;
    color: #444;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 150%;
}

#home_container .box .content {
  padding: 0 0.8em;
  background-color: #FFFFFF;
}


#home_container li.seperator {
  height: 1px;
  border-bottom: 1px dotted #999999;
  padding: 0;
}

#home_container .announcements {
  padding: 0;
  margin: 0;
  list-style: none;
}

#home_container .announcements li {
  list-style-type: none;
  margin: 0.5em 0;
}

#home_container .list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 93%;
}

#home_container .list li {
  list-style-type: none;
  margin: 1.2em 0;
  line-height: 1.5;
}

/* begin css rounded corners - based on "Snazzy Corners" */

#home_container .xtop,
#home_container .xbottom {
  display: block;
  background: transparent;
  font-size: 1px;
}

#home_container .xb1,
#home_container .xb2,
#home_container .xb3,
#home_container .xb4,
#home_container .xb5,
#home_container .xb6,
#home_container .xb7 {
  display: block;
  overflow: hidden;
}

#home_container .xb1,
#home_container .xb2,
#home_container .xb3,
#home_container .xb6,
#home_container .xb7 {
  height: 1px;
}

#home_container .xb2,
#home_container .xb3,
#home_container .xb4 {
  background: #ACCCED;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#home_container .xb5,
#home_container .xb6,
#home_container .xb7 {
  background: #F7F7F7;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#home_container .xb1 {
  margin: 0 5px;
  background: #CCCCCC;
}

#home_container .xb2,
#home_container .xb7 {
  margin: 0 3px;
  border-width: 0 2px;
}

#home_container .xb3,
#home_container .xb6 {
  margin: 0 2px;
}

#home_container .xb4,
#home_container .xb5 {
  height: 2px;
  margin: 0 1px;
}

/* end css rounded corners - based on "Snazzy Corners" */

/* end home styles */

/* begin css folds */

.fold {
  margin-bottom: 1.5em;
}

.foldTitle {
  background-image: url('/images/header-bg.png');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #EEEEEE;
  color: #333333;
  border: 1px solid #999999;
  border-bottom: 2px solid #aaa;
  pointer: pointer;
  cursor: pointer;
  width: 100%;
}

.foldTitle p {
  padding: 0.1em 0;
  line-height: 1.0;
  vertical-align: middle;
}

.foldTitle p * {
  vertical-align: top;
}

.foldTitle hr {
  margin: 0.4em 0;
  *margin: 0;
  line-height: 1.0;
}

.foldTitle small {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.2;
}

.foldText {
  font-weight: bold;
  text-align: left;
  padding: 0.5em;
  *padding: 0.3em;
  vertical-align: middle;
}

.foldText * {
  vertical-align: middle;
}

.foldPlaintext {
  font-weight: normal;
  font-size: 85%;
  line-height: 1.2;
  padding: 0.1em 0;
}

.foldImage {
  text-align: center;
  padding: 0 0.5em;
  vertical-align: middle;
  width: 20px;
}

.foldContent {
  border: 1px solid #aaa;
  border-top: 1px solid transparent;
  padding: 1em;
}

/* end css folds */
/* begin css tabs */
.tabsContainer {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  top: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tabsContainer .unselected {
  border-bottom: 1px solid #909090;
  color: #333333;
  background: #d8d8d8;
}

.tabsContainer .selected {
  background: white;
}

.tabsContainer .tab {
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  white-space: nowrap;
  pointer: pointer;
  cursor: pointer;
  margin-right: -1px;
}

.tabsContainer .tab .inner {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
}

.tabsContainer .unselected .inner {
  border-bottom: 1px solid #909090;
}

.tabsContainer .selected .inner {
  border-bottom: 1px solid white;
}

.tabTitle {
  background: #f5f5f5;
  border: 1px solid #999999;
  color: #333333;
  padding: 0.5em;
}

.tabContent {
  border: 1px solid #999999;
  padding: 0.5em;
  margin-bottom: 1.0em;
  background: white;
}

/* end css tabs */

/* begin css newsfeed */

.news_feed_div p.news_feed_day_title {
  font-weight: bold;
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #999999;
}

.news_feed_div ul.news_feed_day {
  padding-left: 0.8em;
  list-style-type: none;
  margin-top: 0.4em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.news_feed_div ul.news_feed_day li.news_feed_item {
  list-style: none;
  font-size: 93%;
}

/* end css newsfeed */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 0.5em;
  margin-bottom: 1.5em;
  background-color: #F5F5F5;
  margin: 0 auto 1.5em auto;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 93%;
  margin: 0;
  background-image: none;
  background-color: #c00;
  border: none;
  color: #fff;
}

#errorExplanation p {
  font-size: 93%;
  color: #333;
  margin-bottom: 0;
  margin-top: 0.5em;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 93%;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

table.alt_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-bottom: 0.5em;
}

table.alt_table td {
  margin-bottom: 0.5em;
  padding: 0.5em;
  vertical-align: top;
  width: 737px;
}

table.alt_table tr.odd_row td {
  background-color: #F5F5F5;
}

table.alt_table tr.even_row td {
  background-color: #EEEEEE;
}

table.alt_table hr {
  height: 1px;
  border-bottom: 1px dotted #999999;
  margin: 0;
}

table.alt_table .mid {
  text-align: left;
  width: 390px;
}

table.alt_table tr td.actions {
  /*width: 135px;*/
  text-align: left;
}

table.alt_table tr td.actions a {
  display: block;
  border-bottom: 0px solid #999999;
  margin-bottom: 0.3em;
  font-size: 85%;
  font-weight: normal;
}

p.title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 120%;
}

table.alt_table .desc {
  border: 1px dotted #999999;
  margin: 0.2em 0;
  padding: 0.4em 0.6em;
  background-color: #FFFFCC;
  text-align: left;
  line-height: 1.3;
  overflow: hidden;
  word-wrap: break-word;
  width: 360px;
}

table.alt_table tr td.contributable {
  margin: 0.5em 0;
  padding: 1em;
}

table.alt_table tr.even_row td.contributable table.contributable:hover, table.alt_table tr.odd_row td.contributable table.contributable:hover {
  border: 1px dotted #999999;
}

table.contributable {
  border: 1px dotted #999999;
  padding: 1em;
  margin-left: 5px;
  margin-bottom: 10px;
}

table.contributable:hover {
  border: 1px dotted #999999;
}

.network_banner {
  /*width: 640px;*/
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid transparent;
}

.network_banner:hover {
  /*border: 1px solid black;*/
}

.sectionIcons {
  margin: 1em 0.5em;
  padding: 0;
  font-size: 85%;
  font-weight: bold;
  text-align: center;
}

.sectionIcons * {
  vertical-align: middle;
}

.sectionIcons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 8px;
}

.sectionIcons li:hover {
}

.sectionIcons li * {
  vertical-align: middle;
}

.sectionIcons li a {
  width: 100%;
  padding: 0.5em 0.5em;
  *padding: 0.2em 0.5em;
  line-height: 2.5;
  text-decoration: none;
  border: 1px solid #BBBBBB;
  background-color: #EEF6FF;
}

.sectionIcons li a:hover {
  background-color: #0099FF;
  color: #F5F5F5;
}

.sectionIcons li a * {
  vertical-align: middle;
}

a.button_slim {
  padding: 0.2em 0.4em 0.5em 0.4em;
  *padding: 0.2em 0.4em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #BBBBBB;
  background-color: #EEF6FF;
  vertical-align: middle;
}

a.button_slim:hover {
  background-color: #0099FF;
  color: #F5F5F5;
}

a.button_slim * {
  vertical-align: middle;
}

.icon {
  vertical-align: middle;
}

.icon * {
  vertical-align: middle;
}

.icon a {
  padding-right: 2px;
  vertical-align: middle;
}

.icon img {
  padding: 2px;
  vertical-align: middle;
}

.contribution_title {
  margin-bottom: 0.6em;
}

.contribution_aftertitle {
  color: #666666;
  font-size: 85%;
  text-align: center;
  margin-bottom: 0.6em;
}

.contribution_mini_nav {
  color: #999999;
  font-size: 85%;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

.contribution_left_box {
  float: left;
  width: 73.5%;
}

.contribution_description {
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0.3em 1em;
}

.contribution_preview img {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0.5em;
}

.contribution_right_box {
  float: right;
  width: 25%;
}

.contribution_section_box {
  background-image: url('/images/box-bg1.png');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #FFFFCC;
  padding: 0.3em 0.3em;
  border: 1px dotted #999999;
  text-align: center;
  margin-bottom: 0.6em;
}

.contribution_section_box ul.items {
  margin: 0 0 0.8em 1em;
  text-align: left;
}

.contribution_section_box ul.items li {
  list-style-type: none;
  margin: 0.6em 0;
  padding-left: 0.8em;
  line-height: 1.1;
  border-left: 3px solid #DDDDBB;
}

.contribution_section_box ul.items li * {
  vertical-align: middle;
}

.contribution_section_box p {
  text-align: center;
  padding: 0.2em;
}

.contribution_section_box .stats_box p {
  font-size: 93%;
  text-align: center;
  line-height: 1.3;
  padding: 0;
}

.contribution_section_box hr {
  margin: 0.5em 0;
  *margin: 0;
  height: 1px;
  border-bottom: 1px dotted #999999;
}

.contribution_section_box .heading {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.0;
  margin-top: 0.2em;
}

.contribution_section_box .hTagcloud {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.contribution_section_box .fold {
  margin-bottom: 0;
  margin-top: 0.6em;
  font-size: 85%;
}

.contribution_section_box .foldTitle {
  background-image: none;
  background-color: #EEF6FF;
  color: #333333;
  border: 1px solid #BBBBBB;
  border-bottom: 2px solid #CCCCCC;
}

.contribution_section_box .foldText {
  padding: 0.4em;
  *padding: 0.2em;
}

.contribution_section_box .foldContent {
  padding: 0.2em;
  background-color: #F5F5F5;
  border: 1px solid #BBBBBB;
  border-top: 1px solid transparent;
}

.contribution_section_box .foldContent ul {
  list-style: none;
  padding: 0;
  padding-left: 1em;
  margin: 0;
}

.contribution_section_box .foldContent ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contribution_version_box {
  border: 1px dotted #999999;
  margin-bottom: 1em;
  background-color: #F7F7F7;
}

.contribution_version_box .title {
  font-size: 108%;
  font-weight: bold;
  color: #660000;
}

.contribution_version_selector_box {
  padding: 0.6em 0.5em 0.4em 0.5em;
  border: 0px dotted #999999;
  border-width: 0 0 1px 0;
  background-image: url('/images/box-bg1.png');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #FFFFCC;
  color: #333333;
}

.contribution_version_selector_box * {
  vertical-align: middle;
}

.contribution_version_selector_box table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.contribution_version_selector_box table td {
  padding: 0em 0.5em;
}

.contribution_version_selector_box .heading {
  text-align: left;
  font-size: 108%;
  font-weight: bold;
  color: #333333;
}

.contribution_version_inner_box {
  padding: 0.6em 0.7em;
}

.contribution_version_inner_box h4 {
  text-align: center;
}

.contribution_version_inner_box .option_box {
  padding: 0.2em 0.6em;
  border: 1px solid #CCCCCC;
}

.contribution_currentlicense {
  padding: 0 0 0.5em 0;
}

.contribution_currentlicense p {
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3;
}

/* Begin Comments styles */

.commentsBox {
  padding-left: 2em;
}

ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.comments li {
  margin-top: 1.5em;
  list-style: none;
}

table.comment {
  width: 100%;
  border: 1px dotted #999999;
  border-collapse: collapse;
  border-spacing: 0;
}

table.comment p {
  padding: 0;
}

table.comment td {
  padding: 0.2em;
  vertical-align: top;
}

table.comment td.avatar {
  width: 70px;
  padding: 0.2em 0.6em;
  text-align: center;
  background-color: #EEEEEE;
}

table.comment td.header {
  font-size: 85%;
  height: 1.2em;
  vertical-align: middle;
  text-align: left;
  background-color: #EEEEEE;
  color: #333333;
  padding: 0.2em 0.8em;
}

table.comment td.content {
  padding: 0.8em 1em;
  text-align: left;
}

table.comment td.content p {
  margin-bottom: 1em;
}

.commentSection {
  margin-top: 10px;
}

.addCommentBox {
  background-color: #E8E8E8;
  width: 510px;
  padding: 8px;
  margin: 8px;
}

.addCommentBox TEXTAREA {
  padding: 4px;
  width: 500px;
}

.addCommentBox INPUT {
  margin-top: 4px;
}

.activityCommentBox {
  padding: 4px;
  background-color: #E8E8E8;
  width: 380px;
}

.activityCommentBox + .activityCommentBox {
  border-top: 1px solid #F4F4F4;
}

.activityCommentBox .avatar {
}

.activityCommentBox .username {
  /*  font-weight: bold; */
}

.activityCommentBox .username:after {
  /*  content: ": "; */
}

.activityCommentBox .comment-body {
  font-size: 11px;
}

.activityCommentBox .rhs {
  padding-left: 32px;
}

.activityCommentBox TEXTAREA {
  padding: 4px;
  width: 334px;
}

.activityCommentBox INPUT {
  margin-top: 4px;
}

/* End Comments styles */

/* Begin Reviews styles */

.reviewsBox {
  padding-left: 2em;
}

/* End Reviews styles */

a.tagsSelectorOff,
a.tagsSelectorOn {
  margin: 0 0.2em;
  padding: 0.1em 0.4em;
  border: 1px solid #BBBBBB;
  font-weight: bold;
  font-size: 85%;
}

a.tagsSelectorOff {
  background-color: #EEF6FF;
  color: #000099;
}

a.tagsSelectorOff:hover,
a.tagsSelectorOn:hover {
  color: #F5F5F5;
  background-color: #0099FF;
  text-decoration: none;
}

a.tagsSelectorOn {
  color: #F5F5F5;
  background-color: #0099FF;
}

.message_box {
  padding: 1.5em 2em;
  border: 1px dotted #999999;
  background-color: #F5F5F5;
  margin: 0 0.5em;
}

.message_box .subject {
  font-size: 108%;
  background-color: #FFFFCC;
  border: 1px dotted #999999;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}

.message_box .message {
  padding: 0.6em 1em;
  border: 1px dotted #999999;
  background-color: #FFFFFF;
}

/* begin autocomplete styles */
/* From the book: "Agile Web Development with Rails, 2nd ed" p.548 */

div.auto_complete {
  background: #fff;
  width: 99%;
  z-index: 10;
}

div.auto_complete ul {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  font-weight: bold;
  font-size: 94%;
}

div.auto_complete ul li {
  margin: 0;
  padding: 3px;
  text-align: left;
  list-style-type: none;
}

div.auto_complete ul li.selected {
  background-color: #ffb;
}

div.auto_complete ul strong.highlight {
  color: #800;
  margin: 0;
  padding: 0;
}

/* end autocomplete styles */

.box_simple {
  padding: 0.5em 0.8em;
  border: 1px dotted #999999;
}

.box_form {
  background-color: #EEEEEE;
  border: 1px dotted #999999;
  padding: 0.8em 1.4em;
}

.box_form p {
  margin-top: 0.4em;
}

.box_standout {
  padding: 0.5em 0.8em;
  border: 1px dotted #999999;
  background-color: #FFFFCC;
}

.box_important {
  padding: 0.5em 0.8em;
  border: 2px solid #993333;
  background-color: #FFCCCC;
}

.box_currentuser_specific {
  padding: 0.5em 0.8em;
  border: 1px solid #99CCFF;
  background-color: #EEF6FF;
}

.box_currentuser_specific * {
  vertical-align: middle;
}

.box_dynamic_help {
  padding: 0.4em 0.8em;
  border: 1px dotted #999999;
  background-color: #FFFFCC;
  font-size: 85%;
  margin-bottom: 0.4em;
}

.box_inplace {
  padding: 0.8em;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.box_editing {
  padding: 0.5em;
  background-color: #FFFFFF;
  border-left: 5px solid #0066CC;
  padding-left: 0.8em;
  margin-left: 0.8em;
}

.box_editing_inner {
  padding: 0.5em;
  background-color: #DDEEFF;
}

.box_editing_inner2 {
  background-color: #EEEEEE;
  padding: 0.5em 0.8em;
  border: 1px dotted #999999;
}

.box_infotext {
  font-size: 93%;
  background-color: #FFFFCC;
  margin: 0;
  padding: 0.5em 0.8em;
  border: 1px solid #EED799;
  line-height: 1.4;
}

.derived_annotation_notice,
.none_text {
  font-style: italic;
  color: #666666;
}

.denied_text {
  font-style: italic;
  color: #990000;
}

.count_text {
  color: #666666;
}

.error_text {
  color: red;
  font-weight: bold;
}

.step_text {
  color: #660000;
  font-weight: bold;
  margin: 0.5em 0 0.6em 0;
  text-align: center;
}

.note_text {
  font-size: 93%;
  font-weight: bold;
  color: #900000;
}

.sub-heading {
  text-align: center;
  font-size: 108%;
  margin-bottom: 0.5em;
}

.rest_table TABLE {
  border: 1px solid black;
  margin: 1px;
}

.rest_table TABLE THEAD {
  background: #e0e0ff
}

.rest_table TABLE THEAD TR TD {
  text-align: left;
  vertical-align: top;
}

.rest_table TABLE TBODY {
  background: white
}

.rest_table TABLE TBODY TR TD {
  text-align: left;
  vertical-align: top;
}

.try_it_out_box TEXTAREA {
  font-family: monospace;
  font-size: 10pt;
}

.inputs_list {
  list-style: none;
  margin: 0;
  margin-bottom: 0.5em;
}

.inputs_list li {
  list-style: none;
}

table.job_report {
  border-collapse: collapse;
  font-size: 93%;
  margin-top: 0.3em;
}

table.job_report th,
table.job_report td {
  border: 1px solid #CCCCCC;
  padding: 0.3em 0.6em;
}

table.job_report th {
  background-color: #EEEEEE;
  font-weight: bold;
}

/* Begin new tabs styles */

.tabnav2 {
  border-bottom: 1px solid #999999;
  font-size: 100%;
  padding-left: 0px;
  z-index: 1;
}

.tabnav2 ul {
  margin: 0;
  padding: 2px 0;
  *padding: 3px 0;
}

.tabnav2 li {
  display: inline;
  list-style-type: none;
  overflow: hidden;
  color: black;
  position: relative;
  top: -1px;
}

.tabnav2 li a {
  padding: 3px 6px 4px 6px;
  border: 1px solid #999999;
  text-decoration: none;
  background-color: #D8D8D8;
  color: #404040;

  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.tabnav2 li a:hover {
  background-color: #E8E8E8;
}

.tabnav2 li.active a {
  color: black;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

.tabnav2_content {
  border: 0px solid #999999;
  border-width: 0 1px 1px 1px;
  padding: 0.5em;
  z-index: 2;
  background: white;
}

/* End new tabs styles */

/* Begin outputs table styles */

table.outputs_viewer {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

table.outputs_viewer th,
table.outputs_viewer td {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

table.outputs_viewer th {
  background-color: #EEEEEE;
  font-weight: bold;
  padding: 0.7em 0.6em;
  font-size: 100%;
}

table.outputs_viewer .nav {
  width: 140px;
  overflow: auto;
  font-size: 93%;
  vertical-align: top;
  background-color: #F5F5F5;
  padding: 0;
}

table.outputs_viewer .content {
  vertical-align: top;
  padding: 0;
}

table.outputs_viewer .content #output_content_box {
  padding: 1em;
  overflow: auto;
  text-align: left;
  width: 500px;
  max-width: 500px;
  height: inherit;
  max-height: 1000px;
}

table.outputs_viewer .nav a {
  display: block;
  width: 140px;
  padding: 0.6em;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  line-height: 1.2;
  overflow: hidden;
}

table.outputs_viewer .nav a:hover,
table.outputs_viewer .nav a.selected {
  background-color: #EEF6FF;
}

/* End outputs table styles */

/* Begin outputs content list styles */

ol.outputs_list {
  width: auto;
  text-align: left;
  margin-left: 2em;
}

ol.outputs_list,
ol.outputs_list ol {
  padding-left: 0;
  list-style-position: outside;
  list-style-type: decimal;
}

ol.outputs_list ol {
  margin: 0 0 0.5em 1em;
}

ol.outputs_list li {
  display: list-item;
  width: auto;
  padding: 0.4em 0.1em;
  list-style-position: outside;
  list-style-type: decimal;
}

ol.outputs_list ol li {
  list-style-position: outside;
}

/* End outputs content list styles */

.default_timeline {
  width: 100%;
  height: 600px;
}

table.simple {
  border-collapse: collapse;
  font-size: 93%;
  margin-top: 0.3em;
}

table.simple th,
table.simple td {
  border: 1px solid #CCCCCC;
}

table.simple th {
  background-color: #EEEEEE;
  font-weight: bold;
  padding: 0.5em 0.8em;
}

table.simple td {
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: top;
  line-height: 1.3;
  padding: 0.3em 0.6em;
}

#packItems ul {
  margin: 0;
  list-style: none;
  border-top: 1px solid #CCCCCC;
}

#packItems ul li {
  list-style-type: none;
  margin: 0;
  line-height: 1.4;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  font-size: 93%;
}

#packItems table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

#packItems p {
  padding: 0.1em 0;
}

#packItems td {
  vertical-align: top;
  text-align: left;
  padding: 0.4em 0.6em;
}

#packItems td.icon {
  width: 16px;
  text-align: center;
}

#packItems td.remote {
  width: 470px;
  max-width: 470px;
}

#packItems td.remote p.longurl {
  word-wrap: break-word;
}

#packItems .inner {
  color: #333333;
  margin: 0.3em 0 0 0.3em;
  padding: 0.2em 0 0.3em 0.7em;
  border-left: 3px solid #EEEEEE;
}

#packItems .comment {
  font-style: italic;
  background-color: #F7F7F7;
  padding: 0.4em 0.6em;
}

#packItems .user {
}

.deletedPackItem {
  color: gray;
}

table.quick_add {
  border-collapse: collapse;
  width: 99%;
  color: #333333;
}

table.quick_add td {
  vertical-align: middle;
}

table.quick_add td * {
  vertical-align: middle;
}

table.quick_add td.label {
  text-align: left;
  line-height: 1.0;
  width: 11em;
}

table.quick_add td.label .inner {
  font-size: 77%;
  text-align: center;
  color: #990000;
  font-weight: bold;
}

table.quick_add td.submit {
  text-align: left;
  width: 4em;
}

.group_announcements {
  margin-top: 0.8em;
  padding: 0 0.5em;
}

.group_announcements ul {
  margin: 0;
}

.group_announcements li {
  list-style-type: none;
  margin: 0 0 0.9em 0;
}

.group_announcements .announcement_box {
  border: 1px dotted #999999;
  margin: 0.1em 0;
  padding: 0.2em 0.5em;
  background-color: #F9F9F9;
  font-size: 85%;
  font-weight: bold;
  text-align: left;
}

.required {
  color: red;
  font-weight: bold;
}

.workflow_type_box {
  border: 1px solid #DDDDDD;
  background-color: #FFFFCC;
  margin: 0 0 0.5em 0;
  padding: 0.4em 0.5em;
  font-size: 77%;
  color: #990000;
  font-weight: bold;
  text-align: center;
}

#version_info_box p {
  line-height: 1.2;
  padding: 0.3em 0;
  margin: 0;
}

#version_info_box p * {
  vertical-align: middle;
}

.tag_suggestion_box {
  padding: 0.5em 0.8em;
  border: 1px dotted #999999;
  font-size: 93%;
  text-align: left;
  margin: 2em;
  line-height: 20px;
}

.unselected_tag_suggestion {
  border: 1px solid white;
  padding-left: 4px;
  padding-right: 4px;
}

.unselected_tag_suggestion:hover {
  border: 1px solid #d0d0f0;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  color: #000099;
  text-decoration: none;
}

.selected_tag_suggestion {
  border: 1px solid #a0a0c0;
  background-color: #d0d0f0;
  padding-left: 4px;
  padding-right: 4px;
}

.selected_tag_suggestion:hover {
  border: 1px solid #a0a0c0;
  background-color: #d0d0f0;
  padding-left: 4px;
  padding-right: 4px;
  color: #000099;
  text-decoration: none;
}

.quote_level_0 {
}

.quote_level_1 {
  color: gray;
}

.quoted_section {
  border-left: 2px solid gray;
  padding-left: 8px;
}

.nowrap {
  white-space: nowrap;
}

.classification {
  border: 1px solid gray;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffd0;
}

.quality {
  width: 157px;
  background: #EEA;
  border: 1px solid #CCCCAA;
  margin: 4px;
  padding: 4px;
  text-align: center;
}

.dependencies UL LI {
  list-style: none;
}

.curation_events UL LI {
  list-style: none;
  padding-top: 1em;
}

/* Styles Related to topics */

table.topic {
  border-collapse: collapse;
  border: 1px solid black;
  width: 40%;
}

table.topic th {
  border: 1px solid black;
  text-align: center;
  width: 100%;
  background-color: #FFFFCC;
}

.topic_feedback {
  float: right;
  text-align: center;
  margin-top: 7px;
}

table.topic td.tag {
  text-align: left;
  width: 60%;
}

table.topic div.topic_feedback a:link {
  text-decoration: underline;
}

table.topic td.tag_vote {
  text-align: center;
  width: 40%;
}

#topic_container .hTagcloud {
  /*  width: 225px; */
}

#topic_container LI {
}

/* End syles related to topics */

/* pivot */

.pivot {
  margin: 0;
}

.pivot .left {
  width: 150px;
  float: left;
  padding-right: 10px;
}

.pivot .left > DIV {
  margin-bottom: 0.5em;
}

.pivot .main {
  margin-left: 160px;
}

.pivot .main > DIV {
  margin-bottom: 0.5em;
}

.pivot .summary {
  clear: right;
  background: #f0f0f0;
  border: 1px solid #d8d8d8;
  padding: 6px;
}

.pivot .summary DIV + DIV {
  padding-top: 0.4em;
}

.pivot .sort {
  float: right;
}

.pivot .filter {
  margin-bottom: 1em;
  padding: 2px;
}

.pivot .category {
  padding: 0.2em;
  font-size: 110%;
  margin-bottom: 0.2em;
}

.pivot .toggle_filter_query {
  float: right;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.pivot .options > div {
  border: 1px solid transparent;
  padding: 1px;
  font-size: 90%;
  height: 24px;
  line-height: 20px;
}

.pivot .options > div.selected {
  background: #c6cfff;
}

.pivot .extra_options {
  transition-property: max-height;
  transition-duration: 2s;
  -webkit-transition-property: max-height;
  -webkit-transition-duration: 2s;
  overflow: hidden;
}

.pivot .more {
  padding-top: 4px;
  padding-left: 4px;
  font-size: 90%;
}

.pivot .pivot-checkbox {
  padding-top: 0;
  padding-bottom: 0;
}

.pivot .pivot-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75px;
}
.pivot .pivot-count {
  float: right;
}

.pivot .crumbs {
  margin-top: 0.5em;
}

.pivot .filter-in-use {
  background: #d8d8d8;
  padding: 2px;
  line-height: 200%;
}

.pivot .filter-in-use A {
  padding-left: 0px;
  padding-right: 4px;
  text-decoration: none; /* no underline */
}

.pivot .filter-in-use A IMG {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.pivot .filter-in-use:hover {
  /*  background: #f0d0d0; */
}

.pivot .pagination {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.pivot .filter_search_box {
  border: 1px solid gray;
}

.pivot .filter_search_box input.query {
  width: 117px;
  padding: 2px;
  border: none;
  outline: none;
}

.pivot .filter_search_box input.submit {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.pivot .filter_search_box img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.pivot .search_query_problem {
  color: red;
  font-style: italic;
}

.truncate {
  white-space: nowrap;
}

.no-filter-query-results {
  padding-top: 1em;
  font-style: italic;
}

.pivot .no-results {
  padding-top: 2em;
  padding-bottom: 2em;
  font-style: italic;
}

.pivot .search_box .query {
  padding: 2px;
  width: 450px;
}

.edit_relationships {
  margin: 20px;
}

.edit_relationships > * {
  display: block;
  margin-bottom: 10px;
}

.relationship_sentences * {
  vertical-align: middle;
}

#error_flash {
  color: red;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

#notice_flash {
  color: green;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4;
}

.user-check-buttons {
  border: 1px solid #CCCCCC;
  padding: 4px;
  margin-left: 8px;
  float: right;
}

#user-check-list TD {
  background: #f0f0f0;
}

#user-check-list TD.ident {
  font-weight: bold;
}

#user-check-submit,
#user-check-range {
  margin: 24px;
  text-align: center;
}

#selected-user-check-element .table-div TABLE {
  border: 2px solid black;
}

#user-check-list > DIV {
  padding: 4px;
}

#user-check-list .whitelist TD {
  border: 1px solid #80c080;
  background: #c0ffc0;
}

#user-check-list .sleep TD {
  border: 1px solid #c0e0c0;
  background: #e0ffe0;
}

#user-check-list .suspect TD {
  border: 1px solid #e0c0c0;
  background: #ffe0e0;
}

#user-check-list .delete TD {
  border: 1px solid #c08080;
  background: #ffc0c0;
}

div.credit_selection_box, div.credit_selection_box {
  margin-top: 0.5em;
  padding: 0.5em;
  background-color: #eee;
  overflow: auto;
}

div.credit_selection_box button {
  float: right;
  margin-left: 0.5em;
}

div.credit_selection_box input,
div.credit_selection_box select {
  width: 20em;
  min-height: 19px;
}

.auto_complete_spinner {
  margin-left: -24px;
}

input.auto_complete_field {
  min-height: 20px;
}

input.auto_complete_field.accepted {
  background-color: transparent;
  border: none;
  color: #4dbf00;
}

input.auto_complete_field.error {
  background-color: #FFCCCC;
}

.version_history .title {
  font-size: 16px;
}

.version_history .metadata {
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.version_history .comment {
  padding: 6px;
  border: 1px dotted #999999;
  background-color: #FFFFCC;
  color: #333333;
  line-height: 1.2;
  font-size: 85%;
}

.new-session-sign-in {
  width: 190px;
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

div.deprecation_event {
  border: 1px solid #e24a3e;
  background-color: #ffcccc;
  padding: 0.5em;
  border-radius: 3px;
  margin-bottom: 1em;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: top;
}

.resource_list_item {
  border: 1px solid #ccc;
  background-color: #F5F5F5;
  padding: 0.5em;
  margin-bottom: 0.5em;
  overflow: auto;
}

.resource_list_item p {
  font-size: 85%;
}

.resource_list_item p.title {
  font-size: 100%;
}

.resource_list_item .avatar_panel {
  width: 6em;
  float: left;
  text-align: center;
}

.resource_list_item .main_panel {
  margin-left: 6.5em;
}

.resource_list_item .main_panel .preview {
  float: left;
  margin: 0 0.5em 0.2em 0;
}

.resource_list_item .main_panel .desc {
  border: 1px solid #ddd;
  margin: 0.5em 0;
  padding: 0.4em 0.6em;
  background-color: #fff;
  text-align: left;
  line-height: 1.3;
  overflow: hidden;
  word-wrap: break-word;
}

.resource_list_item .actions {
  float: right;
  text-align: left;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5em 0.25em 0.25em 0.25em;
  margin: 0 0 0.5em 0.5em;
  min-width: 6em;
}

.resource_list_item .actions a {
  display: block;
  border-bottom: 0px solid #999999;
  margin-bottom: 0.3em;
  font-size: 85%;
  font-weight: normal;
}

span.owner {
  font-weight: bold;
}

div.avatar {
  text-align: center;
  padding: 0.2em 0;
  margin: 0 auto;
}

.resource_list_item p.standout {
  font-weight: bold;
  color: #333333;
  font-size: 100%;
}

div.error {
  width: 500px;
  border: 2px solid #f44;
  padding-bottom: 1em;
  margin: 1em auto;
  text-align: center;
}

div.error h1 {
  color: white;
  background-color: #f44;
  margin-top: 0;
}

OL.activity-feed {
  margin: 0;
}

.activity-feed LI {
  list-style: none;
}

.activity-feed LI + LI {
  border-top: 1px SOLID #E0E0E0;
}

.activity-feed LI + LI.featured,
.activity-feed LI.featured + LI {
  border-top: none;
}

DIV.activity IMG.framed {
  border: 0;
  padding: 0;
}

.activity {
  padding-top: 12px;
  padding-bottom: 12px;
}

.activity-feed LI.featured {
  padding: 8px;
  background: #ffffcc;
  border: 1px dotted #999999;
}

.activity-feed LI.featured .activityCommentBox {
  background-color: #E8E8C0;
}

.activity .avatar-column {
  width: 64px;
  float: left;
}

.activity .activity-column {
  margin-left: 72px;
}

.activity .actions {
  font-size: 8pt;
  color: gray;
}

.activity .actions DIV,
.activity .actions FORM {
  display: inline;
}

.activity .date {
}

.activity SPAN + SPAN:before {
  content: " \0000a0\0000a0 ";
  color: gray;
}

.activity .summary {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 8pt;
}

.activity .extra {
  color: gray;
  margin-bottom: 4px;
  font-size: 8pt;
}

.activity .actions INPUT {
  display: inline;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #009;
}

.activity .actions INPUT:hover {
  color: red;
  text-decoration: underline;
}

.activity .comment-timestamp {
  font-size: 8pt;
  color: gray;
}

.activity .actions FORM.button-to,
.activity .actions FORM.button-to DIV {
  display: inline;
}

.inset-preview {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.inset-preview IMG {
  max-width: 200px;
}

.workflow-type {
}

.metadata-datetime {
  font-size: 8pt;
}

FIELDSET.atom-feed INPUT {
  width: 700px;
}

.new-session-sign-in {
  width: 190px;
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

#user_menu {
  position: absolute;
  background-color: white;
  text-align: left;
  margin-top: 12px;
  box-shadow: 0 4px 9px 0px #000000;
  right: 0px;
}

#user_menu a {
  display: inline-block;
  color: #000099;
}

#user_menu_button:hover {
  cursor: pointer;
  text-decoration: none;
}

span.unread_message_count {
  font-weight: bold;
}

#new_object {
  float: left;
  margin-left: 10px;
  text-align: left;
}

#user_menu div.header {
  background-color: #e6e6e6;
  color: #444444;
  font-weight: bold;
}

#user_menu:before {
  border-color: transparent transparent #e6e6e6;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  right: 0px;
  position: absolute;
  top: -10px;
  width: 0;
}

TABLE.metadata TD:first-child {
  font-weight: bold;
}

TABLE.metadata TD {
  text-align: left;
}

TABLE.metadata TD.sha1 {
  font-family: monospace;
}

div.component-validity {
    width: 200px;
    border: 1px solid black;
    margin: 1em auto;
    overflow: auto;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 -2px 2px 1px #000000 inset;
}

div.component-validity div {
    height: 10px;
    float: left;
    opacity: 0.8;
}

div.component-validity .satisfied{
    background-color: #59c82f;
}

div.component-validity .warning {
    background-color: #eee27a;
}

div.component-validity .failed {
    background-color: #e7604b;
}


#component-validity-breakdown ul {
    margin: 5px;
}

#component-validity-breakdown li {
    background-position: left 2px;
    background-repeat: no-repeat;
    list-style: none outside none;
    padding: 0 0 5px 20px;
}

#component-validity-breakdown li.satisfied {
    background-image: url("/images/famfamfam_silk/tick.png");
}

#component-validity-breakdown li.warning {
    background-image: url("/images/famfamfam_silk/error.png");
}

#component-validity-breakdown li.failed {
    background-image: url("/images/famfamfam_silk/cross.png");
}

#commit-hash-colour {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid black;
}

img.basic_icon {
    vertical-align: bottom;
}

span.divider {
    color: #aaa;
    margin: 0 8px;
}

.inline {
    display: inline;
}

.createstuff {
  /* This is not going to flow nicely.. */
  font-size: large;
  position: absolute;
  right: -8px;
  top: -40px;
}

#query {
  width: 160px;
}

/* Make navigation tabs smaller on small screens so everything doesn't explode */
@media (min-width: 768px) and (max-width: 1200px) {

  .navbar-nav > li > a {
    padding: 15px 7px;
    font-size: 85%;
  }

  #query {
    width: 80px;
  }

  .navbar-myexp .navbar-header {
    margin-left: -15px;
  }
}
