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

f2e824
/* Trac CSS */
f2e824
f2e824
html {
f2e824
        background-image:url(../background.png);
f2e824
        background-color: #FFF;
f2e824
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
f2e824
        font-size: 0.85em;
f2e824
        line-height: 1.25em;
f2e824
        /* margin: 0;           /* <- full screen                       */
f2e824
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
f2e824
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
b30f7a
        margin: 0 3% 0 3%;      /* <- with 4% of left and right margin  */
f2e824
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
f2e824
        }
f2e824
f2e824
body {
f2e824
    background: #FFF;
2cc545
    padding: 0px 10px;
f2e824
	margin:0;
f2e824
}
f2e824
f2e824
#banner {
f2e824
	background: #204c8d url("../header-background.png");
f2e824
}
f2e824
f2e824
h1 {
f2e824
        font-size: 1.7em;
f2e824
        font-weight: bold;
f2e824
        line-height: 1.9em;
f2e824
        margin-top: 0.9em;
f2e824
        margin-bottom: 0.9em;
f2e824
        padding-left: 0.7em; /* Should be the same for h{1-4} */
f2e824
        color: #FFF;
f2e824
        border: none;
f2e824
        background-color: #204C8D;
f2e824
        background-image: url("../h1-background.png");
f2e824
        }
f2e824
h2 {
f2e824
        font-size: 1.4em;
f2e824
        line-height: 1.8em;
f2e824
        margin: 0;
f2e824
        margin-top: 1.6em;
f2e824
        margin-bottom: 0.8em;
f2e824
        padding-left: 0.7em; /* Should be the same for h{1-4}*/
f2e824
        background-image: url("../h2-background.png");
f2e824
        border: none;
f2e824
        color: #072B61;
f2e824
        }
f2e824
f2e824
h3 {
f2e824
        font-size: 1.25em;
f2e824
        line-height: 1.6em;
f2e824
        margin-top: 1em;
f2e824
        margin-bottom: 0.5em;
f2e824
        padding-left: 0.7em; /* Should be the same for h{1-4} */
f2e824
        color: #072B61;
f2e824
        border-bottom-width: 1px;
f2e824
        border-bottom-style: solid;
f2e824
        border-bottom-color: #DADADA;
f2e824
        }
f2e824
h4 {
f2e824
        font-size: 1.2em;
f2e824
        line-height: 1.4em;
f2e824
        margin-top: 1em;
f2e824
        margin-bottom: 0.5em;
f2e824
        padding-left: 0; /* Should be the same for h{1-4} */
f2e824
        color: #072B61;
f2e824
        border-bottom: none;
f2e824
        }
f2e824
f2e824
h5 {
f2e824
        font-size: 1.1em;
f2e824
        line-height: 1.1em;
f2e824
        margin-top: 1em;
f2e824
        margin-bottom: 0.5em;
f2e824
        padding-left: 0.7em; /* Should be the same for h{1-4} */
f2e824
        color: #072B61;
f2e824
        font-weight: bold;
f2e824
        border-bottom: none;
f2e824
        }
f2e824
f2e824
h6 {
f2e824
        font-size: 1em;
f2e824
        line-height: 1.1em;
f2e824
        margin-top: 1em;
f2e824
        margin-bottom: 0.5em;
f2e824
        padding-left: 0.7em; /* Should be the same for h{1-4} */
f2e824
        color: #000;
f2e824
        font-weight: bold;
f2e824
        border-bottom: none;
f2e824
        }
f2e824
f2e824
hr { 
f2e824
	border: none;  
f2e824
	border-top: 1px solid #ccc; 
f2e824
	margin: 2em 0 
f2e824
	}
f2e824
f2e824
address { font-style: normal }
f2e824
f2e824
img { border: none }
f2e824
f2e824
tt { 
f2e824
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
	white-space: pre 
f2e824
	}
f2e824
f2e824
.underline { text-decoration: underline }
f2e824
ol.loweralpha { list-style-type: lower-alpha }
f2e824
ol.upperalpha { list-style-type: upper-alpha }
f2e824
ol.lowerroman { list-style-type: lower-roman }
f2e824
ol.upperroman { list-style-type: upper-roman }
f2e824
ol.arabic     { list-style-type: decimal }
f2e824
f2e824
/* Link styles */
f2e824
f2e824
a:link  { text-decoration: none; color: #204C8D; }
f2e824
a:hover { text-decoration: underline; color: green; } 
f2e824
a:active { text-decoration: underline; color: green; } 
f2e824
a:visited { text-decoration: none; color: #204C8D; }
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
 	border-bottom: 1px dotted #ddd;
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
f2e824
/* Heading anchors */
f2e824
f2e824
.anchor:link, 
f2e824
.anchor:visited {
f2e824
	border: none;
f2e824
	color: #d7d7d7;
f2e824
	font-size: .8em;
f2e824
 	background: transparent;
f2e824
}
f2e824
f2e824
* > .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
f2e824
/* Forms */
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;
f2e824
	width: 130px;
f2e824
	background-color: #EDF4FF;
f2e824
        padding: 2px;
f2e824
        padding-left: 4px;
f2e824
        color: #204C8D;
f2e824
	}
f2e824
f2e824
#search input[type=button], 
f2e824
#search input[type=submit], 
f2e824
#search input[type=reset] {
f2e824
        border-width: 2px;
f2e824
        border-style: solid;
f2e824
        border-color: #204C8D;
f2e824
        background-color: #3B71B8;
f2e824
        color: #FFFFFF;
f2e824
        cursor: pointer;
f2e824
        display: inline;
f2e824
        font-weight: bold;
f2e824
        text-decoration: none;
f2e824
	padding: 2px;
f2e824
	padding-left: 4px;
f2e824
	padding-right: 4px;
f2e824
	}
f2e824
f2e824
input[type=text], 
f2e824
input.textwidget, 
f2e824
textarea { 
f2e824
	border: 1px solid #ccc;
f2e824
        font-size: 1.4em;
f2e824
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
	background-color: #f8f8f8;
f2e824
	}
f2e824
f2e824
input[type=text] { 
f2e824
	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 { 
f2e824
	background: transparent; 
f2e824
	border: none; padding: 0; margin: 0; 
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
	color: #d7d7d7; 
f2e824
	}
f2e824
f2e824
.buttons { 
f2e824
	margin: .5em .5em .5em 0; 
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
	margin: 0;
f2e824
	padding: 0.1em;
f2e824
	border: 1px solid #ddd;
f2e824
	font-size: 95%;
f2e824
        cursor: pointer;
f2e824
	}
f2e824
f2e824
/* Header */
f2e824
f2e824
#header hr { display: none }
f2e824
f2e824
#header h1 { margin: 1.5em 0 -1.5em; }
f2e824
f2e824
#header img { 
f2e824
	border: none; 
cd499a
	margin-left: 10px;
f2e824
	font-weight: bold;
f2e824
	font-size: 1.4em;
f2e824
	line-height: 1em;
f2e824
	padding: 0;
f2e824
	float: left;
f2e824
}
f2e824
f2e824
#header :link, 
f2e824
#header :visited, 
f2e824
#header :link:hover, 
f2e824
#header :visited:hover {
f2e824
	background: transparent;
f2e824
	color: #555;
f2e824
	margin-bottom: 2px;
f2e824
	border: none;
f2e824
	}
f2e824
f2e824
#header h1 :link:hover, 
f2e824
#header h1 :visited:hover { 
f2e824
	color: #000 
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
f2e824
#metanav a { color: #eee; }
f2e824
f2e824
#metanav li { border-right-color: #eee; }
f2e824
f2e824
#metanav a:hover {
f2e824
	background: transparent;
f2e824
	color: #fff;
f2e824
	text-decoration: underline;
f2e824
}
f2e824
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
	padding: 0 .75em;
f2e824
	white-space: nowrap;
f2e824
	color: #eee;
f2e824
	}
f2e824
f2e824
.nav li.last { 
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;
f2e824
        }
f2e824
f2e824
.mainnav ul {
f2e824
	padding:0;
f2e824
	margin:0;
f2e824
}
f2e824
f2e824
.mainnav li {
f2e824
        float: left;
f2e824
        display: inline;
f2e824
        white-space: nowrap;
f2e824
        margin-left: 3px;
f2e824
	padding:0;
f2e824
        padding-top: 4px;
f2e824
        padding-bottom: 4px;
f2e824
        border-width: 1px;
f2e824
        border-style: solid;
f2e824
        border-color: #628ECA;
f2e824
        background-color: #FFF;
f2e824
        background-image: url("../topbar_gradient.png");
f2e824
        background-position: left top;
f2e824
        background-repeat: repeat-x;
f2e824
	font-size: 0.9em;
ad6a0d
    -moz-border-radius: 3px 3px 0 0;
f2e824
        }
f2e824
f2e824
.mainnav li a { 
f2e824
        /* To cover the box area as linkable */
f2e824
        padding: 8px;
f2e824
        padding-top: 4px;
f2e824
        padding-bottom: 4px;
f2e824
	background: transparent;
f2e824
	border-bottom: 0;
f2e824
	margin: 0;
f2e824
        }
f2e824
f2e824
.mainnav a, 
f2e824
.mainnav a:visited {
f2e824
        color: #204C8D;
f2e824
        text-decoration: none;
f2e824
	border-bottom: 0;
f2e824
        }
f2e824
f2e824
.mainnav li:hover {
f2e824
        background-color: #628ECA;
f2e824
        background-image: url("../topbar_gradient2.png");
f2e824
        background-position: left top;
f2e824
        background-repeat: repeat-x;
f2e824
        }
f2e824
f2e824
.mainnav li:hover a {
f2e824
        color: #FFFFFF;
f2e824
        text-decoration: none;
f2e824
	background: transparent;
f2e824
	border-bottom: 0;
f2e824
        }
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 {
f2e824
        color: #FFFFFF;
f2e824
	font-weight: bold;
f2e824
	}
f2e824
f2e824
.mainnav li.active {
f2e824
        background-color: #628ECA;
f2e824
        background-image: url("../topbar_gradient2.png"); 
f2e824
        background-position: left top;
f2e824
        background-repeat: repeat-x;
f2e824
	}
f2e824
f2e824
/* Main navigation bar footer*/
f2e824
f2e824
#footer .mainnav li {
f2e824
        border-color: #628ECA;
f2e824
        background-color: #FFF;
f2e824
        background-image: url("../bottombar_gradient.png");
f2e824
        background-position: left bottom;
f2e824
        background-repeat: repeat-x;
ad6a0d
    -moz-border-radius: 3px 3px 0 0;
f2e824
        }
f2e824
f2e824
#footer .mainnav a, 
f2e824
#footer .mainnav a:visited {
f2e824
        color: #204C8D;
f2e824
        text-decoration: none;
f2e824
	border-bottom: 0;
f2e824
        }
f2e824
f2e824
#footer .mainnav li:hover {
f2e824
        background-color: #628ECA;
f2e824
        background-image: url("../bottombar_gradient2.png");
f2e824
        background-position: left bottom;
f2e824
        background-repeat: repeat-x;
f2e824
        }
f2e824
f2e824
#footer .mainnav li:hover a {
f2e824
        color: #FFFFFF;
f2e824
        text-decoration: none;
f2e824
	background: transparent;
f2e824
        }
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 {
f2e824
        color: #FFFFFF;
f2e824
	font-weight: bold;
f2e824
	}
f2e824
f2e824
#footer .mainnav li.active {
f2e824
        background-color: #628ECA;
f2e824
        background-image: url("../bottombar_gradient2.png"); 
f2e824
        background-position: left bottom;
f2e824
        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;
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; 
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
	padding: 0 0 1em 
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;
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 {
f2e824
        text-align: center;
f2e824
        font-size: 0.88em;
f2e824
        padding: 0;
f2e824
        color: #EEE;
f2e824
	padding: 1em;
f2e824
	clear: both;
f2e824
	}
f2e824
f2e824
#footer .credits a { 
f2e824
        color: #EEE; 
f2e824
        }
f2e824
f2e824
f2e824
#content { 
f2e824
	padding-left: 20px;
f2e824
	padding-right: 20px;
f2e824
	padding-bottom: 2em; 
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;
f2e824
	border: 1px outset #998;
f2e824
	float: right;
f2e824
	font-size: 9px;
f2e824
	padding: .8em;
f2e824
	position: relative;
f2e824
	margin: 0 1em 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 {
f2e824
	margin: 1em 0 0 0;
f2e824
	background: #f7f7f0;
f2e824
	border: 1px solid #d7d7d7;
f2e824
	border-collapse: collapse;
f2e824
	border-spacing: 0;
f2e824
	clear: both;
f2e824
	width: 100%;
f2e824
	}
f2e824
f2e824
#info th, 
f2e824
#info td { 
f2e824
	padding: 2px .5em; 
f2e824
	vertical-align: top 
f2e824
	}
f2e824
f2e824
#info th { 
f2e824
	font-weight: bold; 
f2e824
	text-align: left; 
f2e824
	white-space: nowrap; 
f2e824
	}
f2e824
f2e824
#info td.message { 
f2e824
	width: 100% 
f2e824
	}
f2e824
f2e824
#info .message ul { 
f2e824
	padding: 0; 
f2e824
	margin: 0 2em 
f2e824
	}
f2e824
f2e824
#info .message p { 
f2e824
	margin: 0; 
f2e824
	padding: 0 
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 {
f2e824
        border: 1pt dashed #797979;
f2e824
        background-color: #F3F3F3;
f2e824
        padding: 0.5em 1em;
f2e824
        margin: 0.5em 0 0.5em 0;
f2e824
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
        white-space: pre;
f2e824
        /* begin css 3 or browser specific rules - do not remove!
f2e824
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
f2e824
        white-space: pre-wrap;
f2e824
        word-wrap: break-word;
f2e824
        white-space: -moz-pre-wrap;
f2e824
        white-space: -pre-wrap;
f2e824
        white-space: -o-pre-wrap;
f2e824
        /* end css 3 or browser specific rules */
f2e824
        border-width: 1px;
f2e824
        border-style: solid;
f2e824
        border-color: #E5E5E5;
f2e824
        border-left-width: 4px;
f2e824
        white-space: pre;
f2e824
        background: #FFFAE9;
f2e824
        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;
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 }
f2e824
#attachment .options { float: left; padding: 0 0 1em 1em }
f2e824
#attachment br { clear: left }
f2e824
.attachment #preview { margin-top: 1em }
f2e824
f2e824
/* Styles for the list of attachments. */
f2e824
f2e824
#attachments { 
f2e824
	border: 1px solid #ddd; 
f2e824
	padding-right: 1em;
f2e824
	}
f2e824
f2e824
#attachments .attachments { 
f2e824
	margin-left: 2em; 
f2e824
	padding: 0 
f2e824
	}
f2e824
f2e824
#attachments dt { 
f2e824
	display: list-item; 
f2e824
	list-style: square; 
f2e824
	font-size: small;
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
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 {
f2e824
        clear: both;
f2e824
        margin: 0;
f2e824
        padding: 0;
f2e824
        width: 100%;
f2e824
        /* sync these values, line-height is needed for IE */
f2e824
        height: 5px;
f2e824
	line-height: 5px;
f2e824
        background: #628ECA;
f2e824
        }
f2e824
f2e824
.wikitext {
f2e824
	padding: 3px;	
f2e824
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
	font-size: 1em;
f2e824
}
f2e824
f2e824
/* Lists */
f2e824
f2e824
#content ul,
f2e824
#content ol {
f2e824
        padding-left: 0.5em;
f2e824
        margin-left: 3em;
f2e824
        margin-bottom: 0.3em;
f2e824
        }
f2e824
f2e824
#content ul { 
f2e824
        list-style: url("../ul.png") circle; 
f2e824
        } 
f2e824
f2e824
#content ol {
f2e824
        list-style-image: none !important;
f2e824
        }
f2e824
f2e824
#content ul li {
f2e824
        padding-left: 0em;
f2e824
        margin-bottom: 0.3em;
f2e824
        }
f2e824
f2e824
#content ol li {
f2e824
        padding-left: 0em;
f2e824
        margin-bottom: 0.3em;
f2e824
        }
f2e824
f2e824
#content ul ul,
f2e824
#content ul ol,
f2e824
#content ol ul,
f2e824
#content ol ol {
f2e824
        margin-left: 1.5em;
f2e824
        margin-top: 0.3em;
f2e824
        }
f2e824
f2e824
#content ul li p,
f2e824
#content ol li p {
f2e824
        margin-bottom: 0.3em;
f2e824
        line-height: 1.5em;
f2e824
        margin-left: 0 !important;
f2e824
        }