/*  common.css - MoinMoin Default Styles

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

/* content styles */
html {

	xcolor: black;
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: .85em;
	line-height: 1.25em;
}

/* links */
a:hover {color: #0044B3;}
a {color: #597BB3;}
a.nonexistent, a.badinterwiki {color: gray;}

a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.http:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.https:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
a.file:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
a.ftp:before {content: url(../img/moin-ftp.png); margin: 0 0.2em;}
a.nntp:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
a.news:before {content: url(../img/moin-news.png); margin: 0 0.2em;}
a.telnet:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
a.irc:before {content: url(../img/moin-telnet.png); margin: 0 0.2em;}
a.mailto:before {content: url(../img/moin-email.png); margin: 0 0.2em;}
a.attachment:before {content: url(../img/moin-attach.png); margin: 0 0.2em;}
a.badinterwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}
a.interwiki:before {content: url(../img/moin-inter.png); margin: 0 0.2em;}

a.http{white-space:nowrap}


/* Headings */

h1 {
	/* h1 is out of the content div! */
	margin: 0;
	padding: 0;
	xcolor: black;
	font-size: 2em;
	line-height: 1.2em;
}

h1 a {
	text-decoration: none;    
	xcolor: black;
}

h2
{
	margin: 1.5em 0 0 0;
	padding: 0 0 0.3em 0;
	xcolor: black;
	border-bottom: 2px solid #000099;
	line-height: 1.2em;
}	
h3, h4, h5, h6
{
	margin: 1.5em 0 0 0;
	padding: 0 0 0.3em 0;
	xcolor: black;
	line-height: 1.2em;
}

h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}





li p {
	margin: .25em 0;
}

li.gap { 
	margin-top: 0.5em;
}

a, img, img.drawing {
	border: 0;
}

dt {
	font-weight: bold;
}

tt {
font-size: 1em;
}
pre {
font-size: 1em;
xbackground-color: #EEEEFF
}

#page pre {
	xbackground-color: white;
	xcolor: black;
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: 1em;
   
}

table
{

	border-collapse: collapse;
}

td
{
	padding: 0.25em;
/*	border: 1px solid #ADB9CC; */
}

td p {
	margin: 0;
	padding: 0;
}

/* standard rule ---- */
hr {
	height: 1px;
	background-color: #c0c0c0;
	border: none;
}

/* custom rules ----- to ---------- */
.hr1 {height: 2px;}
.hr2 {height: 3px;}
.hr3 {height: 4px;}
.hr4 {height: 5px;}
.hr5 {height: 6px;}
.hr6 {height: 7px;}

/* Replacement for html 3 u tag */
.u {text-decoration: underline;}

.footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
}

.footnotes li {
	list-style: none;
}

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

#pageinfo {
    margin-top: 2em;
visibility: hidden;
}

/* eye catchers */
.warning 
{
	color: red;
}

.error 
{
	color: red;
}

strong.highlight 
{
	background-color: #CCE0FF;
	padding: 1pt;
}

#credits img {
	vertical-align: middle;
}

/* Recent changes */

.recentchanges p {
	margin: 0.25em;
}

.recentchanges td {
	vertical-align: top;
	border: none;
	border-bottom: 1pt solid #F0ECE6;
	background: #F7F6F2;
}

.rcdaybreak td {
	background: #B8C5D9;
	border: none;
}

.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 */

}

div.codearea pre { /* the pre has no border and is inside the div */
line-height: 2em;
}

a.codenumbers { /* format of the line numbering link */
	margin: 0 10pt;
	color: gray;
}

/* format of certain syntax spans */
div.codearea pre span.LineNumber {color: gray;}
div.codearea pre span.ID         {xcolor: #000000;}
div.codearea pre span.Operator   {xcolor: #0000C0;}
div.codearea pre span.Char       {xcolor: #004080;}
div.codearea pre span.Comment    {xcolor: #008000;}
div.codearea pre span.Number     {xcolor: #0080C0;}
div.codearea pre span.String     {xcolor: #004080;}
div.codearea pre span.SPChar     {xcolor: #0000C0;}
div.codearea pre span.ResWord    {xcolor: #A00000;}
div.codearea pre span.ConsWord   {xcolor: #008080; font-weight: bold;}
div.codearea pre span.Error      {xcolor: #FF8080; border: solid 1.5pt #FF0000;}
div.codearea pre span.ResWord2   {xcolor: #0080ff; font-weight: bold;}
div.codearea pre span.Special    {xcolor: black;font-family: monospaced, courier;font-size:1.3em}
div.codearea pre span.Preprc     {xcolor: #803999;}


div.codearea pre span.Break    {content: "<br>"; color: red}
div.codearea pre span.Dot, div.codearea pre span.Numb, div.codearea pre span.Op, div.codearea pre span.RedKey, div.codearea pre span.YellowKey,  div.codearea pre span.HardKey, div.codearea pre span.UserHard     {
  background-color: #999999;
  color: #FFFFFF;
  border: .1em outset #999999;
  padding:.1em;

  margin: .1em;
}

div.codearea pre span.UserSoft { 
  background-color: #DDDDDD;
  color: #333333;
  border: .07em solid silver;
  padding:.1em;

  margin: .1em;
}

div.codearea pre span.KeyBoard {
color:#333333; 
letter-spacing:  .3em;
font-family:Bookman Old Style, Times New Roman;
background-color:aliceblue; 
border: .1em solid silver; 
padding:.1em; 
}

div.codearea pre span.Dot { padding-left:6px;padding-right:6px;font-weight:bold}
div.codearea pre span.Numb { margin-left:2px;margin-right:2px;font-weight:bold}
div.codearea pre span.Op { margin-left:10px;margin-right:10px;font-weight:bold}
div.codearea pre span.RedKey    {background-color:#FF9999;border-color: #FF9999;;color:black}
div.codearea pre span.YellowKey    {background-color:#FFFE99;border-color:#FFFE99;color:black}
div.codearea pre span.Comm    {}
div.codearea pre   {white-space: normal}

.border0 {
border: none
}

.border1 {
    border: 1px solid silver;
}

.border2 {
    border: 1px solid black;
}

.border3 {
    border: 1px solid silver;
}

.border4 {
    border: 1px solid black;
}

.border5 {
    border: 1px solid black;
}

table.border3 td {
    border: 1px solid silver
}

table.border4 td {
    border: 1px solid silver
}

table.border5 td {
    border: 1px solid black
}

table.tleft {
margin-left: 0;
margin-right: auto;
}
table.tcenter {
margin-left: auto;
margin-right: auto;
}
table.tright {
margin-left: auto;
margin-right: 0;
}

table.aleft td {
    text-align: left
}
table.acenter td {
    text-align: center
}
table.aright td {
    text-align: right
}
