/*
// 
// 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: #ddd;
	font-size: 9pt;
    margin: 0px auto;
/*    width: 900px;*/
    background-color: #222; 
}
hr { 
    height: 5px;
    max-width: 99%;
	border-bottom: 1px solid #012;
	border-top: 1px solid #012;
	border-left: 3px solid #012;
	border-right: 2px solid #012;
	color: #fff;
    background-color: #c60;
}
a {
	color: #dda;
	text-decoration: underline;
}
a:hover {
	color: #dde;
	border-bottom: 1px dotted;
}

/* 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;
	height: 97.3%;
    margin: 0px auto;
    background: #222; 
}

#logo {
   width: 100%;
}
#mainleft {
    float: left;
    width: 200px;
}

#headleft {
    height: 108px;
    background-color: #036;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

#col-left {
    background-color: #a40;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
    height: 100%;
}

#mainright {
    background-color: #222;
    position: absolute;
    left: 195px;
}

#headright {
    height: 90px;
    background-color: #a40;
    margin: 5px 5px 5px 5px;
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

#col-right {
    background-color: #036;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
}
#page-title {

	font-size: 20pt;
	font-weight: bold;
	color: #ccc;
}
#page-subtitle {
	font-size: 16pt;
	font-weight: bold;
	color: #ccc;
}
#head #page-actions {
    position: absolute;
	top: 101px;
    left: 235px;
	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: #eee; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #eee; margin: 0px; padding: 2px; }
#content {
    width: 900px;
    margin: 0px auto;
}

#wikitext h1, h2, h3, h4, h5 { color: #ffc; }
#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; }

.sidehead {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar { text-align: left;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; }
#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: #520; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #eee; 
    background: #b60; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

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

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

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

.clearfix {display: inline-table;}

.frame {
    
    background-color: #a40;
    color: #ffc;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


