/* CSS Document */
/* Adapted from BU main.css -- 9-25-2006 */
/* extensively modified December 2011 */

p.topline {
	font-size: 16px;
	color: #2f1b57;
	font-variant: small-caps;
	margin-top: 1px;
	margin-bottom: 5px;
}

p.footer-left {
	float:left;
	font-size: 12px;
	font-style: oblique;
	margin: 0px;
}
p.footer-center {
	text-align:center;
	font-size: 14px;
	margin: 0px;
}
p.text-right {
	float:right;
}
p.text-left {
	float:left;
}
p.footer-right {
	float:right;
	font-size: 12px;
	font-style: oblique;
	margin: 0px;
}

.inline {
	display:inline;
}

span.arrow-visible {
	background: url('images/arrow-visible.gif') no-repeat left center;
	width: 30px;
	display: block;
	float: left;
	clear: left;
}
span.arrow-hidden {
	background: url('images/arrow-hidden.gif') no-repeat left center;
	width: 30px;
	display: block;
	float: left;
	clear: left;
}
div.header {
	padding: 2px 10px;
	margin-bottom: 3px;
	margin-top: 6px;
	font-weight: bold;
	background-color: #7521C7;
	color: ghostwhite;
}

div.collapseText {
	background: white;
/*	color: black; */
	padding: 8px;
	border: 3px solid #D3D3D3;
	font-family: sans-serif;
}

table.fraction {
	background-color:inherit;
	border-spacing: 0px 0px;
/*	display: inline-table; */
	display: inline-block;
	vertical-align: middle;
	margin: 1px 4px;
	font-weight: inherit;
}

td.numerator {
	background-color:inherit;
	text-align: center;
	border-bottom: thin solid;
	font-size: 10px;
	font-weight: inherit;
}
td.denominator {
	background-color:inherit;
	text-align: center;
	font-size: 10px;
}

.transparent {
	background: transparent;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}


pre,.code{
	font-family:"Courier New", Courier, monospace;
}

.note {
	font-size: 12px;
	font-style: oblique; 
}

a {
	text-decoration: none;
}
a:link {
	color: #638EDE;
}
a:visited {
	color: #9090b0;
}
a:hover {
	color: #ffffff;/* #605887; */
	background-color: #7521C7;
}
a:active {
	color: #638EDE;
}

body,p,table,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3f3f3f;
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
/* 	background-color: #FFFFFF; */
}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

.center { text-align:center; }
.right { text-align:right; }

th {
	background-color: #7521C7;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5 {
	color: #2f1b57;
	font-variant: small-caps;
	font-weight: bold;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

.content IMG {
	margin: 8px;
}
.content A IMG {
	border-color: blue;
	border-width: 1px;
}
