/*  screen.css - MoinMoin Default Styles

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

/* content styles */

/* debug 
div, ul {border: 1px dotted blue; }
*/

a:link {color: #996f3a;}
a:visited {color: #c97d1a;}
a.nonexistent, a.badinterwiki {color: #FF2222; background-color: #b2904a;}

input {
    font-size: 1em;
}

textarea {
    font-size: 1em;
    font-family: monospace;
}

pre {
	background-color: #dbb05c;
	color: black;
}

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

/* user interface styles */

#logo {
	/* contains image and/or text link */
	float: left;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
}

#logo img {
	/* logo image */
	vertical-align: middle;
}

#logo a {
	/* logo text link */
	color: black;  
	text-decoration: none;
	white-space: nowrap;
}

*[dir="rtl"] #logo {
	float: right;
	margin: 0 0 0 10px;
}

#title {
	margin: 0;
	padding: 0;    
	font-size: 2em;
	font-weight: bold;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
	line-height: 1.2;
}

#title a {
	text-decoration: none;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
}

#searchform {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

*[dir="rtl"] #searchform {
	float: left;
	margin: 0 10px 0 0;
}

#searchform form div {
    display: inline;
}

#username {
	margin: 0;
	padding: 0.25em;
	text-align: right;
	font-size: 0.82em;
	white-space: nowrap;
}

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

#username li {
	display: inline;
	padding: 0 2px;
}

#username li:before {
	content: "| ";
	color: gray;
}

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

#pagetrail {
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 0.88em;
	height: 2em;
}

*[dir="rtl"] #pagetrail {
	clear: right;
}

#pagetrail li  {
	float: left;
	display: block;
	margin: 5px 2px;
	padding: 0 2px;
}

*[dir="rtl"] #pagetrail li {
	float: right;
}

#pagetrail a {
	text-decoration: none;
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
	content: " »";
}

#iconbar {
	clear: both;
	float: right;
	margin: 5px 0 5px 10px;
	padding: 0;
	white-space: nowrap;
}

*[dir="rtl"] #iconbar {
	float: left;
	margin: 5px 10px 5px 0;
}

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

#navibar {
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 0.88em;
	height: 2em;
}

*[dir="rtl"] #navibar {
	clear: right;
}

#navibar a {
	text-decoration: none;
	display: block;
}

#navibar li {
	float: left;
	display: block;
	margin: 2px;
	padding: 2px 5px;
	border: 1px solid #936b32;
	background-color: #413018;
	color: #936b32;
	font-size: 1.2em;
}

*[dir="rtl"] #navibar li {
	float: right;
}

#navibar li.wikilink {
	background-color: #413018;
}

#navibar li.userlink {
	background-color: #413018;
}

#navibar li.current {
	background-color: #413018;
}

#navibar li.current a {
	font-weight: bold;
	color: black; 
}

#message {
	clear: both;
	border: 2px solid #413018;
	background-color: #b2904a;
	color: black;
	margin: 5px 0;
	padding: 5px;
}
#message a:link, #footer a:link {
        color: #413018;
}

#message a:visited, #footer a:visited {
       color: #413018;
}

#message p{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

form.dialog {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

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

.dialog td.content input {
    width: 100%;
}

#page {
	clear: both;
	margin: 15px 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: black;
}

/* We use here dumb css1 ids becuase of IE suckiness */
#editor-textarea, #editor-comment {
    width: 100%;
}

#footer {
	clear: both;
	border: 2px solid #413018;
	background-color: #b2904a;
	margin: 5px 0;
	padding: 5px;
	font-size: 0.88em;
	color: black;
}

#message a:link, #footer a:link {
        color: #413018;
}

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

#credits, #version, #timings{
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 0.82em;
	color: gray;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
}

#credits img {
	vertical-align: middle;
}

#preview {
	border: 1px solid #gray;
	padding: .5em;
	background: url(../img/draft.png);
}

.diff {
	width:99%;
}

.diff-header {
	font-weight: bold;
}

.diff-title {
	background-color: #808080;
	color: black;
}

.diff-added {
	background-color: #509350;
	vertical-align: sub;
}

.diff-removed {
	background-color: #efef62;
	color: black;
	vertical-align: sub;
}

.diff-added span {
	background-color: #efef62;
	color: black;
}

.diff-removed span {
	background-color: #509350;
}

.searchresult dd span {
	font-weight: bold;
}

div.include-link {
	font-size: 0.8em;
}

div.include-link a {
	text-decoration: none;
}

table.BattleStationsShip {
        border-style: none;
        padding: 0px;
        margin: 0px;
        background: white;
        text-align: center;
}

table.BattleStationsShip th {
        border-style: none;
        padding: 15px;
        margin: 0px;
        text-align: center;
        color: black;
        font-weight: bold;
        font-size: 18pt;
}

table.BattleStationsShip td {
        border-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 0px;
}

table.BattleStationsShip td img {
        border-style: none;
        padding: 0px;
        margin: 0px;
}

table.AMTable {
	border-style: ridge;
	border-width: 5;
	border-color: #111111;
/*	width: 100%; */
}

table.AMTable td {
	border-style: solid;
	border-width: 1;
	border-color: #111111;
	background-color: #dbb05c;
	color: black;
}

table.AMTable td.AMheadnavleft {
	text-align: left;
	width: 150px;
	background-color: #b2904a;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
}

table.AMTable td.AMhead1 {
	text-align: center;
	background-color: #b2904a;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
}

table.AMTable td.AMheadnavright {
	text-align: right;
	width: 150px;
	background-color: #b2904a;
	color: black;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
}

table.AMTable td.AMhead2 {
	text-align: center;
	background-color: #b2904a;
	color: black;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
	font-size: 1.1em;
	vertical-align: top;
}

table.AMTable td.AMhead3 {
	text-align: right;
    width: 150px;
	background-color: #b2904a;
	color: black;
	font-family: Rudelsberg, Comic Sans MS, fantasy;
	font-size: 1.1em;
	vertical-align: top;
}

table.AMTable ul {
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: 1.25em;
}

table.AMTable a:link {color: #111111;}
table.AMTable a:visited {color: #222222;}
table.AMTable a.nonexistent, a.badinterwiki {color: #FF2222;}

table.IRClog {
	border-style: none;
	width: 100%;
	padding: 2px;
}

table.IRClog tr { padding: 0px; }
table.IRClog td { 
	padding: 1px; 
	padding-left: 10px;
	border-left: none;
	border-right: none;
}

table.IRClog td.head {
	text-align: center;
	font-weight: bold;
}

table.IRClog td.timestamp {
	font-size: smaller;
	text-align: center;
}

table.IRClog td.nick0 {
	color: #ee0000;
	font-weight: bolder;
}
table.IRClog td.nick1 {
	color: #0000ee;
	font-weight: bolder;
}
table.IRClog td.nick2 {
	color: #00cc00;
	font-weight: bolder;
}
table.IRClog td.nick3 {
	color: #ffff33;
	font-weight: bolder;
}
table.IRClog td.nick4 {
	color: #FF9933;
	font-weight: bolder;
}
table.IRClog td.nick5 {
	color: #FF6633;
	font-weight: bolder;
}

table.IRClog td.emote0 {
	color: #ff0000;
	font-style: italic;
}
table.IRClog td.emote1 {
	color: #0000ff;
	font-style: italic;
}
table.IRClog td.emote2 {
	color: #00cc00;
	font-style: italic;
}
table.IRClog td.emote3 {
	color: #ffff33;
	font-style: italic;
}
table.IRClog td.emote4 {
	color: #FF9933;
	font-style: italic;
}
table.IRClog td.emote5 {
	color: #FF6633;
	font-style: italic;
}

table.IRClog tr.special0 {
	background: #aa0000;
}
table.IRClog tr.special1 {
	background: #0000aa;
}
table.IRClog tr.special2 {
	background: #00aa00;
}
table.IRClog tr.special3 {
	background: #aaaa00;
}
table.IRClog tr.special4 {
	background: red;
}
table.IRClog tr.special5 {
	background: blue;
}

div.ImageFloat {
	margin: 5mm;
}

div.ImageFloat td {
	border: 0px;
}

div.ImageFloat th {
	font-weight: bold;
	font-style: italic;
}

