#content > * {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body.nocourse-small {
	background-color: #fff;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.2em;
}

#content {
	width: 560px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#content h1.calbook {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: black;
}

#content h1.calchapter {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 17pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: black;
}

#content h2 {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: black;
}

#content h2.toc {
	background-color: #fff;
	border: 0;
}

#content h3 {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 10px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: black;
}

#content h3.toc {
	background-color: #fff;
	border: 0;
}

#content h4 {
	background-color: #fff;
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 5px;
}

#content h5 {
	background-color: #fff;
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#content h6 {
	background-color: #fff;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
	margin-bottom: 5px;
}

#content p.p {
	font-size: 10pt;
	margin: 10px 0;
}

#content div.course {
	border: 1px solid black;
	margin-top: 10px;
	padding: 0px;
	font-size: 11pt;
	background-color: #f0f0f0;
}

body.desconly,
body.desconly #content {
	background-color: #f0f0f0;
}

body.desconly h1,
body.desconly #content h1 {
	margin: 0;
}

body.desconly div.course,
body.desconly #content {
	border: 0px solid black;
	margin-top: 0px;
	padding: 0px;
	font-size: 11pt;
	height: 100%;
	width: 100%;
	background-color: #f0f0f0;
}

#content div.course table,
div.course table {
	border-collapse: collapse;
	width: 100%;
}

#content div.course col.label,
div.course col.label {
	width: 120px;
}

#content div.course tr.title th,
div.course tr.title th  {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 3px 2px 3px;
	text-align: left;
	font-size: 11pt;
	line-height: 1.3em;
	color: #000;
	background-color: #e0e0e0;
	border-bottom: 1px solid black;
}

#content div.course td,
div.course td {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.3em;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#content div.course th.label,
div.course th.label {
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding: 3px 5px;
	line-height: 1.3em;
}

#content div.course tr.description th,
div.course tr.description th,
#content div.course tr.description td,
div.course tr.description td {
	padding: 5px;
}

#content div.course tr.externalinfo th.label,
div.course tr.externalinfo th.label {
	width: 200px;
}

table.layout {
	border-collapse: collapse;
	width: 100%;
}

table.layout tr td.menu {
	vertical-align: top;
	width: 170px;
	padding-left: 5px;
}

a,
a.toc {
}

a:hover,
a.toc:hover {
	text-decoration: underline;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
	color: #000;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
	text-decoration: none;
}

#content th a,
th a {
	color: #000;
}

#content table.data {
	border: 1px solid black;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	caption-side: top;
}

#content table.data caption {
	text-align: left;
	padding: 5px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;	
}

#content table.data th,
#content table.data td {
	border: 1px solid black;
	padding: 5px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#content table.data th {
	font-weight: bold;
}

#content table.data caption p,
#content table.data th p,
#content table.data td p {
	margin: 0;
	text-align: inherit;
	font-size: 10pt;
}

#content div.award {
	border: 1px solid black;
	margin-top: 10px;
	padding: 0px;
	font-size: 11pt;
	background-color: #f0f0f0;
}

#content div.award table {
	border-collapse: collapse;
	width: 100%;
}

#content div.award tr.name th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 3px 2px 3px;
	text-align: left;
	background-color: #e0e0e0;
	color: #000;
	border-bottom: 1px solid black;
	font-size: 11pt;
}

#content div.award table tr.description td {
	padding: 5px;
}

#content div.award table col.label {
	width: 120px;
}

#content div.award th {
	line-height: 1.3em;
}

#content div.award td {
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.3em;
}

#content div.award th.label {
	vertical-align: top;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#content div.award div.donor {
	margin: 0px 5px 5px 0px;
}

#content div.award div.donordescription {
	margin-top: 2px;
}

#content ul {
	font-size: 10pt;
	margin-left: 50px;
	margin-right: 10px;
}

#content ul li {
	vertical-align: top;
	list-style-type: disc;
	margin: 0;
}

#content ul li p,
#content ul li p.p {
	margin: 3px 0;
	line-height: 1.3em;
}

#content ul.disc li {
	list-style-type: disc;
}

#content ul.circle li {
	list-style-type: circle;
}

#content ul.square li {
	list-style-type: square;
}

#content ul.none li {
	list-style-type: none;
}

#content ol {
	font-size: 10pt;
	vertical-align: top;
	margin-left: 50px;
	margin-right: 10px;
}

#content ol li {
	vertical-align: top;
	list-style-type: decimal;
	margin: 0;
}

#content ol li p,
#content ol li p.p {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.3em;
}

#content ol.decimal li {
	list-style-type: decimal;
}

#content ol.lower-alpha li {
	list-style-type: lower-alpha;
}

#content ol.upper-alpha li {
	list-style-type: upper-alpha;
}

#content ol.lower-roman li {
	list-style-type: lower-roman;
}

#content ol.upper-roman li {
	list-style-type: upper-roman;
}

table.courselist {
	border-collapse: collapse;
	margin-bottom: 3px;
	font-size: 10pt;
}

table.courselist td {
	padding: 2px;
	line-height: 1.2em;
}

table.courselist tr.citem td.code {
	width: 95px;
}

table.courselist tr.citem td.credits {
	width: 50px;
}

table.courselist tr.courselist table.courselist {
	margin-left: 15px;
	margin-bottom: 0px;
}

#content div.note,
#content div.warning {
	border-left: 2px solid black;
	padding-left: 25px;
}

#content div.note span.label,
#content div.note span.label {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	font-size: 12pt;
}

#content div.note span.text,
#content div.note span.text {

}

span.underline {
	text-decoration: underline;
}

sup {
	line-height: 1em;
	font-size: 0.72em;
	vertical-align: text-top;
}

sub {
	line-height: 1em;
	font-size: 0.72em;
	vertical-align: text-bottom;
}

img {
	border: 0;
}

#content p.listfix {
	margin-top: 1px;
	line-height: 1px;
}

#feature {
	overflow: hidden;
}

#feature img {
	width: 860px;
	height: 220px;
}

img#cover {
	display: none;
	margin-left: 15px;
	float: right;
	width: 200px;
}

dl dd {
	margin-bottom: 10px;
}

div.person-staff {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.person-staff div.jobtitle {
	font-weight: bold;
}

div.person-faculty {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.person-faculty div.name {
	font-weight: bold;
}

div.address {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.address div.spacer {
	height: 5px;
}

#content div.calchapter-pdflink,
#content div.calsect1-pdflink {
	margin-top: -25pt;
	text-align: right;
	float: right;
	margin-right: 10px;
}

#content div.calchapter-pdflink img,
#content div.calsect1-pdflink img {
	vertical-align: -4px;
	padding-left: 5px;
}
