
@CHARSET "ISO-8859-1";
/*		
	jGrouseDoc stylesheet file. 
	Copyright (c) 2007 by Denis Riabtchik. All rights reserved.
	Licensed under modified BSD license. See license.txt and http://jgrouse.com for details
	$Id: jgdoc.css 8 2007-04-21 18:43:28Z denis.riabtchik $
*/

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}
	

a:link, a:hover, a:visited {
	text-decoration: none;
}

.overviewTitle {
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 1em;
}
	

.overviewSectionHeader {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
	
.sectionHeader {
	border: 1px solid #DDD;
	font-size: 1.7em;
	text-align: left;
	font-weight: bold;
	background-color: #ccccff;
	color: black;
	padding: .3em;
}


.summaryTable {
	border: 1px groove black;
	border-spacing: 0;
	border-collapse: collapse;
}
.summaryTable td, .summaryTable th{
	border: 1px solid #DDD;
}

.summaryTableHeader {
	font-size: 1.7em;
	text-align: left;
	font-weight: bold;
	background-color: #ccccff;
	color: black;
	padding: .3em;
}

.paddedDetails {
	padding-left: 5em;
}

.example {
	font-size: 0.8em;
	font-family: courier;
	white-space: pre;
}
hr{
	border: none;
	border-bottom: 2px dotted #DDD;
	margin: 1em 0;
}
pre{
	font-size: 1em;
	border: 1px solid #DDD;
	margin: .4em 1em;
	margin-left: 3em;
	background-color: #FFD;
	padding: .3em;
}
