Blame Extras/Trac/htdocs/css/trac.css

4c79b5
/* Trac CSS */
4c79b5
4c79b5
html {
4c79b5
        background-image:url(../background.png);
4c79b5
        background-color: #FFF;
4c79b5
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
4c79b5
        font-size: 0.85em;
4c79b5
        line-height: 1.25em;
4c79b5
        /* margin: 0;           /* <- full screen                       */
4c79b5
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
4c79b5
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
4c79b5
        margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
4c79b5
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
4c79b5
        }
4c79b5
4c79b5
body {
4c79b5
    background: #FFF;
4c79b5
    padding:0;
4c79b5
	margin:0;
4c79b5
	border:10px solid #FFF;	
4c79b5
}
4c79b5
4c79b5
#banner {
4c79b5
	background: #204c8d url("../header-background.png");
4c79b5
}
4c79b5
4c79b5
h1 {
4c79b5
        font-size: 1.7em;
4c79b5
        font-weight: bold;
4c79b5
        line-height: 1.9em;
4c79b5
        margin-top: 0.9em;
4c79b5
        margin-bottom: 0.9em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4} */
4c79b5
        color: #FFF;
4c79b5
        border: none;
4c79b5
        background-color: #204C8D;
4c79b5
        background-image: url("../h1-background.png");
4c79b5
        }
4c79b5
h2 {
4c79b5
        font-size: 1.4em;
4c79b5
        line-height: 1.8em;
4c79b5
        margin: 0;
4c79b5
        margin-top: 1.6em;
4c79b5
        margin-bottom: 0.8em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4}*/
4c79b5
        background-image: url("../h2-background.png");
4c79b5
        border: none;
4c79b5
        color: #072B61;
4c79b5
        }
4c79b5
4c79b5
h3 {
4c79b5
        font-size: 1.25em;
4c79b5
        line-height: 1.6em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.5em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4} */
4c79b5
        color: #072B61;
4c79b5
        border-bottom-width: 1px;
4c79b5
        border-bottom-style: solid;
4c79b5
        border-bottom-color: #DADADA;
4c79b5
        }
4c79b5
h4 {
4c79b5
        font-size: 1.2em;
4c79b5
        line-height: 1.4em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.5em;
4c79b5
        padding-left: 0; /* Should be the same for h{1-4} */
4c79b5
        color: #072B61;
4c79b5
        border-bottom: none;
4c79b5
        }
4c79b5
4c79b5
h5 {
4c79b5
        font-size: 1.1em;
4c79b5
        line-height: 1.1em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.5em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4} */
4c79b5
        color: #072B61;
4c79b5
        font-weight: bold;
4c79b5
        border-bottom: none;
4c79b5
        }
4c79b5
4c79b5
h6 {
4c79b5
        font-size: 1em;
4c79b5
        line-height: 1.1em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.5em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-4} */
4c79b5
        color: #000;
4c79b5
        font-weight: bold;
4c79b5
        border-bottom: none;
4c79b5
        }
4c79b5
4c79b5
hr { 
4c79b5
	border: none;  
4c79b5
	border-top: 1px solid #ccc; 
4c79b5
	margin: 2em 0 
4c79b5
	}
4c79b5
4c79b5
address { font-style: normal }
4c79b5
4c79b5
img { border: none }
4c79b5
4c79b5
tt { 
4c79b5
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
	white-space: pre 
4c79b5
	}
4c79b5
4c79b5
.underline { text-decoration: underline }
4c79b5
ol.loweralpha { list-style-type: lower-alpha }
4c79b5
ol.upperalpha { list-style-type: upper-alpha }
4c79b5
ol.lowerroman { list-style-type: lower-roman }
4c79b5
ol.upperroman { list-style-type: upper-roman }
4c79b5
ol.arabic     { list-style-type: decimal }
4c79b5
4c79b5
/* Link styles */
4c79b5
4c79b5
a:link  { text-decoration: none; color: #204C8D; }
4c79b5
a:hover { text-decoration: underline; color: green; } 
4c79b5
a:active { text-decoration: underline; color: green; } 
4c79b5
a:visited { text-decoration: none; color: #204C8D; }
4c79b5
a:visited:hover { text-decoration: underline; color: green; }
4c79b5
4c79b5
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
4c79b5
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
4c79b5
	color: inherit;
4c79b5
 	border-bottom: 1px dotted #ddd;
4c79b5
}
4c79b5
4c79b5
h1 a:hover { text-decoration: underline; color: #FFF; }
4c79b5
h1 a:active { text-decoration: underline; color: #FFF; } 
4c79b5
h1 a:visited { text-decoration: none; color: #FFF; }
4c79b5
h1 a:visited:hover { text-decoration: underline; color: #FFF; }
4c79b5
4c79b5
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: #072B61; } 
4c79b5
h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { text-decoration: underline; color: #072B61; } 
4c79b5
h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration: none; color: #072B61; }
4c79b5
h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, 
4c79b5
h6 a:visited:hover { text-decoration: underline; color: #072B61; }
4c79b5
4c79b5
/* Heading anchors */
4c79b5
4c79b5
.anchor:link, 
4c79b5
.anchor:visited {
4c79b5
	border: none;
4c79b5
	color: #d7d7d7;
4c79b5
	font-size: .8em;
4c79b5
 	background: transparent;
4c79b5
}
4c79b5
4c79b5
* > .anchor:link, 
4c79b5
* > .anchor:visited {
4c79b5
	 visibility: hidden;
4c79b5
	}
4c79b5
4c79b5
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
4c79b5
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
4c79b5
	visibility: visible;
4c79b5
	}
4c79b5
4c79b5
@media screen {
4c79b5
	a.ext-link .icon {
4c79b5
		background: url(../extlink.gif) left center no-repeat;
4c79b5
		padding-left: 16px;
4c79b5
		}
4c79b5
	* html a.ext-link .icon { 
4c79b5
		display: inline-block; 
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
/* Forms */
4c79b5
4c79b5
input, 
4c79b5
textarea, 
4c79b5
select { margin: 2px }
4c79b5
4c79b5
input, 
4c79b5
select { vertical-align: middle }
4c79b5
4c79b5
input[type=button], 
4c79b5
input[type=submit], 
4c79b5
input[type=reset] {
4c79b5
	}
4c79b5
4c79b5
input[type=button]:hover, 
4c79b5
input[type=submit]:hover, 
4c79b5
input[type=reset]:hover {
4c79b5
	}
4c79b5
4c79b5
input[type=button][disabled], input[type=submit][disabled],
4c79b5
input[type=reset][disabled] {
4c79b5
	}
4c79b5
4c79b5
#search input[type=text], 
4c79b5
#search input.textwidget, 
4c79b5
#search textarea { 
4c79b5
	border: 2px solid #204C8D;
4c79b5
	width: 130px;
4c79b5
	background-color: #EDF4FF;
4c79b5
        padding: 2px;
4c79b5
        padding-left: 4px;
4c79b5
        color: #204C8D;
4c79b5
	}
4c79b5
4c79b5
#search input[type=button], 
4c79b5
#search input[type=submit], 
4c79b5
#search input[type=reset] {
4c79b5
        border-width: 2px;
4c79b5
        border-style: solid;
4c79b5
        border-color: #204C8D;
4c79b5
        background-color: #3B71B8;
4c79b5
        color: #FFFFFF;
4c79b5
        cursor: pointer;
4c79b5
        display: inline;
4c79b5
        font-weight: bold;
4c79b5
        text-decoration: none;
4c79b5
	padding: 2px;
4c79b5
	padding-left: 4px;
4c79b5
	padding-right: 4px;
4c79b5
	}
4c79b5
4c79b5
input[type=text], 
4c79b5
input.textwidget, 
4c79b5
textarea { 
4c79b5
	border: 1px solid #ccc;
4c79b5
        font-size: 1.4em;
4c79b5
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
	background-color: #f8f8f8;
4c79b5
	}
4c79b5
4c79b5
input[type=text] { 
4c79b5
	font-size: 1em;
4c79b5
}
4c79b5
4c79b5
input[type=text], 
4c79b5
input.textwidget { 
4c79b5
	padding: .2em 
4c79b5
	}
4c79b5
4c79b5
input[type=text]:focus, 
4c79b5
input.textwidget:focus, 
4c79b5
textarea:focus {
4c79b5
	background-color: #fff;
4c79b5
	}
4c79b5
4c79b5
option { 
4c79b5
	border-bottom: 1px dotted #d7d7d7; 
4c79b5
	}
4c79b5
4c79b5
fieldset { 
4c79b5
	border: 1px solid #d7d7d7; 
4c79b5
	padding: .5em; margin: 0; 
4c79b5
	}
4c79b5
4c79b5
fieldset.iefix { 
4c79b5
	background: transparent; 
4c79b5
	border: none; padding: 0; margin: 0; 
4c79b5
	}
4c79b5
4c79b5
* html fieldset.iefix { 
4c79b5
	width: 98%; 
4c79b5
	}
4c79b5
4c79b5
fieldset.iefix p {
4c79b5
	margin: 0; 
4c79b5
	}
4c79b5
4c79b5
legend { 
4c79b5
	color: #999; 
4c79b5
	padding: 0 .25em; 
4c79b5
	font-size: 90%; 
4c79b5
	font-weight: bold 
4c79b5
	}
4c79b5
4c79b5
label.disabled { 
4c79b5
	color: #d7d7d7; 
4c79b5
	}
4c79b5
4c79b5
.buttons { 
4c79b5
	margin: .5em .5em .5em 0; 
4c79b5
	}
4c79b5
4c79b5
.buttons form, 
4c79b5
.buttons form div { 
4c79b5
	display: inline; 
4c79b5
	}
4c79b5
4c79b5
.buttons input { 
4c79b5
	margin: 1em .5em .1em 0; 
4c79b5
	}
4c79b5
4c79b5
.inlinebuttons input { 
4c79b5
	margin: 0;
4c79b5
	padding: 0.1em;
4c79b5
	border: 1px solid #ddd;
4c79b5
	font-size: 95%;
4c79b5
        cursor: pointer;
4c79b5
	}
4c79b5
4c79b5
/* Header */
4c79b5
4c79b5
#header hr { display: none }
4c79b5
4c79b5
#header h1 { margin: 1.5em 0 -1.5em; }
4c79b5
4c79b5
#header img { 
4c79b5
	border: none; 
4c79b5
	margin: 10px;
4c79b5
	font-weight: bold;
4c79b5
	font-size: 1.4em;
4c79b5
	line-height: 1em;
4c79b5
	padding: 0;
4c79b5
	float: left;
4c79b5
}
4c79b5
4c79b5
#header :link, 
4c79b5
#header :visited, 
4c79b5
#header :link:hover, 
4c79b5
#header :visited:hover {
4c79b5
	background: transparent;
4c79b5
	color: #555;
4c79b5
	margin-bottom: 2px;
4c79b5
	border: none;
4c79b5
	}
4c79b5
4c79b5
#header h1 :link:hover, 
4c79b5
#header h1 :visited:hover { 
4c79b5
	color: #000 
4c79b5
	}
4c79b5
4c79b5
/* Quick search */
4c79b5
4c79b5
#search {
4c79b5
	float: right;
4c79b5
 	font-size: 10px;
4c79b5
 	height: 0;
4c79b5
	text-align: right;
4c79b5
	margin: 5px;
4c79b5
}
4c79b5
4c79b5
#search input { 
4c79b5
	font-size: 10px 
4c79b5
	}
4c79b5
4c79b5
#search label { display: none }
4c79b5
4c79b5
/* Navigation */
4c79b5
4c79b5
.nav h2, 
4c79b5
.nav hr { display: none }
4c79b5
4c79b5
#metanav { padding-top: 30px; }
4c79b5
4c79b5
#metanav a { color: #eee; }
4c79b5
4c79b5
#metanav li { border-right-color: #eee; }
4c79b5
4c79b5
#metanav a:hover {
4c79b5
	background: transparent;
4c79b5
	color: #fff;
4c79b5
	text-decoration: underline;
4c79b5
}
4c79b5
4c79b5
.nav ul { 
4c79b5
	font-size: 10px; 
4c79b5
	list-style: none; 
4c79b5
	margin: 0; 
4c79b5
	margin-top: 5px; 
4c79b5
	margin-bottom: 5px; 
4c79b5
	text-align: right 
4c79b5
}
4c79b5
4c79b5
.nav li {
4c79b5
	border-right: 1px dotted #628ECA;
4c79b5
	display: inline;
4c79b5
	padding: 0 .75em;
4c79b5
	white-space: nowrap;
4c79b5
	color: #eee;
4c79b5
	}
4c79b5
4c79b5
.nav li.last { 
4c79b5
	border-right: none; 
4c79b5
	}
4c79b5
4c79b5
.nav li a {
4c79b5
	border-bottom: none;
4c79b5
	}
4c79b5
4c79b5
/* Main navigation bar header */
4c79b5
4c79b5
.mainnav {
4c79b5
    clear: both;
4c79b5
    display: block;
4c79b5
    padding: 0;
4c79b5
    padding-left: 0px;
4c79b5
	margin:0;
4c79b5
	padding-left: 20px;
4c79b5
        }
4c79b5
4c79b5
.mainnav ul {
4c79b5
	padding:0;
4c79b5
	margin:0;
4c79b5
}
4c79b5
4c79b5
.mainnav li {
4c79b5
        float: left;
4c79b5
        display: inline;
4c79b5
        white-space: nowrap;
4c79b5
        margin-left: 3px;
4c79b5
	padding:0;
4c79b5
        padding-top: 4px;
4c79b5
        padding-bottom: 4px;
4c79b5
        border-width: 1px;
4c79b5
        border-style: solid;
4c79b5
        border-color: #628ECA;
4c79b5
        background-color: #FFF;
4c79b5
        background-image: url("../topbar_gradient.png");
4c79b5
        background-position: left top;
4c79b5
        background-repeat: repeat-x;
4c79b5
	font-size: 0.9em;
4c79b5
        }
4c79b5
4c79b5
.mainnav li a { 
4c79b5
        /* To cover the box area as linkable */
4c79b5
        padding: 8px;
4c79b5
        padding-top: 4px;
4c79b5
        padding-bottom: 4px;
4c79b5
	background: transparent;
4c79b5
	border-bottom: 0;
4c79b5
	margin: 0;
4c79b5
        }
4c79b5
4c79b5
.mainnav a, 
4c79b5
.mainnav a:visited {
4c79b5
        color: #204C8D;
4c79b5
        text-decoration: none;
4c79b5
	border-bottom: 0;
4c79b5
        }
4c79b5
4c79b5
.mainnav li:hover {
4c79b5
        background-color: #628ECA;
4c79b5
        background-image: url("../topbar_gradient2.png");
4c79b5
        background-position: left top;
4c79b5
        background-repeat: repeat-x;
4c79b5
        }
4c79b5
4c79b5
.mainnav li:hover a {
4c79b5
        color: #FFFFFF;
4c79b5
        text-decoration: none;
4c79b5
	background: transparent;
4c79b5
	border-bottom: 0;
4c79b5
        }
4c79b5
4c79b5
.mainnav li:hover a:active { 
4c79b5
	color:#FFF; 
4c79b5
	text-decoration:none;
4c79b5
	}
4c79b5
4c79b5
.mainnav li a:active { 
4c79b5
	color:#204C8D; 
4c79b5
	text-decoration:none;
4c79b5
	}
4c79b5
4c79b5
.mainnav .active :link,
4c79b5
.mainnav .active :visited {
4c79b5
        color: #FFFFFF;
4c79b5
	font-weight: bold;
4c79b5
	}
4c79b5
4c79b5
.mainnav li.active {
4c79b5
        background-color: #628ECA;
4c79b5
        background-image: url("../topbar_gradient2.png"); 
4c79b5
        background-position: left top;
4c79b5
        background-repeat: repeat-x;
4c79b5
	}
4c79b5
4c79b5
/* Main navigation bar footer*/
4c79b5
4c79b5
#footer .mainnav li {
4c79b5
        border-color: #628ECA;
4c79b5
        background-color: #FFF;
4c79b5
        background-image: url("../bottombar_gradient.png");
4c79b5
        background-position: left bottom;
4c79b5
        background-repeat: repeat-x;
4c79b5
        }
4c79b5
4c79b5
#footer .mainnav a, 
4c79b5
#footer .mainnav a:visited {
4c79b5
        color: #204C8D;
4c79b5
        text-decoration: none;
4c79b5
	border-bottom: 0;
4c79b5
        }
4c79b5
4c79b5
#footer .mainnav li:hover {
4c79b5
        background-color: #628ECA;
4c79b5
        background-image: url("../bottombar_gradient2.png");
4c79b5
        background-position: left bottom;
4c79b5
        background-repeat: repeat-x;
4c79b5
        }
4c79b5
4c79b5
#footer .mainnav li:hover a {
4c79b5
        color: #FFFFFF;
4c79b5
        text-decoration: none;
4c79b5
	background: transparent;
4c79b5
        }
4c79b5
4c79b5
#footer .mainnav li:hover a:active { color:#FFF; text-decoration:none;}
4c79b5
#footer .mainnav li a:active { color:#204C8D; text-decoration:none;}
4c79b5
4c79b5
#footer .mainnav .active :link,
4c79b5
#footer .mainnav .active :visited {
4c79b5
        color: #FFFFFF;
4c79b5
	font-weight: bold;
4c79b5
	}
4c79b5
4c79b5
#footer .mainnav li.active {
4c79b5
        background-color: #628ECA;
4c79b5
        background-image: url("../bottombar_gradient2.png"); 
4c79b5
        background-position: left bottom;
4c79b5
        background-repeat: repeat-x;
4c79b5
	}
4c79b5
4c79b5
/* Context-dependent navigation links */
4c79b5
#ctxtnav { 
4c79b5
	clear: both;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
#ctxtnav ul {
4c79b5
	background-color: #EDF4FF;
4c79b5
	border-top: 1px solid #C9C9C9;
4c79b5
	margin: 0;
4c79b5
	padding-top: 3px;
4c79b5
	padding-bottom: 3px;
4c79b5
	border-bottom: 2px dotted #628ECA;	
4c79b5
	font-size: 0.9em;
4c79b5
	clear: both;
4c79b5
	text-align: left;
4c79b5
	}
4c79b5
4c79b5
#ctxtnav li ul {
4c79b5
 	background: #f7f7f7;
4c79b5
 	color: #ccc;
4c79b5
 	border: 1px solid;
4c79b5
	padding: 0;
4c79b5
	display: inline;
4c79b5
	}
4c79b5
4c79b5
#ctxtnav li li { padding: 0; }
4c79b5
4c79b5
#ctxtnav li li :link, 
4c79b5
#ctxtnav li li :visited { 
4c79b5
	padding: 0 1em 
4c79b5
	}
4c79b5
4c79b5
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
4c79b5
	background: #bba;
4c79b5
	color: #fff;
4c79b5
	}
4c79b5
4c79b5
/* Alternate links */
4c79b5
4c79b5
#altlinks { 
4c79b5
	clear: both; 
4c79b5
	text-align: center; 
4c79b5
	}
4c79b5
4c79b5
#altlinks h3 { 
4c79b5
	font-size: 12px; 
4c79b5
	letter-spacing: 
4c79b5
	normal; margin: 0 
4c79b5
	}
4c79b5
4c79b5
#altlinks ul { 
4c79b5
	list-style: none; 
4c79b5
	margin: 0; 
4c79b5
	padding: 0 0 1em 
4c79b5
	}
4c79b5
4c79b5
#altlinks li {
4c79b5
	border-right: 1px solid #d7d7d7;
4c79b5
	display: inline;
4c79b5
	font-size: 11px;
4c79b5
	line-height: 16px;
4c79b5
	padding: 0 1em;
4c79b5
	white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
#altlinks li.last { 
4c79b5
	border-right: none; 
4c79b5
	}
4c79b5
4c79b5
#altlinks li :link, 
4c79b5
#altlinks li :visited {
4c79b5
	background-position: 0 -1px;
4c79b5
	background-repeat: no-repeat;
4c79b5
	border: none;
4c79b5
	}
4c79b5
4c79b5
#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
4c79b5
4c79b5
#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px }
4c79b5
4c79b5
/* Footer */
4c79b5
4c79b5
#footer {
4c79b5
	background: #204c8d url("../header-background.png");
4c79b5
	margin-top: 1em;
4c79b5
	}
4c79b5
4c79b5
#footer :link, 
4c79b5
#footer :visited { 
4c79b5
	color: #bbb; 
4c79b5
	}
4c79b5
4c79b5
#footer hr { display: none }
4c79b5
4c79b5
#footer #tracpowered { 
4c79b5
	border: 0; 
4c79b5
	float: left; 
4c79b5
	}
4c79b5
4c79b5
#footer #tracpowered:hover { 
4c79b5
	background: transparent; 
4c79b5
	}
4c79b5
4c79b5
#footer p { 
4c79b5
	margin: 0; 
4c79b5
	}
4c79b5
4c79b5
#footer p.left {
4c79b5
	float: left;
4c79b5
	margin-left: 1em;
4c79b5
	padding: 0 1em;
4c79b5
	border-left: 1px solid #d7d7d7;
4c79b5
	border-right: 1px solid #d7d7d7;
4c79b5
	}
4c79b5
4c79b5
#footer p.right {
4c79b5
	float: right;
4c79b5
	text-align: right;
4c79b5
	}
4c79b5
4c79b5
#footer .credits {
4c79b5
        text-align: center;
4c79b5
        font-size: 0.88em;
4c79b5
        padding: 0;
4c79b5
        color: #EEE;
4c79b5
	padding: 1em;
4c79b5
	clear: both;
4c79b5
	}
4c79b5
4c79b5
#footer .credits a { 
4c79b5
        color: #EEE; 
4c79b5
        }
4c79b5
4c79b5
4c79b5
#content { 
4c79b5
	padding-left: 20px;
4c79b5
	padding-right: 20px;
4c79b5
	padding-bottom: 2em; 
4c79b5
	position: relative 
4c79b5
	}
4c79b5
4c79b5
#help {
4c79b5
	clear: both;
4c79b5
	color: #999;
4c79b5
	font-size: 90%;
4c79b5
	margin: 1em;
4c79b5
	text-align: right;
4c79b5
	}
4c79b5
4c79b5
#help :link, 
4c79b5
#help :visited { cursor: help }
4c79b5
4c79b5
#help hr { display: none }
4c79b5
4c79b5
/* Page preferences form */
4c79b5
4c79b5
#prefs {
4c79b5
	background: #f7f7f0;
4c79b5
	border: 1px outset #998;
4c79b5
	float: right;
4c79b5
	font-size: 9px;
4c79b5
	padding: .8em;
4c79b5
	position: relative;
4c79b5
	margin: 0 1em 1em;
4c79b5
	}
4c79b5
4c79b5
* html #prefs { width: 26em } /* Set width only for IE */
4c79b5
4c79b5
#prefs input, 
4c79b5
#prefs select { font-size: 9px; vertical-align: middle }
4c79b5
4c79b5
#prefs fieldset {
4c79b5
	background: transparent;
4c79b5
	border: none;
4c79b5
	margin: .5em;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
#prefs fieldset legend {
4c79b5
	background: transparent;
4c79b5
	color: #000;
4c79b5
	font-size: 9px;
4c79b5
	font-weight: normal;
4c79b5
	margin: 0 0 0 -1.5em;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
#prefs .buttons { text-align: right }
4c79b5
4c79b5
/* Version information (browser, wiki, attachments) */
4c79b5
4c79b5
#info {
4c79b5
	margin: 1em 0 0 0;
4c79b5
	background: #f7f7f0;
4c79b5
	border: 1px solid #d7d7d7;
4c79b5
	border-collapse: collapse;
4c79b5
	border-spacing: 0;
4c79b5
	clear: both;
4c79b5
	width: 100%;
4c79b5
	}
4c79b5
4c79b5
#info th, 
4c79b5
#info td { 
4c79b5
	padding: 2px .5em; 
4c79b5
	vertical-align: top 
4c79b5
	}
4c79b5
4c79b5
#info th { 
4c79b5
	font-weight: bold; 
4c79b5
	text-align: left; 
4c79b5
	white-space: nowrap; 
4c79b5
	}
4c79b5
4c79b5
#info td.message { 
4c79b5
	width: 100% 
4c79b5
	}
4c79b5
4c79b5
#info .message ul { 
4c79b5
	padding: 0; 
4c79b5
	margin: 0 2em 
4c79b5
	}
4c79b5
4c79b5
#info .message p { 
4c79b5
	margin: 0; 
4c79b5
	padding: 0 
4c79b5
	}
4c79b5
4c79b5
/* Wiki */
4c79b5
4c79b5
.wikipage { 
4c79b5
	padding-left: 18px; 
4c79b5
	}
4c79b5
4c79b5
.wikipage h1, 
4c79b5
.wikipage h2, 
4c79b5
.wikipage h3 { 
4c79b5
	margin-left: -18px; 
4c79b5
	}
4c79b5
4c79b5
a.missing:link, 
4c79b5
a.missing:visited, 
4c79b5
span.missing { color: gray; }
4c79b5
4c79b5
a.missing:link, 
4c79b5
a.missing:visited { background: none; }
4c79b5
4c79b5
a.missing:hover { color: gray }
4c79b5
a.closed:link, a.closed:visited { text-decoration: line-through }
4c79b5
4c79b5
dl.wiki dt { font-weight: bold }
4c79b5
4c79b5
dl.compact dt { float: left; padding-right: .5em }
4c79b5
4c79b5
dl.compact dd { margin: 0; padding: 0 }
4c79b5
4c79b5
pre.wiki, 
4c79b5
pre.literal-block {
4c79b5
        border: 1pt dashed #797979;
4c79b5
        background-color: #F3F3F3;
4c79b5
        padding: 0.5em 1em;
4c79b5
        margin: 0.5em 0 0.5em 0;
4c79b5
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
        white-space: pre;
4c79b5
        /* begin css 3 or browser specific rules - do not remove!
4c79b5
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
4c79b5
        white-space: pre-wrap;
4c79b5
        word-wrap: break-word;
4c79b5
        white-space: -moz-pre-wrap;
4c79b5
        white-space: -pre-wrap;
4c79b5
        white-space: -o-pre-wrap;
4c79b5
        /* end css 3 or browser specific rules */
4c79b5
        border-width: 1px;
4c79b5
        border-style: solid;
4c79b5
        border-color: #E5E5E5;
4c79b5
        border-left-width: 4px;
4c79b5
        white-space: pre;
4c79b5
        background: #FFFAE9;
4c79b5
        overflow: auto;
4c79b5
	}
4c79b5
4c79b5
blockquote.citation { 
4c79b5
	margin: -0.6em 0;
4c79b5
	border-style: solid; 
4c79b5
	border-width: 0 0 0 2px; 
4c79b5
	padding-left: .5em;
4c79b5
	border-color: #b44; 
4c79b5
	}
4c79b5
4c79b5
.citation blockquote.citation { 
4c79b5
	border-color: #4b4; 
4c79b5
	}
4c79b5
4c79b5
.citation .citation blockquote.citation { 
4c79b5
	border-color: #44b; 
4c79b5
	}
4c79b5
4c79b5
.citation .citation .citation blockquote.citation { 
4c79b5
	border-color: #c55; 
4c79b5
	}
4c79b5
4c79b5
table.wiki {
4c79b5
	border: 1px solid #ccc;
4c79b5
	border-collapse: collapse;
4c79b5
	border-spacing: 0;
4c79b5
	}
4c79b5
4c79b5
table.wiki td { 
4c79b5
	border: 1px solid #ccc;  
4c79b5
	padding: .5em ; 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar {
4c79b5
	border: solid #d7d7d7;
4c79b5
	border-width: 1px 1px 1px 0;
4c79b5
	height: 18px;
4c79b5
	width: 208px;
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar :link, .wikitoolbar :visited {
4c79b5
	background: transparent url("../edit_toolbar.png") no-repeat;
4c79b5
	border: 1px solid #fff;
4c79b5
	border-left-color: #d7d7d7;
4c79b5
	cursor: default;
4c79b5
	display: block;
4c79b5
	float: left;
4c79b5
	width: 24px;
4c79b5
	height: 16px;
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar :link:hover, 
4c79b5
.wikitoolbar :visited:hover {
4c79b5
	background-color: transparent;
4c79b5
	border: 1px solid #fb2;
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#em { 
4c79b5
	background-position: 0 0 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#strong { 
4c79b5
	background-position: 0 -16px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#heading { 
4c79b5
	background-position: 0 -32px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#link { 
4c79b5
	background-position: 0 -48px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#code { 
4c79b5
	background-position: 0 -64px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#hr { 
4c79b5
	background-position: 0 -80px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#np { 
4c79b5
	background-position: 0 -96px 
4c79b5
	}
4c79b5
4c79b5
.wikitoolbar a#br { 
4c79b5
	background-position: 0 -112px 
4c79b5
	}
4c79b5
4c79b5
/* Styles for the form for adding attachments. */
4c79b5
4c79b5
#attachment .field { margin-top: 1.3em }
4c79b5
#attachment label { padding-left: .2em }
4c79b5
#attachment fieldset { margin-top: 2em }
4c79b5
#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
4c79b5
#attachment .options { float: left; padding: 0 0 1em 1em }
4c79b5
#attachment br { clear: left }
4c79b5
.attachment #preview { margin-top: 1em }
4c79b5
4c79b5
/* Styles for the list of attachments. */
4c79b5
4c79b5
#attachments { 
4c79b5
	border: 1px solid #ddd; 
4c79b5
	padding-right: 1em;
4c79b5
	}
4c79b5
4c79b5
#attachments .attachments { 
4c79b5
	margin-left: 2em; 
4c79b5
	padding: 0 
4c79b5
	}
4c79b5
4c79b5
#attachments dt { 
4c79b5
	display: list-item; 
4c79b5
	list-style: square; 
4c79b5
	font-size: small;
4c79b5
	}
4c79b5
4c79b5
#attachments dd { 
4c79b5
	font-style: italic; 
4c79b5
	margin-left: 0; 
4c79b5
	padding-left: 0; 
4c79b5
	font-size: small;
4c79b5
	margin-bottom: 1em;
4c79b5
	}
4c79b5
4c79b5
4c79b5
/* Styles for tabular listings such as those used for displaying
4c79b5
 * directory contents and report results. */
4c79b5
4c79b5
table.listing {
4c79b5
	clear: both;
4c79b5
	border-bottom: 1px solid #ddd;
4c79b5
	border-collapse: collapse;
4c79b5
	border-spacing: 0;
4c79b5
	margin-top: 1em;
4c79b5
	width: 100%;
4c79b5
	}
4c79b5
4c79b5
table.listing th { 
4c79b5
	text-align: left; 
4c79b5
	padding: .5em; 
4c79b5
	}
4c79b5
4c79b5
table.listing thead { 
4c79b5
	background: #fff url("../h2-background.png"); 
4c79b5
	}
4c79b5
4c79b5
table.listing thead th {
4c79b5
	border: 1px solid #ddd;
4c79b5
	font-weight: bold;
4c79b5
	padding: .5em;
4c79b5
	vertical-align: bottom;
4c79b5
	}
4c79b5
4c79b5
table.listing thead th :link:hover, 
4c79b5
table.listing thead th :visited:hover {
4c79b5
 	background-color: transparent;
4c79b5
	}
4c79b5
4c79b5
table.listing thead th a { 
4c79b5
	border: none; 
4c79b5
	padding-right: 12px;
4c79b5
	}
4c79b5
4c79b5
table.listing th.asc a, 
4c79b5
table.listing th.desc a { 
4c79b5
	font-weight: bold; 
4c79b5
	}
4c79b5
4c79b5
table.listing th.asc a, 
4c79b5
table.listing th.desc a {
4c79b5
 	background-position: 100% 50%;
4c79b5
	background-repeat: no-repeat;
4c79b5
	}
4c79b5
4c79b5
table.listing th.asc a { 
4c79b5
	background-image: url("../asc.png"); 
4c79b5
	}
4c79b5
4c79b5
table.listing th.desc a { 
4c79b5
	background-image: url("../desc.png"); 
4c79b5
	}
4c79b5
4c79b5
table.listing tbody td, 
4c79b5
table.listing tbody th {
4c79b5
	border: 1px dotted #ddd;
4c79b5
	padding: .5em;
4c79b5
	vertical-align: top;
4c79b5
	}
4c79b5
4c79b5
table.listing tbody td a:hover, 
4c79b5
table.listing tbody th a:hover {
4c79b5
	background-color: transparent;
4c79b5
	}
4c79b5
4c79b5
table.listing tbody tr { 
4c79b5
	border-top: 1px solid #ddd 
4c79b5
	}
4c79b5
4c79b5
table.listing tbody tr.even {
4c79b5
	background-color: #fcfcfc; 
4c79b5
	}
4c79b5
4c79b5
table.listing tbody tr.odd { 
4c79b5
	background-color: #f7f7f7; 
4c79b5
	}
4c79b5
4c79b5
table.listing tbody tr:hover { 
4c79b5
	background: #eed !important; 
4c79b5
	}
4c79b5
4c79b5
/* Styles for the error page (and rst errors) */
4c79b5
4c79b5
#content.error .message, 
4c79b5
div.system-message {
4c79b5
	background: #fdc;
4c79b5
	border: 2px solid #d00;
4c79b5
	color: #500;
4c79b5
	padding: .5em;
4c79b5
	margin: 1em 0;
4c79b5
	}
4c79b5
4c79b5
#content.error pre, 
4c79b5
div.system-message pre { 
4c79b5
	margin-left: 1em; 
4c79b5
	overflow: auto; 
4c79b5
	font-size: small;
4c79b5
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
4c79b5
	}
4c79b5
4c79b5
div.system-message p { 
4c79b5
	margin: 0; 
4c79b5
	}
4c79b5
4c79b5
div.system-message p.system-message-title { 
4c79b5
	font-weight: bold; 
4c79b5
	}
4c79b5
4c79b5
/* Styles for search word highlighting */
4c79b5
4c79b5
@media screen {
4c79b5
	.searchword0 { background: #ff9 }
4c79b5
	.searchword1 { background: #cfc }
4c79b5
	.searchword2 { background: #cff }
4c79b5
	.searchword3 { background: #ccf }
4c79b5
	.searchword4 { background: #fcf }
4c79b5
	}
4c79b5
4c79b5
@media print {
4c79b5
	#header, 
4c79b5
	#altlinks, 
4c79b5
	#footer, 
4c79b5
	#help { 
4c79b5
		display: none; 
4c79b5
		}
4c79b5
4c79b5
	.nav, 
4c79b5
	form, 
4c79b5
	.buttons form, 
4c79b5
	form .buttons, 
4c79b5
	form .inlinebuttons { 
4c79b5
		display: none; 
4c79b5
		}
4c79b5
4c79b5
	form.printableform { 
4c79b5
		display: block;
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
/* Miscelaneous */
4c79b5
4c79b5
.pageline {
4c79b5
        clear: both;
4c79b5
        margin: 0;
4c79b5
        padding: 0;
4c79b5
        width: 100%;
4c79b5
        /* sync these values, line-height is needed for IE */
4c79b5
        height: 5px;
4c79b5
	line-height: 5px;
4c79b5
        background: #628ECA;
4c79b5
        }
4c79b5
4c79b5
.wikitext {
4c79b5
	padding: 3px;	
4c79b5
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
	font-size: 1em;
4c79b5
}
4c79b5
4c79b5
/* Lists */
4c79b5
4c79b5
#content ul,
4c79b5
#content ol {
4c79b5
        padding-left: 0.5em;
4c79b5
        margin-left: 3em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
#content ul { 
4c79b5
        list-style: url("../ul.png") circle; 
4c79b5
        } 
4c79b5
4c79b5
#content ol {
4c79b5
        list-style-image: none !important;
4c79b5
        }
4c79b5
4c79b5
#content ul li {
4c79b5
        padding-left: 0em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
#content ol li {
4c79b5
        padding-left: 0em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
#content ul ul,
4c79b5
#content ul ol,
4c79b5
#content ol ul,
4c79b5
#content ol ol {
4c79b5
        margin-left: 1.5em;
4c79b5
        margin-top: 0.3em;
4c79b5
        }
4c79b5
4c79b5
#content ul li p,
4c79b5
#content ol li p {
4c79b5
        margin-bottom: 0.3em;
4c79b5
        line-height: 1.5em;
4c79b5
        margin-left: 0 !important;
4c79b5
        }