/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body {
	height: 100%;
}
body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 8pt;
    margin: 0px 0px 0px 1px;
    width: 900px;
    /background: #eee url(images_n/background.gif) top center no-repeat; 
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr { 
    height: 12px;
    max-width: 500px;
	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;
}
#tag {
  color: rgb(255,255,255);


  font-size: small;
  padding: 0.25em 4mm 0.25em 4mm;
}
.action {
  padding: 3px 7px 3px 7px;
}
.searchheader {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  padding-left: 5px;
  color: #003F87;
  background-color: #6E7B8B;
}
.searchheader a {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding-left: 3px;
  color: #eee;
  text-decoration: none;
}
.searchcell {
  font-size: 10px;
  font-weight: normal;
  line-height: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  color: #5A6F5A;
  background-color: #C4C4C4;
}
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: 100%;
    margin: 0px 0px 0px 0px;
    /background: #eee url(images_n/background.GIF) top center no-repeat;}
#head {
	position: relative;
	top: 0px;
    height: 90px;
    //background: url(images_n/header.GIF) top center no-repeat;
    /* border: 1px solid red; */
}
#page-title {
    position: absolute;
    top: 35px;
	left: 2px;
	width: 605px;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
}
#page-subtitle {
    position: absolute;
    top: 0px;
	left: 20px;
	width: 605px;
	font-size: 16pt;
	font-weight: bold;
	color: #eee;
}
#head #page-actions {
    position: absolute;
	top: 70px;
    left: 350px;
	width: 605px;
	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:#2064b7; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color:#2064b7; margin: 0px; padding: 2px; }
#content {
	/background: #eee url(images_n/background.GIF) center left no-repeat; 
    width: 960px;
    margin: 0px auto;
}
#col-left {
    position: relative;
    float: right;
    width: 150px;
	margin: 0px 1px 0px 0px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: left;    
    width: 790px;
    margin: 0px 0px 10px 0px;
  	font-size:9px
}
#wikitext {
	margin-left: 22px;
	font-size: 9pt; font-face: verdana; }
#wikitext h1, h2, h3, h4, h5, h6 { font-face: verdana; }
#wikitext h1 { font-size: 13pt; color: #666666; text-indent: 0px; /* title */ }
#wikitext h2 { font-size: 12pt; color: #27408b; text-indent: 0px; /* header */ }
#wikitext h3 { font-size: 11pt; color: #27408b; text-indent: 0px; /*sub-header */ }
#wikitext h4 { font-size: 10pt; color: #27408b; text-indent: 5px; /*sub-header */ } 
#wikitext h5 { font-size: 9pt; color: #000000; text-indent: 5px;  /*sub-header */ }}
#wikitext h6 { font-size: 8pt; color: #000000; text-indent: 5px; /* "To install", "TO Configure" instructions*/}

#Top level 
##%alpha% Second level 
###%roman%Third level 
####Fourth level 
 

#sidebar { text-align: center;}
#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; color: #4682B4; padding: 2px 2px 2px 2px; text-indent: 2px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #666 url(images_n/selector.GIF) center right no-repeat; 
    padding: 2px 2px 2px 0px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #000000; 
    /background: #666 url(images_n/selector.GIF) center right no-repeat; 
    padding: 2px 2px 2px 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: #003F87; border-top: 1px solid #ccc; margin-top: 18px; padding: 10px 0px 10px 0px;}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 0px auto; }
.quickref tr { border: 1px solid #666; }
.quickref td { padding: 5px; vertical-align: top; }

table.markup { border: 1px solid #666; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 1px; }

.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 */
/.synnote { text-indent: 30px; font-size: 9pt; } 
.synbold { font-weight: bold; font-size: 8pt; text-indent: 8px; color: #27408b; /* applied to sub-sections like "NOTES", and system requirements sub-section */}
.b { font-weight: bold; font-size: 8pt; color: #7F7F7F; /* stands for bold & applied to highlight instructional content */
}










