/*
 ** MediaWiki 'cavendish' style sheet for CSS2-capable browsers.
 ** Copyright Mozilla Foundation - http://www.mozilla.org/
 ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
 **
 ** Loosely based on the monobook style by Gabriel Wicke
 */
@import url("content.css");

@import url("template.css");

@import url("cavendish.css");

@import url("options.css");

@import url("extensions.css");

body {
    background: url("subsite_back.png") repeat-x;
    background-color: #fff;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    color: #000;
}

#globalWrapper {
	margin: 0 auto;
	font: 9.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#mBody {
	clear: both;
	padding: 0 0 1em 0;
	font-size: 9pt;
}

#side {
	float: left;
	width: 15%;
	margin-bottom: 1em;
	font-size: 8.5pt;
}

#column-content {
	float: right;
	width: 83%;
	margin-bottom: 1em;
}

.nomenu #column-content {
	float: none;
	width: 100%;
}

.bodyleft {
	float: right !important;
	width: 75% !important;
}

#column-content.right {
	float: left;
	width: 62%;
	font-size: 9pt;
}

#side.right {
	float: right;
	width: 35%;
}

/* Sidebar */
#getcd {
	margin: 1em 0 0 45px;
}

/*accessibility tweaks*/
.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

hr.hide {
	display: none;
}

/* Header */

#header {
	margin-bottom: 1em;
}

#header ul {
    padding-right: 1em;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
    background: url("header_br.gif") no-repeat bottom right;
    z-index: 90; /* below the H1 */
    line-height: 0.8em;
    width: auto;
    font-size: 9pt;
	white-space:nowrap;
}

#header li {
    padding: 0 6px 0 0;
    margin: 0 2px 0 0;
    float: left;
    background: transparent url("header_tab.gif") 100% -600px no-repeat;
    border-bottom: 1px solid #515358;
    display: inline;
	white-space: nowrap;
	font-size: 7pt;
}

#header li.new a {
    color: #ffd955;
    }

#header ul li.selected a {
    background-position: 0% -0px;
    color: #455372;
}

#header ul li.selected {
    background-position: 100% -200px;
    border-bottom: 1px solid #fff;
}

div#header {
    clear: both;
}

#header h6 a {
    margin-top: 15px;
    display: block;
    text-indent: -700em;
    text-decoration: none;
}

#p-personal .top-nav {
    line-height: 19px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.4em;
    text-align: right;
	white-space:nowrap;
}

#p-personal .top-nav-element {
    display: inline;
    margin: 0;
    height: 25px;
    font-size: 10px;
    padding: 0;
    /*	background: url("top-mid.png") repeat-x; */
}

#p-personal .top-nav-left {
    width: 7px;
    height: 25px;
    display: inline;
    background: url("top-left.png") no-repeat;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
    margin-left: 3px;
    margin-right: -1px;
}

#p-personal .top-nav-right {
    width: 7px;
    height: 25px;
    display: inline;
    background: url("top-right.png") no-repeat;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 8px;
    margin-left: -1px;
    margin-right: 3px;
}

#p-personal .top-nav-mid {
    text-decoration: none;
    height: 25px;
    display: inline;
    background: url("top-mid.png") repeat-x;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    margin-left: -4px;
    margin-right: -4px;
	font-size:10px;
}

/*
html.msie body #container #p-personal .top-nav-mid {
	padding-top: 5px;
	padding-bottom: 10px;
}

html.msie body #container #p-personal .top-nav-left {
	padding-top: 5px;
	padding-bottom: 10px;
}

html.msie body #container #p-personal .top-nav-right {
	padding-top: 5px;
	padding-bottom: 10px;
}
*/

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}

a:visited {
    color: #5a3696;
}

a:active {
    color: #faa700;
}

a:hover {
    text-decoration: underline;
}

a.stub {
    color: #772233;
}

a.new,#p-personal a.new {
    color: #ba0000;
}

a.new:visited,#p-personal a.new:visited {
    color: #a55858;
}

/*
 ** the main content area
 */
h3#siteSub {
    display: none;
    font-size: 0.75em;
    color: #aaa;
}

#contentSub,#contentSub2 {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 0.8em 1em;
    color: #7d7d7d;
    width: auto;
}

#jump-to-nav {
	display:none;
}

span.subpages {
    display: block;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
}

p img {
    margin: 0;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

h1,h2,h3,h4,h5,h6 {
    color: black;
    background: none;
    font-weight: normal;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
}

h3,h4,h5,h6 {
    border-bottom: none;
    font-weight: bold;
}

h1 .editsection,h2 .editsection,h3 .editsection,h4 .editsection,h5 .editsection,h6 .editsection {
    font-size: 7pt;
	font-weight: normal;
}

h1 {
    font-size: 160%;
    font-weight: normal;
}

h2 {
    font-size: 140%;
    font-weight: normal;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 90%;
}

h6 {
    font-size: 90%;
    border: 0;
}

#bodyContent h1 {
    font-size: 160%;
    font-weight: normal;
}

#bodyContent h2 {
    font-size: 140%;
    font-weight: normal;
}

#bodyContent h3 {
    font-size: 120%;
}

#bodyContent h4 {
    font-size: 100%;
}

#bodyContent h5 {
    font-size: 90%;
}

#bodyContent h6 {
    font-size: 90%;
    border: 0;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.4em 0 0.4em 1.5em;
    padding: 0;
    list-style-image: url("bullet.gif");
	font-weight: normal;
}

ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
	font-weight: normal;
}

li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

dt {
    font-weight: bold;
    margin-bottom: .1em;
}

dl {
    margin-top: .2em;
    margin-bottom: .5em;
}

dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}

sup, sub {
    font-size: 0.8em;
}

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
}

fieldset.nested {
    margin: 0 0 0.5em 0;
    padding: 0 0.5em 0.5em;
}

legend {
    padding: .5em;
    font-size: 95%;
}

form {
    border: none;
    margin: 0;
    display: inline;
}

textarea {
    width: 100%;
    padding: .1em;
}

input.historysubmit {
    padding: 0 .3em .3em .3em !important;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}

input#wpSummary {
    width: 80%;
}

#wpSave {
	font-weight: bold;
}

select {
    vertical-align: top;
}

abbr,acronym,.explain {
    border-bottom: 1px dotted black;
    color: black;
    background: none;
    cursor: help;
}

/*
q, blockquote {
    font-family: "times new roman", serif;
	font-size: 1.15em;
}
*/

/* Code */

code,pre,tt { /* override IE6 default */
    font-size: 1em;
    font-family: Courier, monospace;
	overflow: auto;
}

code,tt {
    background-color: #f9f9f9;
	white-space: nowrap;
}

code.long, tt.long {
    display: block;
    margin: 0.1em 1em;
    white-space: normal;
}

pre {
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    padding: 15px 20px 15px 20px;
}

pre.code {
    overflow: auto;
    margin: 1em .5em;
    padding: .2em;
    border: solid 1px;
}

pre.code .remark {
    font-size: 1em;
    font-style: italic;
}

/* turn off content generation */
pre.code .remark:before,pre.code .remark:after,pre.code .note:before {
    content: "";
}

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

#sitenotice {
    text-align: center;
    font-size: 95%;
    padding: 0.9em 0.9em 0 0.9em;
    margin-top: -1em;
    margin-bottom: 0.5em;
}

#sitenotice p {
    margin: 0;
    padding: 0;
}

.error {
    color: red;
    font-size: larger;
}

#catlinks {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
    margin-top: 1em;
    clear: both;
}

#catlinks #catlinks {
    margin-top: 0;
    border: 0;
}

p.catlinks {
    padding: 0;
    display: inline;
    margin-top: 0;
}

/* currently unused, intended to be used by a metadata box
 in the bottom-right corner of the content area */

.documentdescription { 
/* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.documentbyline {
    text-align: right;
    font-size: 90%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}

* .center * {
    margin-left: auto;
    margin-right: auto;
}

/* small for tables and similar */
.small,.small * {
    font-size: 94%;
}

table.small {
    font-size: 100%
}

/*
 ** content styles
 */
#toc,.toc,.mw-warning {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

#toc h2,.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
    text-align: center;
}

#toc ul,.toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

#toc ul ul,.toc ul ul {
    margin: 0 0 0 2em;
}

#toc .toctoggle,.toc .toctoggle {
    font-size: 94%;
}

.mw-warning {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}

.mw-plusminus-null {
    color: #aaaaaa; /* grey */
}

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

#mw-pref-clear {
    clear: both;
}

table#mw_metadata {
	margin-left: 0;
	margin-top: 1em;
}

table.filehistory {
	overflow: scroll;
	width: 100%;
	font-size: 0.9em;
}

/* images */
img.floatright,img.float-right {
    clear: right;
    float: right;
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    padding: 5px;
}

img div.floatright p,img div.float-right p {
    font-style: italic;
}

img.floatleft,img.float-left {
    float: left;
    clear: left;
    position: relative;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 5px;
}

img div.floatleft p,img div.float-left p {
    font-style: italic;
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid;
    border-color: white;
    width: auto;
}

div.thumb div {
    border: 1px solid #cccccc;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

.thumbinner {
    border: 1px solid #cccccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

div.thumb div a img {
    border: 1px solid #cccccc;
}

div.thumbinner div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0.2em;
}

div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}

div.magnify a,div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}

div.tright, .float-right, .floatright {
    clear: right;
    float: right;
    position: relative;
    margin-left: 0.7em;
	margin-right: 0;
}

table.float-right, table.floatright {
	margin-left: 0.7em;
	margin-right: 0;
}

div.tleft,.float-left,.floatleft {
    float: left;
    clear: left;
    position: relative;
    margin-right: 0.7em;
	margin-left: 0;
}

table.float-left, table.floatleft {
	margin-right: 0.7em;
	margin-left: 0;
}

.urlexpansion,.hiddenstructure {
    display: none;
}

img.tex {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

span.texhtml {
    font-family: "times new roman", serif;
}

/*
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
 
 ** User styles

 table standards */

table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.toccolours {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

div.townbox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: 0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}

div.townbox dl {
    padding: 0;
    margin: 0 0 0.3em 0;
    font-size: 96%;
}

div.townbox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}

div.townbox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
}

/*
 ** edit views etc
 */
.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

/* Page history styling */ /* the auto-generated edit comments */
.autocomment {
    color: gray;
}

#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: 0.4em;
}

#pagehistory span.minor {
    font-weight: bold;
}

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

#pagehistory li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaaaaa;
}

/*
 ** Diff rendering
 */
table.diff {
    background: white;
}

td.diff-otitle {
    background: #ffffff;
}

td.diff-ntitle {
    background: #ffffff;
}

td.diff-addedline {
    background: #ccffcc;
    font-size: smaller;
}

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

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

span.diffchange {
    color: red;
    font-weight: bold;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,#bodyContent a[href ^="gopher://"] {
    background: url("external.png") center right no-repeat;
    padding: 0 13px;
}

.rtl #bodyContent a.external,.rtl #bodyContent a[href ^="gopher://"] {
    background-image: url("external-rtl.png");
}

#bodyContent a[href ^="https://"],.link-https {
    background: url("lock_icon.gif") center right no-repeat;
    padding: 0 16px;
}

#bodyContent a[href ^="mailto:"],.link-mailto {
    background: url("mail_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="news://"] {
    background: url("news_icon.png") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="ftp://"],.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="irc://"],#bodyContent a.extiw[href ^="irc://"],.link-irc {
    background: url("discussionitem_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="skype:"],.link-skype {
    background: url("discussionitem_icon.gif") center right no-repeat;
    padding-right: 18px;
}

#bodyContent a.external[href $=".ogg"],#bodyContent a.external[href $=".ogg"],#bodyContent a.external[href
    $=".mid"],#bodyContent a.external[href $=".mid"],#bodyContent a.external[href
    $=".midi"],#bodyContent a.external[href $=".midi"],#bodyContent a.external[href
    $=".mp3"],#bodyContent a.external[href $=".mp3"],#bodyContent a.external[href
    $=".wav"],#bodyContent a.external[href $=".wav"],#bodyContent a.external[href
    $=".wma"],#bodyContent a.external[href $=".wma"],.link-audio {
    background: url("audio.png") center right no-repeat;
    padding: 0 13px;
}

#bodyContent a.external[href $=".ogm"],#bodyContent a.external[href $=".ogm"],#bodyContent a.external[href
    $=".avi"],#bodyContent a.external[href $=".avi"],#bodyContent a.external[href
    $=".mpeg"],#bodyContent a.external[href $=".mpeg"],#bodyContent a.external[href
    $=".mpg"],#bodyContent a.external[href $=".mpg"],.link-video {
    background: url("video.png") center right no-repeat;
    padding: 0 13px;
}

#bodyContent a.external[href $=".pdf"],#bodyContent a.external[href $=".pdf"],#bodyContent a.external[href
    *=".pdf#"],#bodyContent a.external[href *=".pdf#"],#bodyContent a.external[href
    *=".pdf?"],#bodyContent a.external[href *=".pdf?"],.link-document {
    background: url("document.png") center right no-repeat;
    padding: 0 12px;
}

/* for rtl wikis */
.rtl #bodyContent a.external {
    background-position: left;
    padding-right: 0;
}

.rtl a.feedlink {
    background-position: right;
    padding-right: 16px;
    padding-left: 0;
}

/* correction for ltr wikis */
.ltr #bodyContent a.external {
    padding-left: 0;
}

/* disable interwiki styling */
#bodyContent a.extiw,#bodyContent a.extiw:active {
    color: #36b;
    background: none;
    padding: 0;
}

#bodyContent a.external {
    color: #36b;
}

/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0 !important;
}

/*
 ** Structural Elements
 */ /*
 ** general portlet styles (elements in the quickbar)
 */
.portlet {
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    padding: 0;
    width: 11.6em;
    overflow: hidden;
}

.portlet h4 {
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h5 {
    background: transparent;
    padding: 0em 1em 0em 0.5em;
    text-transform: lowercase;
    display: inline;
    font-size: 91%;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h6 {
    background: #ffae2e;
    border: 1px solid #2f6fab;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.pbody {
    font-size: 95%;
    background: white;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em 0.5em;
}

.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
    margin: 0;
    padding: 0;
}

.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("bullet.gif");
    font-size: 95%;
}

.portlet li {
    padding: 0;
    margin: 0;
}

/*
 ** Logo properties
 */
#p-logo {
    z-index: 3;
    position: absolute; /*needed to use z-index */
    top: 0;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}

#p-logo h5 {
    display: none;
}

#p-logo a,#p-logo a:hover {
    display: block;
    height: 155px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

/*
 ** the navigation portlet
 */
#p-nav {
    position: relative;
    z-index: 3;
}

/*
 ** Search portlet
 */
#header form {
	position: absolute;
	font-size: 10pt;
	top: 0;
	right: 0;
	padding: 12px 20px 0 0;
	background: url("header_tr.gif") no-repeat top right;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}
#header form label { 
	color: #DDD; 
	font-size: 0.85em; 
}
#header form input { 
	font-size: 0.85em; 
}

#header form #submit {
	font-size: 0.85em;
	background: #6A7389;
	color: #fff;
	padding: 1px 4px;
	border-right: 1px solid #283043;
	border-bottom: 1px solid #283043;
	border-top: 1px solid #9097A2;
	border-left: 1px solid #9097A2;
}


#header form #searchInput:hover, #header form #searchInput:focus {
	background: #fff;
}

#p-search {
    position: relative;
    z-index: 3;
}

#p-search .pbody {
    text-align: center;
	padding: 0.5em 0.4em 0.4em 0.4em;
}

#searchform input.searchbutton {
    margin-top: 1px;
    font-size: 0.85em;
}

#searchgobutton, #searchGoButton {
    padding-left: .5em;
    padding-right: .5em;
    font-weight: bold;
}
#header form #searchInput {
		width: 270px;
		font-size: 0.85em;
		border:	1px solid #9097A2;
		background: #D9DBE1;
		padding: 2px;
		margin: 0 0.5em 0 0.5em;
	}

/*
 ** the personal toolbar
 */ 
 
 /*
 #p-personal {
 width:100%;
 white-space:nowrap;
 padding: 0;
 margin: 0;
 position:absolute;
 left:0px;
 top:0px;
 z-index: 0;
 border: none;
 background: none;
 overflow: visible;
 line-height: 1.2em;
 }
 
 #p-personal h5 {
 display:none;
 }
 #p-personal .portlet,
 #p-personal .pBody {
 padding:0;
 margin:0;
 border: none;
 z-index:0;
 overflow: visible;
 background: none;
 }
 */ 
 
 /* this is the ul contained in the portlet */

 /*
 
 
 #p-personal ul {
 border: none;
 line-height: 1.4em;
 color: #2f6fab;
 padding: 0em 2em 0 3em;
 margin: 0;
 text-align: right;
 text-transform: lowercase;
 list-style: none;
 z-index:0;
 background: none;
 }
 #p-personal li {
 z-index:0;
 border:none;
 padding:0;
 display: inline;
 color: #2f6fab;
 margin-left: 1em;
 line-height: 1.2em;
 background: none;
 }
 #p-personal li a {
 text-decoration: none;
 color: #005896;
 padding-bottom: 0.2em;
 background: none;
 }
 #p-personal li a:hover {
 background-color: White;
 padding-bottom: 0.2em;
 text-decoration: none;
 }
 
 */ 
 
 /*
 ** the page-related actions- page/talk, edit etc
 */
#p-cactions {
    position: absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}

#p-cactions .hiddenstructure {
    display: none;
}

#p-cactions ul {
    list-style: none;
}

#p-cactions li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: white;
}

#p-cactions li.selected {
    border-color: #fabd23;
    padding: 0 0 0.2em 0;
}

#p-cactions li a {
    background-color: white;
    color: #002bb8;
    border: none;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}

#p-cactions .selected a {
    z-index: 3;
}

#p-cactions .new a {
    color: #ba0000;
}

#p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
}

#p-cactions h5 {
    display: none;
}

#p-cactions li.istalk {
    margin-right: 0;
}

#p-cactions li.istalk a {
    padding-right: 0.5em;
}

#p-cactions #ca-addsection a {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

/* offsets to distinguish the tab groups */
li#ca-talk {
    margin-right: 1.6em;
}

li#ca-watch,li#ca-watch,li#ca-varlang-0 {
    margin-left: 1.6em;
}

/*
 ** the remaining portlets
 */
#p-tbx,#p-lang {
    position: relative;
    z-index: 3;
}

/*
 ** footer
 */ 
 
/* Footer */
#footer {
	clear: both;
	margin-top: 1em;
	font-size: 7pt;
	border-top: 1px solid #999;
	padding-top: 2em;
}

#footer ul {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}

#footer li { 
	padding: 0 20px 0 0;
	margin: 0;
	white-space: nowrap;
}

#footer a {
	white-space: nowrap;
}

#f-list #f-credits {
    white-space: normal;
}

#footer p {
	margin: 0.6em 0;
}

#f-about, #f-disclaimer, #f-privacy, #f-viewcount, #f-numberofwatchingusers {
	display: inline;
} 
 
 /* js pref toc */
#preftoc {
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    width: 13em;
    list-style-image: none;
    list-style-type: none;
}

#preftoc li {
    border: 1px solid white;
    margin-bottom: 0.2em;
}

#preftoc li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaaaaa;
    font-weight: bold;
}

#preftoc li.selected a:hover,#preftoc li.selected a:focus {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    font-weight: bold;
}

#preftoc a,#preftoc a:active {
    display: block;
    border: 1px solid white;
    padding: 3px;
    color: #0014a6;
}

#preftoc a:hover,#preftoc a:focus {
    background-color: #f9f9f9;
    padding: 3px;
    border: 1px dashed #aaaaaa;
    text-decoration: none;
}

#prefcontrol {
    clear: both;
    float: left;
    margin-right: 1em;
}

div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}

fieldset.operaprefsection {
    margin-left: 15em
}

td.htmlform-tip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666;
}

/*
 ** IE/Mac fixes, hope to find a validating way to move this
 ** to a separate stylesheet. This would work but doesn't validate:
 ** @import("IEMacFixes.css");
 */ 
 
 /* tabs: border on the a, not the div */
*>html #p-cactions li {
    border: none;
}

*>html #p-cactions li a {
    border: 1px solid #aaaaaa;
    border-bottom: none;
}

*>html #p-cactions li.selected a {
    border-color: #fabd23;
}

/* footer icons need a fixed width */
*>html #f-poweredbyico,*>html #f-copyrightico {
    width: 88px;
}

*>html #mbody,*>html #mbody pre {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 25px;
}

/* more IE fixes */ 
 
/* float/negative margin brokenness */
* html #footer {
    margin-top: 0;
}

* html #column-content {
    display: inline;
    margin-bottom: 0;
}

* html div.editsection {
    font-size: smaller;
}

#pagehistory li.selected {
    position: relative;
}

/* Mac IE 5.0 fix; floated content turns invisible */
*>html #column-content {
    float: none;
}

*>html #column-one {
    position: absolute;
    left: 0;
    top: 0;
}

*>html #footer {
    margin-left: 13.2em;
}

.redirecttext {
    font-size: 150%;
    margin: 5px;
}

.printfooter {
    display: none;
}

.not_patrolled {
    background-color: #ffa;
}

div.patrollink {
    font-size: 75%;
    text-align: right;
}

span.newpage,span.minor,span.searchmatch {
    font-weight: bold;
}

span.unpatrolled {
    font-weight: bold;
    color: red;
}

span.searchmatch {
    color: red;
}

.shareduploadnotice {
    font-style: italic;
}

span.updatedmarker {
/*    color: black; */
    color: #00ff00;
}

span.newpageletter {
    font-weight: bold;
    color: black;
    background-color: yellow;
}

span.minoreditletter {
    color: black;
    background-color: #c5ffe6;
}

table.gallery {
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 2px;
    background-color: #ffffff;
}

table.gallery tr {
    vertical-align: top;
}

table.gallery td {
    vertical-align: top;
    background-color: #f9f9f9;
    border: solid 2px white;
}

div.gallerybox {
    margin: 2px;
    width: 150px;
}

div.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #cccccc;
    margin: 2px;
}

div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}

#footer {
    color: #666;
}

hr {
    border: 1px solid #fff;
    border-top: 1px solid #ccc;
}

/* ADDED BY DEB@DRIA.ORG FOR DEVMO WIKI */
.standard-table {
    border: solid black 1px;
    border-collapse: collapse;
}

.standard-table td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border: solid #bbb 1px;
}

.standard-table td.header,.standard-table th {
    font-weight: bold;
    background: #ddd;
    border: solid #bbb 1px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.fullwidth-table {
    border: solid #666 1px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}

.fullwidth-table td {
    text-align: left;
    vertical-align: top;
    padding: 5px 15px 5px 15px;
    border: solid #bbb 1px;
}

.fullwidth-table td.header,.fullwidth-table th {
    background: #ddd;
    border: solid #bbb 1px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

div.breadcrumbs {
    border: solid #888 1px;
    padding: 0px 5px 0px 5px;
    background: #ddd;
    margin: 5px 0px 10px 0px;
    font-size: 0.9em;
}

div.breadcrumbs a.breadcrumbs {
    text-decoration: none;
}

div.breadcrumbs span.breadcrumbs {
    font-weight: bold;
}

div.tip {
    border: solid green 2px;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #dfd;
}

div.bug,div.warning {
    border: solid red 2px;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #fdd;
}

div.note {
    border: solid goldenrod 2px;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #ffd;
    color: #000;
}

div.note:before {
    content: "";
}

.figure { 

/* for future use */
    
}

.originaldocinfo {
    font-size: 0.8em;
    background: #ffd;
    border: solid #cce 1px;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 15px 0px;
}

.originaldocinfo p {
    line-height: 0.8em;
}

.originaldocinfo h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.licenseblock {
    border: dashed #888 1px;
    background: #ddd;
    font-size: 0.8em;
    padding: 0px 10px 0px 10px;
}

.wrong-source-code {
    color: #d00;
}

.right-source-code {
    color: #0a0;
}

.template-toc {
    background: #ddd;
    font-size: 0.9em;
    border: solid black 1px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 15px 0px;
    width: auto;
}

.prevnext {
    font-size: 0.9em;
    margin: 10px 0px 20px 0px;
}

div.highlight {
    border-left: solid blue 3px;
    padding-left: 15px;
}

span.highlightblue {
    color: blue;
}

span.highlightred {
    color: red;
}

.side-note {
    width: auto;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 0px;
    border: solid #666 1px;
    background: #eee;
}

.side-note-left {
    float: left;
    width: 40%;
    padding: 0px 20px 0px 20px;
    margin: 10px 10px 10px 0px;
    border: solid #666 1px;
    background: #eee;
}

.side-note-right {
    float: right;
    width: 40%;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 10px;
    border: solid #666 1px;
    background: #eee;
}

/* new for devmo topic pages */
.callout-box {
    float: right;
    border: solid black 1px;
    text-align: center;
    width: 200px;
    margin: 0px 0px 15px 15px;
    padding: 10px;
    background: #eee;
}

.topicpage-table {
    width: 100%;
}

.topicpage-table td {
    width: 50%;
    vertical-align: top;
    padding: 10px;
}

.alllinks {
    font-size: 10px;
    float: right;
}

.date {
    color: #668;
    font-style: italic;
}

.disambig {
    font-size: 0.9em;
    border-top: solid #aaa 1px;
    border-bottom: solid #aaa 1px;
}

.notice {
    font-size: 0.9em;
    border: solid #aaa 1px;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.visualclear {
    clear: both;
}

/** Special:Version */
table#sv-ext,table#sv-hooks,table#sv-software {
    margin: 1em;
    padding: 0em;
}

#sv-ext td,#sv-hooks td,#sv-software td,#sv-ext th,#sv-hooks th,#sv-software th
    {
    border: 1px solid #a0a0a0;
    padding: 0 0.15em 0 0.15em;
}

#sv-ext th,#sv-hooks th,#sv-software th {
    background-color: #f0f0f0;
    color: black;
    padding: 0 0.15em 0 0.15em;
}

tr.sv-space {
    height: 0.8em;
    border: none;
}

tr.sv-space td {
    display: none;
}

/* filetoc */
ul#filetoc {
    text-align: center;
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    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;
}

img {
    border: none;
    vertical-align: middle;
}

/* Table */
table {
	line-height: 1.4em;
}
table.wikitable {
	margin-top: 0;
	margin-bottom: 1em;
    background: #f9f9f9;
    border-collapse: collapse;
    empty-cells: show;
	border-width: 1px;
	border-style: solid;
	border-color: #AAA;
	background: white;
	padding: 0;
	line-height: 1.6em;
}

.wikitable th {
    background-color: #e0e9e9;
    border: 1px #aaa solid;
    padding: 0.2em;
}

.sortable th {
	white-space: nowrap;	
}

.wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}

.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.newpage {
	color: green;
}

.minor, .minoredit {
	color: gray;
}
