@import url("common.css");

/* Items not to print */

#sidebar, .navigation, .switcher, .end-nav, #screenfont-ca, .noprint, .history { display: none !important; }


/* Body */
body
{
	font-family: Constantia, "Hoefler Text", Palatino, Georgia, "Trebuchet MS", Gill, "Gill Sans", serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
	font-size: 11pt;
	line-height: 1.4;
}

/* Whitespace Reduction Act of 2006 */

h1, h2, h3, h4, h5, h6, p {
	margin: 1em 0 0 0;
	padding: 0;
	}	

/* ins del */

ins.ed, ins.ed-noprint, ins.print-plain
{
	display: inline;
	color: black;
	background: #CCC;
	font-size: 95%;
	border: none;
	text-decoration: none;
}

.ed a:link, .ed a:visited, .ed a:hover, .ed a:active, .ed a:focus { background: #CCC; }

ins.plain
{
	text-decoration: none;
	border: none;
	background: none;
}

p ins, p del { display: inline }

/* Typography */

dl { margin-left: 2em; }
.centre { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.roman { font-style: normal; }
.block {display: block;}
em { font-style: italic; }
.hilite-border { border: 1px dotted gray; }


strong
{
	font-weight: bolder;
}

abbr, acronym, span.jakob
{
	border-bottom: 1px dotted #999;
	text-transform: none;
}

blockquote
{
	font-family: "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
	line-height: 1.4em;
	border-left: 3px solid #CCC;
	padding-left: 15px;
}

blockquote blockquote
{
	margin-left: 2em;
	line-height: 1.4em;
	border-left: 1px solid gray;
}

.caps
{
	font-size: smaller;
	letter-spacing: .1em;
	text-transform: uppercase;
}

hr
{
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}

code, .cc, .CC, samp, kbd, var
{
	font-family: "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", monospace;
	font-size: 95%;
}

fieldset { border: none; }

.indented
{
	margin-left: 1em;
	margin-right: 1em;
}

.grey
{
	color: gray;
	background: white;
}



caption
{
	font-family: "Bitstream Vera Serif", "Bitstream Vera Sans", "Gill Sans", Gill, "News Gothic MT", Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}

ins.block
{
	text-decoration: none;
	margin-left: 2em;
}

.byline
{
	font-style: italic;
	text-indent: 0;
}

/* Headings */
/* a: Links */

a:link
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1pt solid black;
}

a:link.image-link-plain, a:hover.image-link-plain, a:focus.image-link-plain, a:active.image-link-plain, a:visited.image-link-plain
{
	text-decoration: none;
	border: none;
}

a:visited, a.graf:visited
{
	color: black;
	background: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted gray;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}

a:hover, a:visited:hover
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: underline;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}

a:focus, a.graf:visited
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFCCCC;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}


/* a: Links */

a:link
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1pt solid black;
}

a:link.image-link-plain, a:hover.image-link-plain, a:focus.image-link-plain, a:active.image-link-plain, a:visited.image-link-plain
{
	text-decoration: none;
	border: none;
}

a:visited, a.graf:visited
{
	color: black;
	background: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted gray;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}

a:hover, a:visited:hover
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: underline;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}

a:focus, a.graf:visited
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFCCCC;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}


/* Lists */
li, dt, dd { margin-top: 1ex; }
ol, ul, dl {margin-left: 2em}

/* Tables */

table.bugged th {
	text-align: center;
}

table.bugged tr td {
	border: 1px dotted gray;
/*
	border-top: none;
	border-left: none;
*/
	padding: 5px;
}

table.bugged td p {
	text-indent: 0;
}

table.bugged thead th {
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}
table.bugged thead th h2 {
	margin: 10px;
}
table.bugged tbody th {
	border: 1px solid green;
}

.noborder { border: none; }


/* For headers */
thead tr th[scope]
{
	font-family: "Lucida Grande", "News Gothic MT", "Lucida Console", "Lucida Bright", "Gill Sans", Univers, "Univers 55", "Bitstream Vera Sans";
	font-weight: normal;
	font-size: 95%;
}

thead tr th
{
	text-align: center;
	vertical-align: bottom;
}

tbody tr th, th[scope=row] { text-align: left; }

.data
{
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	vertical-align: top;
	text-align: left;
	padding: 0 0.5em 0 0.5em;
}



/* Nested elements */

p + p { text-indent: 2em;}


h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p
{
	margin-top: 0;
	padding-top: 0;
}

h1 + h2, h2 + h3, h3 + h4
{
	text-indent: 0;
	margin-left: 0;
}
/* Pagebreaks */

h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
.splorpist { page-break-inside: avoid; }


