/*  screen.css - MoinMoin Default Styles

    Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
*/

/* content styles */

body, body div, body p, body th, body td, body li, body dd {
	/* More specific to override rule in importing sheet. */
	font-size: x-small;
	/* False value for WinIE4/5. */
	voice-family: "\"}\"";
	/* Trick WinIE4/5 into thinking the rule is over. */
	voice-family: inherit;
	/* Recover from trick. */
	font-size: small;
	/* Intended value for better browsers. */
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
	font-size: small;
	/* Be nice to Opera. */
}
/* END Todd Fahrner's keyword hack for IE. */

/* Body */
body {
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Links */
a:link { color: #333; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover, a:visited:hover, a:active { color: #F60; text-decoration: underline; }


h2, h3, h4, h5, h6 {
	background-color: #CCCCCC;
	color: black;
	padding: 10px;
}	

h1 a{
text-decoration: none;
}


a.nonexistent, a.badinterwiki {
	background-color: inherit;
	color: #404040;
}

pre {
	border: 1px solid #CBCBCB;
	background-color: #FFF8ED;
	color: black;
}

hr {
	clear: both;
	border-style: none;
	background-color: #CBCBCB;
	color: #CBCBCB;
}

td {
	border: 1px solid #EEEEEE;
}

.footnotes div {
	width: 5em;
	border-top: 1px solid #CBCBCB;
}

/* user interface styles */

#logo {
	float: left;
	margin: 0 .5em;
}

#content {
        float: left;
	margin-top: 10px;
	margin-left: 10px;
	/* margin-right: 225px; */
        width: 75%;
	margin-bottom: 20px;
}

#title {
	background: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
        padding-top:10px;
        padding-bottom:10px;
}

#title h1 {
	margin: 0;
	margin-left: 10px;
	font-size: 100%;
}

#banner {
	margin: 0;
        height: 52px;
	padding:5px;
	background: url(../img/logo_title.png) no-repeat #FF5A00;
}

#search {
	text-align: center;
}

#bannertext {
	margin: 0;
	margin-left: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
        text-align: left;
        font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#desctext {
	margin: 0;
	margin-left: 12px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	font-style: italic;
}

*[dir="rtl"] #logo {
	float: right;
}

#sidebar {
	display: block;
    background-color: #EEEEEE;
    border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    /* position: absolute; */
    float: right;
    top: 0px;
    right: 0px;
    width: 210px;	
	font-size: x-small;
}

.sidetitle {
    background-color: #CCCCCC;
    border: none;
    color: #000;
    font-size: x-small;
    padding: 5px;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
    text-align:center;		  					
    font-family: verdana,sans-serif;
    font-weight: bold;
}		

.user {
	margin-top: 10px;
	text-align: center;
}

#username {
	text-align: right;
}

*[dir="rtl"] #username {
	float: left;
}

*[dir="rtl"] #navibar {
	clear: right;
}

*[dir="rtl"] #pagetrail {
	clear: right;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0em 1.5em 4em;
    padding:0;
}

li {
margin-bottom: 0.25em;
}

*[dir="rtl"] #pagetrail li:before {
	content: " «";
}

*[dir="rtl"] #iconbar {
	float: left;
	text-align: left;
}

#message, #footer {
	clear: both;
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-right: 225px;
	color: black;
	padding:8px;
}

#footer p {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px; 
}

#footer {
	margin-left: 10px;
	margin-bottom: 10px;
	
}

#credits {
	float: right;
	text-align: right;
	max-width: 30%;
}

*[dir="rtl"] #credits {
	float: left;
	text-align: left;
}

#timings {
	padding: 0;
	font-size: 0.8em;
}

#timings li {
	display: inline;
	background-color: #E5E5E5;
	color: black;
}

#preview {
	border: 2px solid #CBCBCB;
	padding: .5em;
	background: url(../img/draft.png);
}

.recentchanges table {
	width: 100%;
}

#pageinfo td, .recentchanges td {
	padding: 0 .3em;
}

.rcdaybreak td {
	background-color: #CCCCFF;
	padding: .2em;
}

.rcicon1, .rcicon2 {
	text-align: center;
}

.rcpagelink {
	width: 33%;
}

.rctime {
	font-size: .9em;
	color: #4D4D4D;
}

.rceditor {
	color: green;
}

.rccomment {
	color: red;
	width: 66%;
}

.rcrss {
	float: right;
}

.recentchanges[dir="rtl"] .rcrss {
	float: left;
}

.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;
}
