/*
<pre>
*/

.PPcornerTop { 
}
 
.PPcornerBottom {
}
 
.BGorange1 {
}

.BGorange2 {
}

.prettytable {
  margin: 1em 1em 1em 0;
  background: #D8E9FC;
  border: 1px #569ae7 solid;
  border-collapse: collapse;
  empty-cells:show;
}
 
.prettytable th, .prettytable td {
  border: 1px #569ae7 solid;
  padding: 0.3em;
}
 
.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
.nogrid th, .nogrid td {border: none;}
.float-left { float: left; clear: left; }
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
.centered { margin-left: auto; margin-right: auto; }


#siteNotice {
    padding-left: 4px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: black;
    line-height: 85%;
}

body {
/*	background-image: url(/graphics/background_monobook.gif); */
	background-repeat: repeat;
	background-color: #b7d9fe;
}

/* 
** fix for background color on Special:Newpages
** --Cid, 2005-12-13
*/
.special, .not-patrolled {
  background-color: inherit;
}

/* 
** fix for background color on Image pages (filetoc)
** --Cid, 2006-01-18
*/
ul#filetoc {
text-align: center;
border: 1px solid #0000ff;
background-color: inherit;
padding: 5px;
font-size: 95%;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}

#filetoc li {
display: inline;
list-style-type: none;
padding-right: 2em;
}

/* 
** fix for image legend (smaller, centered)
** --Cid, 2006-01-18
*/
div.fullImageLink {
text-align: center;
}
div.fullMedia {
text-align: center;
border: 1px solid #0000ff;
background-color: inherit;
padding: 5px;
font-size:smaller;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
}

/* 
** fix for exclamation mark on Special:Recentchanges
** --Cid, 2006-01-18
*/
span.unpatrolled {
    font-weight: bold;
    color: #000000;
}


#bodyContent, #content, #footer {
	background-color: #b7d9fe;
	color: #000000;
}

#bodyContent { 
        background: none; 
}

#content_withads {
     background-color: #b7d9fe;
}

#footer { 
   z-index: 200;
}

#column-google {
   z-index: 100;
}

.pBody {
	background-color: #b7d9fe;
	color: #000000;
}

#p-logo {
	height: 100px !important;
}

#column-one { padding-top: 140px !important; }

h1, h2, h3, h4, h5, h6 { color: #000000; }
a { color: #0000A0; }
a:visited { color: #000032; }
a:hover { text-decoration: underline; }
a.new { color: red; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #0000A0; }
#bodyContent a.extiw:visited { color: #0000A0; }
#bodyContent a.external { color: #0000A0; }
#bodyContent a.external:visited { color: #0000A0; }
#bodyContent a.stub, #bodyContent a.stub:visited { color: #FF5500; }

h1 { border-bottom: 2px solid #000000; }
h2 { border-bottom: 1px solid #000000; }

#bodyContent a.extiw, #bodyContent a.extiw:active {
    background: none;
    padding: 0;
}
#bodyContent div.noicon a {
	background: none;
	padding: 0;
}

.selected {
	background-color: #b7d9fe;
	color: #000000;
	border-color: #0000ff;
}

#p-cactions ul li a {
	background-color: #b7d9fe;
	color: #000000;
}

pre {
	background-color: transparent;
	color: inherit;
	border: none;
}

code {
	background-color: transparent;
}

#footer {
	border-top: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	min-height: 39px;
}

#p-personal {
	background-color: transparent;
	color: #0000A0;
}

#p-personal a {
	color: #0000A0 !important;
	background-color: transparent;
}

#p-personal a:hover { background-color: transparent !important; }

#pagehistory li { border: 1px solid #b7d9fe; }

#pagehistory li.selected {
	background-color: #8bbbf1;
	border: 1px dashed #0000ff;
}

table.diff { background: #8bbbf1; }
td.diff-otitle { background: #8bbbf1; }
td.diff-ntitle { background: #8bbbf1; }

td.diff-addedline {
	font-size: smaller;
	background-color: #6ef5e1;
}

td.diff-deletedline {
	font-size: smaller;
	background-color: #F5E16E;
}

td.diff-context {
	background: #8bbbf1;
	font-size: smaller;
}

table.grey, table.wiki-sidebar, table.browser {
	border: 1px inset #0000ff;
	background-color: #8bbbf1;
	color: inherit;
}

table.grey td {
	border: 1px outset #8bbbf1;
}

table.grey tr th, table.grey thead tr th {
	color: inherit;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: left;
	font-weight: bold;
}

th {
	text-align: left;
	color: #000000;
	background-color: inherit;
	font-size: 106.25%;
}

td.odd {
	background-color: #8bbbf1;
	border: 1px outset #8bbbf1;
}
td.even {
	border: 1px outset #b7d9fe;
	background-color: #b7d9fe;
}
table.wiki-sidebar {
	float: right;
	margin-left: 5px;
	width: 200px;
}
table.wiki-sidebar td {
	line-height: 130%;
}
table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
table.browser {
	width: 100%;
	clear: both;
}
table.browser td {
	text-align: center;
	width: 33%;
	background: #8bbbf1;
	border: 1px outset #8bbbf1;
	line-height: 130%;
}
table.browser td.topic {
	background-color: #8bbbf1;
	border: 1px outset #8bbbf1; 
}

span.diffchange { color: red; }
tr[bgcolor] td { color: black; }

#siteSub {
	display: block !important;
	margin-top: -5px;
	font-size: smaller;
	color: black;
}

#contentSub {
	color: #000000;
}

table.mainpage {
	width: 100%;
	background-color: #8bbbf1;
	/*background-image: url(/graphics/tableborder.png);*/
	border: 1px inset #569ae7;
}

table.mainpage tr td, table.mainpage tr th {
	padding: 4px;
	width: 33%;
}

table.mainpage tr th {
	background: #660000;
	text-align: center;
	font-size: 1.2em;
}

/*table.mainpage tr td ul li {
        margin-left: -2.0em;
}*/

caption {
	color: #000000;
	font-size: 1.2em;
	text-decoration: underline;
}

div.header-notice, div.warning {
	width: 95%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: left;
	border: 1px inset #1054a1;
	background-color: #8bbbf1;
	color: #000000;
	line-height: 120%;
}

div.warning {
	color: red !important;
	font-weight: bold;
}

div.notice, div.usermessage {
	width: 65%;
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: center;
	border-style: dashed;
	border-width: 2px;
	border-color: red;
	background-color: #8bbbf1;
	color: #000000;
	line-height: 120%;
}

div.header-notice#fa {
	width: auto;
	font-size: inherit !important;
}

div.notice p, div.header-notice p, div.warning p {
	line-height: 120% !important;
}

.floatright, .floatright span, .floatright a.image, .floatleft, .floatleft span, .floatleft a.image {
	background-color: transparent !important;
	border-color: transparent !important;
}
.thumb, .tright, .tleft {
	border: 1px inset #0000ff !important;
	background-color: #8bbbf1 !important;
}

div.thumb div a img { border: none; }

div.thumb div { background-color: #8bbbf1 !important; }
table, td, tr {
	background-color: transparent;
	color: #000000;
}
td, th {
	vertical-align: top;
}

div.fullImage {
	text-align: center;
}

#toc {
	background-color: #8bbbf1;
	border: 1px inset #000000;
}

#toc #toctitle { background-color: transparent; }

legend {
	background-color: #8bbbf1;
	border: 1px solid #2f6fab;
	color: #000000;
}

fieldset { background-color: #8bbbf1; }

#preftoc li {
	background-color: transparent;
	border: 0px;
}

#preftoc li a { color: #0000A0; }

#preftoc li.selected {
	border: 1px;
	background-color: #8bbbf1;
}

ol ol { list-style-type: lower-latin; }

ol ol ol { list-style-type: lower-roman; }

li#pt-userpage {
/*	background: url("/graphics/user.gif") top left no-repeat !important; */
	background-repeat: no-repeat;
	background-color: transparent !important;
	padding-left: 20px;
	text-transform: none;
}


table.gallery {
	border:  none;
	background-color: transparent;
}

table.gallery td {
	background-color: transparent;
	border: none;
}

div.gallerytext {
        background-color: #8bbbf1;
	border: 1px outset #8bbbf1;
}

div.gallerybox div.thumb {
	border: none;
}

div.heading {
	text-align: center;
	background-color:#660000;
	color:#0000ff;
	font-size: 1.2em;
	padding: 4px;
}

td.heading {
	color: #000000;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: center;
	font-weight: bold;
}

#allmessagestable th {
	background-color: #b7d9fe;
}

#allmessagestable tr.orig {
	background-color: #569ae7;
}

#allmessagestable tr.new {
	background-color: #569ae7;
}

#allmessagestable tr.def {
	background-color: #569ae7;
}

/* 
** fix for background color on Preferences page
** --Cid, 2006-04-11
** Also on login pages and empty pages
** --Cid, 2006-04-12
*/
div#preferences,
div#preferences table,
div#preferences legend {
	background: inherit;
}
div.prefsectiontip {
	background: inherit;
}

div#userloginForm form,
div#userlogin form#userlogin2,
div#userloginForm table,
div#userlogin form#userlogin2 table,
div#userlogin .captcha {
	background-color: inherit;
}

div.noarticletext {
	background: inherit;
        color: inherit;
}

/* 
** fix to make header tabs work again (some code might not be necessary)
** --Kobi, 2006-04-10
*/
#p-cactions ul li.selected a {
	background-color: #b7d9fe;
}
#p-cactions .selected a {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
}
#p-cactions ul li .selected a {
	background-color: #660000;
}
#p-cactions li a:hover {
    background-color: #b7d9fe;
}

/***********************************************************
** This CSS file contains all formatting information
** for user-created formats on Trams Wiki.
** 
** For formatting of any class used by the Mediawiki
** engine, use [[Mediawiki:Monobook.css]].
**
** NOTE: Styles in this file are defined to be compliant
** with Monobook, the standard skin. For use with other
** skins, some or all of these might need to be redefined
** in the CSS file of that skin. -- Cid, 2006-05-18
*/





/***********************************************************
** TABLE: WIKI-SIDEBAR
*/
table.wiki-sidebar {
	border: 1px solid #000000;
	background-color: #b7d9fe;
	color: inherit;
	clear: right;
	float: right;
	width: 200px;
	margin-left: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.3em;
}

table.wiki-sidebar tr th {
	background-color: #660000;
	border: 1px outset #660000;
	text-align: center;
	font-weight: bold;
}

table.wiki-sidebar td {
	line-height: 130%;
	border: 1px outset #b7d9fe;
}

/*DEPRECATED: Use td.left instead!*/
table.wiki-sidebar td.odd {
	width: 35%;
	font-weight: bold;
	text-align: right;
}

table.wiki-sidebar td.sb-both {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

table.wiki-sidebar td.sb-both img {
	display:block; /*force new line after img in sidebar */
	border: 0px outset #0000ff;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

table.wiki-sidebar td.sb-left {
	width: 35%;
	font-weight: bold;
	text-align: right;
	background-color: #b7d9fe;
	border: 0px outset #0000ff;
}

table.wiki-sidebar td.sb-right {
	background-color: #b7d9fe;
}





/***********************************************************
** TABLE: NAV-SIMPLE
*/
table.nav-simple {
	width: auto;
	clear: both;
	background-color: #b7d9fe;
	border: 1px solid #0000ff;
	margin: 1em auto 1em auto;
}

table.nav-simple tr th {
	background-color: #660000;
	border: 1px outset #660000;
	text-align: center;
	font-weight: bold;
}

table.nav-simple tr td {
	background-color: transparent;
	text-align: center;
	font-size: smaller;
}





/***********************************************************
** TABLE: BROWSER
*/
table.browser {
	width: 100%;
	clear: both;
	border: 1px solid #000000;
	background-color: #b7d9fe;
	color: #FFFFFF;
}
table.browser td {
	text-align: center;
	width: 33%;
	background: #b7d9fe;
	border: 1px outset #000000;
	line-height: 130%;
}
table.browser td.topic {
	background-color: #b7d9fe;
	border: none; 
}





/***********************************************************
** TABLE: GREY
*/
table.grey {
	border: 1px solid #000000;
	background-color: #b7d9fe;
	color: #FFFFFF;
}

table.grey tr th, table.grey thead tr th {
	color: #FFFFFF;
	background-color: #660000;
	border: 1px outset #660000;
	text-align: left;
	font-weight: bold;
}

table.grey td {
	border: 1px outset #000000;
}





/***********************************************************
** TABLE: MAINPAGE
*/
table.mainpage {
	width: 100%;
	background-color: #b7d9fe;
	border: 1px solid #000000;
}

table.mainpage tr td, table.mainpage tr th {
	vertical-align: top;
	padding: 4px;
	width: 33%;
}

table.mainpage tr th {
	background-color: #660000;
	border: 1px outset #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}





/***********************************************************
** TABLE: FORUMLIST
*/
table.forumlist {
	width: 100%;
	background-color: #b7d9fe;
	border: 1px solid #0000ff;
}
table.forumlist tr th, table.forumlist thead tr th { 
	color: inherit;
	background-color: #660000; 
	border: 1px outset #660000; 
	text-align: left; 
	font-weight: bold; 
}





/***********************************************************
** DIVs "Messages"
*/
div.warning {
	background-color: #401F22;
	border: 1px solid #660000;
	color: #FF0000 !important;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
}

div.header-notice,
.copyright-notice {
	background-color: #8bbbf1;
	border: 1px solid #0000ff;
	color: #000000;
	margin: 2em 0 1em;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
}

div.header-notice table {
	background-color: transparent;
	padding: 1px;
}

div.notice {
	background-color: #401F22;
	border: 1px dashed #CC0000;
	color: #FFFFFF;
	margin: 2em 20% 1em 20%;
	padding: .5em 1em;
	vertical-align: middle;
	text-align: justify;
	font-size:smaller;
}

div.header-notice#fa {
	width: auto;
	font-size: inherit !important;
}

div.notice p,
div.header-notice p,
div.warning p {
	line-height: 120% !important;
}

div span.msg-title {
	display: block;
	width: 100%;
	color: #FFD942;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #0000ff;
}


/***********************************************************
** DIV SHORTCUT
*/
div.shortcut {
	float:right;
	border:1px solid #0000ff;
	background-color:#b7d9fe;
	padding: 0.5em;
	margin-bottom:1em;
	text-align: center;
	font-size:smaller;
	font-weight:bold;
	width: auto;
}





/***********************************************************
** DIV: ARTICLETYPE
*/
div.articletype {
	font-size: smaller;
	padding-top: 0em;
	padding-bottom: 0em;
	float: right;
	position: absolute;
	right: 1em;
	top: 0em;
	white-space: nowrap;
	text-align: center;
	border:1px solid #0000ff;
	background-color: #b7d9fe;
	line-height: 130%;
	margin: 1em auto 0.5em auto;
	clear:both;
}

div.articletype table {
	background-color: transparent;
	float: left;
	padding: 1px; 
}





/***********************************************************
** AUDIOLINK ICON (see [[Template:Audio]])
*/
#bodyContent .audiolink a {
background: url("/en/images/3/32/Ma_audio_icon.png") center right no-repeat;
padding-right: 16px;
}





/***********************************************************
** NOBLOCK (see [[Template:Unwrittentopics]])
** use 'span class="p-noblock"' to prevent text blocks via <p> inside
**
** NOTE:Renamed "p-wantedpages" on 2006-08-07. Let me know if this breaks anything. --CID
*/
.p-wantedpages p {
   display:inline;
}

.p-wantedpages s a { display:none; } 
.p-wantedpages {
   color:#2E2E33;
}
.p-wantedpages a:after {
   color:#FFFFFF;
   content:",";
}

/***********************************************************
** Hiding .firstHeading, #siteSub, #contentSub on pages in ns:Portal
*/
.ns-102 * .firstHeading,
.ns-102 * h3#siteSub,
.ns-102 * #contentSub {
	display:none;
}

/***********************************************************
** Hiding "discussion" link in ns:Forum
*/
.ns-100 * li#ca-talk {
	display:none;
}

/*
** Search portlet
*/
#p-search {
	position: relative;
	z-index: 3;
}
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bold;
}
#searchInput {
	width: 10.9em;
	margin: 0;
	font-size: 95%;
}
#p-search .pBody {
	padding: .5em .4em .4em .4em;
	text-align: center;
}

/***********************************************************
** Formatting for "hidden" Appearences section; by User:Bp
*/
.hiddenlist { display:none; }
.visiblelist { display:block; }

.listexpand { text-decoration: none; color: #66BBFF; }
.listexpand:hover { text-decoration: underline; color: #66BBFF; }



/***********************************************************
** Tex and Math formatting; suggested by User:Bp
*/
.texhtml,
a img[alt="math"] {
	border:1px solid #b7d9fe;
	background-color: #FFFFFF;
	padding:3px;
}


/***********************************************************
** Formatting for new quote style, by User:Bp
** For testing only, not final.
*/
.dialogue {margin-left:20px;}	
.dialogue-inside {border-left:5px solid #434343; padding-left:5px;}	
.dialogue-inside-highlight {border-left:5px solid #434343; padding-left:5px;}	
.dialogue-attribution {margin-left:40px;}	
.quoteline {line-height:1.7; font-size:116%;}	
.quoteline-action {margin-left:20px; line-height:1.7;}	
.speaker-label {font-family: monospace; font-style: normal; color: #FFCC00;}



/***********************************************************
** Formatting an "ul" as inline enumeration by encapsulating
** with <div class="inline-list"
*/
.inline-list ul {display:inline;list-style:none;margin:0em;}
.inline-list ul li {display:inline;margin:0em;}
.inline-list ul li+li:before {
   color:#FFFFFF;
   content:", ";
}

/***********************************************************
** MISC. DEPRECATED STUFF
*/
td.odd {
	background-color: #b7d9fe;
	border: 1px outset #0000ff;
} 

td.even {
	background-color: #d0e6fe;
	border: 1px outset #0000ff;
} 

/* Colored watchlist numbers, green for positive */
.mw-plusminus-pos {
  color: #006400; /* darkgreen */
}

/* Colored watchlist numbers, red for negative */

.mw-plusminus-neg {
  color: #cc2200; /* darkred */
}

/*
</pre>
*/