Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css

27e75e
/*
27e75e
 * default.css --  This file resets the browser's default visual style
27e75e
 * and sets The CentOS Web Environment visual style as default visual
27e75e
 * style. This file sets default values to tags like `html', `body',
27e75e
 * as well as those controlling links, tables, paragrphs, headings,
27e75e
 * lists, forms and quotation.
27e75e
 *
27e75e
 * The CentOS Web Environment (Webenv) is specially conceived to
27e75e
 * achieve one unique visual style and easy navegation through all
27e75e
 * different web applications The CentOS Project uses to show its
27e75e
 * existence in the World Wide Web medium.
27e75e
 *
27e75e
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
27e75e
 *
27e75e
 * This CSS is free software; you can redistribute it and/or modify it
27e75e
 * under the terms of the GNU General Public License as published by
27e75e
 * the Free Software Foundation; either version 2 of the License, or
27e75e
 * (at your option) any later version.
27e75e
 *
27e75e
 * This CSS is distributed in the hope that it will be useful, but
27e75e
 * WITHOUT ANY WARRANTY; without even the implied warranty of
27e75e
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27e75e
 * General Public License for more details.
27e75e
 *
27e75e
 * You should have received a copy of the GNU General Public License
27e75e
 * along with this program; if not, write to the Free Software
27e75e
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27e75e
 *
27e75e
 */
27e75e
27e75e
27e75e
/* Reset browsers default margins and paddings
27e75e
-----------------------------------------------*/
27e75e
27e75e
* {
27e75e
    margin: 0;
27e75e
    padding: 0;
27e75e
    }
27e75e
27e75e
/* Define html
27e75e
-----------------------------------------------*/
f2e824
f2e824
html {
27e75e
    background-color: #FFF;
27e75e
    background-image: url("../background.png");
816e53
    min-width: 800px;
27e75e
    }
27e75e
27e75e
/* Define body
27e75e
-----------------------------------------------*/
f2e824
f2e824
body {
27e75e
    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
27e75e
    font-size: 0.85em;
27e75e
    /* margin: 0;           /* <- full screen                       */
27e75e
    /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
27e75e
    /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
27e75e
    margin: 0 3% 0 3%;      /* <- with 3% of left and right margin  */
27e75e
    /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
27e75e
    color: #000;
f2e824
    background: #FFF;
27e75e
    padding: 0 10px;
27e75e
    }
f2e824
f2e824
#banner {
f2e824
	background: #204c8d url("../header-background.png");
27e75e
    }
f2e824
27e75e
#header hr { display: none }
f2e824
27e75e
#header h1 { margin: 1.5em 0 -1.5em; }
f2e824
27e75e
#header img { 
27e75e
	border: none; 
27e75e
	margin-left: 10px;
27e75e
	font-weight: bold;
27e75e
	font-size: 1.4em;
27e75e
	line-height: 1em;
27e75e
	padding: 0;
27e75e
	float: left;
27e75e
    }
f2e824
27e75e
#header :link, 
27e75e
#header :visited, 
27e75e
#header :link:hover, 
27e75e
#header :visited:hover {
27e75e
	background: transparent;
27e75e
	color: #555;
27e75e
	margin-bottom: 2px;
27e75e
	border: none;
f2e824
	}
f2e824
27e75e
#header h1 :link:hover, 
27e75e
#header h1 :visited:hover { 
27e75e
	color: #000 
f2e824
	}
f2e824
f57a53
div#content > p,
f57a53
div#content > pre,
816e53
div#content > form > div > div,
2fc428
div#content > form > div.field,
2fc428
div#content > form > fieldset,
19dbc6
div#content > form > p,
1ffb5e
div#content div#searchable > form > div,
f57a53
div#content div#preview > p,
f57a53
div#content div#preview > pre,
f57a53
div#content div#preview > div {
f57a53
    margin-left: 20px;
f57a53
    }
f57a53
27e75e
/* Links 
27e75e
-----------------------------------------------*/
f2e824
27e75e
a:link  { text-decoration: none; color: #0044B3; }
7824d4
a:hover { text-decoration: none; color: green; }
7824d4
a:active { text-decoration: none; color: green; }
27e75e
a:visited { text-decoration: none; color: #0044B3; }
f2e824
a:visited:hover { text-decoration: underline; color: green; }
f2e824
f2e824
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
f2e824
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
f2e824
	color: inherit;
f2e824
}
f2e824
f2e824
h1 a:hover { text-decoration: underline; color: #FFF; }
f2e824
h1 a:active { text-decoration: underline; color: #FFF; } 
f2e824
h1 a:visited { text-decoration: none; color: #FFF; }
f2e824
h1 a:visited:hover { text-decoration: underline; color: #FFF; }
f2e824
f2e824
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: #072B61; } 
f2e824
h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { text-decoration: underline; color: #072B61; } 
f2e824
h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration: none; color: #072B61; }
f2e824
h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, 
f2e824
h6 a:visited:hover { text-decoration: underline; color: #072B61; }
f2e824
27e75e
/* Headings
27e75e
-----------------------------------------------*/
f2e824
f2e824
.anchor:link, 
f2e824
.anchor:visited {
f2e824
	border: none;
686807
	color: #AAA;
f2e824
	font-size: .8em;
f2e824
 	background: transparent;
686807
    }
f2e824
686807
h1:hover .anchor:link,
686807
h1:hover .anchor:visited {
686807
	color: #FFF;
686807
    }
686807
686807
* > .anchor:link,
f2e824
* > .anchor:visited {
f2e824
	 visibility: hidden;
f2e824
	}
f2e824
f2e824
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
f2e824
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
f2e824
	visibility: visible;
f2e824
	}
f2e824
f2e824
@media screen {
f2e824
	a.ext-link .icon {
f2e824
		background: url(../extlink.gif) left center no-repeat;
f2e824
		padding-left: 16px;
f2e824
		}
f2e824
	* html a.ext-link .icon { 
f2e824
		display: inline-block; 
f2e824
		}
f2e824
	}
f2e824
27e75e
h1 {
27e75e
    font-size: 1.7em;
27e75e
    font-weight: bold;
27e75e
    line-height: 1.9em;
27e75e
    margin-top: 0.9em;
27e75e
    margin-bottom: 0.9em;
4e376b
    padding-left: 20px; /* Should be the same for h{1-4} */
27e75e
    color: #FFF;
27e75e
    border: none;
27e75e
    background-color: #204C8D;
27e75e
    background-image: url("../h1-background.png");
27e75e
    }
27e75e
27e75e
h2 {
27e75e
    font-size: 1.4em;
27e75e
    line-height: 1.8em;
27e75e
    margin: 0;
27e75e
    margin-top: 1.6em;
27e75e
    margin-bottom: 0.8em;
4e376b
    padding-left: 20px; /* Should be the same for h{1-4}*/
27e75e
    background-image: url("../h2-background.png");
27e75e
    border: none;
27e75e
    color: #072B61;
27e75e
    }
27e75e
27e75e
h3 {
27e75e
    font-size: 1.25em;
27e75e
    line-height: 1.6em;
27e75e
    margin-top: 1em;
27e75e
    margin-bottom: 0.5em;
4e376b
    padding-left: 20px; /* Should be the same for h{1-4} */
27e75e
    color: #072B61;
27e75e
    border-bottom-width: 1px;
27e75e
    border-bottom-style: solid;
27e75e
    border-bottom-color: #DADADA;
27e75e
    }
27e75e
h4 {
27e75e
    font-size: 1.2em;
27e75e
    line-height: 1.4em;
27e75e
    margin-top: 1em;
27e75e
    margin-bottom: 0.5em;
27e75e
    padding-left: 0; /* Should be the same for h{1-4} */
27e75e
    color: #072B61;
27e75e
    border-bottom: none;
27e75e
    }
27e75e
27e75e
h5 {
27e75e
    font-size: 1.1em;
27e75e
    line-height: 1.1em;
27e75e
    margin-top: 1em;
27e75e
    margin-bottom: 0.5em;
4e376b
    padding-left: 20px; /* Should be the same for h{1-4} */
27e75e
    color: #072B61;
27e75e
    font-weight: bold;
27e75e
    border-bottom: none;
27e75e
    }
27e75e
27e75e
h6 {
27e75e
    font-size: 1em;
27e75e
    line-height: 1.1em;
27e75e
    margin-top: 1em;
27e75e
    margin-bottom: 0.5em;
4e376b
    padding-left: 20px; /* Should be the same for h{1-4} */
27e75e
    color: #000;
27e75e
    font-weight: bold;
27e75e
    border-bottom: none;
27e75e
    }
27e75e
27e75e
hr { 
27e75e
	border: none;  
27e75e
	border-top: 1px solid #ccc; 
27e75e
	margin: 2em 0 
27e75e
	}
27e75e
27e75e
address { font-style: normal }
27e75e
27e75e
img { border: none }
27e75e
27e75e
tt { 
27e75e
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
27e75e
	white-space: pre 
27e75e
	}
27e75e
27e75e
.underline { text-decoration: underline }
27e75e
ol.loweralpha { list-style-type: lower-alpha }
27e75e
ol.upperalpha { list-style-type: upper-alpha }
27e75e
ol.lowerroman { list-style-type: lower-roman }
27e75e
ol.upperroman { list-style-type: upper-roman }
27e75e
ol.arabic     { list-style-type: decimal }
27e75e
27e75e
/* Paragraphs
27e75e
-----------------------------------------------*/
27e75e
27e75e
p {
27e75e
    margin: 1em 0 1.5em 0;
27e75e
    line-height: 1.5em;
27e75e
    }
27e75e
27e75e
/* Images
27e75e
-----------------------------------------------*/
27e75e
27e75e
/* Quotations
27e75e
-----------------------------------------------*/
27e75e
27e75e
blockquote {
27e75e
    background: #fafafa;
27e75e
    border-color: #eeeeee;
27e75e
    border-width: 1px;
27e75e
    border-style: solid;
686807
    border-left-width: 5px;
27e75e
    margin-left: 1.5em;
686807
    padding: 0.5em 2em;
27e75e
    margin-top: 1em;
27e75e
    margin-bottom: 1.3em;
27e75e
    }
27e75e
27e75e
q:before {
27e75e
    content: " “";
27e75e
    }
27e75e
27e75e
q:after {
27e75e
    content: "” ";
27e75e
    }
27e75e
27e75e
q q:before {
27e75e
    content: " ‘";
27e75e
    }
27e75e
27e75e
q q:after {
27e75e
    content: "’ ";
27e75e
    }
27e75e
27e75e
address {
27e75e
    margin-left: 1.5em;
27e75e
    }
27e75e
27e75e
/* Preformatted Texts
27e75e
-----------------------------------------------*/
27e75e
27e75e
pre {
27e75e
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
27e75e
    padding: 0.7em 1em;
27e75e
    margin: 1em 0 1.5em 0;
27e75e
    white-space: pre;
27e75e
    border-width: 1px;
27e75e
    border-style: solid;
27e75e
    border-color: #E5E5E5;
27e75e
    border-left-width: 5px;
27e75e
    background: #FFFAE9;
27e75e
    overflow: auto;
27e75e
    }
27e75e
27e75e
/* Phrase Elements
27e75e
-----------------------------------------------*/
27e75e
27e75e
tt,
27e75e
samp,
27e75e
kbd,
27e75e
code {
27e75e
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
27e75e
    }
27e75e
27e75e
/* Page Lines
27e75e
-----------------------------------------------*/
27e75e
27e75e
hr {
27e75e
    clear: both;
27e75e
    height: 1px ! important;
27e75e
    border: none;
27e75e
    background-color: #DADADA;
27e75e
    }
27e75e
27e75e
/* Lists
27e75e
-----------------------------------------------*/
27e75e
27e75e
ul,
27e75e
ol,
27e75e
dl {
27e75e
    margin: 1.5em 0 1.5em 4.5em;
27e75e
    }
27e75e
27e75e
ul { 
27e75e
    list-style: url("../ul.png") circle; 
27e75e
    } 
27e75e
27e75e
ol {
27e75e
    list-style-image: none !important;
27e75e
    }
27e75e
27e75e
ul li,
27e75e
ol li {
27e75e
    line-height: 1.5em;
27e75e
    }
27e75e
27e75e
ul ul,
27e75e
ul ol,
27e75e
ol ul,
27e75e
ol ol {
27e75e
    margin-top: 0.3em;
27e75e
    margin-bottom: 0.3em;
27e75e
    margin-left: 2.5em;
27e75e
    }
27e75e
27e75e
ul li p,
27e75e
ol li p {
27e75e
    margin-bottom: 0.3em;
27e75e
    }
27e75e
27e75e
dl dd {
27e75e
    margin: 0.5em 0 1em 2.5em;
27e75e
    }
27e75e
27e75e
dl ol,
27e75e
dl ul {
27e75e
    margin-left: 3.5em;
27e75e
    }
27e75e
27e75e
/* Tables 
27e75e
-----------------------------------------------*/
27e75e
27e75e
table {
27e75e
    border-collapse: collapse;
27e75e
    }
27e75e
27e75e
table caption {
27e75e
    font-style: italic;
27e75e
    text-align: center;
27e75e
    }
27e75e
27e75e
table tr th {
27e75e
    font-weight: bold;
27e75e
    }
27e75e
27e75e
table tr td,
27e75e
table tr th {
27e75e
    border: 1pt;
27e75e
    border-style: solid;
2fc428
    border-color: #EEE;
27e75e
    vertical-align: top;
27e75e
    }
27e75e
27e75e
table tr td p,
27e75e
table tr td pre {
27e75e
    margin: 0;
27e75e
    padding: 0;
27e75e
    }
27e75e
27e75e
/* Forms
27e75e
-----------------------------------------------*/
f2e824
f2e824
input, 
f2e824
textarea, 
f2e824
select { margin: 2px }
f2e824
f2e824
input, 
f2e824
select { vertical-align: middle }
f2e824
f2e824
input[type=button], 
f2e824
input[type=submit], 
f2e824
input[type=reset] {
f2e824
	}
f2e824
f2e824
input[type=button]:hover, 
f2e824
input[type=submit]:hover, 
f2e824
input[type=reset]:hover {
f2e824
	}
f2e824
f2e824
input[type=button][disabled], input[type=submit][disabled],
f2e824
input[type=reset][disabled] {
f2e824
	}
f2e824
f2e824
#search input[type=text], 
f2e824
#search input.textwidget, 
f2e824
#search textarea { 
f2e824
	border: 2px solid #204C8D;
39782d
	width: 160px;
f2e824
	background-color: #EDF4FF;
39782d
    padding: 3px;
39782d
    padding-left: 5px;
39782d
    color: #204C8D;
39782d
    -moz-border-radius: 5px;
f2e824
	}
f2e824
f2e824
#search input[type=button], 
f2e824
#search input[type=submit], 
f2e824
#search input[type=reset] {
39782d
    border-width: 2px;
39782d
    border-style: solid;
39782d
    border-color: #204C8D;
39782d
    background-color: #3B71B8;
39782d
    color: #FFFFFF;
39782d
    cursor: pointer;
39782d
    display: inline;
39782d
    font-weight: bold;
39782d
    text-decoration: none;
f2e824
	padding: 2px;
f2e824
	padding-left: 4px;
f2e824
	padding-right: 4px;
39782d
    -moz-border-radius: 5px;
f2e824
	}
f2e824
f2e824
input[type=text], 
f2e824
input.textwidget, 
f2e824
textarea { 
f2e824
	border: 1px solid #ccc;
f2e824
	background-color: #f8f8f8;
f2e824
	}
f2e824
f2e824
input[type=text] { 
816e53
    font-size: 1em;
f2e824
}
f2e824
f2e824
input[type=text], 
f2e824
input.textwidget { 
f2e824
	padding: .2em 
f2e824
	}
f2e824
f2e824
input[type=text]:focus, 
f2e824
input.textwidget:focus, 
f2e824
textarea:focus {
f2e824
	background-color: #fff;
f2e824
	}
f2e824
f2e824
option { 
f2e824
	border-bottom: 1px dotted #d7d7d7; 
f2e824
	}
f2e824
f2e824
fieldset { 
f2e824
	border: 1px solid #d7d7d7; 
f2e824
	padding: .5em; margin: 0; 
f2e824
	}
f2e824
f2e824
fieldset.iefix { 
f57a53
	border: none; 
1ffb5e
    padding: 0;
1ffb5e
    width: 70%;
f2e824
	}
f2e824
f2e824
* html fieldset.iefix { 
f2e824
	width: 98%; 
f2e824
	}
f2e824
f2e824
fieldset.iefix p {
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
legend { 
f2e824
	color: #999; 
f2e824
	padding: 0 .25em; 
f2e824
	font-size: 90%; 
f2e824
	font-weight: bold 
f2e824
	}
f2e824
f2e824
label.disabled { 
f2e824
	}
f2e824
f2e824
.buttons { 
f57a53
	margin: .5em .5em .5em 20px; 
f2e824
	}
f2e824
f2e824
.buttons form, 
f2e824
.buttons form div { 
f2e824
	display: inline; 
f2e824
	}
f2e824
f2e824
.buttons input { 
f2e824
	margin: 1em .5em .1em 0; 
f2e824
	}
f2e824
f2e824
.inlinebuttons input { 
f2e824
	}
f2e824
f2e824
/* Quick search */
f2e824
f2e824
#search {
f2e824
	float: right;
f2e824
 	font-size: 10px;
f2e824
 	height: 0;
f2e824
	text-align: right;
f2e824
	margin: 5px;
f2e824
}
f2e824
f2e824
#search input { 
f2e824
	font-size: 10px 
f2e824
	}
f2e824
f2e824
#search label { display: none }
f2e824
f2e824
/* Navigation */
f2e824
f2e824
.nav h2, 
f2e824
.nav hr { display: none }
f2e824
f2e824
#metanav { padding-top: 30px; }
f2e824
7824d4
#metanav a { color: #fff; }
f2e824
2fc428
#metanav li { 
2fc428
    border-right-color: #fff; 
2fc428
    padding-right: 0.75em;
2fc428
    padding-left: 0.75em;
2fc428
    }
f2e824
f2e824
#metanav a:hover {
f2e824
	background: transparent;
f2e824
	color: #fff;
f2e824
	text-decoration: underline;
f2e824
}
f2e824
2fc428
#ctxtnav li {
2fc428
    color: #AAA;
2fc428
    }
2fc428
f2e824
.nav ul { 
f2e824
	font-size: 10px; 
f2e824
	list-style: none; 
f2e824
	margin: 0; 
f2e824
	margin-top: 5px; 
f2e824
	margin-bottom: 5px; 
f2e824
	text-align: right 
f2e824
}
f2e824
f2e824
.nav li {
f2e824
	border-right: 1px dotted #628ECA;
f2e824
	display: inline;
f2e824
	white-space: nowrap;
7824d4
	color: #FFF;
f2e824
	}
f2e824
2fc428
.nav li.first {
2fc428
    padding-right: .75em;
2fc428
    }
2fc428
f2e824
.nav li.last { 
2fc428
    padding-left: 1em;
f2e824
	border-right: none; 
f2e824
	}
f2e824
f2e824
.nav li a {
f2e824
	border-bottom: none;
f2e824
	}
f2e824
f2e824
/* Main navigation bar header */
f2e824
f2e824
.mainnav {
f2e824
    clear: both;
f2e824
    display: block;
f2e824
    padding: 0;
f2e824
    padding-left: 0px;
f2e824
	margin:0;
3372fc
	padding-left: 10px;
27e75e
    }
f2e824
f2e824
.mainnav ul {
f2e824
	padding:0;
f2e824
	margin:0;
f2e824
}
f2e824
f2e824
.mainnav li {
39782d
    float: left;
39782d
    display: inline;
39782d
    white-space: nowrap;
39782d
    margin-left: 3px;
39782d
    padding-top: 4px;
39782d
    padding-bottom: 4px;
39782d
    border-width: 1px;
39782d
    border-style: solid;
39782d
    border-color: #628ECA;
39782d
    background-color: #FFF;
39782d
    background-image: url("../topbar_gradient.png");
39782d
    background-position: left top;
39782d
    background-repeat: repeat-x;
f2e824
	font-size: 0.9em;
ad6a0d
    -moz-border-radius: 3px 3px 0 0;
27e75e
    }
f2e824
f2e824
.mainnav li a { 
39782d
    /* To cover the box area as linkable */
27e75e
    padding: 7px 8px;
39782d
    }
39782d
39782d
#banner .mainnav li.active a { 
39782d
    /* To cover the box area as linkable in the header area */
39782d
    padding: 6px 8px 7px; 
39782d
    }
39782d
39782d
39782d
#footer .mainnav li.active a { 
39782d
    /* To cover the box area as linkable in the footer area */
39782d
    padding: 7px 8px 6px;
39782d
    }
f2e824
f2e824
.mainnav a, 
f2e824
.mainnav a:visited {
27e75e
    color: #204C8D;
27e75e
    text-decoration: none;
f2e824
	border-bottom: 0;
27e75e
    }
f2e824
f2e824
.mainnav li:hover {
27e75e
    background-color: #628ECA;
27e75e
    background-image: url("../topbar_gradient2.png");
27e75e
    background-position: left top;
27e75e
    background-repeat: repeat-x;
27e75e
    }
f2e824
f2e824
.mainnav li:hover a {
27e75e
    color: #FFFFFF;
27e75e
    text-decoration: none;
f2e824
	background: transparent;
f2e824
	border-bottom: 0;
27e75e
    }
f2e824
f2e824
.mainnav li:hover a:active { 
f2e824
	color:#FFF; 
f2e824
	text-decoration:none;
f2e824
	}
f2e824
f2e824
.mainnav li a:active { 
f2e824
	color:#204C8D; 
f2e824
	text-decoration:none;
f2e824
	}
f2e824
f2e824
.mainnav .active :link,
f2e824
.mainnav .active :visited {
27e75e
    color: #FFFFFF;
f2e824
	font-weight: bold;
f2e824
	}
f2e824
f2e824
.mainnav li.active {
27e75e
    background-color: #628ECA;
27e75e
    background-image: url("../topbar_gradient2.png"); 
27e75e
    background-position: left top;
27e75e
    background-repeat: repeat-x;
f2e824
	}
f2e824
f2e824
/* Main navigation bar footer*/
f2e824
f2e824
#footer .mainnav li {
27e75e
    border-color: #628ECA;
27e75e
    background-color: #FFF;
27e75e
    background-image: url("../bottombar_gradient.png");
27e75e
    background-position: left bottom;
27e75e
    background-repeat: repeat-x;
27e75e
    -moz-border-radius: 0 0 3px 3px;
27e75e
    }
f2e824
f2e824
#footer .mainnav a, 
f2e824
#footer .mainnav a:visited {
27e75e
    color: #204C8D;
27e75e
    text-decoration: none;
f2e824
	border-bottom: 0;
27e75e
    }
f2e824
f2e824
#footer .mainnav li:hover {
27e75e
    background-color: #628ECA;
27e75e
    background-image: url("../bottombar_gradient2.png");
27e75e
    background-position: left bottom;
27e75e
    background-repeat: repeat-x;
27e75e
    }
f2e824
f2e824
#footer .mainnav li:hover a {
27e75e
    color: #FFFFFF;
27e75e
    text-decoration: none;
f2e824
	background: transparent;
27e75e
    }
f2e824
f2e824
#footer .mainnav li:hover a:active { color:#FFF; text-decoration:none;}
f2e824
#footer .mainnav li a:active { color:#204C8D; text-decoration:none;}
f2e824
f2e824
#footer .mainnav .active :link,
f2e824
#footer .mainnav .active :visited {
27e75e
    color: #FFFFFF;
f2e824
	font-weight: bold;
f2e824
	}
f2e824
f2e824
#footer .mainnav li.active {
27e75e
    background-color: #628ECA;
27e75e
    background-image: url("../bottombar_gradient2.png"); 
27e75e
    background-position: left bottom;
27e75e
    background-repeat: repeat-x;
f2e824
	}
f2e824
f2e824
/* Context-dependent navigation links */
f2e824
#ctxtnav { 
f2e824
	clear: both;
f2e824
	padding: 0;
f2e824
	}
f2e824
f2e824
#ctxtnav ul {
f2e824
	background-color: #EDF4FF;
f2e824
	border-top: 1px solid #C9C9C9;
f2e824
	margin: 0;
f2e824
	padding-top: 3px;
f2e824
	padding-bottom: 3px;
2fc428
	padding-left: 20px;
f2e824
	border-bottom: 2px dotted #628ECA;	
f2e824
	font-size: 0.9em;
f2e824
	clear: both;
f2e824
	text-align: left;
f2e824
	}
f2e824
f2e824
#ctxtnav li ul {
f2e824
 	background: #f7f7f7;
f2e824
 	color: #ccc;
f2e824
 	border: 1px solid;
f2e824
	padding: 0;
f2e824
	display: inline;
f2e824
	}
f2e824
f2e824
#ctxtnav li li { padding: 0; }
f2e824
f2e824
#ctxtnav li li :link, 
f2e824
#ctxtnav li li :visited { 
f2e824
	padding: 0 1em 
f2e824
	}
f2e824
f2e824
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
f2e824
	background: #bba;
f2e824
	color: #fff;
f2e824
	}
f2e824
f2e824
/* Alternate links */
f2e824
f2e824
#altlinks { 
f2e824
	clear: both; 
f2e824
	text-align: center; 
2fc428
    margin-left: 20px;
2fc428
    margin-right: 20px;
f2e824
	}
f2e824
f2e824
#altlinks h3 { 
f2e824
	font-size: 12px; 
f2e824
	letter-spacing: 
f2e824
	normal; margin: 0 
f2e824
	}
f2e824
f2e824
#altlinks ul { 
f2e824
	list-style: none; 
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
#altlinks li {
f2e824
	border-right: 1px solid #d7d7d7;
f2e824
	display: inline;
f2e824
	font-size: 11px;
f2e824
	line-height: 16px;
f2e824
	padding: 0 1em;
f2e824
	white-space: nowrap;
f2e824
	}
f2e824
f2e824
#altlinks li.last { 
f2e824
	border-right: none; 
f2e824
	}
f2e824
f2e824
#altlinks li :link, 
f2e824
#altlinks li :visited {
f2e824
	background-position: 0 -1px;
f2e824
	background-repeat: no-repeat;
f2e824
	border: none;
f2e824
	}
f2e824
f2e824
#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
f2e824
f2e824
#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px }
f2e824
f2e824
/* Footer */
f2e824
f2e824
#footer {
f2e824
	background: #204c8d url("../header-background.png");
f2e824
	margin-top: 1em;
2fc428
    clear: both;
f2e824
	}
f2e824
f2e824
#footer :link, 
f2e824
#footer :visited { 
f2e824
	color: #bbb; 
f2e824
	}
f2e824
f2e824
#footer hr { display: none }
f2e824
f2e824
#footer #tracpowered { 
f2e824
	border: 0; 
f2e824
	float: left; 
f2e824
	}
f2e824
f2e824
#footer #tracpowered:hover { 
f2e824
	background: transparent; 
f2e824
	}
f2e824
f2e824
#footer p { 
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
#footer p.left {
f2e824
	float: left;
f2e824
	margin-left: 1em;
f2e824
	padding: 0 1em;
f2e824
	border-left: 1px solid #d7d7d7;
f2e824
	border-right: 1px solid #d7d7d7;
f2e824
	}
f2e824
f2e824
#footer p.right {
f2e824
	float: right;
f2e824
	text-align: right;
f2e824
	}
f2e824
f2e824
#footer .credits {
27e75e
    text-align: center;
27e75e
    font-size: 0.88em;
27e75e
    padding: 0;
27e75e
    color: #EEE;
f2e824
	padding: 1em;
f2e824
	clear: both;
f2e824
	}
f2e824
f2e824
#footer .credits a { 
27e75e
    color: #EEE; 
27e75e
    }
f2e824
f2e824
f2e824
#content { 
f2e824
	padding-left: 20px;
f2e824
	padding-right: 20px;
f2e824
	position: relative 
f2e824
	}
f2e824
f2e824
#help {
f2e824
	clear: both;
f2e824
	color: #999;
f2e824
	font-size: 90%;
f2e824
	margin: 1em;
f2e824
	text-align: right;
f2e824
	}
f2e824
f2e824
#help :link, 
f2e824
#help :visited { cursor: help }
f2e824
f2e824
#help hr { display: none }
f2e824
f2e824
/* Page preferences form */
f2e824
f2e824
#prefs {
f2e824
	background: #f7f7f0;
7824d4
	border: 1px solid #AAA;
f2e824
	float: right;
2fc428
	font-size: xx-small;
f2e824
	position: relative;
f2e824
	margin: 0 1em 1em;
2fc428
    padding: 1em;
f2e824
	}
f2e824
f2e824
* html #prefs { width: 26em } /* Set width only for IE */
f2e824
f2e824
#prefs input, 
f2e824
#prefs select { font-size: 9px; vertical-align: middle }
f2e824
f2e824
#prefs fieldset {
f2e824
	background: transparent;
f2e824
	border: none;
f2e824
	margin: .5em;
f2e824
	padding: 0;
f2e824
	}
f2e824
f2e824
#prefs fieldset legend {
f2e824
	background: transparent;
f2e824
	color: #000;
f2e824
	font-size: 9px;
f2e824
	font-weight: normal;
f2e824
	margin: 0 0 0 -1.5em;
f2e824
	padding: 0;
f2e824
	}
f2e824
f2e824
#prefs .buttons { text-align: right }
f2e824
f2e824
/* Version information (browser, wiki, attachments) */
f2e824
f2e824
#info {
f57a53
	margin: 1em 0 0 20px;
f2e824
	clear: both;
f2e824
	width: 100%;
f2e824
	}
f2e824
f2e824
#info th, 
f2e824
#info td { 
2fc428
	vertical-align: top;
2fc428
    border:none;
f2e824
	}
f2e824
f2e824
#info th { 
f2e824
	font-weight: bold; 
f2e824
	text-align: left; 
f2e824
	white-space: nowrap; 
f2e824
	}
f2e824
f2e824
#info td.message { 
f57a53
	width: 100%;
f2e824
	}
f2e824
f2e824
#info .message ul { 
f2e824
	}
f2e824
f2e824
#info .message p { 
f2e824
	}
f2e824
f2e824
/* Wiki */
f2e824
f2e824
.wikipage { 
f2e824
	padding-left: 18px; 
f2e824
	}
f2e824
f2e824
.wikipage h1, 
f2e824
.wikipage h2, 
f2e824
.wikipage h3 { 
f2e824
	margin-left: -18px; 
f2e824
	}
f2e824
f2e824
a.missing:link, 
f2e824
a.missing:visited, 
f2e824
span.missing { color: gray; }
f2e824
f2e824
a.missing:link, 
f2e824
a.missing:visited { background: none; }
f2e824
f2e824
a.missing:hover { color: gray }
f2e824
a.closed:link, a.closed:visited { text-decoration: line-through }
f2e824
f2e824
dl.wiki dt { font-weight: bold }
f2e824
f2e824
dl.compact dt { float: left; padding-right: .5em }
f2e824
f2e824
dl.compact dd { margin: 0; padding: 0 }
f2e824
f2e824
pre.wiki, 
f2e824
pre.literal-block {
27e75e
    border: 1pt dashed #797979;
27e75e
    background-color: #F3F3F3;
27e75e
    padding: 0.5em 1em;
27e75e
    margin: 0.5em 0 0.5em 0;
27e75e
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
27e75e
    white-space: pre;
27e75e
    /* begin css 3 or browser specific rules - do not remove!
27e75e
    see: http://forums.techguy.org/archive/index.php/t-249849.html */
27e75e
    white-space: pre-wrap;
27e75e
    word-wrap: break-word;
27e75e
    white-space: -moz-pre-wrap;
27e75e
    white-space: -pre-wrap;
27e75e
    white-space: -o-pre-wrap;
27e75e
    /* end css 3 or browser specific rules */
27e75e
    border-width: 1px;
27e75e
    border-style: solid;
27e75e
    border-color: #E5E5E5;
27e75e
    border-left-width: 4px;
27e75e
    white-space: pre;
27e75e
    background: #FFFAE9;
27e75e
    overflow: auto;
f2e824
	}
f2e824
f2e824
blockquote.citation { 
f2e824
	margin: -0.6em 0;
f2e824
	border-style: solid; 
f2e824
	border-width: 0 0 0 2px; 
f2e824
	padding-left: .5em;
f2e824
	border-color: #b44; 
f2e824
	}
f2e824
f2e824
.citation blockquote.citation { 
f2e824
	border-color: #4b4; 
f2e824
	}
f2e824
f2e824
.citation .citation blockquote.citation { 
f2e824
	border-color: #44b; 
f2e824
	}
f2e824
f2e824
.citation .citation .citation blockquote.citation { 
f2e824
	border-color: #c55; 
f2e824
	}
f2e824
f2e824
table.wiki {
f2e824
	border: 1px solid #ccc;
f2e824
	border-collapse: collapse;
f2e824
	border-spacing: 0;
f2e824
	}
f2e824
f2e824
table.wiki td { 
f2e824
	border: 1px solid #ccc;  
f2e824
	padding: .5em ; 
f2e824
	}
f2e824
f2e824
.wikitoolbar {
f2e824
	border: solid #d7d7d7;
f2e824
	border-width: 1px 1px 1px 0;
f2e824
	height: 18px;
f2e824
	width: 208px;
816e53
    margin: 1px !important;
f2e824
	}
f2e824
f2e824
.wikitoolbar :link, .wikitoolbar :visited {
f2e824
	background: transparent url("../edit_toolbar.png") no-repeat;
f2e824
	border: 1px solid #fff;
f2e824
	border-left-color: #d7d7d7;
f2e824
	cursor: default;
f2e824
	display: block;
f2e824
	float: left;
f2e824
	width: 24px;
f2e824
	height: 16px;
f2e824
	}
f2e824
f2e824
.wikitoolbar :link:hover, 
f2e824
.wikitoolbar :visited:hover {
f2e824
	background-color: transparent;
f2e824
	border: 1px solid #fb2;
f2e824
	}
f2e824
f2e824
.wikitoolbar a#em { 
f2e824
	background-position: 0 0 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#strong { 
f2e824
	background-position: 0 -16px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#heading { 
f2e824
	background-position: 0 -32px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#link { 
f2e824
	background-position: 0 -48px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#code { 
f2e824
	background-position: 0 -64px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#hr { 
f2e824
	background-position: 0 -80px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#np { 
f2e824
	background-position: 0 -96px 
f2e824
	}
f2e824
f2e824
.wikitoolbar a#br { 
f2e824
	background-position: 0 -112px 
f2e824
	}
f2e824
f2e824
/* Styles for the form for adding attachments. */
f2e824
f2e824
#attachment .field { margin-top: 1.3em }
f2e824
#attachment label { padding-left: .2em }
f2e824
#attachment fieldset { margin-top: 2em }
f2e824
#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
1ffb5e
#attachment .options { float: left; }
f2e824
#attachment br { clear: left }
f57a53
.attachment #preview { margin-top: 1em; margin-left: 20px; }
f2e824
f2e824
/* Styles for the list of attachments. */
f2e824
f2e824
#attachments { 
f2e824
	padding-right: 1em;
f57a53
    margin-left: 20px;
f2e824
	}
f2e824
f2e824
#attachments .attachments { 
f2e824
	margin-left: 2em; 
f2e824
	padding: 0 
f2e824
	}
f2e824
f2e824
#attachments dt { 
f2e824
	display: list-item; 
f57a53
    list-style: url("../ul.png") circle; 
f2e824
	}
f2e824
f2e824
#attachments dd { 
f2e824
	font-style: italic; 
f2e824
	margin-left: 0; 
f2e824
	padding-left: 0; 
f2e824
	font-size: small;
f2e824
	margin-bottom: 1em;
f2e824
	}
f2e824
f2e824
/* Styles for tabular listings such as those used for displaying
f2e824
 * directory contents and report results. */
f2e824
f2e824
table.listing {
f2e824
	clear: both;
f2e824
	border-bottom: 1px solid #ddd;
f2e824
	border-collapse: collapse;
f2e824
	border-spacing: 0;
f2e824
	margin-top: 1em;
f2e824
	width: 100%;
f2e824
	}
f2e824
f2e824
table.listing th { 
f2e824
	text-align: left; 
f2e824
	padding: .5em; 
f2e824
	}
f2e824
f2e824
table.listing thead { 
f2e824
	background: #fff url("../h2-background.png"); 
f2e824
	}
f2e824
f2e824
table.listing thead th {
f2e824
	border: 1px solid #ddd;
f2e824
	font-weight: bold;
f2e824
	padding: .5em;
f2e824
	vertical-align: bottom;
f2e824
	}
f2e824
f2e824
table.listing thead th :link:hover, 
f2e824
table.listing thead th :visited:hover {
f2e824
 	background-color: transparent;
f2e824
	}
f2e824
f2e824
table.listing thead th a { 
f2e824
	border: none; 
f2e824
	padding-right: 12px;
f2e824
	}
f2e824
f2e824
table.listing th.asc a, 
f2e824
table.listing th.desc a { 
f2e824
	font-weight: bold; 
f2e824
	}
f2e824
f2e824
table.listing th.asc a, 
f2e824
table.listing th.desc a {
f2e824
 	background-position: 100% 50%;
f2e824
	background-repeat: no-repeat;
f2e824
	}
f2e824
f2e824
table.listing th.asc a { 
f2e824
	background-image: url("../asc.png"); 
f2e824
	}
f2e824
f2e824
table.listing th.desc a { 
f2e824
	background-image: url("../desc.png"); 
f2e824
	}
f2e824
f2e824
table.listing tbody td, 
f2e824
table.listing tbody th {
f2e824
	border: 1px dotted #ddd;
f2e824
	padding: .5em;
f2e824
	vertical-align: top;
f2e824
	}
f2e824
f2e824
table.listing tbody td a:hover, 
f2e824
table.listing tbody th a:hover {
f2e824
	background-color: transparent;
f2e824
	}
f2e824
f2e824
table.listing tbody tr { 
f2e824
	border-top: 1px solid #ddd 
f2e824
	}
f2e824
f2e824
table.listing tbody tr.even {
f2e824
	background-color: #fcfcfc; 
f2e824
	}
f2e824
f2e824
table.listing tbody tr.odd { 
f2e824
	background-color: #f7f7f7; 
f2e824
	}
f2e824
f2e824
table.listing tbody tr:hover { 
f2e824
	background: #eed !important; 
f2e824
	}
f2e824
f2e824
/* Styles for the error page (and rst errors) */
f2e824
f2e824
#content.error .message, 
f2e824
div.system-message {
f2e824
	background: #fdc;
f2e824
	border: 2px solid #d00;
f2e824
	color: #500;
f2e824
	padding: .5em;
f2e824
	margin: 1em 0;
f2e824
	}
f2e824
f2e824
#content.error pre, 
f2e824
div.system-message pre { 
f2e824
	margin-left: 1em; 
f2e824
	overflow: auto; 
f2e824
	font-size: small;
f2e824
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
f2e824
	}
f2e824
f2e824
div.system-message p { 
f2e824
	margin: 0; 
f2e824
	}
f2e824
f2e824
div.system-message p.system-message-title { 
f2e824
	font-weight: bold; 
f2e824
	}
f2e824
f2e824
/* Styles for search word highlighting */
f2e824
f2e824
@media screen {
f2e824
	.searchword0 { background: #ff9 }
f2e824
	.searchword1 { background: #cfc }
f2e824
	.searchword2 { background: #cff }
f2e824
	.searchword3 { background: #ccf }
f2e824
	.searchword4 { background: #fcf }
f2e824
	}
f2e824
f2e824
@media print {
f2e824
	#header, 
f2e824
	#altlinks, 
f2e824
	#footer, 
f2e824
	#help { 
f2e824
		display: none; 
f2e824
		}
f2e824
f2e824
	.nav, 
f2e824
	form, 
f2e824
	.buttons form, 
f2e824
	form .buttons, 
f2e824
	form .inlinebuttons { 
f2e824
		display: none; 
f2e824
		}
f2e824
f2e824
	form.printableform { 
f2e824
		display: block;
f2e824
		}
f2e824
	}
f2e824
f2e824
/* Miscelaneous */
f2e824
f2e824
.pageline {
27e75e
    clear: both;
27e75e
    margin: 0;
27e75e
    padding: 0;
27e75e
    width: 100%;
27e75e
    /* sync these values, line-height is needed for IE */
27e75e
    height: 5px;
f2e824
	line-height: 5px;
27e75e
    background: #628ECA;
27e75e
    }
f2e824
f2e824
.wikitext {
f2e824
	padding: 3px;	
f2e824
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
	font-size: 1em;
f2e824
}