/*  screen.css - MoinMoin Default Styles

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

/* content styles */

html, body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:silver;
	background-image: url(../img/bg1.gif) ;	
	background-repeat:  repeat-y ;	
}



.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
    color: #444444;  coilor: red;
}

.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;
}

span.sep {
    display: none;
}

/* user interface styles */

#header {
	background-image: url(../img/bg2.gif) ;	
	background-repeat:  repeat-x ;	
    height: 26px;
}

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

#logo img {
    vertical-align: middle;
}

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

#searchform {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;


}

#searchform form div {
    display: inline;
}
#searchinput {
 border:1px solid #2aff00;
height:20px;width:166px;
background-color:#105801;
font-family:Arial, Helvetica, sans-serif;
color:#2aff00;
font-size:16px;
margin:1px
}
input[type=text], input[type=password]{
 border:1px solid #2aff00;
height:20px;
background-color:#105801;
font-family:Arial, Helvetica, sans-serif;
color:#2aff00;
font-size:16px;
}

#titlesearch{
width:82px;
float:left;
clear: left;
margin:1px


}

 #fullsearch {
width:82px;
float:right;
margin:1px;

}

a:hover {	color:#e0da00;}
a {color: #de9900;}


#page {
 color:silver;
width: 70%;
position:absolute;
left: 220px;
padding-top: 20px;
 xborder: 1px solid #df9800;
	xbackground:#1a1a1a;
	
}

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

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

#sidebar {
	display: inline;
	margin: 0px;
	margin-top: 74px;
	float: left;
	clear: left;
	width: 190px;
	padding-left: 10px;	
	font-size: 0.85em;
	xbackground:#1a1a1a;
}

.sidepanel {
	margin: 0px;
	float: left;
	width: 170px;	
 backgrsound: #000000;
	
		font-size: 12px;	  					

}

.sidepanel h1 {
	width: 170px;	
	height: 24px;
	margin: 0px;

	text-align:center;
	
padding-top: 4px;
margin-top:4px;
	font-size: 14px;

	color:#ffffff;

  font-weight: bold;
background: url(../img/bg_hd.gif) no-repeat;	

}

.sidepanel h2 {
	margin: 0px;
	padding:0px;
padding-top: 10px;	
	color:#FFFFFF;
	text-align:center;
		font-size: 12px;
			border:0px;
height:24px;
  font-weight: bold;
background: url(../img/bg_ls.gif) no-repeat;
}

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

}


.sidepanel li {
	margin: 3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#989898;
	text-align:center;
height:24px;
	font-size: 12px;
background: black url(../img/bg_li.gif) no-repeat;	
}

.sidepanel li a{position:relative;
top:3px;
}
.sidepanel li span.disabled{position:relative;
top:3px;
}

.sidepanel li form {

width:100%;height:100%;
display:block;

background: url(../img/bg_li3.gif) no-repeat;;
}
form.actionsmenu div label {display:none}
form.actionsmenu div  {
position:absolute;left:40px;
clip:rect(3px 110px 18px 3px);
background-color:red;
}
 }
form.actionsmenu div select { width:140px;height:22px; background-color: black;}
 
select { color:#989898;background-color: black;}
input[type="submit"] { background-color: black;	color:#989898; height:24px; border: 1px solid #df9800;}
 


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

.sidepanel a:hover {
	color:#e0da00;
}

#navibar li.current {
background: black url(../img/bg_li2.gif) no-repeat;
      

}
#navibar li.current a{

        color: #ffffff;

}

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

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


#message {
	margin: 10px 200px 10px 10px;
	padding: 5px ;

}

#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%;
}

#editor textarea {
   clear:left;
    width: 100%;
}

#editor-comment {
    display: inline;
    width: 55%;
}
#pagebottom {
	clear: both;
}

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

.diff {
    width:99%;
}

.diff-header {
    font-weight: bold;
}

.diff-title {
    background-color: #1a1a1a;
}

.diff-added {
    border:1px solid #33ff33;
    vertical-align: sub;
    width: 50%;margin:1px
}

.diff-removed {
    border:1px solid #ffff33;
    vertical-align: sub;
margin:1px
}

.diff-added span {
    background-color: #003300;color:white;
}

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

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



#interwiki {
    margin: 5px 12px;
    display: inline;
    font-size: 1em;
}

*[dir="rtl"] #interwiki {
    margin: 5px 0px;
    display: inline;
    font-size: 1em;
}

#interwiki span:after {
    content: ":";
}




