/* COMMON 
==============================*/
 
div#container-wrap {
    background-color: teal;
    background-repeat: repeat-y;
    background-position:left top;
    padding:0 0 0 50px;
}
 
#container {
    background-color: teal;
    background-position:right top;
    background-repeat:repeat-y;
    padding:0 50px 0 0;
}
 
#content-wrap {
    background-color:#CEE8E5;
    margin-top: 0px;
}
 
h1, #page-title {
    color: #000;
    font-weight: normal;
    margin: 0 0 0.6em;
    padding: 0 0 0.25em;
}
 
h1 {
    color:#468259;
    font-weight: bold;
    margin-top: 0.7em;
    padding: 0;
}
 
h2, h3, h4, h5, h6, h7 {
    background-color:transparent;
    color:#468259;
    letter-spacing: 1px;
    margin: 0.5em 0 0.4em;
    padding: 0;
}
 
#page-title {
    color:#468259;
    padding-top:0em;
}
 
ul {
    list-style: square;
}
 
li, p {
    line-height: 141%;
}
 
a:link, a:visited {
    color: maroon;
    text-decoration: none;
}
 
a.newpage {
    color: #141847;
    text-decoration: none;
}
 
a:hover {
    text-decoration: none;
}

#page-content {
    width: 100%;
    text-align: justify;
}
 
#header, #top-bar {
    margin: 0 auto;
    width: 80%px;
}
 
body {
    background-color: #dddddd;
    font-size: 0.80em;
    color: #000;
}
 
input.text {
    background-color:#84B286;
    border:1px solid #468259;
    color:#FFFFFF;
}
 
input.empty {
    background-color:transparent;
    color: #ffffff;
    font-size:100%;
}
 
input {
    font-size:100%;
}
 
textarea {
    background-color: #CEE8E5;
}
 
input.text {
    background-color: #7DC5B7;
    color: darkblue;
}
 
/* HEADER
============================== */
 
#header {
    background-color: #6A946A;
    background-image: url(/local--files/start/header3.jpg);
    height:165px;
    padding-bottom:50px;
    position:relative;
    top:0;
    width 100%;
}
 
#header h1 {
    color: white;
        left: 50px;
        padding: 0;
        position: absolute;
       top: 60px;
}
 
#header h2 {
    color:white;
    font-size:125%;
    left:50px;
    margin:0;
    max-height:38px;
    padding:0;
    position:absolute;
    top:110px;
}
 
#header h1 a {
    background: transparent;
    left: 50px;
    color: white;
    font-size: 180%;
    text-decoration: none;
}
 
/*SEARCH and LOGIN
==============================*/
 
#search-top-box {
display: none;
}

#login-status{
right: 3em;
font-size:87%;
}

 
/* TOP MENU
==============================*/
 
#top-bar {
    background-image: none;
    border 1px solid;
    font-size:100%;
    font-weight:bold;
    height:50px;
    left:0;
    line-height:25px;
    margin-left: 0;
    position:absolute;
    top:150px;
    z-index:10;
}
 
#top-bar ul {
    background-color:transparent;
    border:none;
    display:inline;
    height:31px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    margin-left:0;
    margin-top:15px;
    padding:0;
    width:100%;
}
 
#top-bar li {
    float:left;
}
 
#top-bar li ul li {
    display: block;
    float:left;
    width:auto;
}
 
#top-bar li ul li a {
    background-color: transparent;
    border: 0;
    width:auto;
}
 
#top-bar a:link, #top-bar a:visited {
    background-color:transparent;
    color: #CEE8E5;
    margin-left:7px;
    padding-left:2px;
    text-decoration:none;
}
 
#top-bar ul li a {
    border: 0;
    line-height: 23px;
    max-height: 23px;
    text-decoration: none;
}
 
#top-bar ul li:hover a {
    background: transparent;
    border: 0;
}
 
#top-bar ul li:hover ul li a {
    border: 0;
    height: auto;
    line-height: 110%;
    max-height: none;
    padding-bottom: 0;
    padding-top: 0;
    width: 120px;
}
 
#top-bar ul li:hover a:hover {
    border: 0;
    text-decoration: none;
    color: teal;  
}
 
#top-bar ul ul li:hover a:hover  {
    color: teal;  
}
 
#top-bar ul li ul {
    background-color: transparent;
    border: 0;
    color: white;
    display: block;
    vertical-align: bottom;
    width: auto;
}
 
/* SIDEBAR MENU
============================== */
 
#side-bar {
    -moz-border-radius-bottomright: 10px;
    background-color: #CEE8E5;
    border: 1px solid #dedede;
    clear: both;
    float:right;
    padding: 10px;
    margin: 0 0 0 2em;
    width: 14em;
}
 
/* CONTENT
============================== */
 
#main-content {
    background-color:#FFFFFF;
    background-image:none;
    background-repeat:no-repeat;
    margin-left:0;
    margin-right: 200px;
    padding-left:20px;
    padding-top:20px;
    position:relative;
}
 
.footnotes-footer{
	margin: 0; padding: 0.5em 0;
	/*border-top: 1px solid #CCC;*/
	height: 1%;
        font-size: 90%;
}

/* TABLES
============================== */
 
table {
    empty-cells:show;
    width:60%;
}
 
table.wiki-content-table {
    background-color: #CEE8E5;
    border-collapse:collapse;
    border-spacing:0;
    color:#2D5491;
}
 
table.wiki-content-table th {
    background-color:#6A946A;
    border:1px solid #888888;
    color:white;
    padding:0.3em 0.7em;
}
 
table.wiki-content-table td {
    background-color: #CEE8E5;
    border:none;
    padding:0.3em 0.7em;
}
 
/* FOOTER
==============================*/
 
#footer {
	background-image: url(/local--files/start/header3.jpg);
	bottom: 0px;
	color: #FFFFFF;
	font-size:90%;
	height: 75px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 0px;
	padding: 10px 0;
	position: relative;
	text-align: right;    
	width: 100%;
	z-index: 1;
}

#footer-bar h2 {
	color:#DDDDDD;
}

#footer .options {
    color: #ffffff;
    float: right;
    font-size: 90%;
    margin-right: 10px;
    margin-top: 15px;
    padding: 53px 0;
    z-index:1;
}
 
#license-area {
    color: #dddddd
    font-size: 95%;
    padding: 0 0;
    text-align: center;
}
 
#page-info {
    clear:both;
    font-size:87%;
    margin:15px;
    text-align:right;
}
 
.page-watch-options {
    font-size:95%;
    text-align:right;
}
 
.page-options-bottom {
    height:1%;
    margin-right: 0;
    position: relative;
    text-align:right;
    top: 80px;
    z-index:20;
}
 
.page-options-bottom a, a.action-area-close {
    background-color:transparent;
    color: white;
     margin-top: -20px;
    text-decoration:none;
}
 
#license-area {
    background-color:#DDDDDD;
    color:#468259;
    padding:0.5em 0;
    text-align:center;
}
 
/* BUTTONS
============================== */
 
div.buttons input, input.button, button, file, a.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:#7DC6B7;
    border:1px solid #468259;
    color:#468259;
    font-weight: bold;
    margin:0 2px;
    padding:0 0.5em;
    text-decoration:none;
}
 
.owindow .button-bar a {
    background-color:#7DC6B7;
    border:1px solid #468259;
    color: #ffffff;
    margin:0.2em;
    padding:0.1em 1em;
    text-decoration:none;
}
 
div.buttons.alignleft {
    text-align:center;
}
 
/* FORUMS
===========================*/
 
.forum-group div.head {
    background-color:#6A946A;
    border:1px solid #333333;
    color:#FFFFFF;
    margin:0;
    padding:0.5em 1em;
}
 
/* TABS
===========================*/
 
yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav   {
    border-color: #8C8C8C;
    border-width:0;
    width:90%;
}
 
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em {
    background-color:#6A946A;
    color: white;
}
 
.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    background-color:#CEE8EE;
    color:#6A946A;
    display:block;
}
 
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
    border: solid 1px #8C8C8C;
    padding: 1em;
    width:80%;
}
 
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border: none;
    margin-left:10%;
}
 
/* SITE MANAGER
============================== */
 
select {
    background-color:#CEE8E5;
    border:1px solid #777777;
}
 
#site-manager-menu {
    background-color:#CEE8E6;
    border-top:5px solid #7DC5B7;
    float:left;
    margin:0 0 1em;
    padding:0 20px 0 0;
    width:16em;
}
 
#lock-info {
    width:100%;
}
 
/* CODE BLOCKS AND NOTES
============================== */
 
.code {
    background-color:#F7F7F7;
    border-color:#7DC5B7;
    border-style:solid;
    border-width:5px 1px 1px;
    font-family:'Andale Mono','Courier New',Courier,monospace;
    margin:0.4em 0;
    overflow:auto;
    padding:0 1em;
}
 
div.wiki-note {
    background-color:#CEE8E5;
    border-color:#7DC5B7;
    border-style:solid;
    border-width:5px 1px 1px;
    margin:0 auto;
    text-align:center;
    width:50%;
}