.linenodiv pre, code { font-size:127% }
.linenodiv pre { color: gray }
.codehilite .hll { background-color: #ffffcc }
.codehilite  { background: #f8f8f8; }
.codehilite .c { color: #408080; font-style: italic } /* Comment */
.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
.codehilite .gd { color: #000; background-color: #fdd; display:inline-block; width:100%; } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #FF0000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #000; background-color: #dfd; display:inline-block; width:100%; } /* Generic.Inserted */
.codehilite .go { color: #808080 } /* Generic.Output */
.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #000; background-color: #def; display:inline-block; width:100%; } /* Generic.Subheading */
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #B00040 } /* Keyword.Type */
.codehilite .m { color: #666666 } /* Literal.Number */
.codehilite .s { color: #BA2121 } /* Literal.String */
.codehilite .na { color: #7D9029 } /* Name.Attribute */
.codehilite .nb { color: #008000 } /* Name.Builtin */
.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.codehilite .no { color: #880000 } /* Name.Constant */
.codehilite .nd { color: #AA22FF } /* Name.Decorator */
.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #0000FF } /* Name.Function */
.codehilite .nl { color: #A0A000 } /* Name.Label */
.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #19177C } /* Name.Variable */
.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mf { color: #666666 } /* Literal.Number.Float */
.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.codehilite .sx { color: #008000 } /* Literal.String.Other */
.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #19177C } /* Name.Variable.Class */
.codehilite .vg { color: #19177C } /* Name.Variable.Global */
.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */

.codehilite pre { margin:0; }
.codehilite div { margin:0; padding: 0; }
.codehilite .code_block { width:100%; }
.codehilite .code_block:hover { background-color: #ffff99; }
.codehilite .lineno { background-color: #ebebeb;
                      display:inline-block;
                      padding:0 .5em;
                      border-width: 0 1px 0 0;
                      border-style: solid;
                      border-color: #ddd; }

@charset "UTF-8";

/* thanks for inspiration:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
    paulirish.com
    html5doctor.com  (Eric Meyer & Richard Clark)
 */
/* pull in the style partials */
/*
 * Custom mixins for the theme.
 *
 */
/*
TODO: hacky mixin until compass supports variable multi-arguments?
SEE: https://groups.google.com/group/compass-users/browse_thread/thread/df09f674eafc3591/b4e95af76fc72145?pli=1
*/
/*
 * Color variables for the theme.
 *
 */
/*
 * Your run-of-the-mill reset CSS, inspired by:
 *
 *   yui.yahooapis.com/2.8.1/build/base/base.css
 *   camendesign.com/design/
 *   praegnanz.de/weblog/htmlcssjs-kickstart
 *   paulirish.com
 *   html5doctor.com  (Eric Meyer & Richard Clark)
 *
 */
@font-face { font-family: 'Arial'; src: url('/nf/1276635823/_ew_/theme/allura/fonts/arial.woff') format('woff'), url('fonts/arial.woff2') format('woff2'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Arial Bold'; src: url('/nf/1276635823/_ew_/theme/allura/fonts/arialbd.woff') format('woff'), url('fonts/arialbd.woff2') format('woff2'); font-weight: normal; font-style: normal; }
.fab {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
@font-face{font-family:'FontAwesome Brands';font-style:normal;font-weight:normal;src:url('/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.eot');src:url("/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.eot?#iefix")format("embedded-opentype"),url("/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.woff2")format("woff2"),url("/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.woff")format("woff"),url("/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.ttf")format("truetype"),url("/nf/1276635823/_ew_/theme/allura/fonts/fa-brands-400.svg#fontawesome")format("svg")}.fab{font-family:'FontAwesome Brands'}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  background: #fff;
  padding: 0;
}

/*
 * Setup a minimal, baseline CSS, layered on top of a reset
 * to define the default styles we've come to expect. Inspired by:
 *
 *   yui.yahooapis.com/2.8.1/build/base/base.css
 *   camendesign.com/design/
 *   praegnanz.de/weblog/htmlcssjs-kickstart
 *   paulirish.com
 *   html5doctor.com  (Eric Meyer & Richard Clark)
 *
 */
body {
  /*font: 13px sans-serif;
  *font-size: small;
  *font: x-small;*/
  font-size: 15px;
  line-height: 1.7;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, textarea {
  font-family: Arial, sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, input, textarea {
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100%;
}

.link {
  color: #0077aa;
}

ul {
}

ol {
  margin-left: 30px;
  list-style-type: decimal;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
}

.ie6 input {
  vertical-align: text-bottom;
}

input[type=button], input[type=submit], button, .link {
  cursor: pointer;
}

::-moz-selection {
  background: #0077aa;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0077aa;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #0077aa;
}

a:active, a:focus {
  outline: none;
}

html {
  overflow-y: scroll;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

caption {
  display: none;
}

h2.title, #site-header nav {
  font-weight: normal;
}

.fp-page-header {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-bottom: 20px;
  background-color: #d9d9d9;
  display: inline-block;
}
.fp-page-header h2 {
  margin: 3px 0 0 10px;
}
#content-base.blue, #footer-spacer.blue {
  background: #3671aa;
}
#footer-spacer.blue {
  height: 0px;
}
.fp-page-full {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #eeeeee;
  display: inline-block;
}
.fp-page-full.blue {
  background-color: #3671aa;
  color: #ffffff;
}

/*
 * General CSS rules governing high-level elements.
 *
 */
body {
  color: #555555;
  margin-bottom: 170px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  color: #0077aa;
  text-decoration: none;
}
a:visited {
}
a:hover {
  color: #0099cc;
}
a:active {
  color: #0077aa;
}
a:hover {
  text-decoration: underline;
}
a:hover, a:active {
  outline: none;
}
a.hide-link {
  text-decoration: none;
}
h1, h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px 0;
  color: #00224F;
}
h1 a, h1 a:visited, h1 a:hover, h2 a, h2 a:visited, h2 a:hover  {
  color: #00224F;
  text-decoration: none;
}

h1 small {
  text-transform: none;
  margin-left: 20px;
  font: 13px sans-serif;
  line-height: 18px;
}
h3 {
  font-size: 18px;
  color: #00224F;
}

.caption {
  font-size: 12px;
  color: #333333;
  display: block;
}

.contain {
  position: relative;
}

p {
  margin: 0 0 10px;
}

hr {
  padding: 2px;
  border: 1px solid #aaaaaa;
  background-color: #e5e5e5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
hr.hairline {
  padding: 0;
  border: none;
  border-top: 1px solid #cccccc;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

pre {
  overflow: auto;
  white-space: pre;
}

.social {
  margin-bottom: 20px;
}
.social a {
  margin: 0 0 0 10px;
}
.social a img {
  vertical-align: middle;
}

.diamond {
  z-index: 1;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  overflow: hidden;
  background: #e5e5e5;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tool-count {
  display: block;
  position: absolute;
  z-index: 2;
  height: 13px;
  width: 13px;
  line-height: 13px;
  bottom: 17px;
  left: 64%;
  font-size: 11px;
  font-weight: bold;
  color: white;
  padding: 1px;
  border: 1px solid #069;
  background-color: #069;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

.nowrap {
  white-space: nowrap;
}

blockquote {
  border-left: 1px solid #cccccc;
  margin-left: 1em;
  padding-left: 1em;
}

.clickable {
  cursor: pointer;
}

/*
 * Style elements in the main header and footer areas.
 *
 */
#site-header, #page-header, #page-body, #page-footer {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#content-base {
  padding-bottom: 20px;
}

#page-body, #nav_menu_holder, #content-base, #footer-spacer {
  background: #eee;
}

#footer-spacer {
  height: 50px; 
  width: 100%; 
}

#site-footer {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

#site-header, #page-header, #page-body, #page-footer, #site-footer {

}

#page-body.wide, #site-footer .content {
  width: 940px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 10px;
}

#page-body p.large {
  font-size: 18px;
}

/* shared */
#site-header a, #site-footer a {
  color: #555555;
  margin-left: 1em;
}
#site-header a:visited, #site-footer a:visited {
  color: #555555;
}
#site-header a:focus, #site-footer a:focus {
  color: #333333;
}
#site-header a:hover, #site-footer a:hover {
  color: #333333;
}
#site-header a:active, #site-footer a:active {
  color: #555555;
}
#site-header a:first-child, #site-footer a:first-child {
  margin-left: 0;
}

/* site header */
#site-header {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
  border: 1px solid #aaaaaa;
  background-color: #666666;
  position: relative;
  border-top: none !important;
  z-index: 2;
}

#site-header .wrapper {
  background-repeat: repeat;
  padding: 0 10px;
  min-height: 40px;
}
#site-header .wrapper p {
  margin: 0;
}
#site-header input {
  position: absolute;
  left: 170px;
  top: 7px;
  margin: 0;
  width: 280px;
}
#site-header .nav {
  float: right !important;
  margin-left: 20px;
  padding: 12px 0 0 0;
  text-shadow: rgba(0, 0, 0, 0.6) 0 0 0, rgba(255, 255, 255, 0.6) 0 1px 0;
}

.top-menu ul li {
  display: inline;
  padding-left: 10px;
}
.top-menu li:before {
  content: " | ";
}
.top-menu li:first-child:before {
content: none;
}

/* logo */
.logo {
  width: 138px;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
}
.logo.reversed h1 {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
.logo h1 {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  color: transparent;
}

.breadcrumbs .title {
  font-weight: bold;
}

#top-menu {
  padding:0; 
  margin-top: 36px; 
  margin-bottom: 20px; 
  font-size: 11px;
  text-align: right;
}

/* footer */
#site-footer {
  background-color: white;
}

.sponsor {
  float: left;
  margin: 0 10px;
  line-height: 20px;
}

#copyright {
  width: 220px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 10px;
  text-align: right;
}

#site-footer nav {
  width: 700px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 10px;
  text-align: left;
}

.ads ins {
  background-color: transparent;
}

.medrec {
  width: 300px;
  display: block;
}

.ads, .ad {
  margin: 0 0 20px;
}

.leaderboard {
  width: 728px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  line-height: 0;
}
.leaderboard .google_afc {
  margin: 0 auto;
}

.hub {
  width: 200px;
  overflow: hidden;
}

/* message */
#messages {
  position: absolute;
  z-index: 100000;
  top: 50px;
  right: 20px;
}

.message {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 40px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  display: none;
  padding: 20px;
  width: 301px;
  background-color: #333333;
  border: 2px solid #000;
  margin-bottom: 1em;
  color: #fff;
  cursor: pointer;
}
.message a {
  color: white;
  text-decoration: underline;
}
.message .content {
  margin: 0;
}
.message .ico-close {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
  display: none;
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #1a1a1a;
}
.message.error {
  background-color: #8a0f0f;
  border-color: #5c0a0a;
}
.message.error .ico-close {
  color: #5c0a0a;
}
.message.confirm {
  background-color: #0f8a0f;
  border-color: #0a5c0a;
}
.message.confirm .ico-close {
  color: #0a5c0a;
}
.message.warning {
  background-color: #d9d926;
  border-color: #adad1f;
  color: #333333;
}
.message.warning a {
  color: #333333;
}
.message.warning header {
  text-shadow: none;
}
.message.warning .ico-close {
  color: #adad1f;
}
.message:hover .ico-close {
  display: block;
}

.no-js #messages {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  width: 885px;
  position: static;
}
.no-js .message {
  width: 865px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: block;
  cursor: default;
  margin-bottom: 1em;
  padding: 0;
}
.no-js .message header {
  padding: 20px 20px 0;
}
.no-js .message .content {
  padding: 0 20px 20px;
}

.ie7 .modal, .ie8 .modal {
  border: 1px solid black;
}

/* help */
#help {
  width: 100%;
  padding: 20px 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
}
#help h1 {
  padding-left: 20px;
}

.markdown_syntax_toc_crumb {
  float: right !important;
  margin-left: 20px;
  display: none;
}

/* forms */
form p {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

html.no-boxshadow input, html.no-boxshadow textarea, html.no-boxshadow select {
  border: 1px solid #aaaaaa;
}

input[type=radio] {
  border: none !important;
}

input[type=text], input[type=password], textarea, select {
  font-size: 1em;
  margin: 0;
}

.carbon input, .carbon textarea, .carbon select, .dark input, .dark textarea, .dark select {
  border: none;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

input:-moz-placeholder {
  color: #aaaaaa;
}

p label {
  display: block;
  padding: 0 0 5px;
}

#loginform a {
  font-size: .9em;
  color: #77b3e7;
  text-decoration: underline;
}

#face-disclaimer {
  display: none; 
  position: fixed; 
  width: 75%; 
  top: 20%; 
  left: 50%; 
  border: 1px solid black; 
  padding: 25px; 
  margin: 0 0 0 -37.5%; 
  background: rgb(176, 196, 222);
}

/* tables */
/*
table {
  width: 100%;
}
table thead tr th {
  text-align: left;
  color: black;
  font-size: 13px;
}
table thead tr {
  border-bottom: 2px solid #b7b7b7;
}
table thead tr th, table tr td {
  padding-left: 8px;
} 
table tr td {
  font-size: 14px;
  padding: 5px;
}
table caption {
  vertical-align: middle;
}
table tbody tr td {
  border-bottom: 2px solid #b7b7b7;
  text-align: left;
}
.admin-block table tbody tr td {
  border: 0;
}
table tbody tr.even td {
  background: #f5f5f5;
}
table thead tr th.center, table tr td.center {
  text-align: center;
}

table tbody tr th[scope=row] {
  text-align: left;
}
table h2 {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
table tfoot tr td {
  font-weight: bold;
}
*/

tr.clickable-row {
  cursor: pointer;
}

#search table h2 a {
  font-weight: normal;
}

#search table h2 small {
  font-weight: normal;
  text-transform: none;
  font: 11px/18px sans-serif;
  color: #aaaaaa;
}

#search table td {
  padding: 10px;
}
/*
input[type=submit], 
input[type=reset], 
input[type=button], 
span.button, 
.btn, 
button {
  -moz-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
  border: 1px solid #aaaaaa;
  font: 13px sans-serif;
  line-height: 18px;
  font-weight: bold;
  text-shadow: #fff 0 1px;
  text-decoration: none;
  margin: 0 10px 7px 0;
  display: inline;
  padding: 4px 10px 2px;
  overflow: hidden;
  color: #555555;
  text-align: center;
  position: relative;
  min-height: 19px;
  height: auto;
  float: left;
}
*/
input[type=submit].blue-button, 
input[type=reset].blue-button, 
input[type=button].blue-button, 
button.blue-button {
  background: #002a55;
  border: 1px solid #000;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 12px;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  font-weight: none;
  text-shadow: #000 0 0px;
  margin: 0 10px 7px 0;
  height: 20px;
  min-height: 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.6) 0 0px 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0 0px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0.6) 0 0px 0 0;
  box-shadow: rgba(255, 255, 255, 0.6) 0 0px 0 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

a.blue-button {
  background: #002a55;
  border: 1px solid #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 2px 12px;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  font-weight: none;
  text-shadow: #000 0 0px;
  margin: 0 10px 7px 0;
}

input[type=submit].blue-button:hover,
input[type=reset].blue-button:hover,
input[type=button].blue-button:hover,
button.blue-button:hover,
a.blue-button.blue-button:hover {
  background-color: #006699;
}

input[type=submit].blue-button:active,
input[type=reset].blue-button:active,
input[type=button].blue-button:active,
button.blue-button:active,
a.blue-button.blue-button:hover {
  background-color: #096fa2;
}

button[disabled].blue-button:hover, 
input[type=submit][disabled].blue-button:hover, 
input[type=reset][disabled].blue-button:hover, 
input[type=button][disabled].blue-button:hover {
  cursor: not-allowed;
  background: #002a55;
}

select[disabled].blue-button, 
input[disabled].blue-button, 
textarea[disabled].blue-button, 
button[disabled].blue-button {
  color: #bbb;
}

.blocks-container input[type=text],
.blocks-container input[type=password],
#loginform input[type=text],
#loginform input[type=password] {
  font-size: 16px;
  padding: 5px;
  color: #333;
}

#loginform label {
  font-size: 15px;
  margin-bottom: 0;
}
#loginform .grid-4, #loginform .grid-15 {
  float: none;
  display: block;
}

/*
a.btn {
  color: #555555;
}
a.btn:visited {
  color: #555555;
}
a.btn:hover {
  color: #555555;
}
a.btn:active {
  color: #555555;
}*/

.btn-set {
  display: block;
  float: left;
  font: 1em/1.3em sans-serif;
}
.btn-set .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: 1px solid #aaaaaa !important;
}
.btn-set .btn:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0 -1px 0 0;
}
.btn-set .btn:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 10px 0 -11px;
}
.btn-set.duo .btn:first-child {
  margin: 0 -1px 0 0;
}
.btn-set.duo .btn:last-child {
  margin: 0 0 0 0;
}

.btn-bar  {
  display: block;
  clear: both;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  min-width: 1em;
  text-align: center;
  position: relative;
}
.btn-bar.pop, .pop#top_nav {
  height: 150px;
}
.btn-bar .btn, #top_nav .btn {
  margin: 0 10px 0 0;
}
.btn-bar hr, #top_nav hr {
  margin: 0;
  visibility: hidden;
}
.btn-bar a, #top_nav a {
  position: relative;
  text-decoration: none;
}
.btn-bar a:hover, #top_nav a:hover {
  opacity: .8;
}
.btn-bar .btn-set, #top_nav .btn-set {
  font: 13px/18px sans-serif;
}
.btn-bar h2, #top_nav h2 {
  float: left;
  padding: .2em .5em 0 .5em;
  margin-bottom: 0;
  text-shadow: #fff 0 1px 0;
}
.btn-bar .tleft, #top_nav .tleft {
  float: left;
  padding: .3em .5em 0 .5em;
}

.btn:hover, button:hover, .btn-set .btn.ico:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  cursor: pointer;
}

.btn.active, .btn:active:hover, .btn-set .btn.ico:active:hover {
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px inset,rgba(0, 0, 0, 0.2) 0 1px 3px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px inset,rgba(0, 0, 0, 0.2) 0 1px 3px inset;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px inset,rgba(0, 0, 0, 0.2) 0 1px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 5px inset,rgba(0, 0, 0, 0.2) 0 1px 3px inset;
}

button[disabled]:active:hover, input[type=submit][disabled]:active:hover, input[type=reset][disabled]:active:hover, input[type=button][disabled]:active:hover {
  text-shadow: #fff 0 1px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
  border: 1px solid #aaaaaa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn.link, .btn.link:hover {
  background: none !important;
  border: none !important;
  color: #0077aa !important;
  float: none;
  font-weight: normal !important;
  margin: 5px 0 0;
  padding: 0;
  display: inline-block;
  text-shadow: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

button.btn.link, button.btn.link:hover {
  margin-top: 1px;
}

.btn.link:hover {
  color: #0099cc !important;
  text-decoration: underline;
}

.dark .btn.link, .modal .btn.link {
  color: #fff !important;
  text-decoration: underline;
}

.wide {
  width: 100%;
}

.more {
  width: 520px;
  margin-left: 80px;
}

/* icons */
.ico, .ico-l:before, .ico-r:after {
  font: normal 16px/4px "Pictos";
  text-decoration: none;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.ico:before, .ico-l:before, .ico-r:after {
  content: attr(data-icon);
}

.ico {
  line-height: 4px;
}

.btn em, .ico + em {
  text-indent: -9999px;
  position: absolute;
}

.ico-l:before {
  margin-right: 10px;
}

.ico-r:after {
  margin-left: 10px;
}

.ico.active, a.active {
  color: #0077aa !important;
  text-shadow: white 0 1px 0, #0099cc 0 1px 6px;
}

.ico.reverse {
  color: #fff !important;
  text-shadow: #333333 0 1px 0, #0099cc 0 1px 10px !important;
}

a .ico:active {
  opacity: 1;
}

a .ico:hover {
  opacity: .7;
}

nav .ico {
  text-transform: none;
}

.x16 {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.x24 {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.x32 {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

.x48 {
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.x64 {
  font-size: 64px;
  width: 64px;
  height: 64px;
}

.modal b.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#directory .ico, #search .ico {
  color: #cccccc;
}

.icon_social_NN, .icon_facebook_16, .icon_facebook_24, .icon_facebook_32 {
  display: block;
}

.icon_facebook_16 {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}

.icon_facebook_24 {
  background-position: 0 -26px;
  width: 24px;
  height: 24px;
}

.icon_facebook_32 {
  background-position: 0 -60px;
  width: 32px;
  height: 32px;
}

/* other media  */
@media print {
  * {
    background: transparent !important;
    color: #333333 !important;
    text-shadow: none;
  }

  a, a:visited {
    color: #333333 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  /* don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }
}

@media all and (orientation:portrait) {}
@media all and (orientation:landscape) {}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}

/* Grid-Coordinates by Adam Stacoviak
 * Fork me: http://adamstac.com/grid-coordinates */
.grid-container {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  width: 960px;
}

.nested-grid-container {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  *zoom: 1;
  width: auto;
}

.grid-block {
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-1 {
  width: 20px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-2 {
  width: 60px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-3 {
  width: 100px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-4, #sidebar {
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-5 {
  width: 180px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-6 {
  width: 220px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-7 {
  width: 260px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-8 {
  width: 300px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-9 {
  width: 340px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-10 {
  width: 380px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-11 {
  width: 420px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-12 {
  width: 460px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-13 {
  width: 500px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-14 {
  width: 540px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-15 {
  width: 580px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-16 {
  width: 620px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-17 {
  width: 660px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-18 {
  width: 700px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-19 {
  width: 740px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-20 {
  width: 780px;
  display: inline;
  float: left;
  overflow: hidden;   /*JSmart: Removed overflow hidden to allow table display in site admin.  */
  *zoom: 1;
}

.grid-21 {
  width: 820px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-22 {
  width: 860px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-23 {
  width: 900px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-24 {
  width: 940px; 
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-25 {
  width: 960px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-full {
  width: 940px;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}

.grid-prefix-1 {
  padding-left: 40px;
}

.grid-prefix-2 {
  padding-left: 80px;
}

.grid-prefix-3 {
  padding-left: 120px;
}

.grid-prefix-4 {
  padding-left: 160px;
}

.grid-prefix-5 {
  padding-left: 200px;
}

.grid-prefix-6 {
  padding-left: 240px;
}

.grid-prefix-7 {
  padding-left: 280px;
}

.grid-prefix-8 {
  padding-left: 320px;
}

.grid-prefix-9 {
  padding-left: 360px;
}

.grid-prefix-10 {
  padding-left: 400px;
}

.grid-prefix-11 {
  padding-left: 440px;
}

.grid-prefix-12 {
  padding-left: 480px;
}

.grid-prefix-13 {
  padding-left: 520px;
}

.grid-prefix-14 {
  padding-left: 560px;
}

.grid-prefix-15 {
  padding-left: 600px;
}

.grid-prefix-16 {
  padding-left: 640px;
}

.grid-prefix-17 {
  padding-left: 680px;
}

.grid-prefix-18 {
  padding-left: 720px;
}

.grid-prefix-19 {
  padding-left: 760px;
}

.grid-prefix-20 {
  padding-left: 800px;
}

.grid-prefix-21 {
  padding-left: 840px;
}

.grid-prefix-22 {
  padding-left: 880px;
}

.grid-prefix-23 {
  padding-left: 920px;
}

.grid-suffix-1 {
  padding-right: 40px;
}

.grid-suffix-2 {
  padding-right: 80px;
}

.grid-suffix-3 {
  padding-right: 120px;
}

.grid-suffix-4 {
  padding-right: 160px;
}

.grid-suffix-5 {
  padding-right: 200px;
}

.grid-suffix-6 {
  padding-right: 240px;
}

.grid-suffix-7 {
  padding-right: 280px;
}

.grid-suffix-8 {
  padding-right: 320px;
}

.grid-suffix-9 {
  padding-right: 360px;
}

.grid-suffix-10 {
  padding-right: 400px;
}

.grid-suffix-11 {
  padding-right: 440px;
}

.grid-suffix-12 {
  padding-right: 480px;
}

.grid-suffix-13 {
  padding-right: 520px;
}

.grid-suffix-14 {
  padding-right: 560px;
}

.grid-suffix-15 {
  padding-right: 600px;
}

.grid-suffix-16 {
  padding-right: 640px;
}

.grid-suffix-17 {
  padding-right: 680px;
}

.grid-suffix-18 {
  padding-right: 720px;
}

.grid-suffix-19 {
  padding-right: 760px;
}

.grid-suffix-20 {
  padding-right: 800px;
}

.grid-suffix-21 {
  padding-right: 840px;
}

.grid-suffix-22 {
  padding-right: 880px;
}

.grid-suffix-23 {
  padding-right: 920px;
}

.fleft {
  float: left;
  margin-right: 20px;
}

.fright {
  float: right !important;
  margin-left: 20px;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.temboss {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #bbb;
  padding: 0;
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
  display: block;
}

.emboss {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

.light {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
  background-image: linear-gradient(top, #ffffff 0%, #cccccc 100%);
  border: 1px solid #aaaaaa;
}

.dark {
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
  background-image: linear-gradient(top, #666666 0%, #555555 100%);
  border: 1px solid #333333;
  color: #fff;
}
.dark hr {
  border: 1px solid #000;
  background-color: #111;
  opacity: .4;
}
.dark a {
  color: #fff;
  text-decoration: underline;
}

/* forge  */
#allura-content-base {
  margin-top: -1px !important;
  background: #e5e5e5;
  border: 1px solid #ccc;
  border-top: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#sidebar h3 {
  padding: 0 0 0 10px;
}
#sidebar input {
  margin: 14px 0 20px;
  width: 128px;
  position: relative;
  z-index: 2;
}
#sidebar ul {
  border: 1px solid #aaaaaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: white 0 1px 0 0;
  -webkit-box-shadow: white 0 1px 0 0;
  -o-box-shadow: white 0 1px 0 0;
  box-shadow: white 0 1px 0 0;
  margin: 14px;
  padding: 0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}
#sidebar li {
  list-style: none;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaaaaa;
}
#sidebar li:first-child {
  border-top: medium none !important;
}
#sidebar li:last-child {
  border-bottom: medium none !important;
}
#sidebar li.active {
  border-top: none;
}
#sidebar li .has_small {
  display: inline-block;
  width: 85px;
}
#sidebar li small {
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
  background-image: linear-gradient(top, #666666 0%, #555555 100%);
  border: 1px solid #333333;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset,0 1px 0 rgba(255, 255, 255, 0.9);
  border: medium none;
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 0 3px;
  width: 26px;
  text-align: center;
  margin: 0px;
}
#sidebar li small hr {
  border: 1px solid #000;
  background-color: #111;
  opacity: .4;
}
#sidebar li small.icon24 {
  text-decoration: none !important;
}
#sidebar li > a {
  color: #555555;
  display: block;
  padding: 5px 10px;
}
#sidebar li > a:hover {
  background: rgba(229, 229, 229, 0.9);
  text-decoration: none;
}
#sidebar li > a.active {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
}
#sidebar li > a:first-child {
  border-top: none !important;
}
#sidebar li > a:last-child {
  border-bottom: none !important;
}

.pad {
  padding: 14px 0 10px 0 !important;
}

.pad.grid-12 {
  margin: 0 2px !important;
}

.pad.grid-20 {
  margin: 0 10px !important;
}

.pad h2.dark {
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #666666), color-stop(100%, #555555));
  background-image: -moz-linear-gradient(top, #666666 0%, #555555 100%);
  background-image: linear-gradient(top, #666666 0%, #555555 100%);
  border: 1px solid #333333;
  color: #fff;
  font-size: 14px;
  text-shadow: rgba(0,0,0,0.1) 0 -1px 0;
  padding: 5px 10px;
  margin: 0 0;
  z-index: 20;
  border: none;
  position: relative;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pad h2.dark hr {
  border: 1px solid #000;
  background-color: #111;
  opacity: .4;
}
.pad h2.dark small {
  text-transform: none;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
}
.pad h2.dark small a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}
.pad h2.dark small a.active {
  color: #cccccc !important;
}
.pad .fourcol {
  margin-left: 10px;
}
.pad .fourcol ul {
  margin: 0;
}
.pad .fourcol .fleft {
  width: 182px;
  margin-right: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.pad .fourcol .fleft:nth-of-type(4n) {
  margin-right: 0;
}
.pad .fleft {
  margin-right: 10px;
}
.pad .fleft h3 {
  padding: 10px 0 0;
  display: block;
}
.pad .fleft img {
  margin: 10px auto;
  display: block;
}
.pad .fleft .icon48 {
  margin: 20px auto;
  display: block;
}
.pad .fleft:last-child {
  margin-right: 0;
}
.pad .threecol .fleft, .pad .twocol .fleft {
  margin-right: 40px;
}
.pad .eightcol .fleft {
  width: 80px;
}
.pad .tencol .fleft {
  width: 75px;
}
.pad hr {
  width: 760px;
  margin-left: 10px;
}
.pad table {
}
.pad p, .pad h1, .pad h2, .pad h3, .pad h4, .pad h5, .pad h6 {
  padding: 0 10px 1em;
  margin-bottom: 0;
}
.pad h1, .pad h2, .pad h3, .pad h4, .pad h5, .pad h6 {
  font-weight: bold;
}
.pad h2.title {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.pad .paginate {
  margin: 0 0 0 20px;
}
.pad .paginate div {
  margin: 0;
}
.pad .wide {
  width: 750px;
}

.markdown_content h1,
.markdown_content h2,
.markdown_content h3,
.markdown_content h4,
.markdown_content h5,
.markdown_content h6 {
  margin: 0;
  line-height: 1em;
  color: #333;
}      
.markdown_content h1 {
  font-size: 130%;
}
.markdown_content h2 {
  font-size: 120%;
}
.markdown_content h3 {
  font-size: 110%;
}
.markdown_content h4 {
  font-size: 110%;
}
.markdown_content h5 {
  font-size: 110%;
}
.markdown_content h6 {
  font-size: 100%;
}
.markdown_content p, .markdown_content ul, .markdown_content ol {
}
.markdown_content hr {
  width: auto;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-top: 1px solid #cccccc;
}
.markdown_content li p {
  margin-bottom: 0;
  padding: 0;
}

.media a {
  float: left;
  margin-right: 20px;
}
.media a img {
  border: 1px solid #aaaaaa;
}

/* site layout */
.project_icon {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.project_title {
  line-height: 48px;
}

.neighborhood_icon {
  float: right;
  margin-left: 0.5em;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

#top_nav {
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(#ffffff,#f0f0f0);
  background-image: -moz-linear-gradient(#ffffff,#f0f0f0);
  background-image: -o-linear-gradient(#ffffff,#f0f0f0);
  background-image: linear-gradient(#ffffff,#f0f0f0);
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 40px;
  overflow: visible;
}
#top_nav a {
  float: left;
  margin-right: 20px;
  height: 50px;
  min-width: 35px;
  text-align: center;
  color: #333;
  background-position: center 20px;
}
#top_nav a:hover {
  opacity: 1;
  color: #666666;
}

/* top_nav for admin */
#top_nav ul.dropdown {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
  padding: 10px;
  padding-bottom: 0;
}

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

#top_nav ul.dropdown>li {
  float: left;
  margin-right: 20px;
  margin-right: 0px;
  padding-bottom: 10px;
}

#top_nav ul.dropdown>li>a {
  border-right: 1px solid #e5e5e5;
  padding-right: 10px;
  margin-right: 10px;
}

#top_nav a {
  float: left;
  margin-right: 20px;
  height: 16px;
  min-width: 35px;
  text-align: center;
  font-family: "Ubuntu",sans-serif;
  color: #333;
  background-position: center 20px;
}

.no-cssgradients #top_nav {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

#content_base {
  overflow: hidden;
  *zoom: 1;
}

.editbox {
  overflow: auto;
  padding: 5px 0;
  color: #555;
  margin: 0 0 20px 0;
}
.editbox label {
  color: #555;
  font-weight: bold;
}
.editbox label.simple, .editbox label.cr {
  float: none;
  text-align: left;
}
.editbox label.cr {
  display: block;
}
.editbox .wide {
  width: 90%;
}
.editbox input[type=text] {
  width: 160px;
}
.editbox select {
  width: 172px;
}
.editbox .select-options {
  width: 170px;
  height: 19px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  display: table;
  overflow:hidden
}
.editbox .select-options .option { 
  display: table-cell;
  width: 20px;
  padding: 0 3px 2px 3px;
  font-size: 18px;
  line-height: 19px;
  border-right: 1px solid #999;
  float: left;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.editbox .select-options .option:active { 
  background-color: #999;
}

/* Attachments */
.attachment_images {
  overflow: auto;
}

.attachments .attachment {
  padding: 0 10px;
  float: left;
}

.attachments {
  padding: 4px 0;
}

.attachments .title {
  font-weight: bold;
}

.attachments input.delete_attachment {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  height: auto;
  color: #333;
  font-weight: bold;
}

div.attachment_thumb {
  float: left;
  margin: .5em;
  margin-right: 1.5em;
  position: relative;
  padding: 10px;
}
div.attachment_thumb .delete_attachment .pic {
  position: absolute;
  top: 0;
  left: 100px;
}
div.attachment_thumb .file {
    position: absolute;
    top: 0;
    right: -40px;
}
div.attachment_thumb .file_type {
  border: 1px solid #ccc;
  display: block;
  height: 100px;
  width: 100px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .5em;
  background: #ccc;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#cccccc), from(white));
  background-image: -moz-linear-gradient(100% 100% 90deg, #cccccc, white 100%);
}
div.attachment_thumb .file_type span {
  display: block;
  margin-top: 45px;
  color: #666;
}

/* forge tool icons */
.ui-icon-tool-home {
  background-repeat: no-repeat;
}

.ui-icon-tool-wiki {
  background-repeat: no-repeat;
}

.ui-icon-tool-git, .ui-icon-tool-svn, .ui-icon-tool-hg {
  background-repeat: no-repeat;
}

.ui-icon-tool-stats {
  background-repeat: no-repeat;
}

.ui-icon-tool-admin, .ui-icon-admin {
  background-repeat: no-repeat;
}

.ui-icon-tool-discussion {
  background-repeat: no-repeat;
}

.ui-icon-tool-tickets {
  background-repeat: no-repeat;
}

.ui-icon-tool-link {
  background-repeat: no-repeat;
}
.ui-icon-tool-shorturl {
  background-repeat: no-repeat;
}


.ui-icon-tool-blog {
  background-repeat: no-repeat;
}

.ui-icon-tool-chat {
  background-repeat: no-repeat;
}

.ui-icon-tool-hosted_apps {
  background-repeat: no-repeat;
}

/* Cards */
.installable_tool {
  margin-top: 10px;
}

.border {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

.card {
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px 0;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin: 0 10px;
  height: 250px;
  width: 220px;
  overflow: hidden;
  -moz-box-shadow: #666666 0 2px 4px 0;
  -webkit-box-shadow: #666666 0 2px 4px 0;
  -o-box-shadow: #666666 0 2px 4px 0;
  box-shadow: #666666 0 2px 4px 0;
  background: #fff;
  background-image: -webkit-gradient(linear, 0% 85%, 0% 100%, from(white), to(#e5e5e5));
  background-image: -moz-linear-gradient(100% 100% 90deg, #e5e5e5, white, white 25%);
  margin: 0 0 10px 10px;
}

.card .box {
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin: -6px 0 5px;
  padding: 10px 0 0;
  height: 48px;
  position: relative;
  line-height: 60px;
}
.card h2 {
  margin-top: 15px !important;
  line-height: 1.2em;
}
.card .desc {
  margin: 5px 0 0;
}
.card .quik {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.card .quik a {
  margin: 0;
  color: #000;
  text-shadow: #fff 0 1px;
  border: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.card .quik a span {
  display: none;
}
.card .feature {
  position: absolute;
  top: -1px;
  right: -3.3em;
  padding: 2em 3em .4em;
  color: #fff;
  font: 0.7em/1em helvetica;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-box-shadow: #cccccc 0 1px 2px 0;
  -webkit-box-shadow: #cccccc 0 1px 2px 0;
  -o-box-shadow: #cccccc 0 1px 2px 0;
  box-shadow: #cccccc 0 1px 2px 0;
  background: #555555;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(black));
  background-image: -moz-linear-gradient(100% 100% 90deg, black, #555555 100%);
}
.card .box.notch {
  margin: -6px -11px 5px 0;
  background-image: -webkit-gradient(linear, 50% 100%, 100% 0%, color-stop(0.9, white), color-stop(0.9, #555555));
  background-image: -moz-linear-gradient(100% 25% 230deg, #555555, white, white 1%);
}
.card hr {
  visibility: hidden;
}
.card.sm {
  height: 46px;
  width: 34px;
}
.card.sm .box {
  height: 48px;
  margin: 0 0 0 -7px;
  padding: 0;
}

/* Discussion */
#comment .row {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  float: left;
  min-width: inherit;
}

#comment p, #forum_threads p {
  font-size: 14px;
}

#forum_threads {
  padding-bottom: 10px;
}

.discussion-post, #new_post_holder {
  display: inline-block;
  position: relative;
  margin-left: 0px;
}
.discussion-post p, #new_post_holder p {
  padding: 0;
  word-wrap: break-word;
}

.grid-2.gravatar {
  width: 70px;
  margin: 0 5px;
}

.discussion-post h4, #new_post_holder h4 {
  padding-left: 0;
}

#comment .row .options {
  position: relative;
  padding-top: 5px;
}

#comment ul ul .row .options {
  right: 0;
}

#comment .row .options a.little_link {
  width: 50px;
  height: 20px;
}

#comment .row .options a.little_link span {
  position: absolute;
  left: 27px;
}

#comment ul {
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
  float: right;
  clear: right;
  width: 98%;
}

#comment ul ul li {
  margin-right: 20px;
}

#comment ul ul {
  margin: 0 !important;
}

#comment ul ul ul li {
  margin-right: 0 !important;
}

#comment ul .reply {
  border-top-width: 0;
  margin-top: 0 !important;
  overflow: auto;
  padding-bottom: 30px;
}

#comment ul .row {
  margin: 0;
  min-height: 100px;
  padding-top: 1em;
}

#comment ul ul .row {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  margin: -3px 0 0 0;
  position: relative;
  z-index: 0;
}

#comment ul .column.grid_8 {
  width: 74%;
}

#comment .display_post ul {
  float: none;
  padding-left: 1em;
  list-style-type: disc;
}

#comment .promoted_post {
  background-color: #f3f315;
}

.reply {
  position: relative;
}

.reply .arw {
  background: white;
  transform: rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  position: absolute;
  top: 50px;
  left: 86px;
}

.edit_post_form.reply .arw {
  display: none;
}

.forum-list th .ico {
  margin-left: 4px;
}

.gravatar b {
  overflow: visible;
  margin-bottom: 5px;
  vertical-align: middle;
}

p.gravatar {
  padding: 0;
}

#ticket_search_results_holder {
  overflow: auto;
}

/* New Discussion Styling */
#discussion-content {
  margin-top: 20px;
}

.entry {
  border-bottom: 1px solid #ddd;
}

.entry .options, .entry .tagline {
  padding: 2px 0;
} 

.entry .options a {
  color: #666;
  font-size: .9em;
  font-weight: bold;
  padding-right: 5px;
}

.forums .error {
  background: #8a1f11 !important;
  border-color: #500;
}

.forums .notice {
  background: #e5be20;
}

.forums .success, .forums .ok {
  background: #264409;
}

/* Inline editing of content */
.editor input, .editor textarea, .editor select {
  margin: 0;
}

.edit span.ui-icon {
  float: left;
  margin: auto;
  margin-right: 5px;
}

.editable.viewing .editor {
  display: none;
}

.editable.editing .viewer {
  display: none;
}

.editable .viewer {
  padding: 1px 5px;
  display: block;
  position: relative;
  min-height: 21px;
}

.editable .viewer:hover {
  padding: 0px 4px;
  border: 1px solid #ccc;
  cursor: pointer;
}

h1.title .viewer {
  padding: 1px 1px 1px 1px;
}

h1.title .viewer:hover {
  padding: 0 0 0 0;
}

.editable + .editable {
  margin-top: 1em;
}

.editable .editor {
  background-color: #ffc;
  padding: 4px 4px;
  border: 1px solid #ccc;
  display: block;
  overflow: hidden;
}

.editable .editor .holder_table {
  background-color: #ffc;
  margin: 0;
  width: auto;
}

.editable .editor .save_controls {
  width: 115px;
}

.editable .editor.multiline .save_holder {
  margin-top: 4px;
}

.editable .editor.multiline.overlap {
  position: absolute;
  z-index: 10;
}

.editable .editor .save_holder .cancel_btn {
  float: left;
  margin: 5px 1em 0;
}

.editable .editor .save_controls .save_holder .cancel_btn {
  margin: -5px 1em 0 1em;
}

.editable .editor .save_holder input {
  float: left;
}

.editable .viewer .edit_btn {
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
}

.editable .viewer:hover .edit_btn {
  display: inline;
}

#forge_wiki_browse tr.deleted a {
  color: red;
}

.scm-branch-label, .scm-tag-label {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -moz-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.4) inset,0 1px 0 rgba(51, 51, 51, 0.9);
  -webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.4) inset,0 1px 0 rgba(51, 51, 51, 0.9);
  -o-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.4) inset,0 1px 0 rgba(51, 51, 51, 0.9);
  box-shadow: 0 1px 3px rgba(51, 51, 51, 0.4) inset,0 1px 0 rgba(51, 51, 51, 0.9);
  border: medium none;
  display: inline;
  padding: 3px;
  background: #0099cc;
  font-size: 80%;
  text-shadow: none;
}

.scm-tag-label {
  background: #006699;
}

#access_urls span {
  width: 9.5em;
  text-align: right;
  display: inline-block;
}
#access_urls input {
  width: 32em;
}

/* Repo status indicator, displayed on repo pages if status != 'ready' */
#repo_status h2 {
  padding-left: 33px;
}

.neighborhood_feed_entry h3 {
  font-size: 1.1em;
}

/*linenumbers in codeblock viewer style*/

table.codehilitetable {
    background: #F8F8F8;
    margin-left:0px;
    width:740px;
}

td.linenos {
    width:auto;
    padding: 0;
}
div.linenodiv {

}
td.linenos pre {
    font-size: 100%;
    padding: 1px;
    padding-left: 7px;
    padding-right: 5px;
    margin-left: 15px;
    background-color: #EBEBEB;
    color: #555;
    border-right: solid 1px #DDD;
}
td.code {
    padding-left: 0px;
    width:100%;
}

div.codehilite pre {
    padding-left: 0px;
    padding-top:10px;
    padding-bottom:10px;
}
div.codehilite pre div.code_block {
    padding-left:10px;
    width: 100%;
}
div.codebrowser{
    overflow-x: auto;
}
input.nofloat {
    float: none;
}
table thead tr th.narrow, table tr td.narrow {
  padding-left: 2px;
  padding-right: 2px;
}
#selected-projects {
  padding: 10px 10px;
}

/* table lists */
.item-odd {
  /*background-color: #fcfcfc;*/
}

/* face lists */
.uoc-list {
  margin-top: 40px;
}
table.face-list {
  margin: 0 auto;
}

table.left-pad {
  margin-left: 30px;
  width: 94% !important;
}

.listing-block {
  display: inline-block;
  width: 100%;
}

h2.listing-heading {
  padding: 5px 10px;
  margin: 3px 0;
  font-size: 16px;
  line-height: 20px;
  color: black;
  text-align: center;
}

table.face-form {
  font-size: 14px;
}

table.face-form td {
  border: none;
  vertical-align: top;
}
table.face-form td.label {
  text-align: right;
}

table.face-form td.required {
}

table.face-form input[type=text], 
table.face-form select, 
table.face-form textarea, 
table.face-form input[type=password] {
  padding-left: 5px;
}

span.note {
  font-size: 12px;
}

/* search */
#search-title {
  padding-bottom: 14px;
  color: #999;
}

#search-title span {
  font-size: 14px;
  font-weight: none;
  color: #b7b7b7;
  padding-left: 15px;
  border-top: 2px solid #b7b7b7;
  border-bottom: 2px solid #b7b7b7;
  line-height: 27px;
  width: 100%;
  display: inline-block;
}

#registry-search {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}

#registry-search-form {
  width: 100%;
  display: inline-block;
}

#registry-browse-form {
  height: 20px;
  width: 150px;
  margin: 10px auto;
  margin-bottom: 20px;
}

#registry-search-top {
  width: 550px;
  height: 20px;
  margin: 15px auto;
  color: #012a56;
}

#search-container {
  display: inline-block;
  width: 100%;
  margin: 0;
}

#search-results-container {
  padding-bottom: 40px;
}

#registry-search-label, .joined-input-submit label {
  height: 16px;
  padding: 2px 10px;
  float: left;
  color: #012a56;
  font-size: 13px;
}

#registry-search-box, .joined-input-submit input[type=text] {
  width: 230px;
  height: 20px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid #b7b7b7;
  float: left;
}

#registry-search-submit, .joined-input-submit input[type=submit], .joined-input-submit button {
  font-size: 12px;
  font-weight: none;
  padding: 2px 12px;
  margin: 0;
  float: left;
}

#registry-search .ui-selectmenu-button span.ui-selectmenu-text {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}

#registry-search .ui-selectmenu-button span.ui-icon {
  right: 0;
}

ul#search-sort-select-menu li, ul#search-fields-menu li {
  font-size: 12px;
  overflow: hidden;
  padding: 1px 1em 1px .4em;
  border-top: 1px solid #ccc;
}

#registry-search span.ui-selectmenu-button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  padding: 0;
  min-width: 100px;
  float: left;
  background: none;
  background-color: #b7b7b7;
  border: 1px solid #aaaaaa;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-width: 100px;
}

#registry-search #search-results span.ui-selectmenu-button {
  float: right;
  background-color: #d7d7d7;
  height: 16px;
}

#search-results {
  max-width: 735px;
  min-height: 300px;
  border-left: 2px solid #b7b7b7;
  display: inline-block;
  padding: 0 10px;
}

#search-results .uoc-list-details {
  padding: 0px 0 0 10px;
  height: 30px;
  margin-bottom: 20px;
}

#search-results .uoc-list-title {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px 0;
}

#search-results .uoc-list-image {
}

#search-results tr td {
  padding: 20px 10px 0 10px;
  max-height: 150px;
  vertical-align: top;
} 

#search-results .uoc-list-image img, #search-results .uoc-list-image {
  width: 120px;
  height: 120px;
}

#search-sidebar {
  font-size: 13px;
  padding: 12px 12px; 
}

#search-sidebar .title {
  font-size: 1.1em; 
  padding: 0 0 0px 0;
}

.search-filter-box {
  padding: 15px 0; 
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  overflow: hidden;
}

#search-text-box {
  border-top: 1px solid #ccc;
}

.search-inputs {
  list-style-type: none; 
  margin: 0 0 20px 0;
}

.search-input-value {
  background-color: #ddd; 
  padding: 2px 5px; 
  margin: 3px 0;
}

.filter-group {
  margin: 0 0 15px 0;
}

.filter-group-label {
  font-size: 1.1em; 
  font-weight: bold; 
  padding: 5px 0;
  display: inline-block;
}

.filter-options {
  padding-bottom: 8px;
}

.filter-button-group {
  overflow: hidden;
  margin-bottom: 10px;
}

/* Dlee: new site styles */
.main-container {
  font-family: Helvectica, Arial, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande";
  width: 100%;
}

#dashboard-container {
  font-family: Helvectica, Arial, sans-serif, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande";
  width: 100%;
}

#search-block {
  padding-top: 20px;
}

p.face-message {
  font-size: 1.3em;
}

h1.face-heading {
  padding: 10px 0;
  text-align: center;
}

span.face-response {
  font-size: 1em;
  font-decoration: underline;
  font-weight: none;
  text-align: center;
}

.blocks-container {
  width: 100%;
  min-height: 260px;
  display: inline-block;
}

.blocks-container.blue {
  background-color: #3671aa;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  margin-top: 20px;
  color: white;
}

.blocks-container.gray {
  background-color: #eeeeee;
  color: #555;
}

.blocks-container select {
  min-width: 250px;
  line-height: 30px;
  height: 30px;
  margin: 2px 0;
}

.block-8 {
  width: 280px;
  padding: 0 10px;
  text-align: left;
}

.block-12 {
  width: 360px;
  padding: 0 10px;
  text-align: left;
}

.block-16 {
   width: 440px;/*360px;*/
  padding: 0 10px;
  text-align: left;
}

.side-margin {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.auto-margin {
  margin: 0 auto;
}

.block-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 28px;
  padding: 15px 0;
}

.blocks-container.blue .block-title {
  text-shadow: 2px 1px #333;
}

.blocks-container.gray .block-title {
  text-shadow: 2px 1px white;
}

.block-image {
  margin: 0 auto;
  text-align: center;
}

.block-image a {
  display: block;
}
.block-image img {
  max-width: 350px;
  max-height: 130px;
}

.block-message {
  padding: 10px 0;
}

.block-title.small {
  font-size: 18px;
}

.block-message.small {
  padding: 10px 0;
}

.block-button {
  padding-top: 10px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* panels */

.face-panel {
  padding: 40px;
  background-color: white;
}

.face-panel h2 {
  text-align: center;
}

.face-panel.white {
  background-color: #ffffff;
}

.face-panel.white h2 {
  color: #3671aa;
}

.face-panel .btn {
  display: block;
  width: 100%;
}
/* admin panel */
div.admin-panel-container {
  display: inline-block;
  width: 100%;
}

.admin-panel-container h2 {
  padding: 10px;
}

.admin-panel-container input[type=text] {
  width: 200px;
  font-size: 15px;
}

.admin-panel-container .indent {
  padding-left: 20px;
}

.admin-panel .face-table {
  width: 100%;
}

hr.divider {
  padding: 010px ;
  margin: 10px 0;
  border: 0;
  background-color: #ccc;
  width: 100%;
}

/* VA CoP */
.cop-center {
  margin: 0 auto;
  width: 95%;
}

#va-cop-left-pane, #va-cop-right-pane {
  margin-top: 10px;
  font-size: 14px;
}

#va-cop-left-pane {
  overflow: auto;
  max-height: 600px;
}

#va-cop-right-pane {
  background-color: #d9d9d9;
  padding: 20px;
  min-height: 300px;
}

#va-cop-right-pane tr td {
  vertical-align: top;
  max-width: 200px;
  overflow: hidden;
}

#va-cop-dashboard {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#va-cop-icons, #va-cop-mobile-icons {
  text-align: center;  
}

#va-cop-mobile-icons li {
  padding: 5px;
  height: 30px;
}

#va-cop-icons ul a {
  font-size: 13px;
}

#va-cop-icons ul {
  width: 100%;
  margin: 0 auto;
}

#va-cop-icons li {
  list-style-type: none;
  display: inline-block;
  min-width: 85px;
  height: 88px;
  text-align: center;
  vertical-align: top;
  background-color: #d9d9d9;
}

#va-cop-icons li a.dashboard-icon {
  margin: 12px 5px 0 5px;
  background-color: #d9d9d9;
  height: 60px;
}

#va-cop-icons ul.vertical-menu {
  width: 100%;
  border: 1px solid #ccc;
}

#va-cop-icons ul.vertical-menu li {
  border-top: 1px solid #fff;
  display: block;
  height: 28px;
}

#va-cop-icons ul.vertical-menu a {
  display: block;
  padding: 5px 5px;
}

#va-cop-dashboard a.dashboard-icon span {
  display: block;
  padding-top: 44px;
}

#va-cop-dashboard a {
  display: block;
  min-width: 65px;
  color: #00224F;
  background-position: center 0px;
  background-repeat: no-repeat;
  text-decoration: none;
}

#va-cop-header {
  height: 48px;
  padding: 4px 0;
  background-color: #d9d9d9;
}

#uoc-header {
  min-height: 48px;
  padding: 0;
  background-color: #d9d9d9;
  overflow: auto;
}

#uoc-workflow {
  background-color: #e5e5e5;
  padding: 0 50px;
}

#va-cop-top-menu {
  padding-top: 8px;
}

#va-cop-header a.icon, #uoc-header a.icon {
  display: block;
  width: 50px;
  height: 40px;
  color: #00224F;
  background-position: center 0px;
  background-repeat: no-repeat;
  text-decoration: none;
}

#va-cop-top-menu a.icon {
  display: block;
  width: 20px;
  height: 25px;
  margin-left: 20px;
  color: #00224F;
  float: left;
  background-position: center 0px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 25px 20px;
}

#va-cop-header h2, #uoc-header h2 {
  margin: 3px 0 0 10px;
}

#va-cop-header input {
  margin-top: 10px;
}

#va-cop-content {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
}

#uoc-content {
  width: 100%;
  display: inline-block;
}

#va-cop-content .va-ajax-button {
  background: transparent; 
  color: #848484; 
  cursor: pointer;
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.1em;
}

#va-cop-content .va-ajax-button:hover {
  background-color: #f7f7f7;
}

#va-cop-content h2 {
  margin: 0 0 10px 0;
}

#va-cop-content table {
  margin-bottom: 15px;
}

#va-cop-content table td.label {
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}

#va-cop-left-pane table td {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

#va-cop-left-pane table tr.gray {
  background-color: #d9d9d9;
  color: #555555;
}

#va-cop-left-pane table tr.gray td {
  padding: 10px 0;
  border: 0;
}

#va-cop-right-pane table td {
  border-bottom: 1px solid #a4a4a4;
}

#va-cop-left-pane .side-margin {
  margin-right: 0 !important;
}

/* allura overrides */

label.left {
  text-align:  left;
}
label.small {
  font-size: .7em;
  padding-bottom: 4px;
}

/* Notification Badges */
#va-cop-icons .notification-badge {
  border-radius: 9px;
  width: 19px;
  height: 19px;
  background-color: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -65px;
  left: 50px;
}

#va-cop-mobile-icons .notification-badge {
  border-radius: 9px;
  width: 19px;
  height: 19px;
  background-color: red;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -20px;
  left: 65px;
}

.notification-badge-small {
  width: 20px;
  height: 15px;
  margin-left: 20px;
  float: left;
  text-align: center;
}

.unread-item {
  font-weight: bold;
}

/* metadata */
div.md-field {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

div.md-field-heading {
  padding: 10px 0 10px 0;
}

div.md-field-heading h3 {
  padding: 5px 0 10px 0;
  text-align: left;
  font-size: 21px;
  text-decoration: underline;
  color: #555;
}

div.md-field-label-container {
  width: 20%;
  padding: 1em 0;
  text-align: right;
}

div.md-field-label {
  margin-right: 20px;
  text-align: right;
  line-height: 20px;
}

div.md-field-sublabel {
  margin: 0px 5px 0px 0;
  text-align: left;
  line-height: 20px;
  width: 50px;
}

div.md-field-value-container-static {
  width: 45%;
  padding: .6em 0;
}

div.md-field-value-container {
  width: 45%;
  padding: 1em 0;
}

div.md-field-desc-container {
  width: 31%;
  color: #666;
  font-size: 12px;
  margin: 15px 15px;
}

div.md-field-list-container {
  margin: 0 0 10px 0;
}

.md-field img.field-image {
  max-width: 75px;
  max-height: 75px;
}

.md-field .field-checkboxes {
  margin: 0 0 8px 0;
  width: 50%;
}

.list-item-title {
  font-size: 18px;
}


/* jquery */
.ui-dialog .ui-dialog-buttonpane button {
  height: 30px;
}

/* bootstrap overrides */
.glyphicon-mini {
  font-size: 9px;
}
.btn {
  background-image: none;
}
.btn-face {
  color: #fff;
  background-color: #002a55;
  border-color: #000;
}
.btn-face:hover, .btn-face:active, .btn-face:focus { 
  background-color: #006699 !important;
  color: #fff;
}
.btn-face-gold {
  background-color: #bba16d;
  border-color: #555;
  color: #ffffff;
}
.btn-face-gold:hover, .btn-face-gold:active { 
  background-color: #daba6d !important;
  color: #fff;
}
.btn-face:visited {
  color: #fff;
}
.alert-fixed {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px
}
h3.popover-title {
  padding: 8px 14px;
  color: inherit;

}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: #ddd;
}
table.table th {
}
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }

#ng-registry .modal-dialog {
  width: 70%;
  height: 80%;
}

#ng-registry .modal-dialog .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: darkgreen;
}
/* OSDU Additions */

#logo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.site-branding {
  margin-bottom: 20px;
}
#masthead {
  display: flex;
  justify-content: flex-start !important;
  z-index: 999;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container.header-osdu {
  position: absolute;
  right: 0;
  display: flex!important;
  justify-content: flex-end;
}
.header-area {
  margin-top: 40px;
  box-shadow: none;
  background-color: #fff;
}
.navbar.navbar-default {
  background-color: transparent !important;
  background-image: none;
  font-weight: 200;
}
.navbar {
  box-shadow: none;
  background-color: transparent !important;
  font-family: 'Arial Bold';
  text-transform: uppercase;
  border-radius: 0;
  min-height: 50px;
}
.navbar-default {
  border: none;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.nav {
    padding-left: 0;
    list-style: none;
    text-shadow: 0 0 black;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #81a2b0;
}
.navbar-default .navbar-nav > li > a {
  border-right: 1px solid #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.navbar-collapse {
  padding: 0;
}
.nav>li>a {
  padding-right: 20px!important;
  font-size: 13px;
  padding-left: 20px;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-nav>li>a {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 20px;
}
.nav>li>a {
  padding-right: 20px!important;
  font-size: 13px;
  padding-left: 20px;
}
.login {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
#login-button {
  border-radius: 10px;
  padding: 5px 30px;
  font-family: 'Arial Bold';
  color: #fff;
  background-color: #009959;
  border: 1px solid #fff!important;
  font-size: 12px;
  height: 35px;
}

h1{color:#00A6DE;font-family:'Arial Bold';letter-spacing: 2px!important;}
h2 {color:#00A6DE;font-family:'Arial Bold';letter-spacing: 2px!important;}
h3 {color:#00A6DE;font-family:'Arial Bold';font-size:25px!important;}
h4{color:#81A2B0;font-family:'Arial Bold';font-size:20px!important;}
h5{color:#fff;font-family:'Arial'}

#colophon {
  background-color: #00aeef;
  display: flex;
  justify-content: center!important;
  padding: 10px 0;
  margin-top: 20px;
}
footer.site-footer {
  padding: 45px 0 0 !important;
}
.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 219px;
}
.flinks {
    margin: 25px auto;
    line-height: 2;
}
footer ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    display: inline;
    padding: 0 15px;
    border-right: 1px solid white;
}
footer ul li:last-child {
    border: none;
}
footer ul li a {
    color: white !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.fnet {
    text-align: center;
}
.fnet a {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin: 0 8px;
}

.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fcopy {
    margin: 20px auto;
}
.fcopy p {
    color: white !important;
    font-family: 'Lato', sans-serif;
    font-weight: 450;
    font-size: 17px;
}

/* product modal */
.modal-body .subheader {
  color:darkgreen;
  font-size:18px;
  font-weight:0;
  margin: 7px 0;
  line-height: 20px;
}
.modal-body span {
  line-height: 20px;
  min-height: 20px;
}
.modal-body p {
  font-size: 14px;
  font-family: Lato, sans-serif;
  line-height: 20px;
}
.modal-body .thin-hr {
  width: 100%;
  padding: 0;
  border: 0;
  border-top: 1px solid lightgrey;
}
