/********* Print Stylesheet ****************/
body {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
}
dt {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: Black;
}
a img {
	border: none;
}

table {
	margin-bottom: 1em;
	border-top: 2px solid #ccc;
	width: 100%;
}
caption {
	font-weight: bold;
}
tbody th {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
td {
	vertical-align: top;
	text-align: center;
	padding: .1em .2em;
}
td.text {
	text-align: left;
}

tr.dark td {
	background: #ddd;
}


h1,h2,h3,h4,h5,h6 {	font-weight: bold; margin-top: .5em; clear: left; margin-bottom: .2em; }
h1 { font-size: 1.6em; text-align: center;}
h2 { font-size: 1.25em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5,h6 { font-size: 1em; } 

h3 {
	clear: both;
	text-align: left;
	padding: 1em;
	font-style: italic;
	margin-top: .5em;
}

/* Blocks for comments,brief instructions, etc; esp at the top of forms. */
div.content-block {
	width: 60%;
	margin: 1em auto;
}
html>body div.content-block {
	min-width: 20em;
}


.hidden,
.noprint,
.pseudobutton,
.pseudobutton-small {
	display: none;
}

.small {
	font-size: 80%;
}
.emph {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.centered {
    text-align: center;
}
table.datatable th,
table.datatable td {
	border-bottom: 1px solid #ccc;
}
.reportcomments {
	text-align: left;
	width: 70%;
	margin: 0 auto;
}

dt.actions,
dt.action,
dd.actions,
dd.action,
dt.coursetitle,
dt.courseimage,
dd.courseimage,
dt.facts,
a.editlink,
a.deletelink,
a.reorder-up,
a.reorder-down {
	display: none;
}
dd.facts {
	margin-bottom: 1.5em;
	margin-left: 0;
}
dd.facts dl dt {
	float: left;
	clear: left;
	margin-right: 1em;
}
dd.coursetitle {
	text-align: center;
	font-weight: bold;
	margin: .6em;
}

div#masthead {
	text-align: center;
}
div#masthead a#homelink,
div#masthead a#jump2nav {
	display: none;
}
div#masthead h1 {
	margin: .1em;
}
div#masthead p {
	margin: .1em auto .5em;
}
div#masthead h2 {
	text-align: center;
	font-style: italic;
	margin: 1em;
}

div#nav,
div#memberwelcome {
	display: none;
}

li.course h4 {
	display: none;
}
p#printexamlink {
	display: none;
}
img.courseimage {
	float: left;
	margin: 0 1em 1em 0;
}
div#exam-preview {
	margin-top: 1em;
	border-top: 2px solid #333;
	padding-top: 1em;
}
div#exam-preview dl.exam-questions dt {
	margin-top: 1em;
	font-weight: normal;
}
div#exam-preview h3 {
	text-align: center;
}
div#exam-preview h4 {
	font-size: 1em;
	margin: .5em;
	border-bottom: 1px solid #999;
	width: 70%;
	clear: both;
}
div#exam-preview h4.section-heading {
	background: none;
	border: none;
	margin: .8em 0;
	font-size: 1.1em;
}

div#pagefoot {
	margin: 1em auto 0;
	padding-top: 1em;
	border-top: 1px solid #999;
	width: 70%;
}
div#fontsizer {
	display: none;
}
p#copyrightfooter {
	font-size: .9em;
	text-align: center;
}
p#copyrightfooter a {
	display: none;
}

p#creditfooter {
	display: none;
}

