
@import url("../../roojs1/colorbrewer/colorbrewer-bg.css");

@import url("hyperlight/plain.css");
@import url("hyperlight/vibrant-ink.css");
@import url("hyperlight/zenburn.css");
@import url("hyperlight/wezterm.css");
        
        
 
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

body {
  background: #fff;
  color: #000;
  margin: 0;
  padding: 0;
}

body, th, td {
  font: normal 10pt
   /* Cambria, */
    'Lucida Grande', 'Lucida Sans Unicode',
      Verdana, Arial, 'Bitstream Vera Sans',
      Helvetica, sans-serif;
}
 

h1 {
  font-size: 18pt;
}

h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

hr {
  border: none;
  border-top: 1px solid #ccb;
  margin: 4px 0;
}

address {
  font-style: normal;
}
img {
  border: none;
}

ol.wikilist li, ul.wikilist li {
  width: 50em;
}

.underline { text-decoration: underline; }
ol.loweralpha { list-style-type: lower-alpha; }
ol.upperalpha { list-style-type: upper-alpha; }
ol.lowerroman { list-style-type: lower-roman; }
ol.upperroman { list-style-type: upper-roman; }
ol.arabic { list-style-type: decimal; }

:link, :visited {
  text-decoration: none;
  /* color: #b00; */
  color: rgb(43, 84, 125);
  border-bottom: 1px dotted #bbb;
}

:link:hover, :visited:hover {
  background-color: #eee;
  color: #555;
}

h1 :link, h1 :visited,
h2 :link, h2 :visited,
h3 :link, h3 :visited,
h4 :link, h4 :visited,
h5 :link, h5 :visited,
h6 :link, h6 :visited {
  color: inherit;
}

.anchor:link, .anchor:visited {
  border: none;
  color: #d7d7d7;
  font-size: 0.8em;
  vertical-align: text-top;
}

* > .anchor:link, * > .anchor:visited {
  visibility: hidden;
}

h1:hover .anchor,
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
  visibility: visible;
}

.nav h2, .nav hr {
  display: none;
}

.nav ul {
  font-size: 9pt;
  list-style: none;
  margin: 0;
  text-align: right;
}
.nav li {
  border-right: 1px solid #d7d7d7;
  display: inline;
  padding: 0 0.75em;
  white-space: nowrap;
}
.nav li.last {
  border-right: none;
}

#wikinav {
  float: right;
  clear: both;
}

#wikinav ul {
  text-align: left;
}

#wikinav li {
  display: block;
  padding: 0.25em 0px;
  margin-left: 0.5em;
  border: none;
}

#mainnav {
  font-size: 9pt;
  margin: 1em 0 0.33em;
  padding: 0.2em 0;
}

#mainnav li {
  padding: 0.25em 0px;
  margin-left: 0.5em;
  border: none;
}
#mainnav li a {
  background: #eee;
}

#mainnav :link,
#mainnav :visited ,
.footnav :visited ,
.footnav :link{
  color: #000 !important;
  padding: 0.2em 1em;
  border: 1px solid lightGrey;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#mainnav :link:hover,
#mainnav :visited:hover ,
.footnav :link:hover,
.footnav :visited:hover
{
  background-color: #ccc;
}

.footnav ul {
    list-style: none;
}
.footnav  {
    display: inline;
    float: left;
    margin-right: 10px
}
#mainnav .active :link,
#mainnav .active :visited ,
.footnav :visited {
  border: 1px solid #777;
  background: #333;
  color: #eee;
  font-weight: bold;
}

#content {
  margin: 1em;
  
}

#content p {
  width: 50em;
  margin-top: 1em;
}

#content td p:first-child {
  margin-top: 0;
}

input, textarea, select {
  margin: 2px;
}
input, select {
  vertical-align: middle;
}
.button, input[type=button], input[type=submit], input[type=reset] {
  /* background: #eee; */
  color: #222;
  border: 1px outset #ccc;
  padding: 0.1em 0.5em;
}
.button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background: #ccb;
}
.button[disabled], input[type=button][disabled], input[type=submit][disabled],
input[type=reset][disabled] {
 background: #f6f6f6;
 border-style: solid;
 color: #999;
}
input[type=text], input[type=password], input.textwidget, textarea { border: 1px solid #d7d7d7 }
input[type=text], input[type=password],input.textwidget { padding: .25em .5em }
input[type=text]:focus, input[type=password]:focus, input.textwidget:focus, textarea:focus {
 border: 1px solid #886;
}
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
form p.hint, form span.hint { color: #666; font-size: 85%; font-style: italic; margin: .5em 0;
  padding-left: 1em;
}
fieldset.iefix {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
* html fieldset.iefix { width: 98% }
fieldset.iefix p { margin: 0 }
legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
label.disabled { color: #d7d7d7 }
.buttons { margin: .5em .5em .5em 0 }
.buttons form, .buttons form div { display: inline }
.buttons input { margin: 1em .5em .1em 0 }
.inlinebuttons input {
 font-size: 70%;
 border-width: 1px;
 border-style: dotted;
 margin: 0 .1em;
 padding: 0.1em;
 background: none;
}

div.wikipreview {
  background-color: #eee;
  margin-bottom: 2em;
}

div.error, textarea.error, input.error {
  border: solid 1px red;
}

div#motd {
  float: right;
}

table.history {
  border-collapse: collapse;
}

table.history tr {
  vertical-align: text-top;
}
table.history tr th {
  text-align: left;
}

table.history tr td.diff {
  border-bottom: solid 1px #bbb;
  padding: 1em 4em;
}

table.codeann {
  border-collapse: collapse;
  border: solid 1px #bbb;
}

tt, pre, td.code {
  font-family: 'Consolas', 'Bitstream Vera Sans Mono',
    'Monaco', 'Courier New', 'Courier', monospace;
}

pre, td.code {
  border: solid 1px #bbb;
  padding: 0.2em;
  margin: 0.4em;
  background-color: #eee;
  overflow-x: auto;
  word-wrap: break-word;
}

td.code {
  overflow-x: auto;
  word-wrap: break-word;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #bbb;
  border-right: solid 1px #bbb;
  font-size: 9pt;
}

td.source-code {
  overflow-x: auto;
  white-space: pre;
  font-family: 'Consolas', 'Bitstream Vera Sans Mono',
    'Monaco', 'Courier New', 'Courier', monospace;
  word-wrap: break-word;
  /* line-height: 1.6em; */
  line-height: 17px;     
  border: solid 1px #bbb;
  background-color: #eee;
  vertical-align: top;
}

table.codeann {
  width: 100%;
}

table.codeann tr th {
  border-bottom: solid 1px #bbb;
}

table.codeann tr th.code {
  text-align: left;
}
table.codeann tr td{
  font-family: 'Consolas', 'Bitstream Vera Sans Mono',
    'Monaco', 'Courier New', 'Courier', monospace !important;;
  font-size: 8pt !important;
  
}
able.codeann tr td a {
    
}
 
 
table.codeann tr th, table.codeann tr td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

table.codeann tr th.line,
  table.codeann tr td.line
  {
    text-align: right;
  line-height: 17px;
  }
  table.codeann tr th.changeset,
  table.codeann tr td.changeset,
  table.codeann tr td.user,
  table.codeann tr th.user
  {
  text-align: right;
  line-height: 15px;
}

table.codeann tr td.line a:link,
table.codeann tr td.user a:link,
table.codeann tr td.changeset a.changesetlink:link {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
}

table.codeann tr th.user, table.codeann tr td.user {
  padding-left: 0.5em;
  padding-right: 0.5em;
  white-space: nowrap;
}

/* by default, when showing an annotated file, hide annotations, but show
 * the line numbers */
/** this seems to cause havoc with our show hide stuff...

table.codeann tr th.changeset, table.codeann tr td.changeset,
table.codeann tr th.user, table.codeann tr td.user {
  display: none;
}
*/


pre {
  font-size: 9pt;
}



blockquote.citation {
  border-left: solid 2px #b00;
  padding-left: 0.5em;
  margin-left: inherit;
  font-style: italic;
  color: #444;
}

a.pmark {
  color: inherit;
}

table.wiki {
  border-collapse: collapse;
}

table.wiki tr td {
  border: solid 1px #bbb;
  padding: 0.2em 0.5em;
}

table.report {
  border-collapse: collapse;
  width: 100%;
  clear: both;
}

table.report tr th {
   border-bottom: 2px solid #666666;
  padding: 0.2em 0.5em;
  font-weight: bold;
  text-align: left;
}

table.report tr td {
  border-bottom: solid 1px #bbb;
  padding: 0.2em 0.5em;
}

h2.reportgroup {
}

table.progress {
  width: 20em;
  height: 1em;
  border: solid 1px green;
  border-collapse: collapse;
}

table.progress tr td.closed {
  background-color: #8b8;
  padding: 0;
}

table.esthours {
  border: solid 1px blue;
}

table.esthours tr td.closed {
  background-color: #88b;
}

div.milestone {
  margin-bottom: 3em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.2em;
}

textarea.code {
  font-family: monospace;
  font-size: 1em;
}

textarea.wiki {
  width: 500px;
  font-family: monospace;
  font-size: 1em;
  height: 150px;
}

.banner-username { 
  float: right;
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
}
.banner-title {
    float: left;
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
}
/*
#banner-back {
   
  background-image: url(../gradient-header.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: rgb(229,229,229);
 
  
}
*/

     

#banner {
  display: inline;
  font-family: Calibri, Arial, Verdana, 'Bitstream Vera Sans',
    Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 1.1em;
  clear: both;
}

#header {
  clear: both;
}

#mainsearch {
  float: right;
  margin: 0;
}

#mainsearch input.search {
  margin-left: 1em;
  width: 30em;
}

/* approximate Safari input type=search */
input.roundsearch {
  border-radius: 12px;
  -moz-border-radius: 12px;
  border-style: inset;
  border-width: 1px;
  border-color: #777;
  color: black;
  padding-left: 1em;
  padding-right: 1em;
}

input.watermark {
  color: #999;
}


div.excerpt span.hl {
  background-color: yellow;
}

table.searchresults tr td {
  padding-bottom: 0.8em;
}

table.searchresults tr {
  vertical-align: top;
}

div.flotgraph div {
}

h1.timelineday {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #bbb;
  color: #999;
}

div.timelineevent {
  padding-bottom: 0.25em;
  margin-top: 0.5em;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #eee;
}

div.timelineevent a.userlink.timelineface {
  float: left;
  margin: 0;
/*  padding: 0 1em 1em 0; */
  border-bottom-style: none;
}

div.timelineevent span.time {
  color: #999;
  font-size: 0.9em;
}

div.timelinetext {
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 0;
}

div.timelinereason {
  color: rgb(84,84,84);
  font-size: 0.8em;
  margin-bottom: 0;
}



.newticket {
  background: url(images/newticket.png) no-repeat;
}
.editticket {
  background: url(images/editedticket.png) no-repeat;
}
.closedticket {
  background: url(images/closedticket.png) no-repeat;
}
.editwiki {
  background: url(images/wiki.png) no-repeat;
}
.editmilestone {
  background: url(images/milestone.png) no-repeat;
}
.newchangeset {
  background: url(images/changeset.png) no-repeat;
}

a.changesetlink {
    
  
    border: 1px solid #CCCCCC;
    color: #999999;
    font-family: monospace;
    font-size: 0.8em;
    margin-bottom: 0;
    text-decoration: underline;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100px;
    overflow: hidden;
    display: inline-block;
}

table.codeann tr td.changeset a.changesetlink {
  background-image: none;
  padding-left: 2px;
  font-size: 0.8em;
}

a.ticketlink {
 /* background: rgb(255, 255, 170); */
  border-bottom: 1px dashed blue;
  /*border-left: 1px solid rgb(255, 255, 204);
  border-right: 1px solid rgb(255, 238, 0);
  border-top: 1px solid rgb(255, 255, 204); */
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9em;
/*
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; */
}

a.wikilink {
  background: rgb(170, 255, 170);
  border-bottom: 1px solid rgb(0, 204, 51);
  border-left: 1px solid rgb(204, 255, 204);
  border-right: 1px solid rgb(0, 204, 51);
  border-top: 1px solid rgb(204, 255, 204);
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  background-image: url(images/wiki.png);
  background-repeat: no-repeat;
  background-position-y: 2;
  background-position-x: 2;
  padding-left: 16px;
}
/* Styles for tabular listings such as those used for displaying directory
   contents and report results. */
table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
 width: 100%;
}
table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
table.listing thead { background: #f7f7f0 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 11px;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { }
table.listing th.desc a { }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .33em .5em;
 vertical-align: top;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.even { background-color: #fcfcfc }
table.listing tbody tr.odd { background-color: #f7f7f7 }
table.listing tbody tr:hover { background: #eed !important }


/* Styles for the directory entries table
   (extends the styles for "table.listing") */
#dirlist { margin-top: 0 }
#dirlist td.rev, #dirlist td.age, #dirlist td.change, #dirlist td.size {
 color: #888;
 white-space: nowrap;
}
#dirlist td.size { text-align: right; }
/* #dirlist td.name { width: 30% } */
#dirlist td.name a, #dirlist td.name span {
 background-position: 0% 50%;
 background-repeat: no-repeat;
 padding-left: 20px;
 white-space: nowrap;
}

#dirlist td.name a.parent { background-image: url(images/parent.png) }
#dirlist td.name a.dir { background-image: url(images/treeview/folder-closed.gif) }
#dirlist td.name span.dir { background-image: url(images/treeview/folder-closed.gif) }
#dirlist td.name a.file { background-image: url(images/file.png) }
#dirlist td.name span.file { background-image: url(images/filedeny.png) }
#dirlist td.name a, #dirlist td.rev a { border-bottom: none; display: block }
#dirlist td.change {
    height: 14px;
    overflow: hidden;
    display: block;
    white-space: normal;

}
#dirlist td.change  * {
    display: inline;
}
table.code.diff {
  border-collapse: collapse;
  border: 1px solid #d3d3d0;
  width: 100%;
  margin-bottom: 3em;
}

table.code.diff tr.removed {
  background-color: rgb(255, 221, 221);
}
table.code.diff tr.added {
  background-color: rgb(221, 255, 221);
}

table.code.diff tr td {
  white-space: pre;
  font-family: 'Consolas', 'Bitstream Vera Sans Mono',
    'Monaco', 'Courier New', 'Courier', monospace;
  color: black;
  line-height: 1.5em;
  overflow-x: auto;
  word-wrap: break-word;
  font-size: 8pt;
}

table.code.diff tr td.line {
  padding-left: 1.5em;
  border-left: 1px solid #d3d3d0;
}
table.code.diff tr.first {
  border-top: 1px solid #d3d3d0;
}

table.code.diff tr td.lineno {
  text-align: right;
  padding-right: 1em;
  width: 1%;
}

table.code.diff tr.meta td.line {
  border: none;
}

pre.code.diff {
  border: 1px solid #d3d3d0;
  color: #939399;
}

.code.diff code {
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
  line-height: 1.5em;
  display: inline-block;
  overflow-x: auto;
  word-wrap: break-word;
}

/*
.code.diff code.odd {
  background-color: #f7f7f7;
}
.code.diff code.even {
  background-color: #fcfcfc;
}
.code.diff code.removed {
  background-color: rgb(255, 221, 221);
}
.code.diff code.added {
  background-color: rgb(221, 255, 221);
}
*/

ol.code {
  text-align: left;
  border: 1px solid #d3d3d0;
  color: #939399;
}

ol.code li {
  white-space: nowrap;
  list-style-type: none;
  margin: 0;
  margin-left: 2em;
  padding: 0 0 0 0em;
  text-align: left;
  border-left: 1px solid #d3d3d0;
}

ol.code li.even { background-color: #fcfcfc }
ol.code li.odd { background-color: #f7f7f7 }
ol.code li code {
  white-space: pre;
  padding-left: 1em;
  line-height: 1.5em;
  color: black;
}
ol.code {
  overflow-x: auto;
  word-wrap: break-word;
}
div.changesets {
  background-color: #ddd;
}

div.changeset, div.changesetodd {
    clear: both;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #bbb;
  
}
div.changeset-committed  div.changelog { 
  background-color:#fdd;
}
div.changeset-good-to-go  div.changelog {
  background-color:#585;
}
div.changeset-pending-review  div.changelog {
  background-color:#855;
}

div.changeset-live div.changelog {
  background-color:#336;
}
 

 
div.changesets img.gravatar, div.revinfo img.gravatar
{
  float: left;
  margin: 0 0.5em 0.5em 0;
}

div.changelog {
  padding: 0.5em;
  padding-left: 1em;
  float: left;
  
}
#content div.changelog  p {
    margin-top: 0;
    width:auto;
}
div.changeinfo {
  /* border-bottom: solid 1px #bbb; */
  margin: 0;
  padding: 0.5em 0px 0px 0.5em;
  float: left;
  width: 250px;
}

div.changesetday {
  font-size: 1.2em;
  background-color: #ccc;
  border-bottom: solid 1px #bbb;
  margin: 0;
  padding: 0;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-left: 1em;
  color: #777;
  clear:both;
}


span.branchname, span.milestone {
  background: rgb(170, 255, 170);
  border-bottom: 1px solid rgb(0, 204, 51);
  border-left: 1px solid rgb(204, 255, 204);
  border-right: 1px solid rgb(0, 204, 51);
  border-top: 1px solid rgb(204, 255, 204);
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a.keyword {
  background: rgb(170, 255, 170);
  border-bottom: 1px solid rgb(0, 204, 51);
  border-left: 1px solid rgb(204, 255, 204);
  border-right: 1px solid rgb(0, 204, 51);
  border-top: 1px solid rgb(204, 255, 204);
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 0.5em;
  font-size: 0.9em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

span.milestone {
  background-image: url(images/milestone.png);
  background-repeat: no-repeat;
  background-position-x: 2px;
  padding-left: 16px;
}

span.tagname {
  background: rgb(255, 255, 170);
  border-bottom: 1px solid rgb(255, 238, 0);
  border-left: 1px solid rgb(255, 255, 204);
  border-right: 1px solid rgb(255, 238, 0);
  border-top: 1px solid rgb(255, 255, 204);
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9em;
}

.completed {
  text-decoration: line-through;
}

ol.code li code.removed {
  background-color: rgb(255, 221, 221);
  display: block;
  padding-right: 0;
}

ol.code li code.added {
  background-color: rgb(221, 255, 221);
  display: block;
  padding-right: 0;
}

div.difffiles {
  margin-top: 2em;
  margin-bottom: 1em;
}

table.fields {
  width: 45em;
}

input.summaryedit {
  font-size: 1.1em;
  font-weight: bold;
}

select.asmSelect {
  display: inline;
}

div.asmContainer {
 border: 1px solid #d7d7d7;
 padding: .5em;
}

/* disabled options in the asmSelect */
select.asmSelect option.asmOptionDisabled {
  color: #999;
}

ol.asmList, ul.asmList {
  /* html list constructed around selected items */
  margin: 0.25em 0 1em 1em;
  position: relative;
  display: block;
  padding: 0.4em 0 0 0;
}

li.asmListItem {
  margin-left: 0.5em;
  line-height: 1.6em;
  list-style: disc;
}

a.asmListItemRemove {
  padding: 0.2em 0.2em 0.2em 0.5em;
  border: none;
}

div.ticketchangeinfo img.gravatar {
  float: right;
  margin: 0 0em 1em 1em;
}
div.timelinereason img.gravatar {
  float: left;
  margin: 0 1em 1em 0em;
}
div.ticketevent, div.timelineevent, h1.timelineday {
  clear: both;
}

div.userinfo img.gravatar {
  float: right;
}

div.ui-state-highlight, div.ui-state-error {
  padding: 0.4em;
}
.ui-widget {
  font-size: 1em;
}
.ui-widget p {
  margin-bottom: 1.2em;
}

span.ui-icon-info, span.ui-icon-alert {
  margin-right: 0.6em;
  float: left;
}

#changelog-container {
  margin-left: 2em;
}

div.attachment-list {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
/*  background: url(images/treeview/treeview-gray.gif) -64px -25px no-repeat; */
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}
.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 20px;
}

.treeview li {
  background-image: none;
  /* url(images/treeview/treeview-gray-line.gif) 0 0 no-repeat; */
}
.treeview li.collapsable {
  background: url(images/treeview/folder.gif) no-repeat;
}
.treeview li.expandable {
  background: url(images/treeview/folder-closed.gif) no-repeat;
}

#wikilastchange {
  float: right;
  padding: 0.5em;
  margin: 1em 0 1.5em 1.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #bbb;
  background-color: #eee;
  font-size: 0.8em;
  width: 15em;
}

#wikilastchange a.userlink.wikilastchange {
  float: left;
  padding: 0 0.5em 0.5em 0;
  border: none;
}

#footer {
  
  background-image: url(images/gradient-footer.png);
  background-position: center top;
  background-repeat: repeat-x;
  
  background-color: rgb(229,229,229);
/*  clear: both;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 1em;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
*/
}

div.navfoot {
  color: #999;
  font-size: 0.8em;
  padding-left: 1em;
  padding-top: 1em;
  height: 2.5em;
}

#openid_identifier {
  font-size: 2em;
}

#openid-sign-in {
  font-size: 2em;
}

#openidlink {
  border: none;
}

@media print {
  #header, #banner, #mainsearch, div.navfoot {
    display: none;
  }
  #qform {
    margin-bottom: 0em;
  }
  #qtable tr td, #qtable tr td input {
    font-size: 0.5em;
  }
  #qtable tr td select {
    font-size: 1em;
  }
  input {
    border: none;
  }
  input[type=submit], button, #customqryaddfilter {
    display: none;
  }
  h1 {
    font-size: 1.2em;
  }
  #wikinav, #wikilastchange {
    display: none;
  }
}

span.fulldate {
    display: block;
  color: #999;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

div.ticketevent abbr.timeinterval {
  color: #777;
}

tr.inactiveuser {
  text-decoration: line-through;
}

/*

.button, button, input[type=button], input[type=submit], input[type=file] {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #e6e6e6
    url(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png);
  border: 1px solid lightGrey;
  color: #555;
  cursor: pointer;
}
*/
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=file]:hover {
  background: #dadada
    url(smoothness/images/ui-bg_glass_75_dadada_1x400.png);
  border: 1px solid #999;
  color: #212121;
}

.button[disabled], button[disabled], input[type=button][disabled], input[type=submit][disabled], input[type=file][disabled] {
 /* background: #fff; */
  border: 1px solid #ddd;
  color: #999;
}

textarea.shortwiki.markItUpEditor {
  height: 5em;
}

#snippetmug {
  float: right;
}

#recentsnippets {
  font-size: smaller;
  width: 10em;
  vertical-align: top;
}

form.snippetform,
div.snippetview {
}

div.snippetsummary {
  margin-top: 1em;
}

#newsnippet {
  margin-bottom: 1em;
}

div.permissioneditor th {
  font-weight: bold;
}

div.permissioneditor tr.inheritedacl {
  color: #999;
}

div.button-float {
     background-color: #CC3;
  width: 100%;
   padding: 0.5em;
}

div.button-float-floating {
    background-color: #CC3;
  border: solid 1px #ccc;
  left: -1em;
  padding-left: 2.3em;
}
.clear {
    float: left;
    clear:both;
    display: block;
}
/* vim:ts=2:sw=2:et:
 */




.showdown { font-size: 62.5%; }


.showdown {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.1;
	color: #222; 
	/*width: 700px;*/
	margin: auto;
	background: #FCFCFC;
	position: relative;
	border: solid 1px #BBB;
        padding: 10px !important;
        margin: 0.4em;
}

.showdown p,.showdown ul,.showdown ol,.showdown dl,.showdown table,.showdown pre { margin-bottom: 1em; }
.showdown ul { margin-left: 20px; }
.showdown li { display: list-item; }
.showdown ul li { list-style: disc; }
.showdown ol li { list-style: decimal; }
.showdown strong, .showdown b {
font-weight: bolder;
}
.showdown i, .showdown cite, .showdown em, .showdown var, .showdown address {
font-style: italic;
}


.showdown a { text-decoration: none; cursor: pointer; color: #ba832c; font-weight: bold; }
.showdown a:focus { outline: 1px dotted; }
.showdown a:visited {  }
.showdown a:hover, .showdown a:focus { color: #d3a459; text-decoration: none; }
.showdown a *, .showdown button * { cursor: pointer; }
/* .showdown hr { display: none; } */
.showdown small { font-size: 90%; }
.showdown input, .showdown select, .showdown button, .showdown textarea, .showdown option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
.showdown button, .showdown label, .showdown select, .showdown option, .showdown input[type=submit] { cursor: pointer; }
.showdown .group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.showdown .group {display: inline-block;}
/* Hides from IE-mac \*/ * html .group {height: 1%;} .group {display: block;} /* End hide from IE-mac */
.showdown sup { font-size: 80%; line-height: 1; vertical-align: super; }
.showdown button::-moz-focus-inner { border: 0; padding: 1px; }
.showdown span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }

.showdown h1,.showdown h2,.showdown h3,.showdown h4,.showdown h5,.showdown h6 { 
    line-height: 1.4; 
    font-family: 'Trebuchet MS', verdana, sans-serif;
}
.showdown h1 { font-size: 24pt; }
.showdown h2 { font-size: 22pt; }
.showdown h3 { font-size: 20pt; }
.showdown h4 { font-size: 18pt; }
.showdown h5 { font-size: 16pt; }
.showdown h6 { font-size: 14pt; }

.showdown ::selection { background: #745626; }
.showdown ::-moz-selection { background: #745626; }
  

.showdown h1 a,
.showdown h1 a:hover {
	color: #d7af72;
	font-weight: normal;
	text-decoration: none;
}

.showdown pre {
    background: #EEE;
    color: blue;
    padding: 8px 10px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    overflow-x: hidden;
    font-weight: bold;
}

.showdown pre code {
	font-size: 10pt;
}

.showdown .thumb { 
    float:left;
    margin: 10px;
}
.showdown  blockquote { 
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/** our speech bubles.. */
.bubble-wrap >  div {
    
    position: relative;
    padding: 15px;
    margin: 1em 0 1em;
    color: black;
    background: #FFF;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#CEC));
    background: -moz-linear-gradient(#FFF, #CEC);
    background: -o-linear-gradient(#FFF, #CEC);
    background: linear-gradient(#FFF, #CEC);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-color: #CEC;
    }

.bubble-wrap > div::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #CEC transparent;
    display: block;
    width: 0;
}
.bubble-wrap > p {
    position: relative;
    top: -0.8em ;
    left: 45px;
}
.bubble-wrap-commit > div {
    position: relative;
    padding: 4px;
    margin: 1em 0 3em;
    border: 5px solid #5A8F00;
    color: #333;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble-wrap-commit > p {
    position: relative;
    top: -29px;
    left: 90px;
}
    
.bubble-wrap-commit > div::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: white transparent;
    display: block;
    width: 0;
}
.bubble-wrap-commit > div::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #5A8F00 transparent;
    display: block;
    width: 0;
}