@charset "utf-8";

/* 

	CSS-styles for SCREEN media 

	Document structure:

		- Basic styles for tags
		- Unique elements and their contents (in order of appearance in page source)
		- Other classes

	This stylesheet is used in every page of the site and contains styles used by all of them. 
	For section-specific styles look for other imported stylesheets.
	
*/

a

{
text-decoration: none;
color: #002bb8;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}

a:visited
{
color: #5a3696;
}

a:hover
{
text-decoration: underline;
}

a.new, #p-personal a.new
{
color: #ba0000;
}

a.new:visited, #p-personal a.new:visited
{
color: #a55858;
}


*/
=====================================================
  MISC styles
=====================================================
*/

/* user notification thing */
.usermessage {
        background-color: #ffce7b;
        border: 1px solid #ffa500;
        color: black;
        font-weight: bold;
        margin: 2em 0 1em;
        padding: .5em 1em;
        vertical-align: middle;
}
#siteNotice {
        text-align: center;
        font-size: 95%;
        padding: 0 .9em;
}
#siteNotice p {
        margin: 0;
        padding: 0;
}
.error {
        color: red;
        font-size: larger;
}
.errorbox, .successbox {
        font-size: larger;
        border: 2px solid;
        padding: .5em 1em;
        float: left;
        margin-bottom: 2em;
        color: #000;
}
.errorbox {
        border-color: red;
        background-color: #fff2f2;
}
.successbox {
        border-color: green;
        background-color: #dfd;
}
.errorbox h2, .successbox h2 {
        font-size: 1em;
        font-weight: bold;
        display: inline;
        margin: 0 .5em 0 0;
        border: none;
}

#catlinks {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        margin-top: 1em;
        clear: both;
}
/* 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 0;
        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;
}

/* images */
div.floatright, table.floatright {
        clear: right;
        float: right;
        position: relative;
        margin: 0 0 .5em .5em;
        border: 0;

        border: .5em solid white;
        border-width: .5em 0 .8em 1.4em;

}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
        float: left;
        clear: left;
        position: relative;
        margin: 0 .5em .5em 0;
        border: 0;
/*
        margin: .3em .5em .5em 0;
        border: .5em solid white;
        border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
        margin-bottom: .5em;
        width: auto;
}
div.thumbinner {
        padding: 3px !important;
        font-size: 94%;
        text-align: center;
        overflow: hidden;
}
html .thumbcaption {
        border: none;
        text-align: left;
        line-height: 1.4em;
        padding: 3px !important;
        font-size: 94%;
}
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 {
        clear: right;
        float: right;
        border-width: .5em 0 .8em 1.4em;
}
div.tleft {
        float: left;
        clear: left;
        margin-right: .5em;
        border-width: .5em 1.4em .8em 0;
}
img.thumbborder {
        border: 1px solid #dddddd;
}
.hiddenStructure {
        display: none;
}

/*
** 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 #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
}
div.townBox {
        position: relative;
        float: right;
        background: white;
        margin-left: 1em;
        border: 1px solid gray;
        padding: .3em;
        width: 200px;
        overflow: hidden;
        clear: right;
}
div.townBox dl {
        padding: 0;
        margin: 0 0 .3em;
        font-size: 96%;
}
div.townBox dl dt {
        background: none;
        margin: .4em 0 0;
}
div.townBox dl dd {
        margin: .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: .4em;
}
#pagehistory span.minor {
        font-weight: bold;
}
#pagehistory li {
        border: 1px solid white;
}
#pagehistory li.selected {
        background-color: #f9f9f9;
        border: 1px dashed #aaa;
}
/*
** 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-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
        background: url(lock_icon.gif) center right no-repeat;
        padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
        background: url(mail_icon.gif) center right no-repeat;
        padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
        background: url(news_icon.png) center right no-repeat;
        padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
        background: url(file_icon.gif) center right no-repeat;
        padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
        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-right: 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-right: 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-right: 12px;
}

/* 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;
}

/* js pref toc */
#preftoc {
        margin: 0;
        padding: 0;
        width: 100%;
        clear: both;
}
#preftoc li {
        background-color: #f0f0f0;
        color: #000;
}
#preftoc li {
        margin: 1px -2px 1px 2px;
        float: left;
        padding: 2px 0 3px 0;
        border: 1px solid #fff;
        border-right-color: #716f64;
        border-bottom: 0;
        position: relative;
        white-space: nowrap;
        list-style-type: none;
        list-style-image: none;
        z-index: 3;
}
#preftoc li.selected {
        font-weight: bold;
        background-color: #f9f9f9;
        border: 1px solid #aaa;
        border-bottom: none;
        cursor: default;
        top: 1px;
        padding-top: 2px;
        margin-right: -3px;
}
#preftoc > li.selected {
        top: 2px;
}
#preftoc a,
#preftoc a:active {
        display: block;
        color: #000;
        padding: 0 .7em;
        position: relative;
        text-decoration: none;
}
#preftoc li.selected a {
        cursor: default;
        text-decoration: none;
}
#prefcontrol {
        padding-top: 2em;
        clear: both;
}
#preferences {
        margin: 0;
        border: 1px solid #aaa;
        clear: both;
        padding: 1.5em;
        background-color: #F9F9F9;
}
.prefsection {
        border: none;
        padding: 0;
        margin: 0;
}
.prefsection fieldset {
        border: 1px solid #aaa;
        float: left;
        margin-right: 2em;
}
.prefsection legend {
        font-weight: bold;
}
.prefsection table, .prefsection legend {
        background-color: #F9F9F9;
}
.mainLegend {
        display: none;
}
div.prefsectiontip {
        font-size: x-small;
        padding: .2em 2em;
        color: #666;
}
.btnSavePrefs {
        font-weight: bold;
        padding-left: .3em;
        padding-right: .3em;
}

.preferences-login {
        clear: both;
        margin-bottom: 1.5em;
}

.prefcache {
        font-size: 90%;
        margin-top: 2em;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
        margin: 0 3em 1em 0;
        border: 1px solid #aaa;
        clear: both;
        padding: 1.5em 2em;
        background-color: #f9f9f9;
        float: left;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
        background-color: #f9f9f9;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
        padding-top: 0;
}

div#userlogin .captcha,
div#userloginForm .captcha {
        border: 1px solid #bbb;
        padding: 1.5em 2em;
        background-color: white;
}


#userloginprompt, #languagelinks {
        font-size: 85%;
}

#login-sectiontip {
        font-size: 85%;
        line-height: 1.2;
        padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
        width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
        font-weight: bold;
}
.not-patrolled {
        background-color: #ffa;
}
div.patrollink {
        clear: both;
        font-size: 75%;
        text-align: right;
}
span.newpage, span.minor, span.searchmatch, span.bot {
        font-weight: bold;
}
span.unpatrolled {
        font-weight: bold;
        color: red;
}

span.searchmatch {
        color: red;
}
.sharedUploadNotice {
        font-style: italic;
}

span.updatedmarker {
        color: black;
        background-color: #0f0;
}

table.gallery {
        border: 1px solid #ccc;
        margin: 2px;
        padding: 2px;
        background-color: white;
}

table.gallery tr {
        vertical-align: top;
}

table.gallery td {
        vertical-align: top;
        background-color: #f9f9f9;
        border: solid 2px white;
}

table.gallery caption {
        font-weight: bold;
}

div.gallerybox {
        margin: 2px;
}

div.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #ccc;
        margin: 2px;
}

div.gallerytext {
        overflow: hidden;
        font-size: 94%;
        padding: 2px 4px;
}

span.comment {
        font-style: italic;
}

span.changedby {
        font-size: 95%;
}

.previewnote {
        text-indent: 3em;
        color: #c00;
        border-bottom: 1px solid #aaa;
        padding-bottom: 1em;
        margin-bottom: 1em;
}

.previewnote p {
        margin: 0;
        padding: 0;
}

.editExternally {
        border: 1px solid gray;
        background-color: #ffffff;
        padding: 3px;
        margin-top: 0.5em;
        float: left;
        font-size: small;
        text-align: center;
}
.editExternallyHelp {
        font-style: italic;
        color: gray;
}

.toggle {
        margin-left: 2em;
        text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
        font-size: 0.8em;
        margin-left: 0.5em;
        margin-bottom: 0.5em;
        width: 300px;
}

table.mw_metadata caption {
        font-weight: bold;
}

table.mw_metadata th {
        font-weight: normal;
}

table.mw_metadata td {
        padding: 0.1em;
}

table.mw_metadata {
        border: none;
        border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
        text-align: center;
        border: 1px solid #aaaaaa;
        padding-left: 0.1em;
        padding-right: 0.1em;
}

table.mw_metadata th {
        background-color: #f9f9f9;
}

table.mw_metadata td {
        background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
        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;
}

input#wpSummary {
        width: 80%;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
        margin-right: 0.33em;
}

#editform .editOptions {
        display: inline;
}

#wpSave {
        font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
        border: 1px solid #000000;
}

table.revisionform_focus {
        border: 1px solid #000000;
        background-color:#00BBFF;
}

tr.revision_tr_default {
        background-color:#EEEEEE;
}

tr.revision_tr_first {
        background-color:#DDDDDD;
}

p.revision_saved {
        color: green;
        font-weight:bold;
}

#mw_trackbacks {
        border: solid 1px #bbbbff;
        background-color: #eeeeff;
        padding: 0.2em;
}

/* Allmessages table */

#allmessagestable th {
        background-color: #b2b2ff;
}

#allmessagestable tr.orig {
        background-color: #ffe2e2;
}

#allmessagestable tr.new {
        background-color: #e2ffe2;
}

#allmessagestable tr.def {
        background-color: #f0f0ff;
}


/* noarticletext */
div.noarticletext {
        border: 1px solid #ccc;
        background: #fff;
        padding: .2em 1em;
        color: #000;
}

div#searchTargetContainer {
        left:       10px;
        top:        10px;
        width:      90%;
        background: white;
}

div#searchTarget {
        padding:    3px;
        margin:     5px;
        background: #F0F0F0;
        border:     solid 1px blue;
}

div#searchTarget ul li {
        list-style: none;
}

div#searchTarget ul li:before {
        color: orange;
        content: "\00BB \0020";
}

div#searchTargetHide {
        float:right;
        border:solid 1px black;
        background:gainsboro;
        padding:2px;
}
div.multipageimagenavbox {
   border: solid 1px silver;
   padding: 4px;
   margin: 1em;
   -moz-border-radius: 6px;
   background: #f0f0f0;
}

div.multipageimagenavbox div.thumb {
   border: none;
   margin-left: 2em;
   margin-right: 2em;
}

div.multipageimagenavbox hr {
   margin: 6px;
}

table.multipageimage td {
   text-align: center;
}

/** 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; }
/*
  Table pager (e.g. Special:Imagelist)
  - remove underlines from the navigation link
  - collapse borders
  - set the borders to outsets (similar to Special:Allmessages)
  - remove line wrapping for all td and th, set background color
  - restore line wrapping for the last two table cells (description and size)
*/
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th {
        border: 1px solid #aaaaaa;
        padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }

.templatesUsed { margin-top: 1.5em; }

.mw-summary-preview {
        margin: 0.1em 0;
}

/* Convenience links on Special:Ipblocklist */
p.mw-ipb-conveniencelinks {
        font-size: 90%;
        float: right;
}

/* Friendlier slave lag warnings */
div.mw-lag-warn-normal,
div.mw-lag-warn-high {
        padding: 3px;
        text-align: center;
        margin: 3px auto;
}
div.mw-lag-warn-normal {
        border: 1px solid #FFCC66;
        background-color: #FFFFCC;
}
div.mw-lag-warn-high {
        font-weight: bold;
        border: 2px solid #FF0033;
        background-color: #FFCCCC;
}
/* Recreating-deleted-page/reupload file warning and log entries */
div#mw-upload-deleted-warn,
div#mw-recreate-deleted-warn {
        padding: 3px;
        margin-bottom: 3px;
        border: 2px solid #2F6FAB;
}
div#mw-upload-deleted-warn ul li,
div#mw-recreate-deleted-warn ul li {
        font-size: 90%;
}
.MediaTransformError {
        background-color: #ccc;
        padding: 0.1em;
}
.MediaTransformError td {
        text-align: center;
        vertical-align: middle;
        font-size: 90%;
}

/*

/*
=====================================================
  BASIC STYLES for tags
=====================================================
*/

body{ position: relative; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 0.75em; line-height: 1.5; color: #000; text-align: center; background-color: #3d3d3d; }

h1, h2, h3{ font-family: Arial, Helvetica, sans-serif; color: #000; }
h1{ margin: 0 0 0.5em; border-bottom: 1px solid #b2b2b2; padding: 0.25em 0; font-size: 1.5em; font-weight: normal;  }
h2{ margin: 0.5em 0; font-size: 1.165em; font-weight: bold; }
h3{ margin: 0.5em 0; font-size: 1.0em; font-weight: bold; }
h4, h5, p, table, pre, hr, form{ margin: 0 0 1em; padding: 0; }
h6 { margin: 0.9em; color: #1463c5; font-size: 1.0em; }
table, form, input, textarea, select, option{ font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
fieldset{ margin: 0; border: 0; padding: 0; }
input, select, textarea{ margin: 0; }
ul, ol, blockquote{ margin-top: 0; margin-bottom: 1em; padding-top: 0; padding-bottom: 0; }
ul{list-style-type:square; }
blockquote, pre{ margin: 2em; border: 1px dashed #32c0e0; padding: 1em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 1.5; background-color: transparent; }
code{ font-family: "Courier New", Courier, monospace; font-size: 1em; }
/*a, a:link{ text-decoration: underline; color: #000066; } 
a:visited, a:active{ color: #000066; }
a:hover{ text-decoration: none; color: #000066; }*/
img{ margin: 0; border: 0; padding: 0; }
sup, sub{ font-size: 0.8em; line-height: 0; }

/*
=====================================================
  UNIQUE ELEMENTS and their contents
=====================================================
*/
div#top{ position: absolute; top: 0px; left: 0px; width: 100%; height: 50px; overflow: hidden; text-align: center; margin-left: -9999px; }

div#wrapper{ margin: 0; padding: 0; }

  div#headerWrapper{  margin: 0 auto; text-align: left; width: 960px; height: 150px; position: relative; }
    div#header{ width: 100%; margin: 0 auto; padding-top: 0px; text-align: left; background-color: #ffffff; }
      div#header p#logo{ position: absolute; width: 283px; height: 70px; margin: 48px -45px; padding: 0; z-index: 9999; }
/*        div#header p#logo a{ display: block; width: 454px; height: 47px; background: transparent url(bg_logo.png) no-repeat left top; }
          div#header p#logo a img{ display: none; } */

  div#contentWrapper1{ width: 960px; margin: 0 auto; text-align: left; background-color: #fff; }

  div#navWrapper{ float: left; width: 238px; background: transparent url(bg_nav_wrapper.gif) repeat-y right top; }
      div#nav{ width: 100%; padding-bottom: 50px; font-size: 0.915em; background: transparent url(bg_nav.gif) no-repeat right bottom; text-transform: uppercase; }
        div#nav h5{ margin: 0; padding: 10px 0px 7px 20px; font-size: 1.2em; font-weight: normal; line-height: 1; color: #fff; background: url(bg_nav_heading.gif) repeat-x left bottom; text-transform: none;}
        div#nav ul{ margin: 0; padding: 5px 0px 6px 20px; list-style: none; line-height: 280%}
          div#nav ul li{ padding: 0 10px; }
          div#nav ul li.active{ background: transparent url(bg_nav_act.gif) no-repeat left 11px; }
            div#nav ul li strong{ font-weight: normal; }
            div#nav ul li a{ text-decoration: none; color: #000000; }
            div#nav ul li a:hover{ text-decoration: underline; }
		
		div#search form label{ display: none; }
		div#search form input.searchButton{ float: left;  margin: 12px 1px 1px 5px; padding: 0; cursor: pointer; display: block; position: relative; }
		div#search form input.inputText{ float: left; width: 117px; height: 15px; margin: 12px 5px 5px 5px; position: relative; border: 1px solid #e5e5e5; padding: 2px 3px 2px 2px; background: #fff url(bg_search_input.gif) repeat-x left bottom; }
        div#search form span{ float: none; }
		
    div#contentWrapper2{ margin-left: 250px; margin-right: 10px;}
    div#content{ float: left; width: 100%; padding-top: 10px; padding-bottom: 50px; }
         div#mainContent{ float: left; width: 100%; }
         .frontpage div#mainContent{ float: none; width: auto; margin-right: 285px; }
	 	 
	 div#mainContent h2{ margin: 0px 0px 9px 0px; padding: 8px 10px; font-size: 1.2em; font-weight: bold; line-height: 1; color: #323232; background: url(bg_header_heading.gif) repeat-x left bottom; }
	 div#mainContent ul{ margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; list-style: none; }
	 div#mainContent ul li{ padding-left: 30px; background: transparent url(bullet_square_blue.gif) no-repeat 18px 7px; } 
	 div#mainContent p{ padding-left: 10px; }
						 
	 
        div#viewsNav{ height: 23px; margin: 0 0 1em; border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; font-size: 0.915em; line-height: 23px; color: #000; }
	   div#viewsNav ul{ float: left; width: 100%; margin: 0; padding: 0; list-style: none; background: #fff url(bg_viewsnav.gif) repeat-x left bottom; }
	       div#viewsNav ul li{ float: left; margin: 0; border-right: 1px solid #e5e5e5; padding: 0; background: none; }
		    div#viewsNav ul li strong{ font-weight: normal; }
		       div#viewsNav ul li a{ float: left; padding: 0 10px 0; text-decoration: none; text-transform: lowercase; color: #999; }
			   div#viewsNav ul li a:hover, div#viewsNav ul li.selected a{ color: #000066; background-color: #fff; }									

        div#mainContent div.image{ float: right; margin: 0.5em 0 0.5em 1em; }	

      div#article{ margin-top: 1em; border-top: 7px solid #d7d7d7; padding-top: 1em; }
          div#article h2{ margin: 0; font-size: 0.915em; font-weight: normal; }
          div#article h3{ margin-top: 0; border-bottom: 1px solid #b2b2b2; padding: 0.25em 0; font-size: 1.5em; font-weight: normal;  }
	       div#subContent{ float: left; width: 100%; margin-top: 1em; border-top: 7px solid #d7d7d7; padding-top: 1em; padding-bottom: 10px;}
	       .frontpage div#subContent{ float: right; width: 239px; margin: 0; border: 0; padding: 0;  }

       div.articleNav ul{ float: left; width: 100%; margin: 0; padding: 0; list-style: none; }
            div.articleNav ul li{ float: left; margin: 0; padding: 0; }
	       div.articleNav ul li a{ float: left; height: 24px; margin: 0 0 0 10px; padding-left: 38px; text-decoration: none; line-height: 24px; color: #000; background: transparent url(bg_articlenav_item_inact.gif) no-repeat left top; }
		  div.articleNav ul li.first a{ margin-left: 0; }
		     div.articleNav ul li a:hover{ color: #000066; background-image: url(bg_articlenav_item_act.gif); }
	      
        div#bookstore{ margin-bottom: 0px; height: 90px; width: 100%; overflow: hidden; text-align: center; line-height: 0; background: transparent url(bg_bookstore.gif) repeat-x left top; }
	div#bookstore p{ width: 100%; height: 100%; margin: 0; padding: 0; }
          div#bookstore a{ display: block; width: 100%; height: 100%; margin: 0; padding: 0; background: transparent url(bg_bookstore_banner.gif) no-repeat center top; }
            div#bookstore a img{ display: none; }
        div#news h2{ margin: 0px 0px; padding: 8px 9px; font-size: 1.2em; font-weight: bold; line-height: 1; color: #323232; background: url(bg_news_heading.gif) repeat-x left bottom; }
        div#events h2{ margin: 0px 0px; padding: 8px 6px; font-size: 1.2em; font-weight: bold; line-height: 1; color: #323232; background: url(bg_events_heading.gif) repeat-x left bottom; }
        div#news ul, div#events ul{ margin: 0; padding: 0px; list-style: none; }
          div#news ul li, div#events ul li{ padding: 0 10px; margin: 0 0 1em;}
            div#news ul li a{ text-decoration: none; color: #323232; }
            div#events ul li a{ text-decoration: none; color: #323232; }
            div#news ul li a:hover, div#events ul li a:hover{ text-decoration: underline; }
		
div#highlight{ position: absolute; top: 30px; left: 0px; width: 960px; height: 50px; line-height: 1; }
	div#highlight p{ margin: 0; padding: 14px 18px 0 0; }
		div#highlight p a{ float: right; width: 172px; height: 24px; background: transparent url(button_research_portal.gif) no-repeat left top; }
			div#highlight p a span{ position: absolute; top: 0px; left: 0px; width: 0; height: 0; overflow: hidden; margin-left: -9999px; }
		
 div#personalToolsWrapper{ width: 100%; position: absolute; margin: 0 auto; top: 0px; padding: 0; font-size: 0.835em; text-align: right; text-transform: lowercase; line-height: 2; background: url(bg_personaltools.gif) repeat-x left bottom; }
     div#personalTools{ width: 960px; margin: 0 auto; padding: 0; text-align: right;}
           div#personalTools ul{ float: right; margin: 0; padding: 0 0 0 6px; list-style: none; background: transparent url(bg_personaltools_icon.gif) no-repeat left center; }
	           div#personalTools ul li{ float: left; }
		           div#personalTools ul li#name{ text-transform: none; }
			             div#personalTools ul li a{ float: left; margin-left: 10px; text-decoration: none; color: #fff; }
				                 div#personalTools ul li a:hover{ color: #502d7f; }

div#footer{ position: relative;	clear: both; width: 960px; height: 50px; margin: -50px auto 0; font-size: 0.833em; text-align: left; background-color: #3d3d3d;}
body.full div#footer{ }
	div#footer p{ margin: 0; padding: 0.5em 199px 0.5em 335px; background-color: #ffffff; }
	body.full div#footer p{ padding-right: 15px; }
		div#footer p span{ white-space: nowrap; }
		div#footer a{ text-decoration: none; color: #333; }
			      
div#bottom{ position: absolute; top: 0px; left: 0px; width: 0; height: 0; overflow: hidden; margin-left: -9999px; }

/* 
=====================================================
  OTHER CLASSES
=====================================================
*/

.alignLeft{ text-align: left; }
.alignRight{ text-align: right; }

.floatLeft{ float: left; }
.floatRight{ float: right; }

.clearLeft{ clear: left; }
.clearRight{ clear: right; }
.clearBoth{ clear: both; width: 0; height: 0; overflow: hidden; }
.screenHide{ position: absolute; top: 0px; left: 0px; width: 0; height: 0; overflow: hidden; margin-left: -9999px; }
.clearLeft hr, .clearRight hr, .clearBoth hr, .screenHide hr{ display: none; }

.oddRow{ background-color: #eee; }
.evenRow{ background-color: transparent; }
.printfooter {display:none;}
# .firstHeading {display:none;}

/*=====================================================
 WIKI ELEMENTS
 =====================================================
 */

hr{ border: 1px solid #d7d7d7; padding-top: 5px;
              background-color: #d7d7d7; }
	      
	      
textarea#wpTextBox1{ display: block; width: 100%;
	              margin-bottom: 1em; }
		      
textarea{ display: block; width: 100%;
	              margin-bottom: 1em; }
				  
/*=====================================================
oma lisäys 
 =====================================================
 */	

.frontpage #siteSub, 
.frontpage #contentSub, 
.frontpage h1.firstHeading {
    display: none !important;
}

HTML {
overflow: -moz-scrollbars-vertical;
}