/*
common.css - MoinMoin Default Styles
copyright (c) 2000-3 by Juergen Hermann

Modified for Rockfish

*/

/* content styles */
html {
	background-color: white;
	color: black;
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
}

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

/* headings */
h1 a {
	text-decoration: none;    
	color: black;
}
li p {
	margin: .25em 0;
}
li.gap {
	margin-top: 0.5em;
}
a, img, img.drawing {
	border: 0;
}
dt {
	font-weight: bold;
}
pre {
	padding: 0.5em;
	font-family: courier, monospace;
	border: 1pt solid #c0c0c0;
	background: #F0ECE6;
	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 */
}
table {
	margin: 0.5em 0;
	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;}

/* new in version 1.5 */
.strike {text-decoration: line-through;}

/* TableOfContents macro */
.table-of-contents { 
	font-size: small;
	text-align:left;
	margin: 0.5em; padding-left: 2em;
	width:50%;
}
.table-of-contents ol { 
	margin:0; margin-left:1em;
	list-style-type:decimal; 
}
.table-of-contents ul { 
	margin:0;
	list-style-type:none; 
}
.table-of-contents-heading { 
	font-weight:bold; padding:0; margin:0; 
}

footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
}
.footnotes li {
	list-style: none;
}
.info {
    font-size: 0.85em;
    color: gray;
}

/* eye catchers */
.warning, .error {
	color: red;
}
strong.highlight {
	background-color: #CCE0FF;
	padding: 1pt;
}

/* 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;
}

/* new code_area markup used by Colorizer and ParserBase */
div.codearea { /* the div makes the border */
	margin: 0.5em 0;
	padding: 0;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	color: black;
}
div.codearea pre { /* the pre has no border and is inside the div */
	margin: 0;
	padding: 10pt;
	border: none;
}
a.codenumbers { /* format of the line numbering link */
	margin: 0 10pt;
	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 1.5pt #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;}

#pageinfo {
    margin-top: 2em;
}
#credits img {
	vertical-align: middle;
}
#preview {
	border: 2px solid #e5e5e5;
	padding: .5em;
}

/* diffs */
.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;
}

/* ---------------- Main and Inner Containers ------------------------ */

#MainContainer {
	/*background: #E1E1E6;*/
}

#InnerContainer {
	float:none;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 860px;
	background: yellow;
	background: #fff url("/media/rockfish/img/mainstripe.gif") repeat-y 0 0;
}

/* ---------------- Header ----------------------------------------- */

#header {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-top: 20px;
	text-align: center;
	background: #fff url("/media/rockfish/img/topstripe.gif") repeat-y 0 0;
}

#logo {
	margin: 0;
	padding: 0px;
	font-weight: bold;
	font-size: 1.7em;
	white-space: nowrap;
}

#logo img {
	vertical-align: middle;
}

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

/*-------------- TopBar  ------------------*/

#TopBar
{
	height: 1.2em;
	line-height: 1.2em;
	margin: 20px 2px 0px 2px;
	padding: 0px;
	font-size: 1em;
	text-align: left;
	border-top: solid 2px #666;
	border-bottom: solid 2px #666;
	/*background: #fff url("/media/rockfish/img/topstripe.gif") repeat-y 0 0;*/
}

#TopBar ul 
{
	height: 1.2em;
	margin: 0;
	margin-left: 190px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#TopBar ul li 
{
	float: left;
	margin-left: 15px;
}

#TopBar a
{
	height: 1.2em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	color: blue;
	text-decoration: none;
}

#TopBar a:visited
{
	color: blue;
	text-decoration: none;
}

#TopBar a:hover
{
	text-decoration: none;
	background:#BBDDFF;
}

#TopBar a:active
{
	background:#BBDDFF;
	text-decoration: none;
}

/* ------------------ Side Panel ---------------------- */

#sidebar {
	display: inline;
	margin: 0px 0px 0px 15px;
	float: left;
	width: 160px;
	height: 1000px;
	padding: 0;
	font-size: 0.88em;
}

.sidepanel {
	margin: 0 0 15px 0;
	float: right;
	width: 160px;
	font-size: 1.0em;
	background: #96CDF6;
    border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555555;
}
.sidepanel h1 {
	margin: 0;
	padding: 0.2em 10px;
	border: none;
	border-bottom: 1px solid #9c9c9c;
	font-size: 1.0em;
	color: #e6edff;
	background: #1170CF;
}
.sidepanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidepanel li {
	margin: 0;
	padding: 2px 10px;
	border-bottom: 1px solid #9c9c9c;
}
.sidepanel li form {
	margin: 0;
}
.sidepanel a {
	text-decoration: none;
	display: block;
}
.sidepanel a:hover {
	text-decoration: underline;
}

/* -------------------- Message ---------------------------------- */

#message {
	margin: 0;
	padding: 5px 5px;
	border-bottom: 1px solid #666;
}

#message p{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#message div.buttons {
	font-weight: normal;
}

/* ---------------- Dialogs ------------------------ */

/*
form.dialog {
	margin: 0;
}
*/
.dialog {
	margin: 0;
	padding: 0;
}

.dialog form {
	margin: 0;
}

.dialog table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.dialog td {
	border: none;
	padding: 1px 2px;
}

.dialog td.label {
	text-align: right;
	font-weight: bold;
	font-size: .8em;
	width: 20%;
}

*[dir="rtl"] .dialog td.label {
	text-align: left;
}

.dialog td.content input {
	width: 80%;
	padding: 0px;
}

/* -------------------- Page ---------------------------------- */

#page {
	margin: 0px 0px 0px 190px;
	padding: 0px 20px 0px 20px;
    /* border: 1px solid green; */
}

#editpage {
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 20px;
    /* border: 1px solid green; */
}

/* #content {} */

/* -------------------- Bottom Bar ---------------------------------- */

#BottomBar
{
	height: 1em;
	line-height: 1em;
	clear: both;
	margin: 0px;
	padding: 5px;	
	text-align: center;
	border-top: solid 1px #666;
	border-bottom: solid 2px #666;
	background: #fff url("/media/rockfish/img/topstripe.gif") repeat-y 0 0;
}
