/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
// 2010-12-12  jl   Major rewrite
//
*/

/* Table of contents */
div.toc p { background-color: #ffeeee; margin-bottom:-7px; }
div.toc { background-color: #eeeeee; }
div.toc ul { margin-top:9px; }
div.toc ul ul { margin-top:0px; }

html, body {
  height: 100%;
}
html,body,#wrapper,#wrapper2,#head,#content {
  margin: 0px auto;
}
body {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 9pt;
  background: #92847b;
  overflow: hidden;  
}
/* This one has the scroll bars */
#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;  
}
/* This one has most of the background  */
#wrapper2 {
  position: relative;
  height: 100%;
  min-width: 800px;
  max-width: 1200px;
  background: url(images/background.gif) top left repeat-y; 
}
#head {
  height: 120px;
  background: url(images/header.gif) top left no-repeat;  
}
#content {
  background: url(images/background.gif) top left repeat-y; 
}

#logo-left,#logo-right {
  line-height:90px;
  position: absolute;
  top: 10px;
  width: 150px;
  height: 90px;
  overflow: hidden;
  font-size: 16pt;
  font-weight: bold;
  color: #eee;
  text-align:center;
}
#logo-left {
  left: 53px;
}
#logo-right {
  right: 53px;
}

#page-title,#page-subtitle {
  position: absolute;
  left: 248px;
  max-width: 892px;
  font-weight: bold;
}
#page-title {
  top: 32px;
  font-size: 20pt;
  color: #eee;
}
#page-subtitle {
  top: 65px;
  font-size: 16pt;
  color: #ddd;
}

#head #page-user {
  position: absolute;
  top: 101px;
  left: 48px;
  font-size: 9pt;
  color: #888;
  padding: 2px;
}
#head #page-actions {
  position: absolute;
  top: 101px;
  right: 50px;
  max-width: 905px;
  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; }

#col-left {
  float: left;
  width: 171px;
  margin: 10px 0px 0px 50px;
}
#col-right {
  margin: 20px 66px 0px 18px;
  padding-left: 230px;
}
#col-right p {
  margin-right: 20px;
}

/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr { 
    height: 12px;
    max-width: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
}

a {
	color: #6799b1;
}
a:hover {
	color: #838f96;
}


#wikitext { position: relative; } /* So that we can use absolute positioning later */
#wikitext h1, h2, h3, h4, h5 { color: #666; padding: 0.5em 0px;}
#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; }

#wikitext .sourcecode {
  font-family:monospace;
  padding:1em;
  border:1px solid black;
} 
#wikitext .nosource {
  padding:1em;
  margin:2em 0;
  font-weight:bold;
  color:#800;
  border:2px dotted #800;
}


.darkbg, #sidebar, #sidebar li a { color: #ddd; }
#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: 1px solid #666; }
#sidebar li a { text-decoration: none; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }

#sidebar li a:hover, #sidebar li a.selflink { 
    color: #eee;
    background: #666 url(images/selector.gif) center right no-repeat; 
}
.darkbg a, #sidebar a { 
    color: #70a3bb;
}
.darkbg a:hover, #sidebar a:hover, #sidebar a.selflink { 
    text-decoration: none; 
    color: #7aacc4;
}
#sidebar a:hover, #sidebar a.selflink { 
    background: #666 url(images/selector_blue.gif) center right no-repeat; 
}
#sidebar a { padding: 2px 10px 4px 1px; }

/* ID (#) takes precedence over class (.) */
a, .normaltext a, #normaltext a {
	text-decoration: underline;
}
a:hover, .normaltext a:hover, .normaltext a.selflink, .normaltext li a:hover, .normaltext li a.selflink, #normaltext a:hover, #normaltext a.selflink, #normaltext li a:hover, #normaltext li a.selflink {
	text-decoration: none;
	background: none;
}
#normaltext li { display: list-item; margin: 0px; border-bottom: 0; }
#normaltext li a { text-indent: 0; color: #70a3bb; text-decoration: underline; }
#normaltext li a:hover { color: #7aacc4; }


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

#col-right h2.wikiaction { padding-top: 0px; padding-bottom: 3px; }
#wikiedit form { margin: -30px -10px 0px -10px; }
#wikiedit textarea { width:99%; font-family: monospace; }

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

.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; }

span.nowrap { white-space: nowrap; }

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


