body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;  
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-attachment: scroll;
	line-height: 150%;
	background: #ffffff; 
	text-align: left;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     GENERAL                                    | */
/* ---------------------------------------------------------------------------------- */

div.Page, div.Content, div.Header, div.MenuContainer, div.Footer, div.Separator, div.Banner {
	width: 780px;
}

div.Page {
	margin: auto;
	background: #ffffff;
}

div.Content {
	clear: left;
	padding-top: 20px;	
	min-height: 300px;
}

div.Banner {
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height: 100px;
}

div.Banner a.BannerLink {
	display:block;
	width: 780px;
	height: 100px;
}

div.MenuContainer {
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	width:600px;
	margin-left:90px;
}

div.Footer {
	line-height: 150%;
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
	border-top: 1px solid #aaaaaa;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     HEADLINE                                   | */
/* ---------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5  {
	line-height: 170%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 15px;
}

h1 {
	border-bottom: 1px dotted #aaaaaa;
	margin-top: 5px;
}

h1 a, h1 a:hover {
	color:#D21F00;
	text-decoration:none;
} 

h2 {
	border-bottom: 1px dotted #aaaaaa;
	font-size: 16px;
}

h2 a, h2 a:hover{
	color:#DD5300;
	text-decoration:none;
}

h3 {
	border-bottom: 1px dotted #cccccc;
	font-size: 14px;
}

h3 a, h3 a:hover {
	color: #E98F00;
	text-decoration:none;
}

h4 {
	font-size: 12px;
}

h4 a, h4 a:hover {
	color: #F1B700;
	text-decoration:none;
}

h5 {
	font-size: 12px;
}

h5 a, h5 a:hover {
	color: #F0DE00;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     TABLE                                      | */
/* ---------------------------------------------------------------------------------- */

table.gallery {
	text-align: center;
} 

table {
	padding:0;
	margin:0;
}

tr, td, th {
	padding:0; 
	margin:0;
	vertical-align:top;
}

tr:hover {
	background:#ffffff;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     MISCELLANEOUS                               | */
/* ---------------------------------------------------------------------------------- */

img {
	border:0
}

p {
	margin: 0 0 1.0em 0;
	padding:0; 
}

hr {
	border: 0px;
	border-top: 1px solid #8cacbb;
	text-align:center;
	height: 0px;
}

div.nothing {
	text-align:center;
	margin: 2em;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     FORMS                                      | */
/* ---------------------------------------------------------------------------------- */

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

div.searchform {
	float:right;
	margin-bottom:11px !important;
	margin-top:-95px;
	margin-right:108px;
	z-index:10;
}

div.searchform input {
	border: 1px solid #C0C0C0;  
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;  
}

label {
	display: block;
	text-align: right;
	font-weight: bold;
}

label.simple {
	text-align: left;
	font-weight: normal;
}

label input.edit {
	width: 50%;
}

fieldset {
	width: 300px;
	text-align: center;
	border: 1px solid #8cacbb;
	padding: 0.5em;
}

textarea.edit {
	font-family:monospace;
	border: 1px solid #8cacbb;  
	color: #333;
	background-color: #fdfdfd;
	font-size:11px;
	padding: 3px;
	width:99%;
}

input.edit,select.edit {
	border: 1px solid #8cacbb;
	height: 18px !important;
	max-height: 18px !important;
	min-height: 18px !important;
	height:14px;
	color: #333;
	background-color: #fdfdfd;
	vertical-align: middle;
	padding: 1px;
	display: inline;
}

input#qsearch_in {
	width:128px !important;
	width:134px;
}

input.missing {
	font-size: 80%;
	border: 1px solid #8cacbb;
	height: 18px !important;
	max-height: 18px !important;
	min-height: 18px !important;
	color: #333;
	background-color: #ffcccc;
	vertical-align: middle;
	padding: 1px;
	display: inline;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     FORM BUTTONS                               | */
/* ---------------------------------------------------------------------------------- */

input.button, button.button{
	border: 1px solid #8cacbb;  
	color: #333;
	background-color: #fdfdfd;
	vertical-align: middle;
	text-decoration:none;
	cursor: pointer;
	font-size:0.8125em;
	height: 18px !important;
	max-height: 18px !important;
	min-height: 18px !important;
	margin: 1px;
	display: inline;
}

div.secedit input.button {
	border: 1px solid #8cacbb;
	color: #333;
	background-color: #fdfdfd;
	vertical-align: middle;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	cursor: pointer;
	height: 15px !important;
	max-height: 15px !important;
	min-height: 15px !important;
	float:right;
	display: inline;
	margin-top:10px;
	margin-bottom:10px;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     PAGENAVIGATOR                              | */
/* ---------------------------------------------------------------------------------- */

div.pagenav {
	margin-top:1em;
}

div.pagenav-prev {
	text-align:right;	
	float:left;
	width:50%
}

div.pagenav-prev input.button {
	margin-right:5px;
}

div.pagenav-next {
	text-align:left;
	float:right;
	width:50%
}

div.pagenav-next input.button {
	margin-left:5px;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     LINKS                                      | */
/* ---------------------------------------------------------------------------------- */

a { color:#436976; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

a.windows{ color:#436976; text-decoration:none; } 
a.windows:visited { color:#436976; }
a.windows:hover { text-decoration:underline; }

a.interwiki{ color:#436976;	text-decoration:none; }
a.interwiki:visited { color:#436976; }
a.interwiki:hover { text-decoration:underline; }

a.media { color:#436976;	text-decoration:none; }
a.media:hover { color:#436976; text-decoration:underline }

a.mail { color:#436976; text-decoration:none; }
a.mail:hover { text-decoration:underline; }

/* existing wikipage */

a.wikilink1:link { color:#436976; text-decoration:none }
a.wikilink1:visited { color:#436976; text-decoration:none }
a.wikilink1:hover { color:#436976; text-decoration:underline }

/* not existing wikipage */

a.wikilink2:link { color:#436976; text-decoration:none }
a.wikilink2:visited { color:#436976; text-decoration:none }
a.wikilink2:hover { color:#436976; text-decoration:underline }

/* external link */

a.urlextern{ color:#436976; text-decoration:none; }
a.urlextern:visited { color:#436976; }
a.urlextern:hover { text-decoration:underline; }

/* ---------------------------------------------------------------------------------- */
/* |                                     ELEMENTS                                    | */
/* ---------------------------------------------------------------------------------- */

div.preview{
	padding: 4px;
	border: 1px dashed #c3c3c3;
}

div.breadcrumbs{
	color: #666666;
	float:left;
	line-height:140%;
	margin-left:2px;
	font-size:11px;
	width:187px;
}

span.user{
	color: #cccccc;
}

/* embedded images */

img.media {
	margin-bottom:-2px;
}

img.medialeft {
	border: 0;
	float: left;
	margin: 0 1.5em 0 0;
}

img.mediaright {
	border: 0;
	float: right;
	margin: 0 0 0 1.5em;
}

img.mediacenter {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #000;
}

/* unordered lists */

ul { 
	list-style-type: square;
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	list-style-image: url(../images/bullet.gif);
}

/* ordered lists */

ol {
	line-height: 1.5em;
	margin-left:25px;
	padding: 0;
	color: #638c9c;
	font-weight: bold;
	list-style-image: none;
}

/* the list items overriding the ol definition */

.li {
	font-weight: normal;
}

ol {list-style-type: decimal}
ol ol {list-style-type: upper-roman}
ol ol ol {list-style-type: lower-alpha}
ol ol ol ol {list-style-type: lower-greek}

li.open {
	list-style-image: url(../images/open.gif);
}

li.closed {
	list-style-image: url(../images/closed.gif);
}

blockquote {
	font-size:11px;
	border-left: 2px solid #8cacbb;
	padding-left: 3px;
	margin-left: 0;
}

/* code blocks by indention */

pre.pre {
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: #333;
	background-color: #f7f9fa;
	overflow: auto;
}

/* code blocks by code tag */
pre.code {
	padding: 0.5em;
	border: 1px dashed #c3c3c3;
	color: #333;
	background-color: #fdfdfd;
	overflow: auto !important;
	overflow: scroll;
	width:100%;
	line-height:140%;
}

/* inline code words */

code {}

/* code blocks by file tag */

pre.file {
	padding: 0.5em;
	border: 1px dashed #8cacbb;
	color: #333;
	background-color: #dee7ec;
	overflow: auto;
}

/* inline tables */
table.inline {
	background-color: #ffffff;
	border-spacing: 1px;
	border-collapse: ;
}

table.inline th {
	vertical-align:middle;
	font-variant: small-caps;
	padding: 3px;
	padding-left:8px;
	padding-right:8px;
	border: 1px solid #888888;
	background-color: #FDE777;
}

table.inline td {
	vertical-align:middle;
	padding: 4px;
	padding-left:6px;
	padding-right:6px;
	border: 1px solid #BBBBBB;
	font-size:0.8em;
}

.nowrap {
	white-space:nowrap;
}

.leftalign{
	text-align: left;
}

.centeralign{
	text-align: center;
}

.rightalign{
	text-align: right;
}

/* ---------- table of contents ------------------- */

div.toc {
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 10px !important;
	margin-top: 10px;
	margin-bottom:20px;
	float:right;
	width: 250px;
	clear:both;
}

div.tocheader {
	border: 1px solid #c3c3c3;
	background-color: #fdfdfd;
	text-align: left;
	font-weight:bold;
	margin-bottom: 1px;
	padding-left:5px;
	font-size:11px;
}

div.toctoggle img {
	width:0.8em;
	height:0.8em;
}

#toc__inside {
	border: 1px solid #c3c3c3;
	background-color: #fdfdfd;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
}

ul.toc {
	font-size:10px;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	padding-left: 0.8em;
}

ul.toc li {
	background: transparent url(../images/tocdot2.gif) 0 0.6em no-repeat;
	padding-left:0.4em;
}

ul.toc li.clear {
	background-image: none;
	padding-left:0.4em;
}

a.toc {
	color: #436976;
	text-decoration:none;
}

a.toc:hover {
	color: #c37439;
	text-decoration:underline; 
}

/* ---------------------------------------------------------------------------------- */
/* |                                     DIFF RENDERING                             | */
/* ---------------------------------------------------------------------------------- */

table.diff { background:#fdfdfd; }
td.diff-blockheader {font-weight:bold}
td.diff-header {
	border-bottom: 1px solid #8cacbb;
	font-size:120%;
}
td.diff-addedline {
	background:#ddffdd;
	font-family: monospace;
	font-size: 100%;
}
td.diff-deletedline { 
	background:#ffffbb;
	font-family: monospace;    
	font-size: 100%;
}
td.diff-context {
	background:#f7f9fa;
	font-family: monospace;
	font-size: 100%;
}
span.diffchange { color: red; }


/* ---------------------------------------------------------------------------------- */
/* |                                     FOOTNOTES                                  | */
/* ---------------------------------------------------------------------------------- */

div.footnotes{
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
	line-height:1.1em;
}

div.fn{
	font-size:80%;
}

a.fn_top{
	vertical-align:super;
	font-size:80%;
}

a.fn_bot{
	vertical-align:super;
	font-size:80%;
	font-weight:bold;
}

/* insitu-footnotes */
div.insitu-footnote {
	font-size: 80%;
	line-height: 1.2em;
	border: 1px solid #8cacbb;
	background: #eef3f8;
	text-align: left;
	padding: 4px;
	max-width: 40%;    /* IE's width is handled in javascript */  
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */

* html .insitu-footnote pre.code, * html .insitu-footnote pre.file {
	padding-bottom: 18px;
}

/* ---------------------------------------------------------------------------------- */
/* |                                     SEARCH                                     | */
/* ---------------------------------------------------------------------------------- */

.search_result{
	margin-bottom: 6px;
	padding-left: 16px;
	padding-right: 10px;
}

.search_snippet{
	color: #999999;
	font-size: 12px;
	margin-left: 20px;
}

.search_sep{
	color: #000000;
}

.search_hit{
	color: #000000;
	background: #FFFF99;
}

div.search_quickresult{
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-left: 8px;
	padding-right: 10px;
	background: url(../images/hborder.jpg) repeat-x 0px 15px;
}

div.search_quickhits {
	margin-left: 8px;
	float:left;
	background: transparent url(../images/bullet.gif) 0px 1px no-repeat;
	padding: 1px 0px 1px 8px;
	width: 30%;
}

/* ---- Admin --- */

div.acladmin label {
	text-align: left;
	font-weight: normal;
	display: inline;
}

div.acladmin table{
	margin-left: 10%;
	width: 80%;
}

/* ---------- AJAX quicksearch ----------- */

div.ajax_qsearch {
	position:absolute;
	right:237px;
	width: 200px;
	/*opacity: 0.9;*/
	display:none;
	font-size: 80%;
	line-height: 1.2em;
	border: 1px solid #8cacbb;
	background: #eef3f8;
	text-align: left;
	padding: 4px;
}

/* ---------- Spellchecking ------------- */

a.spell_error {
	color: #ff0000;
	text-decoration: underline;
}

div#spell_suggest {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-color: #fdfdfd;
	padding: 2px;
	border: 1px solid #000;
	font-size:80%;
	z-index: 2;
}

div#spell_result {
	display:none;
	font-family:monospace;
	border: 1px solid #8cacbb; 
	color: #333;
	font-size:14px;
	padding: 3px;
	background-color: #f7f9fa;
	overflow: auto;
	z-index: 1;
	
	/*#fdfdfd-space: pre-wrap;       /* css-3 */
	/*#fdfdfd-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	/*#fdfdfd-space: -pre-wrap;      /* Opera 4-6 */
	/*#fdfdfd-space: -o-pre-wrap;    /* Opera 7 */
	/*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span.spell_noerr {
	color: #009933;
}

span.spell_wait {
	color: #0066cc;
}

/* ---------------  Image Details  ----------------- */

div.img_big {
	float: left;
	margin-right: 0.5em;
}

dl.img_tags dt {
	font-weight: bold;
	background-color: #dee7ec;
}
dl.img_tags dd {
	background-color: #f5f5f5;
}

div.imagemeta {
	color: #666;
	font-size: 70%;
	line-height: 95%;
}

div.imagemeta img.thumb{
	float:left;
	margin-right: 0.1em;
}

/* -------------- Media Popup ---------------------- */

div.mediaselect-right li, div.uploadform { 
	clear: both;
}

div.mediaedit div.data label{
	display: block;
	text-align: right; 
	width: 20%;
	float: left;
	margin-right: 0.5em;
}

div.mediaedit div.data input, div.mediaedit div.data textarea{
	width: 75%;
	padding: 0.1em;
	margin: 0.1em;
}

div.mediaedit div.data input.button {
	width: 10em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.img_detail {
	border:0;
}

