body {
	color: #444;
	background: #fff /* url(title_bg.png) 0 -80px repeat-x */ ;
	position: relative;
	font-family: georgia, times new roman, serif;
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
div#bodydiv {
	margin: 20px;
}
span#wtf {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 0;
}
h1 img, h2 img, h3 img, h4 img 
{
	margin-right: 6px;
	vertical-align: middle;
}
h1, h2, h3, h4, h5 {
	color: #222;
	clear: both;
}
#content-body > h2 {
	margin-top: 3em;
}
#content-body > h2:first-child {
	margin-top: 0;
	clear: none;
}
div#contentSub {
	font-size: 60%;
        font-style: italic;
        margin-top: 0;
	margin-left: 1em;
	margin-right: 1em;
        margin-bottom: 0;
}

#content sup, #content post sub {
    height: 0;
    line-height: 0;
    font-size: 60%;
}

a {
	text-decoration: none;
}
a:link {
	color: #66e;
}
a:visited {
	color: #a6a;
}
a:active {
	color: #f50000 !important;
	text-decoration: underline;
}
a:hover {
	color: #BD3F00;
	text-decoration: underline;
}
a img {
	border: 0;
	vertical-align: middle;
}
div.floatright, div.tright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 1em 0.5em 0;
	border: 0
}
div.floatleft, div.tleft, table.floatleft {
	float: left;
	position: relative;
	margin: 0 1em 0.5em 0;
	border: 0
}

div.floatright > a.image > img {
    margin-left: 10px;
}

div.floatleft > a.image > img {
    margin-right: 10px;
}

.img-inset {
	float:left;
	padding: 0 1em 0.5em 0;
}
.img-alone {
	display: block;
	margin: 0.75em auto;
	text-align: center;
	border: 2px solid transparent;
}
.img-leader {
	float: left;
	margin-right: 12px;
}
a:hover > .img-alone {
	border: 2px solid #f50;
}
.clear {
	border: 0;
	clear: both;
}
hr.dotted {
	border-bottom: 1px dotted #ccc;
}
.spacing {
	margin: 1em auto;
}
.spacing-2 {
	margin: 2em auto;
}
#header {
	float: right;
	text-align: right;
	position: fixed;
	top: 0.7em;
	left: auto;
	right: 0.7em;
/*	width: 255px;
	position: relative;
	margin: 0 auto; */
}
#header p {
	margin: 0;
	padding: 0;
}
#header small {
	vertical-align: -4%;
}
#header h1 {
/*	background: transparent url(checker-logo.png) no-repeat; */
/*	text-indent: -200em;
	width: 255px;
	height: 5px;
	margin: 0; */
}

.nav-bottom {
	list-style: none;
	font-size: 0.8em;
}
ul.nav-bottom {
	margin-left: 0;
	padding-left: 0;
}
.nav-bottom li {
	display: inline;
	margin: 0;
	padding: 0.75em;
}

#article-info {
	color: #888;
	font-size: 0.6em;
	text-align: center;
}

#article-info a {
	color: #888;
}
#article-info a:hover, a:active, a:visited {
	color: #A88;
	text-decoration: none;
	border: none;
}

#content {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	line-height: 1.7em;
}
.with-sidebar #content {
	background: transparent url(divider-vert.png) 540px 0 repeat-y;
}
.with-sidebar #content-body {
	width: 510px;
	float: left;
	padding-right: 50px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size: small;
}
#sidebar h2 {
	font-size: small;
	margin: 1.5em 0 0.5em 0;
}
#sidebar h2:first-child {
	margin-top: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 1.25em;
}
#sidebar ul > li {
	margin: 0;
}
.summary {
	font-weight: bold;
}
.split-half {
	vertical-align: top;
	width: 46%;
	float: left;
	padding: 1em 2% 1em;
}
.split-third {
	vertical-align: top;
	width: 29.333%;
	float: left;
	padding: 1em 2% 1em;
}
.split-tosize {
	vertical-align: top;
	float: left;
	padding: 1em 2% 1em;
}
.split-half:first-child {
	padding-top: 0;
}
.thumbcaption {
	text-align: center;
}
ul#supported-items {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul#supported-items > li {
	float: left;
	font-weight: bold;
	width: 50%;
	font-size: small;
	margin-bottom: 1em;
}
ul#supported-items > li > img {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
ul#supported-items > li > ul {
	margin: 0;
	padding: 0 0 0 1em;
}
ul#supported-items > li > ul > li {
	font-weight: normal;
	float: left;
	list-style: none;
	padding-left: 6pt;
	color: #999;
	font-size: smaller;
}
span.nowrap {
	white-space: nowrap;
}
ul > li {
	margin-left: 2em;
        padding-top: 0.5em;
}
.img-box {
	text-align: center;
}
.img-box strong {
}
.urlexpansion, .printfooter {
	display: none;
}

#simplerecentchangeslist {
        margin-left: 0;
        padding-left: 0px;
}
#simplerecentchangeslist ul {
        list-style: none;
        margin: 0em;
        padding-left: 2em;
        text-indent: -2em;
}
#simplerecentchangeslist li {
        margin-left: 0;
        padding-left: 0;
}
#simplerecentchangeslist li li {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
        text-indent: -3.5em;
}

.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 90%;
	margin: 5px;
}
#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 0;
	margin: 0;
	font-size: 90%;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc #tocnumber,
.toc .tocnumber {
	display: none;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 1em 0 1em;
	padding: 0;
	text-align: left;
}
#toc li,
.toc li {
	margin: 0 0 0 1em;
	padding: 0;
}
#toc ul ul,
.toc ul ul {
	margin: 0;
	padding: 0;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
        display: none;
}

div.editsection {
	margin-bottom: -5em;
	font-size: 0.8em;
}
.editsection {
	display: none;
}
textarea {
	width: 100%;
}
pre {
	font-size: 1.2em;
}
pre.small {
        padding: 1px 4px;
	font-size: small;
        line-height: normal;
}

.small-outline {
        padding: 1px 4px;
	font-size: small;
        line-height: normal;
        background-color: #f6f6f6;
	border: 1px solid #ccc;
}

#footer-poweredbyico {
    margin: 1em auto; 
}
#footer-poweredbyico a {
    text-decoration: none;
    font-size: 9pt;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1px 4px;
    background-color: #f6f6f6;
    color: #999;
}
#footer-poweredbyico a:hover {
    background-color: #999;
    color: #fff;
    border-color: #777;
}
#footer-poweredbyico img {
    border: none;
    vertical-align: middle;
    margin: 0 0 2px 0;
}

ol.references {
    list-style: decimal inside;
    font-size: 75%;
    border-top: 1px dashed #888;
    width: 80%;
    margin-left: 7.5%;
    padding-left: 2.75em;
    text-indent: -2.5em;
}

ol.references > li {
    margin-bottom: 1em;
    line-height: 1.7em;
}
	
table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}
td.diff-addedline {
	background: #cfc;
	font-size: smaller;
}
td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}
td.diff-context {
	background: #eee;
	font-size: smaller;
}
.diffchange {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

img.tex {
	vertical-align: middle;
}

/* Galleries */
/* These display attributes look nonsensical, but are needed to support IE and FF2 */
/* Don't forget to update commonPrint.css */
li.gallerybox {
	vertical-align: top;
	border: solid 2px white;
	display: -moz-inline-box;
}

ul.gallery, li.gallerybox {
	display: inline-block;
        margin: 0 0 15px 0;
	zoom: 1;
	*display: inline;
}

ul.gallery {
	margin: 2px;
	padding: 2px;
	display: block;
}

li.gallerycaption {
	font-weight: bold;
	text-align: center;
	display: block;
	word-wrap: break-word;
}

li.gallerybox div.thumb {
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
    overflow: hidden;
    font-size: small;
    padding: 0 4px;
    word-wrap: break-word;
    text-align: center;
}

div.gallerytext p {
    margin: 0;
    line-height: 1em;
}
