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

html,body {
	height: 100%;
}
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 9pt;
    background-color: #92847b;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

::-moz-selection{
	background:#202020;
	color:#ffffff;
}

::selection {
	background:#202020;
	color:#ffffff;
}

/*
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 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: left;
    background-image: url(images/background.gif);
    overflow: hidden;
}
#head {
    position: relative;
    width: 100%;
    height: 120px;
    background: url(images/header.gif);
    margin: 0px;
    padding: 0px;
}
#pageTitle {
    position: absolute;
    top: 35px;
	left: 245px;
	width: 605px;
	font-size: 20pt;
	font-weight: bold;
	color: #eee;
}
#pageSubtitle {
    position: absolute;
    top: 65px;
	left: 245px;
	width: 605px;
	font-size: 16pt;
	font-weight: bold;
	color: #ddd;
}
#head #pageActions {
    position: absolute;
	top: 101px;
    left: 235px;
	width: 605px;
	font-size: 9pt;
	text-align: right;
}
#pageActions ul { list-style: none; margin: 0px; padding: 2px; }
#pageActions li { display: inline; margin: 0px; padding: 2px; }
#pageActions li a { text-decoration: none; color: #eee; margin: 0px; padding: 2px; }
#pageActions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
#content {
    padding-left: 50px;
    padding-right: 63px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0px;
}
#colLeft {
    float: left;
    width: 171px;
    margin: 0px;
    /*margin-bottom: 100px;*/
    padding: 0px;
}
#colRight {
    width: 600px;
    float: right;
}
#bottom {
    width: 900px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background: url(images/pageBottom.gif);
}

#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 p { font-weight: bold; color: #999; margin-bottom: 2px; }
#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: #ddd; padding: 2px 2px 4px 2px; text-indent: 4px; }
#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;}
#dfooter { color: #aaa; font-size: 75%; position: relative; top: -2.5em; font-style: italic; }
#dfooter a { color: #aaa; }

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

table.quickref { margin: 2px auto; }
table.quickref tr { border: 1px solid #999; }
table.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.genTime {
    font-size: 80%;
    color: #bbb;
}


#dcode {
    font-family: "lucida console", monospace, courier;
    font-size: 11px;
    background-color: #f1f0ef;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    color: #222;
}

#dcode span.nbr {
    color: #cc66cc;
}

#dcode span.str {
    color: #266;
}

#dcode span.com {
    color: #808080;
}

#dcode span.kw1 {
    color: #177;
}

#dcode span.kw2 {
    color: #000;
    font-weight: bold;
}

#dcode span.kw3 {
    color: #137;
    font-weight: bold;
}

#dcode span.kw4 {
    color: #137;
}

#dcode span.opr {
    color: #203090;
}
