/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.12 2003/09/08 11:10:51 holroy Exp $ */
body {
	background-color: #ffffff;
	color: black;
	font-family: trebuchet ms, verdana, sans serif;
	font-size: 13px;
	margin-right: 3%;
	margin-left: 3%;
}

a:link, a:visited, a:active {
	color: blue;
	background: transparent;
}

a.title:active, a.title:visited, a.title:link {
	color: red;
	text-decoration: none;
}

img {
	border: 0;
}

div.logo {
	float: right;
}

div#details2 {
    color: black;
    font-size: 12px;
    text-align: center;
    clear: all;
    border: 1px solid #ffad80;
    background-color: #fff7cb;
    padding: 0px 10px;
    margin: 0 2em 10px;
    margin-bottom: 10px;
}

table.diff {
	width: 95%;
}

td.diff-added {
	background-color: #cfffcf;
	color: #000000;
}

td.diff-removed {
	background-color: #ffffaf;
	color: #000000;
}

h1 {
	margin-bottom: 0;
}

textarea {
	width: 100%;
}

dl, ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

form {
	margin-top: 0px;
}

p.warning {
	color: #ff3f3f;
	background: transparent;
}

span.twin {
	font-size: smaller;
}

tt {
	background: transparent;
	color: #383838;
}

pre {
	background: transparent;
	color: #383838;
}

/* Used together with TitleSearch */
ul.oneline {
	list-style-type: none;
	display: inline;
	margin-left: 0em;
}

ul.oneline li {
	display: inline;
}

ul.prelist {
	list-style-type: none;
	font-family: monospace;
}

hr {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: dashed 1px #bbb;
	color: white;
	background-color: white;
}

div#header hr, div#footer hr {
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top: solid 1px #999;
	color: white;
	background-color: white;
}

div#header #logo {
	float: right;
}

div#header hr {
	clear: both;
}

div#toolbar-top a:link, div#toolbar-top a:visited, div#toolbar-top a:active {
	color: red;
	background: transparent;
    text-decoration: none;
}

div#toolbar-top a:hover {
	color: red;
	background: transparent;
    text-decoration: underline;
}

div#toolbar-bottom a:link, div#toolbar-bottom a:visited, div#toolbar-bottom a:active {
	color: red;
	background: transparent;
    text-decoration: none;
}

div#toolbar-bottom a:hover {
	color: red;
	background: transparent;
    text-decoration: underline;
}

div#details {
    color: black;
    font-size: 11px;
}

div#details a {
    color: black;
    text-decoration: none;
}

div#details a:hover {
    color: blue;
    text-decoration: underline;
}

@media print {
 body                       { background-color: white; color: black; }
 div#header #toolbar-top    { display: none; }
 div#footer #toolbar-bottom { display: none; }
 div#footer form            { display: none; }
}

