#language en
#acl All:read

{
    err404-spatial.css of MoinMoin theme "err404-spatial" by err404 (Boris Ganne).
    http://err404.numericore.com/Doc/Wiki/MoinMoin/Contrib/CssInWikiPage

Inspired by 
 * MoinMoin theme "sinorca4moin" by David Linke http://moinmo.in/ThemeMarket/sinorca4moin
 * MoinMoin theme "Mandarin" by RadomirDopieralski http://moinmo.in/ThemeMarket/Mandarin

}

body, td, a, p, .h {
font-family:sans-serif;
}

/*  common.css of MoinMoin theme "sinorca4moin" by David Linke.
    $Id: common.css 157 2007-12-29 21:31:15Z linke $
*/

html {
	background-color: black;

	color: #00ff00;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
/*	line-height: 1.25em;*/
	margin: 0;
	padding: 0;

}

/* Headings */

h1, h2, h3, h4, h5 {
	margin: 1em 0 0.5em 0; 
	padding: 0em 0em 0.1em;
        font-weight: bold;
	color: #80ff00;
/*	line-height: 1.2em;*/
	/* border-bottom: 0.2em solid rgb(100,135,220);
	border-left: 0.1em solid rgb(100,135,220); */
}	
 
h1 {font-size: 1.5em; }
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}



/* Links */

a.www:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-www.png); margin: 0 0.2em;}
a.http:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-www.png); margin: 0 0.2em;}
a.https:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-www.png); margin: 0 0.2em;}
a.file:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-ftp.png); margin: 0 0.2em;}
a.ftp:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-ftp.png); margin: 0 0.2em;}
a.nntp:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-news.png); margin: 0 0.2em;}
a.news:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-news.png); margin: 0 0.2em;}
a.telnet:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-telnet.png); margin: 0 0.2em;}
a.irc:before,a.ircs:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-telnet.png); margin: 0 0.2em;}
a.mailto:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-email.png); margin: 0 0.2em;}
a.attachment:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-attach.png); margin: 0 0.2em;}
a.badinterwiki:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-inter.png); margin: 0 0.2em;}
a.interwiki:before {content: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=moin-inter.png); margin: 0 0.2em;}


li p {
	margin: .25em 0;
}

li.gap {
	margin-top: 0.5em;
}

a, img, img.drawing {
	border: 0;
}

dt {
	font-weight: bold;
}

/* fix problem with small font for inline code */
tt {
	font-size: 1.25em;
}

pre {
   background-color: black;
   color: green;
       margin:0.3em 0;
       padding:0.3em;
/*	border: 0.1em solid #c0c0c0;*/
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    	white-space: pre-wrap;
	/* word-wrap: break-word; */
	/* white-space: -moz-pre-wrap; */
	/* white-space: -pre-wrap; */
	/* white-space: -o-pre-wrap; */
	/* end css 3 or browser specific rules */
}

pre.comment {
/*    background-color: #CCCCCC;*/
    color: red;
    padding: 0;
    margin: 0;
    border: 0;
}

pre.comment:before {
    content: url(../img/attention.png);
}

/* .comment css definition must be top of .red/.green/.blue or it won't work */
.comment { color: #555555; background-color: #DDDDFF; }

.red { background-color: #FFCCCC; }
.green { background-color: #CCFFCC; }
.blue { background-color: #CCCCFF; }

.solid { border: 0.2em solid #000000; padding: 0.2em; }
.dashed { border: 0.2em dashed #000000; padding: 0.2em; }
.dotted { border: 0.2em dotted #000000; padding: 0.2em; }

table {
	margin: 0.5em 0;
	font-size: 1em; /* Required to get correct size with GUI editor */
	border-collapse: collapse;
            border-style: hidden;
}

th, td
{
	padding: 0.25em;
/*	border: 0.1em solid #c0c0c0;   pour rendre les cellules invisibles, voir aussi border-style:hidden       */
}

td p {
	margin: 0;
	padding: 0;
}

/* standard rule ---- */
hr {
	height: 0.1em;
	background-color: #c0c0c0;
	border: none;
}

/* custom rules ----- to ---------- */
.hr1 {height: 0.2em;}
.hr2 {height: 0.4em;}
.hr3 {height: 0.6em;}
.hr4 {height: 0.8em;}
.hr5 {height: 1em;}
.hr6 {height: 1.2em;}

/* Replacement for deprecated html 3 <u> element and html 4 <strike> */
.u {text-decoration: underline;}
.strike {text-decoration: line-through;}

.footnotes ol {
	padding: 0 2em;
	margin: 0 0 1em;
}

.footnotes li {
}


/* eye catchers */
.warning 
{
	color: red;
}

.error 
{
	color: red;
}

strong.highlight 
{
	background-color: #000080;
	padding: 0.1em;
}


/* Recent changes */

div.recentchanges table {
	border: 0.1 solid #e5e5e5; 
}

.recentchanges p {
	margin: 0.25em;
}

.recentchanges td {
	border: none;
	border-top: 0.1 solid #e5e5e5;
	border-bottom: 0.1 solid #e5e5e5;
	vertical-align: top;
}

.rcdaybreak {
	background-color: black;
}

.rcdaybreak td a {
	font-size: 0.88em;
}

.rcicon1, .rcicon2 {
	text-align: center;
}

.rcpagelink {
	width: 33%;
}

.rctime {
	font-size: 0.88em;
	white-space: nowrap;
}

.rceditor {
	white-space: nowrap;
	font-size: 0.88em;
}

.rccomment {
	width: 66%;
	color: gray;
	font-size: 0.88em;
}

.rcrss {
	float: right;
}

.recentchanges[dir="rtl"] .rcrss {
	float: left;
}

/* User Preferences */

.userpref table, .userpref td {
	border: none;
}

/* CSS for new code_area markup used by Colorizer and ParserBase */

div.codearea { /* the div makes the border */
	margin: 0.5em 0;
	padding: 0;
	border: 0.3em solid #AEBDCC;
	background-color: #F3F5F7;
	color: black;
}

div.codearea pre { /* the pre has no border and is inside the div */
	margin: 0;
/*	padding: 10em;*/
	border: none;
}

a.codenumbers { /* format of the line numbering link */
	margin: 0 10em;
	font-size: 0.85em;
	color: gray;
}

/* format of certain syntax spans */
div.codearea pre span.LineNumber {color: gray;}
div.codearea pre span.ID         {color: #000000;}
div.codearea pre span.Operator   {color: #0000C0;}
div.codearea pre span.Char       {color: #004080;}
div.codearea pre span.Comment    {color: #008000;}
div.codearea pre span.Number     {color: #0080C0;}
div.codearea pre span.String     {color: #004080;}
div.codearea pre span.SPChar     {color: #0000C0;}
div.codearea pre span.ResWord    {color: #A00000;}
div.codearea pre span.ConsWord   {color: #008080; font-weight: bold;}
div.codearea pre span.Error      {color: #FF8080; border: solid 0.3em #FF0000;}
div.codearea pre span.ResWord2   {color: #0080ff; font-weight: bold;}
div.codearea pre span.Special    {color: #0000ff;}
div.codearea pre span.Preprc     {color: #803999;}

/* for diff parser */
/*
div.codearea pre span.DiffAdded   {color: #4876FF;}
div.codearea pre span.DiffRemoved {color: #FF0000;}
div.codearea pre span.DiffChanged {color: #FF7F50;}
div.codearea pre span.DiffSeparator {color: #228B22; font-weight: bold}
*/
/* pageinfo */
.info {
    float: right;
    font-size: 0.8em;
    font-style:italic;
    color: gray;
}

#pageinfo {
    margin-top: 2em;
    clear:right;
}

/* Search results */
.advancedsearch {
    border: 1em solid #9c9c9c;
}

.advancedsearch td {
    vertical-align: top;
    background-color: #e5e5e5;    
    border: 0em;
}

.advancedsearch td.searchfor {
    font-weight: bold;
}

/*.advancedsearch input {
    border: 0.1em solid #9c9c9c;
    background-color: #fff;
}*/

.advancedsearch input[disabled] {
    background-color: #eee;
}

.advancedsearch td.submit {
    border-top: 0.1em solid #9c9c9c;
    background-color: #fff;
    text-align: right;
}

.advancedsearch option, select {
    border: 0.1em solid #9c9c9c;
    background-color: #fff;
}


.searchresults dt {
    margin-top: 1em;
    font-weight: normal;
}

.searchresults dd, .searchresults p {
    font-size: 0.85em;
}

.searchresults .searchhitinfobar {
    color: #008000;
    margin-left: 3em;
    margin-top: 0;
}

p.searchstats {
    font-size: 0.8em;
    text-align: right;
    width: 100%;
    background-color: #E6EAF0;
    border-top: 0.1em solid #9088DC;
    padding: 0.2em;
}

p.searchhint {
    background-color: #E6EAF0;
    border: 0.1em solid #9088DC;
    padding: 0.2em;
}

.searchpages {
    margin-left: auto;
    margin-right: auto;
}

.searchpages tr, .searchpages td {
    border: 0;
    padding: 1em;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    color: #b93a58;
    font-weight: bold;
    font-size: 1em;
}

.searchpages td a, .searchpages td a:link {
    text-decoration: underline;
}

/* MonthCalendar css */

/* days without and with pages linked to them */
a.cal-emptyday {
    color: #777777;
    text-align: center;
}
a.cal-usedday {
    color: #000000;
    font-weight: bold;
    text-align: center;
}
/* general stuff: workdays, weekend, today */
td.cal-workday {
    color: white;
/*    background-color: #DDDDFF;*/
    background-color: rgb(0,51,153);
    text-align: center;
}
td.cal-weekend {
    color: white;
    background-color: rgb(100,135,220);
    text-align: center;
}
td.cal-today {
    background-color: #CCFFCC;
    border-style: solid;
    border-width: 0.2em;
    border-color: rgb(253,160,91);
    text-align: center;
}

td.cal-nottoday {
    text-align: center;
}

/* invalid places on the monthly calendar sheet */
td.cal-invalidday {
    background-color: #e5e5e5;
}
/* links to prev/next month/year */
a.cal-link {
    text-decoration: none;
}
th.cal-header {
    color: rgb(39,78,144);
    background-color: rgb(140,170,230);
    text-align: center;
}

/* for MonthCalendar mouseover info boxes */
TABLE.tip {
    color: black;
    background-color: #FF8888;
    font-size: small;
    font-weight: normal;
    border-style: solid;
    border-width: 0.1em;
}

TH.tip {
    background-color: #FF4444;
    font-weight: bold;
    text-align: center;
}

TD.tip {
    text-align: left;
}
*[dir="rtl"] TD.tip {
    text-align: right;
}

/* end MonthCalendar stuff */

#message .hint {font-style: italic;}
#message .info {
    float: none;
    font-size: 1em;
 /*   color: black;*/
}
#message .info:before {content: url('../../CSS/err404-spatial?action=AttachFile&do=get&target=icon-info.png'); margin: 0 0.2em;}
#message .warning:before {content: url('../../CSS/err404-spatial?action=AttachFile&do=get&target=alert.png'); margin: 0 0.2em;}
#message .error:before {content: url('../../CSS/err404-spatial?action=AttachFile&do=get&target=icon-error.png'); margin: 0 0.2em;}


/* admonition start */
#content div.caution, 
#content div.important, 
#content div.note, 
#content div.tip, 
#content div.warning {
    border: 0.1em solid #E5E5E5;
    background-color: #F9F9FF;
    color: black;
    
    margin: 2em 6em 2em 6em;
    background-repeat: no-repeat;
    background-position: 2em 2em;
    min-height: 12em; /*64=48+8+8 but doesn't work with IE*/
    padding-left: 12em;
}
 
#content div.caution p, 
#content div.important p, 
#content div.note p, 
#content div.tip p, 
#content div.warning p {
    margin-top: 2em; /*to align text with bg graphic*/
}

#content div.tip { background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=admon-tip.png"); }
#content div.note { background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=admon-note.png"); }
#content div.important { background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=admon-important.png"); }
#content div.caution { background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=admon-caution.png"); }
#content div.warning { background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=admon-warning.png"); }

/* admonition end */




/* ********************************************************* */
/* custom css                                                */
/* ********************************************************* */


div#pagebottom { clear:both; }

div#content li {
	margin: 0.25em;
}

div#content table.navigation {
	float: right;
	margin: 1em;
}

#content div.rightside {
	background-color: white;
	float:right;
 	margin-left: 0em;
	width: 40em;
	padding: 2em;
	padding-top: 0em;
	border-left: 10em solid white;
}

.table-of-contents {
	float: right;
        border: 0.1em solid silver;
	padding: 0em 0em 0em 0em;
	clear: right;
	max-width: 50%;
        min-width: 30%;
	margin: 0em 0em 1em 1em;

  background-attachment:fixed;
  background-repeat:repeat;
  background-position:right top ;
 /* background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=Large.mc.arp.1500pixflou2.jpg);*/
 background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png);

}

#content p.table-of-contents-heading {
	font-weight: bold;
	margin: 0em;
	padding: 0.1em;
	border-width: 0em;
	margin-bottom: 1em;
	background-color: #E5E5E5;
	background-color: silver;
}

div#page>div#content>p {
	 margin: 0 0 1.0em 0;
}

/*err404*/
/*
html>body>div#page>div#content>div>table {
	 background-color: black;
}
*/

div.BlikiSummary {
	clear: right;	
	float: right;
	margin: 1em;
	width: 50%;
}

.rechts {
	float:right;
}

#content img.PersonFoto {
	float:right;
	padding: 2em;
	margin-left: 2em;
	border: 0.1em solid black; 
}

#content {
/*        text-indent: 1em;*/
/*  background-color: black;*/
  background-attachment:fixed;
  background-repeat:repeat;
  background-position:right top ;
 /* background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=Large.mc.arp.1500pixflou2.jpg);*/
 background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png);
        z-index: 3000;
        position: relative;
        padding: 1em;
        border: 0.1em solid green;

}
/* screen.css of MoinMoin theme "sinorca4moin" by David Linke.
    $Id: screen.css 157 2007-12-29 21:31:15Z linke $
*/

/* ##### Common Styles ##### */

body {
  background-attachment:fixed;
  background-repeat:repeat;
  background-position:left top;
    background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=fond noir-2.png");
   color: #ffff00;
  margin: 0;
  padding: 0;
/*  line-height: 1.0em;*/
}

a {text-decoration: none;
color: #00ddff;
}


/* ##### Header ##### */

.header {
/*  background-color: black;*/
  padding: 0em 0em 7em 1em;
  background-repeat:no-repeat;
  background-position:right top;
  background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=planete-x2.png);
}

.superHeader {
/*  color: white;*/
/*  background-color: rgb(100,135,220);
*/  height: 2.4em;
/*  font-size: 0.8em;*/
}

.superHeader a {
 /* color: white;*/
  text-decoration: none;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader ul {
  display: inline;
}

.superHeader li {
  display: inline;
  padding: 0;
  margin: -2em;
}

.superHeader .left {
  text-align: left;
  float: left;
  margin: 0.5em 0em 0.5em;
  padding: 0 0 0 2em;
  /*display: inline; /* forces IE to calc correct margin */
}

.superHeader .right {
  text-align: right;
  float: right;
  margin: 0.5em 2em 0.5em 0em;
/*  padding: 0;*/
/*  display: inline; /* forces IE to calc correct margin */
}

.midHeader {
/*  color: yellow;*/
/*  background-color: rgb(0,0,0);
/*  background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=Lune_nb-err404.jpg);*/
  margin: 0.5em;
/*  padding: 0em 0em 0em 8em;*/
  font-size: 2em;
/*  font-weight: normal;*/
/*  line-height: 1.4em;*/
}

.midHeader a {
 /* text-decoration: none;    */
  color: yellow;
 /* margin: 1em 0em 5em 2em;*/
}

#logo {
  /* contains image and/or text link */
  display: inline;
}

#logo img {
  /* logo image */
  vertical-align: bottom;
  margin: 1em 0em 1em 0em;
}

#username {
  white-space: nowrap;
}

#username ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0.1em 0;
  padding: 0;
}

#username li {
  padding: 0.1em 3em;
}
.header{
  position: fixed;
  width: 100%;
}

.subHeader {
background-attachment:fixed;
background-image:url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png);
background-position:right top;
background-repeat:repeat;
border:0.1em solid green;
margin:0 2em 0 16em;
padding:0.3em 0 1.3em;
position:relative;
z-index:2000;

/*  color: white;*/
/*  background-color: rgb(0,51,153);
*/  font-size: 0.9em;
/*  margin: 0;*/
/*  padding: 1em 1em 1em 1.5em;*/
}

.subHeader a {
 /* color: white;*/
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
}

/* ##### Side Bar ##### */
.sidebar{
  position: fixed;
  top: 6.3em;
  z-index: 1500;

}
#sidebar {
  width: 16em;
/*  margin: 1em, em;*/
/*  float: left;*/
/*  background-color: green; for debugging IE surprises*/
/*  padding: 0;	*/
/*  overflow: hidden;*/
/*  display: inline; /* forces IE to calc correct margin */
}

#sidebar a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
/*  line-height: 1.5em;*/
  display: block;
}

#sidebar .disabled {
/* line-height: 1.5em;*/
 display: block;
}

#sidebar .current {
  color: black;
  background-color: white;
  border: 0.1em solid rgb(253,160,91);
}

#sidebar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sidepanel {
  margin: 0.5em 0em 0em 0.5em;
  padding: 0.5em 0em 0em 0.5em;
  width: 15em;
  background-attachment:fixed;
  background-repeat:repeat;
  background-position:right bottom;
/*  background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=Large.mc.arp.1500pixflou2.jpg");*/
 background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png); 
  border: 0.1em solid green;
/* padding 0em 0em 0em 1em;*/
/* float: left;*/
/* border: 0.1em solid #9c9c9c;*/
/* background: #e5e5e5;*/
 overflow: hidden; /* new 18:11 */
/*  display: inline; /* forces IE to calc correct margin */
}

.sidepanel h1 {
  margin: 0;
/*  padding: 0.4em 2em;*/
  border: none;
  font-size: 1em;
/*  color: black;*/
}

.sidepanel li {
  margin: 0;
/*  padding: 0em 1em;*/
}

.sidepanel ul {
 /* list-style-type: none;*/
  list-style-position: outside;
  padding: 0em 0em 0em 1em;
/*  padding: 0;*/
}


.actionsmenu select{
  width: 10em;
}


/* ===== Iconbar ===== */
#iconbar {
  float: right;
/*  margin: 2em 0em;*/
/*  padding: 0;*/
  white-space: nowrap;

}

*[dir="rtl"] #iconbar {
  float: right;
/*  margin: 1em 2em 1em 0;*/
}

#iconbar li {
  display: inline;
  position: relative;
  z-index: 3000;
  bottom: 0.5em;
  top: 0.25em; 
}

#iconbar img {
  padding: 0.1em;
}


/* title of the current wiki-page */
/* title of the current wiki-page should not be displayed as list */

/* title of the current wiki-page should not be displayed as list */

    #pagelocation li {
    display: inline;
    list-style: none;
    color: #80ff00;
    font-weight: bold;

}

#pagelocation {
background-attachment:fixed;
background-image:url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png);
background-position:right top;
background-repeat:repeat;
border:0.1em solid green;

margin:1em 0em 0.3em 0em;
padding:0.3em 0em 0em 0.3em;
  position: relative;
  z-index: 2000;
}


/* ##### Main Copy ##### */

#page {
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:0em 0em;
/*    background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=Crab_Nebula2.png");*/
/* too big: */
/* background-image: url("../../CSS/err404-spatial?action=AttachFile&do=get&target=NGC_4013HSTPart-x4.png");*/
 /* position: relative;*/
/*  top: 11em;*/
  color: #ffff00;
/*  background-color: black;*/
/*  background-color: yellow; for debugging IE surprises*/
  text-align: justify;
/*  line-height: 1.4em;*/

  padding: 8em 1em 19em 17em;
  /*padding: 0em 0em 2em 0em;*/
}

#page p {
  margin: 0 0 0.25em 0;
  padding: 0;
}

/* Use same margin for normal list item as for li p (see common.css) */
#page li {
  padding: 0;
  margin: 0.25em 0;
/*  line-height: 1.4em;*/
}

#page a {
  color: #ddff;
  background-color: transparent;
}

#page a.nonexistent, a.badinterwiki {
  color: #902000;
  border-bottom: dotted 0.1em;
}

#page a:hover {
  text-decoration: underline;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}
/* pre {
  background-color: #FFF8ED;
}*/

/* ##### Footer ##### */

#footer {
 /* background-attachment:fixed;*/
  background-repeat:no-repeat;
  background-position:center top ;
/*  background-image: url(../../CSS/err404-spatial?action=AttachFile&do=get&target=Encelade_voyager_horizon.png);*/
  color: white;
 /* background-color: black;*/
  font-size: 0.9em;
  margin: 0;
  padding: 1em 0em 6em;
/*      position: relative;
      bottom: 0;
*/
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline ;
}

#footer a:hover {
  text-decoration: none;
}


/* DL addition from rightsidebar/classic/modern screen.css*/

#pagetrail {

position:relative;
z-index:2000;

background-attachment:fixed;
background-image:url(../../CSS/err404-spatial?action=AttachFile&do=get&target=fondcontent-vert6.png);
background-position:right top;
background-repeat:repeat;
border:0.1em solid green;
margin:0 2em 0 16em;
padding:0.3em 0em 1.3em 0em;

/*  margin: 0em 0em 0em 0em;*/
/*  padding: 0em 0em 0em 16em;*/
/*  height: 2em;/*
/*       background:black none repeat scroll 0 50%;*/
/*  clear: left;*/
/*  font-size: 0.8em;*/
/*  border-bottom: 0.1em solid rgb(153,153,153);*/
}

*[dir="rtl"] #pagetrail {
  clear: right;
}

#pagetrail li  {
  float: left;
  display: block;
  margin: 0em 0em 0em 1em;
/* 0em 0.4em 1em;*/
/* padding: 0 0.2em;*/
}

*[dir="rtl"] #pagetrail li {
  float: right;
}

#pagetrail a {
  text-decoration: none;
  color: #00dddd;
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
  content: " »";
}

/* not css 2.1 valid
#pagetrail li:last-child:after {
  content: "";
}
*/

#searchform {
  float: right;
  margin: 1em 2em 0em;
  padding: 0;
  white-space: nowrap;
  display: inline;
}

*[dir="rtl"] #searchform {
  float: left;
}

#searchform form div {
  display: inline;
}

.editbar form, .editbar form div {
    display: inline;
    text-align: center;
}


#message {
/*  margin: 0em 2em 0em 20em;*/
  padding: 0.2em;
  background-color: #000000;
  border: 0.2em solid red;
/*  line-height: 1.2em;*/
position:fixed;
top:1.5em;
z-index:4000;
left: 17em;
right: 1em;

}

#message p{
  margin: 0;
}

#message a{
  margin: 0;
  color: rgb(0,102,204);
}
#input .button {
bottom: 0;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-comment {width: 70%;}
#editor-textarea {width: 99%;}

#pagebottom {
/*  clear: both;*/
}

#preview {
  border: 0.2em solid #e5e5e5;
  padding: 0.5em;
  background: url(../img/draft.png);
}

#textcha {
    font-size: 100%;
    margin-top: 0.5em;
    border: 0.2em solid #FF8888;
    color: black;
    vertical-align: middle;
    padding: 0.5em 0.2em;
}

#textcha-answer {
    border: 0.2em solid #000000;
    padding: 0.5em 0.2em;
}

.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: #108010;
}

.diff-removed span {
  background-color:#FF1010;
}

.searchresult dd span {
  font-weight: bold;
}

#version{
  margin: 1em 1em;
  padding: 0em;
  text-align: center;
  font-size: 1em; 
  color: #6C7680;
}

#credits{
  margin: 1em 1em;
  padding: 0em;
  text-align: center;
  font-size: 1em; 
}

#timings{
  margin: 1em 0em;
  padding: 0;
  text-align: center;
  font-size: 0.8em; 
  color: #6C7680;
}
#credits li {
  display: inline;
  padding: 0 2em;
}

#timings li {
  display: inline;
  padding: 0 1em;
}

#credits img {
  vertical-align: middle;
}

/* ********************************************************* */
/* custom content */
/* ********************************************************* */

#previewbelow {
	border-top: 0.1em solid black;
	margin-top: 2em;
}
