/*CSS for thumblist*/
img.thumbs {
 border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: 
middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {
 border:1px solid red; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img {
 border: 1px solid #dddddd; text-align: center;}
.caption {
 font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
img.current, table.thumbtable td.thumbtd div.current {
 border-color: #ff0000;}


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

html,body {
	height: 100%;
}
body {
	position: relative;  
	font-family: "Georgia", serif;  
    /*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;*/
	color: #666;
	font-size: 9pt;
    margin: 0px auto;
    width: 1000px;
    /*background: #92847b url(images/background.gif) top center repeat-y; */
    background-color:white;
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr { 
    height: 12px;
    max-width: 799px;
	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: black;
	font-style:none;
	text-decoration: none;
	border-bottom:1px dotted;
	margin-bottom:0px;
}
a:hover {
	color: grey;
	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: 1000px;
	height: 97.3%;
    margin: 0px auto;
    /*background: #92847b url(images/background.gif) top center repeat-y; */
    
}
#head {
	position: relative;
	top: 0px;
    height: 70px;
    /*background: url(images/header.gif) top center no-repeat;*/
    background-color:white;
    /* border: 1px solid red; */
}
#page-title {
    position: relative;
    top: 10px;
	left: 235px;
	width: 805px;
	font-size: 20pt;
	font-weight: bold;
	color: black;
}
#page-subtitle {
    position: relative;
    top: 17px;
	left: 235px;
	width: 805px;
	font-size: 16pt;
	font-weight: none;
	font-style: italic;
	color: black;
}
#head #page-actions {
    position: relative;
	/*top: 60px;*/
    /*left: 400px;*/
	/*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 { border:none; text-decoration: none; font-style:italic; color: black; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: black; margin: 0px; padding: 2px; }
#content {
    width: 1000px;
    margin: 0px auto;
}
#col-left {
    position: relative;
    float: left;
    width: 171px;
	margin: 15px 0px 0px 40px;
	padding-left: 10px;
}
#col-right {
    position: relative;
    float: left;    
    width: 710px;
    margin: 15px 61px 0px 0px;
}

#wikitext {
	width: 750px;
}
#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 { margin-right:40px;text-align: left; border-right:1px solid #ccc;}
#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
#sidebar li { display: list-item; margin: 0px; border-bottom: none; }
#sidebar li a { text-decoration: none; color: black; padding: 2px 2px 4px 4px; text-indent: 4px; }
#sidebar ul li a { display: block; border:none; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: grey; 
    padding: 2px 2px 4px 4px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    font-weight:bold;
    color: grey; 
    padding: 2px 2px 4px 4px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: black; margin-bottom: 0px; border-bottom: none; }
#sidebar h3 { font-size:130%; color: black; margin-bottom: 0px; border-bottom: none; }
#sidebar h4 { font-size:100%; color: black; margin-bottom: 0px; border-bottom: none; }

#wikiedit form { margin:0px; }
/*#wikiedit textarea { width:99%; font-family: monospace; }*/
#wikiedit textarea { height:600px; width:99%; font-family: monospace; }

#footer { 
	text-align: right; 
	color: grey; 
	/*border-top: 1px solid #ccc; */
	margin-top: 20px; 
	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;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


