/* Document
//-------------------------------------------------------------------*/

/* Base Elements */
body {}

/* Common Elements */
pre {}
strong {font-weight:bold;}
em {font-style:italic;}
blockquote {margin:0 40px 0 40px;font-style:italic;}
p {margin:0 0 16px 0;}
cite {margin:0 0 16px 0;}

/* Heading Elements */
h1, h2, h3, h4, h5, h6 {margin:0 0 16px 0;font-weight:bold;}
h1 {font-size:1.6em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.2em;}
h6 {font-size:1.1em;}

/* Unordered List Elements */
ul {margin:0 0 16px 0;padding:0 0 0 18px;list-style-type:disc;}
ul ul {margin:0;list-style-type:circle;}
ul ul ul {list-style-type:square;}
ul ul ul ul {list-style-type:disc;}

/* Ordered List Elements */
ol {margin:10px 0 10px 16px;list-style-type:decimal;}
ol ol {margin:0;}

/* Definition List Elements */
dl {margin:10px 0 10px 0;}
dl dt {margin:4px 0;}
dl dd {margin:2px 0 2px 16px;}

/* Table */
table {width:99%;margin:0 0 10px 0;padding:0;empty-cells:show;border-collapse:collapse;font-size:100%;}
table th {
	padding:4px 10px 4px 10px;
	border:solid #fff;
	border-top-color:#6b90da;
	border-width:1px 1px 1px 0;
	background-color:#d5ddf3;
	font-weight:bold;
	text-align:left;
}
table td {
	padding:4px 10px 4px 10px;
	border:solid #fff;
	border-width:0 1px 1px 0;
	background-color:#eee;
	text-align:left;
}
table tr.row td {background-color:#eee;}
table tr.alt td {background-color:#ddd;}

/* Superscript */
sup {}

/* Subscript */
sub {}

/* Generic Classes */
.hide {display:none;}
.bold {font-weight:bold;}
.italic {font-style:italic;}

/* Page Specific Styles
//-------------------------------------------------------------------*/
body {margin:16px;}
pre {margin-bottom:16px;}
pre code {display:block;padding:0 0 2px 16px;border:dashed 1px #bbb;background-color:#eee;overflow:auto;}
.credit a:link, .credit a:visited {text-decoration:none;}
.credit a:hover, .credit a:active {text-decoration:underline;}

/* Overrides
//-------------------------------------------------------------------*/

