/*  screen.css for abi2oo4

    Alexander Schremmer 
      - derived from Daniela Nicklas' drsrm-122
        - look inspired by Reimer Behrend's css
	  - derived from screen.css - MoinMoin Default Styles
            Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
    
*/

/* content styles */

h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top:2pt;
    margin-bottom:8pt;
}

a:link {
	background-color: inherit;
	color: blue;
}

a:visited {
	background-color: inherit;
	color: #101744;
}

a.nonexistent, a.badinterwiki {
    font-weight: bold;
    background-color: #F8F8F8;
    color: #FF2222;
}

pre {
    font-family: Lucida Console,Courier New,Courier,monospace;
    font-size: small;
}

hr {
   border: 0;
   height: 1px;
   background: #000;
   color: #000;
}

table { 
	border: 1px solid #AAAAAA;
	empty-cells: show;
}

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

/* content styles by DN */

body {
  font-family: sans-serif;
  color: #000000;
}

h2 {
    font-size: 130%;
}
h3 {
    font-size: 115%;
}
h4 {
    font-size: 105%;
}
h5 {
    font-size: 95%;
}


/* user interface styles */

h1 {
   text-align: left;
   text-decoration: none;
   min-height: 2em;
   font-weight: bold;
   font-size: 150%;
   border-bottom: none;
   padding-top: 1em;
}

#logo {
	float: left;
	padding: 0 .5em 0 180px;
	width: 600px;
}

#username {
	margin: 1em .3em;
	text-align: right;
	font-size : 0.9em;
	text-decoration: none;
}

*[dir="rtl"] #username {
	text-align: left;
}

#pagetrail {
	   clear: left;
	   font-size:0.7em;
	   float: none;
}

#pagetrail, #iconbar {
	margin: .5em 0;
	padding: 0;
}

#pagetrail a {
	text-decoration: none;
}

#pagetrail li, #iconbar li {
	display: inline;
	padding: 0 2px;
	margin: 0;
}

#pagetrail li span {
	color: black;
}

#pagetrail li:before {
	content: "» ";
}

*[dir="rtl"] #pagetrail li:before {
	content: " «";
}

#pagetrail li:first-child:before {
	content: "";
}

#iconbar {
	clear: both;
	float: right;
}

*[dir="rtl"] #iconbar {
	float: left;
	text-align: left;
}


#footer p, #footer form {
	margin: 0;
}

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

.menutitle {
    font-weight: bold;
    margin-top:2pt;
    margin-bottom:8pt;
    font-size: 0.8em;
}

#sidebar ul {
	 margin-left: 0;
	 margin-top: 0px;
	 padding-top:0px;
	 padding-left: 0;
	 font-size: 90%;
}

#sidebar li {
  width: 95%;
  display: block;
  list-style: none;
  margin: 0;
  margin-top: 1px;
  margin-bottom: 1px;
}

#sidebar a:hover {
  margin-left: 1em;
  background: #FFD700;
  text-decoration: none;
}

#sidebar a {
  display: block;
  padding: 2px;
  margin-left: 1em;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}


/* page structure */ 

#sidebar {
  width:11em;
  float: left;
  padding-top: 0.5em;
  margin-top: 0.5em;
  clear: left;
}

#clearbar {
  clear: both;
  width: 80%;
  height: 0px;
  display:none;
}

#content {
  margin-top: 0.5em;
  margin-left: 11.5em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  background: #ffffff;
  margin-right: 5em;
  clear: right;
}

body>#content {
}

#footer {
   border-top: 1px solid #DDDDDD;
   border-left: none;
   border-right: none;
   margin: .5em 0;
   padding: .5em;
   font-size: 0.9em;
   clear: both;
}

#message {
	border: 1px solid #CBCBCB;
	background-color: #E5E5E5;
	color: black;
	margin: .5em 0;
	padding: .5em;
}

/* Holly Fix */
/* Hides from IE5-mac \*/
* html body {height: 1%;}
* html #sidebar {height: 1%;}
* html #content {height: 1%;}
/* End hide from IE5-mac */


#geb li {
	list-style-type: none;
	text-align: center;
	padding: 0;
  	list-style-position: inside;
  	display: block;
  	border: 1px #444 dotted;
  	padding: 5px;
  	text-decoration: none;
  	width: 13em;
  	margin-top: 3px;
  	margin-bottom: 3px;
}
