html,body {
	height: 100%;
}
body {
	position: relative; /* otherwise IE6 won't place head section properly when resizing window */
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
    margin: 0px auto;
    width: 900px;
	background-color: #ffedc3;
}
.shade-left {
	width: 40px;
    background: #ffedc3 url(images/shade_left.png) top right repeat-y;
}
.shade-right {
	width: 42px;
    background: #ffedc3 url(images/shade_right.png) top left repeat-y;
}
.page-center {
	width: 818px;
    margin: 0px auto;
}
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
/*
hr { 
    height: 4px;
    max-width: 599px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 4px solid #6e0000;
	color: #fff;
    background-color: #fff;
}
*/

a {
	color: #6e0000;
	text-decoration: underline;
}
a:hover {
	color: #b00000;
	text-decoration: underline;
}

#head {
	position: relative;
	top: 0px;
    height: 120px;
    background: url(images/header.png) top center no-repeat;
}
#page-title {
    position: absolute;
    top: 25px;
	left: 195px;
	width: 600px;
	font-size: 16pt;
	font-weight: bold;
	color: #6e0000;
}
#page-subtitle {
    position: absolute;
    top: 65px;
	left: 235px;
	width: 605px;
	font-size: 16pt;
	font-weight: normal;
	color: #6e0000;
}
#page-lang {
    position: absolute;
    top: 103px;
	left: 2px;
	font-size: 16pt;
	font-weight: normal;
	color: #6e0000;
}
#head #page-issn {
    position: absolute;
	top: 5px;
    left: 610px;
	width: 200px;
	font-size: 8pt;
	text-align: right;
	color: #6e0000;
}
#head #page-actions {
    position: absolute;
	top: 101px;
    left: 195px;
	width: 605px;
	font-size: 9pt;
	text-align: right;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #eee; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
#page-act-foot { margin-top: 0px; padding: 0px 0px 8px 8px; float: left; }
#page-act-foot ul { list-style: none; margin: 0px; padding: 0px; font-size: 8pt; }
#page-act-foot li { display: inline; margin: 0px; padding: 2px; }
#page-act-foot li a { text-decoration: none; color: #bbb; margin: 0px; padding: 0px; }
#page-act-foot li a:hover { text-decoration: underline; color: #666; margin: 0px; padding: 0px; }
#col-left {
	vertical-align: top;
    width: 171px;
	padding: 15px 0px 0px 10px;
	background-color: #eab070;
}
#col-right {
	vertical-align: top;
    width: 598px;
	padding: 15px 21px 0px 18px;
	background-color: #ffffff;
}

#wikitext h1, h2, h3, h4, h5 { color: #333; margin-top: 5px; }
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 14pt; }
#wikitext h3 { font-size: 12pt; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }

#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; white-space: nowrap; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #db8640; }
#sidebar li a { text-decoration: none; color: #000; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #db8640 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink {
    text-decoration: none; 
    color: #eee; 
    background: #6e0000 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

a.createlinktext, #sidebar a.createlinktext { font-weight: bold; color: #c00000; text-decoration:none; border:2px dotted #c00000; }
a.createlink { /*display:none;*/ }
#sidebar a.createlink { display:none; }

#sidebar h2 { font-size:150%; color: #6e0000; margin-bottom: 0px; border-bottom: 1px solid #6e0000; }
#sidebar h3 { font-size:130%; color: #6e0000; margin-bottom: 0px; border-bottom: 1px solid #6e0000; }
#sidebar h4 { font-size:100%; color: #6e0000; margin-bottom: 0px; border-bottom: 1px solid #6e0000; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }
#wikitext p { text-align: justify; }

#footer {
	text-align: right;
	color: #666;
	border-top: 1px solid #666;
	margin-top: 18px;
	padding: 10px 0px 10px 0px;
	clear: both;
}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.errorlist {
	color: #C00000;
	font-weight: bold;
}

.rfloat {
	margin-left: 1em;
}
