/* Trac CSS */
/*body
{
	background: #fff;
	color: #000;
	margin: 10px;
	padding: 0;
}
body, th, td
{
	font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
}
*/
body { margin: 0; padding: 0;/* background:url(../../images/header_bckgrnd.gif) black repeat-x top; color:white; */}
body, th, td { font:12px/1.4em Verdana,sans-serif; }

h1, h2, h3, h4 {
 font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif;
 font-weight: bold;
 letter-spacing: -0.018em;
}
/*h1 { font-size: 19px; margin: .15em 1em 0 0 } */
h1 {
	letter-spacing:.0325em;
	margin-top:10px;
	gpadding:0px 0px 11px 2px;
	text-align:left;
	font-size: 19px;
	margin: .15em 1em 0 0; 
}

h2 { font-size: 16px }
h3 { font-size: 14px }
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
address { font-style: normal }
img { border: none }
tt { white-space: pre }

.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 styles */
:link, :visited {
 text-decoration: none;
 color: #b00;
 border-bottom: 1px dotted #bbb;
}
:link:hover, :visited:hover {
 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;
}

/* Heading anchors */
.anchor:link, .anchor:visited {
 border: none;
 color: #d7d7d7;
 font-size: .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;
}

@media screen {
 a.ext-link .icon {
  background: url(../extlink.gif) left center no-repeat;
  padding-left: 16px;
 }
 * html a.ext-link .icon { display: inline-block; }
}

/* Forms */
input, textarea, select { margin: 2px }
input, select { vertical-align: middle }
input[type=button], input[type=submit], input[type=reset] {
 background: #eee;
 color: #222;
 border: 1px outset #ccc;
 padding: .1em .5em;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 background: #ccb;
}
input[type=button][disabled], input[type=submit][disabled],
input[type=reset][disabled] {
 background: #f6f6f6;
 border-style: solid;
 color: #999;
}
input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 }
input[type=text], input.textwidget { padding: .25em .5em }
input[type=text]:focus, input.textwidget:focus, textarea:focus {
 border: 1px solid #886;
}
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
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;
 padding: 0.1em;
 background: none;
}

/* Header */
#header hr { display: none }
/*#header h1 { margin: 1.5em 0 -1.5em; } */
#header h1 { margin:0; width:111px; height:41px; position:absolute; bottom:10px; left:25px; }
#header img { border: none; margin: 0 0 -3em }
#header :link, #header :visited, #header :link:hover, #header :visited:hover {
 
 color: #555;
 margin-bottom: 2px;
 border: none;
}
#header h1 :link:hover, #header h1 :visited:hover { color: #000 }

/* Quick search 
#search {
 clear: both;
 font-size: 10px;
 height: 2.2em;
 margin: 0 0 1em;
 text-align: right;
}*/
#search
{
 clear: both;
 font-size: 90%;
 height: 2.2em;
 margin: 0 20px 1em 0;
 text-align: right;
 display:compact;
 position:relative;
 top:-55px;
 
 
 }
#search input { font-size: 10px }
#search label { display: none }

/* Navigation */
.nav h2, .nav hr { display: none }
.nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right;padding:0;}
.nav li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 padding: 0 .625em;
 white-space: nowrap;
}
.nav li.last { border-right: none }


/* Main navigation bar */
#mainnav { /*margin:0;*/  } 
#mainnav ul { margin-top:20px;
position:absolute;
	top:-80px;
	right:15px;}
#mainnav li { /*background: #660000; */ border-right: 3px black solid; }
#mainnav li.active { /*background: transparent; */ }
#mainnav li.last { border-right-width: 0.5em; }
#mainnav li a:link, #mainnav a:visited {  color:white; 	text-indent:-5000px; text-align:left; }
#mainnav li a:hover { }
#mainnav li.active a:link, #mainnav li.active a:visited { /*background: transparent;*/ color: black; }
#mainnav *:link:hover, #mainnav *:visited:hover {color:maroon;  }
#mainnav li.active *:link:hover, #mainnav li.active *:visited:hover { }





#mainnav {
/* background: #f7f7f7 url(../topbar_gradient.png) 0 0; */
 border: 1px solid white;
 font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
 padding: .2em 10px .2em 0 ;
 margin:0 auto;
 height:30px;
 left:190px;
 position:relative;
 width:550px;
 z-index:1;
 	
}
#mainnav li { border-right:none; padding:.25em 0; margin-left:5px;display:inline;
	padding:0px;
	margin:0px;
	text-indent:-5000px;
	 }
#mainnav :link, #mainnav :visited {
 /*background: url(../dots.gif) 0 0 no-repeat; */

 border-bottom: none;
 
 color: #000;
 /*padding: .3em 21px; */
} 
*/* html #mainnav :link, * html #mainnav :visited { background-position: 1px 0 }
#mainnav :link:hover, #mainnav :visited:hover {
 background-color: #FFCC00;
} */
#mainnav .active :link, #mainnav .active :visited {
/* background: #333 url(../topbar_gradient2.png) 0 0 repeat-x; */
 border-top: none;
 color: #eee;
 font-weight: bold;
 text-indent:-5000px;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
}

#mainnav_wiki a:hover, #mainnav_timeline a:hover, #mainnav_roadmap a:hover, #mainnav_browser a:hover, #mainnav_tickets a:hover, #mainnav_search a:hover, #mainnav_docs a:hover, #mainnav_newticket a:hover, #mainnav_admin a:hover, #mainnav .active :link
{
	background-position:left -102px;
	
}

#mainnav_wiki a, #mainnav_timeline a, #mainnav_roadmap a, #mainnav_browser a, #mainnav_tickets a, #mainnav_search a, #mainnav_newticket a, #mainnav_docs a, #mainnav_admin a
{
	height:89px;
	float:left;	
}

#mainnav_wiki a
{
	background-image:url(../images/nav_wiki.gif);
	width:63px;	
}
#mainnav_timeline a
{
	background-image:url(../images/nav_timeline.gif);
	width:61px;
}

#mainnav_roadmap a
{
	background-image:url(../images/nav_roadmap.gif);
	width:60px;
}

#mainnav_browser a
{
	background-image:url(../images/nav_source.gif);
	width:60px;
}

#mainnav_tickets a
{
	background-image:url(../images/nav_tickets.gif);
	width:60px;
}

#mainnav_newticket a
{
	background-image:url(../images/nav_newtickets.gif);
	width:60px;
}

#mainnav_docs a
{
	background-image:url(../images/nav_docs.gif);
	width:61px;
}

#mainnav_search a
{
	background-image:url(../images/nav_search.gif);
	width:59px;
}

#mainnav_admin a
{
	background-image:url(../images/nav_admin.gif);
	width:61px;
}




/* Context-dependent navigation links */
#ctxtnav { height: 1em }
#ctxtnav li ul {
 background: #f7f7f7;
 color: #ccc;
 border: 1px solid;
 padding: 0;
 display: inline;
 margin: 0;
}
#ctxtnav li li { padding: 0; }
#ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
 background: #bba;
 color: #fff;
}

/* Alternate links */
#altlinks { clear: both; text-align: center }
#altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
#altlinks ul { list-style: none; margin: 0; padding: 0 0 1em }
#altlinks li {
 border-right: 1px solid #d7d7d7;
 display: inline;
 font-size: 11px;
 line-height: 16px;
 padding: 0 1em;
 white-space: nowrap;
}
#altlinks li.last { border-right: none }
#altlinks li :link, #altlinks li :visited {
 background-position: 0 -1px;
 background-repeat: no-repeat;
 border: none;
}
#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px }

/* Footer */
#footer {
  clear: both;
  /*color: #bbb;*/
  font-size: 10px;
 padding:15px 5px 25px 5px;
  height: 31px;
  border-top:1px solid #E5E5E5;

  /*background:url(../../images/content_footer.gif) top no-repeat;*/
}
#footer :link, #footer :visited { /*color: #bbb; */}
#footer hr { display: none }
#footer #tracpowered { border: 0; float: left }
#footer #tracpowered:hover { background: transparent }
#footer p { margin: 0 }
#footer p.left {
  float: left;
  margin-left: 1em;
  padding: 0 1em;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#footer p.right {
  float: right;
  text-align: right;
}

#content { padding-bottom: 2em; position: relative }

#help {
 clear: both;
 color: #999;
 font-size: 90%;
 margin: 1em;
 text-align: right;
}
#help :link, #help :visited { cursor: help }
#help hr { display: none }

/* Page preferences form */
#prefs {
 background: #f7f7f0;
 border: 1px outset #998;
 float: right;
 font-size: 9px;
 padding: .8em;
 position: relative;
 margin: 0 1em 1em;
}
* html #prefs { width: 26em } /* Set width only for IE */
#prefs input, #prefs select { font-size: 9px; vertical-align: middle }
#prefs fieldset {
 background: transparent;
 border: none;
 margin: .5em;
 padding: 0;
}
#prefs fieldset legend {
 background: transparent;
 color: #000;
 font-size: 9px;
 font-weight: normal;
 margin: 0 0 0 -1.5em;
 padding: 0;
}
#prefs .buttons { text-align: right }

/* Version information (browser, wiki, attachments) */
#info {
 margin: 1em 0 0 0;
 background: #f7f7f0;
 border: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 clear: both;
 width: 100%;
}
#info th, #info td { font-size: 85%; padding: 2px .5em; vertical-align: top }
#info th { font-weight: bold; text-align: left; white-space: nowrap }
#info td.message { width: 100% }
#info .message ul { padding: 0; margin: 0 2em }
#info .message p { margin: 0; padding: 0 }

/* Wiki */
.wikipage { padding-left: 18px }
.wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px }

a.missing:link, a.missing:visited, span.missing { color: #998 }
a.missing:link, a.missing:visited { background: #fafaf0 }
a.missing:hover { color: #000 }
a.closed:link, a.closed:visited { text-decoration: line-through }

dl.wiki dt { font-weight: bold }
dl.compact dt { float: left; padding-right: .5em }
dl.compact dd { margin: 0; padding: 0 }

pre.wiki, pre.literal-block {
 background: #f7f7f7;
 border: 1px solid #d7d7d7;
 margin: 1em 1.75em;
 padding: .25em;
 overflow: auto;
}

blockquote.citation { 
 margin: -0.6em 0;
 border-style: solid; 
 border-width: 0 0 0 2px; 
 padding-left: .5em;
 border-color: #b44; 
}
.citation blockquote.citation { border-color: #4b4; }
.citation .citation blockquote.citation { border-color: #44b; }
.citation .citation .citation blockquote.citation { border-color: #c55; }

table.wiki {
 border: 2px solid #ccc;
 border-collapse: collapse;
 border-spacing: 0;
}
table.wiki td { border: 1px solid #ccc;  padding: .1em .25em; }

.wikitoolbar {
 border: solid #d7d7d7;
 border-width: 1px 1px 1px 0;
 height: 18px;
 width: 208px;
}
.wikitoolbar :link, .wikitoolbar :visited {
 background: transparent url(../edit_toolbar.png) no-repeat;
 border: 1px solid #fff;
 border-left-color: #d7d7d7;
 cursor: default;
 display: block;
 float: left;
 width: 24px;
 height: 16px;
}
.wikitoolbar :link:hover, .wikitoolbar :visited:hover {
 background-color: transparent;
 border: 1px solid #fb2;
}
.wikitoolbar a#em { background-position: 0 0 }
.wikitoolbar a#strong { background-position: 0 -16px }
.wikitoolbar a#heading { background-position: 0 -32px }
.wikitoolbar a#link { background-position: 0 -48px }
.wikitoolbar a#code { background-position: 0 -64px }
.wikitoolbar a#hr { background-position: 0 -80px }
.wikitoolbar a#np { background-position: 0 -96px }
.wikitoolbar a#br { background-position: 0 -112px }

/* Styles for the form for adding attachments. */
#attachment .field { margin-top: 1.3em }
#attachment label { padding-left: .2em }
#attachment fieldset { margin-top: 2em }
#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
#attachment .options { float: left; padding: 0 0 1em 1em }
#attachment br { clear: left }
.attachment #preview { margin-top: 1em }

/* Styles for the list of attachments. */
#attachments { border: 1px outset #996; padding: 1em }
#attachments .attachments { margin-left: 2em; padding: 0 }
#attachments dt { display: list-item; list-style: square; }
#attachments dd { font-style: italic; margin-left: 0; padding-left: 0; }


/* 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 { background-image: url(../asc.png) }
table.listing th.desc a { background-image: url(../desc.png) }
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 error page (and rst errors) */
#content.error .message, div.system-message {
 background: #fdc;
 border: 2px solid #d00;
 color: #500;
 padding: .5em;
 margin: 1em 0;
}
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
div.system-message p { margin: 0; }
div.system-message p.system-message-title { font-weight: bold; }

/* Styles for search word highlighting */
@media screen {
 .searchword0 { background: #ff9 }
 .searchword1 { background: #cfc }
 .searchword2 { background: #cff }
 .searchword3 { background: #ccf }
 .searchword4 { background: #fcf }
}

@media print {
 #header, #altlinks, #footer, #help { display: none }
 .nav, form, .buttons form, form .buttons, form .inlinebuttons { display: none }
 form.printableform { display: block }
}

#metanav
{
	position:absolute;
	top:105px;
	padding-left:.75em;
z-index:100;
}

#metanav a
{
	color:#534442;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

#metanav a:hover
{
	color:maroon;
}

/* username displayed under nav */
#metanav_login {color:maroon;}

#banner
{
	background:url(../../images/header.gif) no-repeat;
	height:98px;
	overflow:hidden;
	margin-bottom:20px;
}

#logo
{
	background:url(../../images/labs_logo.gif) no-repeat;

	position:relative;
	height:64px;
	width:302px;
	z-index:101;
	top:20px;
	left:30px;
	border:0px;
	text-indent: -2100px;
	display:block;
}



#logo:hover
{
	background-position: 0px -81px;
}


#banner,  #footer, #main
{
	width:960px;
	margin:0 auto;
	
}


/*body { margin: 0; padding: 0; background:black; color:white; }
body, th, td { font:12px/1.4em Verdana,sans-serif; }

 LINKS */

a { text-decoration: none; }
a:link, a:visited { border: 0px none; }
a:visited { border: 0px none; }
a img { border: 0px none; }
a:link, a:visited { color: #B32720; }
#main a:link, #main a:visited { color: #B32720; text-decoration:none; }
#main a:hover {  color:maroon; text-decoration:none; }
a:hover { color:#ffe761; }
#main h2 a, #content-main h3 a { text-decoration:none !important; }
#main a.closed { text-decoration: line-through; }

/*#header { position:relative; height:6.5em; background:transparent; } */
/* #header h1 { margin:0; width:111px; height:41px; position:absolute; bottom:10px; left:25px; } */
#header a:hover { color: transparent; border: 0px none; }



/* CONTENT */

#main { /*background:url(../../images/content_head.gif) top center no-repeat #FFFFFF;*/ color:#403131; }
#main * { margin-left:22px; margin-right:24px; }
#main * * { margin-left:0; margin-right:0; }
#main h1,h2,h3 
{ 
	margin-top:.8em;
	color:#403131;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	
}
#main h1 { font-size:245%; margin-top:0; margin-bottom:1em; line-height:1.1em; padding-top:20px; margin-top:0px; border-bottom:0.063em solid #DED9CE; }
#main h2 { font-size:150%; margin-top:1em; margin-bottom:25px; line-height:1.2em; padding-bottom:4px; }
#main h3 { font-size:150%; margin:25px 0; padding-bottom:4px;}
#main h4 { font-size:100%; font-weight:bold; margin-bottom:-3px; margin-top:1.2em; text-transform:uppercase; letter-spacing:1px; }
#main h4 pre, h4 tt, h4 .literal { text-transform:none; }
#main h5 { font-size:1em; font-weight:bold; margin-top:1.5em; margin-bottom:3px; }
#main p, ul, dl { margin-top:.6em; margin-bottom:.8em; margin-left:15px; }
#main ul { margin-left:1em; }
#main hr { color:#ccc; background-color:#ccc; height:1px; border:0; }
#main p.date { color:#487858; margin-top:-.2em; }
#main p.more { margin-top:-.4em; }
#main h2.deck { margin-top:-.5em !important; margin-bottom:.6em; color:#487858; }

/* TRAC BRANDING REMOVAL AND OVERRIDES */

#header #logo {   } 
#footer { clear: all; }
#footer *:link, #footer *:visited { color:#B32720; }

/*#banner { margin: -4.5em 1em 1.4em 0; } */
#proj-search { width: 20em; }

#metanav { color:white; }



#main #ctxtnav { margin-right: 1em; height: auto; }
#ctxtnav ul { padding-top: 1em; }

#prefs { margin-top: -4em; }

/* SPECIFIC TRAC PAGE FIXES */

#main div.admin div.tabcontents { margin-left: 12em; }
/*#main div.browser h1 { padding-top: 0; padding-bottom: 0; margin-bottom: 0; } */
#main #content { width:auto; }


/*  CLEARFIX KLUDGE */

#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
  
}

div.navheader tr th
{
	display:none;
}


.variablelist dd
{
	padding:25px 0 0 0;
}
