
html,body {
    height: 100%;
  }


body {
    position: relative;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 9pt;
    margin: 0px auto;
    width: 900px;
    background: #92847b url(../images/background.gif) top center repeat-y;
  }

/*
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;
    text-decoration: underline;
  }


a:hover {
    color: #838f96;
    text-decoration: none;
  }

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */







#wrapper {
    position: relative;
    width: 900px;
    /*height: 97.3%;/**/
    margin: 0px auto;
    background: #92847b url(../images/background.gif) top center repeat-y;
    /*border: 1px solid red;/**/
  }


#head {
    position: relative;
    top: 0px;
    height: 235px;
    background: url(../images/header2.gif) top center no-repeat;
    /*border: 1px solid red;
    /**/;
  }

#org-title {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 158px;
    font-size: 20pt;
    font-weight: bold;
    color: #eee;
  }

#page-title {
    position: absolute;
    top: 10px;
    left: 235px;
    width: 605px;
    font-size: 20pt;
    font-weight: bold;
    color: #eee;
  }

#partners-text {
    position: absolute;
    top: 188px;
    left: 50px;
    text-align: right;
    width: 150px;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    /*border: 1px solid red;/**/
  }
  
#partners-logo {
    position: absolute;
    top: 180px;
    left: 220px;
    text-align: center;
    width: 650px;
    font-size: 13pt;
    font-weight: bold;
    color: #ffffff;
    /*border: 1px solid red;/**/
  }


#head #page-subtitle {
    color : #eee;
    font-size : 10pt;
    left : 235px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 2px;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
    position : absolute;
    text-align : right;
    text-decoration : none;
    top : 181px;
    width : 605px;
  }


#content {
    width: 900px;
    margin: 0px auto;
  }


#col-left {
    position: relative;
    float: left;
    width: 171px;
    margin: 15px 0px 0px 40px;
    padding-left: 10px;
  }


#col-right {
    float : right;
    height : 700px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 61px;
    margin-top : 15px;
    overflow : auto;
    position : relative;
    width : 600px;
    /*border: 1px solid red;/**/
	scrollbar-face-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff; 
  }


#wikitext h1, h2, h3, h4, h5 {
    color: #666;
  }


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


#sidebar li {
	display: list-item;
	color: #eee;
	padding: 2px 2px 4px 2px;
	border-bottom: 1px solid #666;
	font-weight: bold;
  }


#sidebar li a {
    text-decoration: none;
    color: #ddd;
    padding: 2px 2px 4px 2px;
    text-indent: 4px;
	font-weight: normal;
  }


#sidebar ul li a {
    display: block;
  }


#sidebar ul li a:hover {
    text-decoration: none;
    color: #eee;
    background: #666 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: #666 url(../images/selector.gif) center right no-repeat;
    padding: 2px 2px 4px 2px;
    text-indent: 4px;
  }


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


#wikiedit form {
    margin:0px;
  }


#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;
    /*border: 1px solid red;/**/
  }


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


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

/* Hides from IE-mac \*/







* html .clearfix {
    height: 1%;
  }


.clearfix {
    display: block;
  }

/* End hide from IE-mac */
