/*  screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

body {
	margin:0;
}

.footnotes div {
	width: 5em;
	border-top: 1px solid #e5e5e5;
}

input {
    font-size: 1em;
    font-family: Arial, Lucida Grande, sans-serif;
}

textarea {
    font-size: 1em;
    font-family: monospace;
}

.info {
    font-size: 0.82em;
    color: gray;
}

span.sep {
    display: none;
}

/* user interface styles */

#header {
    background: white; /*#EEEEFF;*/
    border-bottom: 1px solid white;
}

#logo {
    margin: 0;
    padding: 5px 10px;
    /* For text only logo */
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    white-space: nowrap;
}

#logo img {
    vertical-align: top;
}

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

#searchform {
    float: right;
    margin: 50px 5px 0 10px;
    padding: 0;
    white-space: nowrap;
}

*[dir="rtl"] #searchform {
    float: left;
}

#searchform form div {
    display: inline;
}

#page {
   margin: 10px 10px 0px 170px; /* top right bottom left ??*/
	padding: 0px 10px;/* top left*/
	border: 1px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
	background-color: white;
}

#title h1 {
	margin: 0;
	padding:10px 0;
	font-size: 2em;
	line-height: 1.2em;
}

#title h1 a {
	text-decoration: none;
}

#sidebar {
	margin: 10px;
	float: left;
	clear: left;
	width: 150px;
	padding: 0;	
	font-size: 0.88em;
}

.sidepanel2 {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 150px;	
	background: #FFFFEE;
	border: 1px solid #B0B0FF;
}

.sidepanel2 h1 {
	margin: 0;
	padding: 0em 0px;
	text-align:center;
	border: none;
	/*border-top: 1px solid white;*/
	/*border-bottom: 1pt solid #BFAE8F;*/
	font-size: 1em;
	color: black;
	background: #ffea60;
}

.sidepanel2 h2 { /* VFN Panneau "Trail" */
	margin: 0;
	padding: 0.2em 10px;
	font-size: 1em;
	border: none;
	color: black;
	background: #ffea60;/*#BFAE8F*/
}

.sidepanel2 ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.sidepanel2 a {
	text-decoration: none;
	display: block;
}

.sidepanel {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 150px;	
	background: #EEEEFF;/*tan*/
	border: 1px solid #B0B0FF;
	/*border-bottom: 2px solid #B0B0FF;*/
}

.sidepanel h1 {
	margin: 0;
	padding: 0em 0px;
	text-align:center;
	border: none;
	/*border-top: 1px solid white;*/
	/*border-bottom: 1pt solid #BFAE8F;*/
	font-size: 1em;
	color: black;
	background: #B0B0FF;
}

.sidepanel ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.sidepanel li {
	margin: 0;
	padding:0px 0px;
	/*border-bottom: 1pt solid #BFAE8F;*/
	background: #EEEEFF;/*tan*/
}

.sidepanel li form {
	margin: 0;
}

.sidepanel a {
	text-decoration: none;
	display: block;
}

.sidepanel a:hover {
	text-decoration: underline;
}

.actionsmenu select {
    width: 150px;
}

#navibar li.current {
	border: none;
	background: #FFFFCF;/*#BFAE8F*/
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

#credits, #version, #timings{
	float: left;
	clear: right;
	margin: 5px 0;
	width: 150px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0.88em;
	color: gray;
}


#message {
	margin: 10px 220px 10px 10px;
	padding: 5px 10px;
	background-color: #FFE0E0; /*rouge clair*/
	border: 1px solid #9c9c9c;
	border-bottom: 2px solid #9c9c9c;
}

#message p{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

form.dialog {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

/* We use here dumb css1 ids becuase of IE suckiness */
#editor-textarea, #editor-comment {
    width: 100%;
}

#pagebottom {
	clear: both;
}

#preview {
	border: 2px solid #e5e5e5;
	padding: .5em;
	background: url(../img/draft.png);
}

#textcha {
    font-size: 100%;
    margin-top: 0.5em;
    border: 2px solid #FF8888;
    color: black;
    vertical-align: middle;
    padding: 3px 2px;
}

#textcha-answer {
    border: 2px solid #000000;
    padding: 3px 2px;
}

.diff {
	width:99%;
}

.diff-title {
	background-color: #C0C0C0;
}

.diff-added {
	background-color: #E0FFE0;
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0;
	vertical-align: sub;
}

.diff-added span {
	background-color: #80FF80;
}

.diff-removed span {
	background-color: #FFFF80;
}

.searchresult dd span {
	font-weight: bold;
}


