/* This CSS is the style sheet for the entire site. */
BODY{
	margin: 0px;
	background-image: url(images/dirt.jpg);
	background-color: #433930;
	font-family: arial, arial;
}
.contenttwyellow{
	background-color: #ffcc66;
	padding: 10;
}
.content {
	background-color: white;
	padding: 10;
}
.e70{
	font-size: .70em;
}
.e75{
	font-size: .75em;
}
.e80{
	font-size: .8em;
}
.e85{
	font-size: .85em;
}
.e80b{
	font-size: .8em;
	font-weight: bold;
}
.e90{
	font-size: .9em;
}
.e95{
	font-size: .95em;
}
.e100{
	font-size: 1.0em;
}
.e110{
	font-size: 1.1em;
}
.e120{
	font-size: 1.2em;
}
.e130{
	font-size: 1.3em;
}
.footer{
	font-size: .7em;
}
.subtitle{
	font-weight: bold;
	font-size: 1em;
}
a:link{
	text-decoration : none;
}
a:active{
	text-decoration : none;
}
a:visited{
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}
img {
	border-color: black;
}
img.button {
		margin-bottom: 1px;
	}
table.table80 td {
	font-size: .8em;
}
table.table70 td {
	font-size: .7em;
}
table.arial80 td {
	font-size: .8em;
	font-family: arial;
	padding-left: 20;
}
.navbar {
	background-image: url(images/nav-bg.gif);
}
.doorway {
	font-family: arial;
	color: #666666;
	text-decoration: none;
	font-size: .8em;
}
table.results .popup {
	overflow: hidden;
}

table.reportinfo_popup {
	font-size: 0.7em;
	background-color: #eee;
}
table.reportinfo_popup caption {
	text-align: center;
}

table.reportinfo_popup td {
	padding: 2px;
}

table.reportinfo_popup td.nfo {
}
table.reportinfo_popup td.nfo div {
	max-width: 500px;
	max-height: 400px;

	overflow: auto;
}

table.reportinfo_popup td.comments div.comments {
	width: 300px;
	height: 300px;
	overflow: auto;
}
/* }}} */

.popup {
	background-color: #fffaf0;
	color: black;
	text-align: left;
	position: absolute;
	z-index: 10;
	overflow: auto;
	max-height: 600px;
}
.reportinfo_popup {
	/* files don't need this as the table already has a smaller font size */
	font-size: 0.7em;
}

table.tpopup td {
	width: 14%;
	font-family: arial;
	line-height: 90%;
}
.date {
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
}
tr.header td {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
	width: 14%;
}
td.month {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: black;
}
tr.caldates td {
	background-color: #ffffcc;
}
ol.coursedescription ul {
	list-style-type: disc;
	margin-left: 5px;
	font-size: .8em;
}
ol.coursedescription {
	margin-left: 5px;
}
.basicbox {
	padding: 10px;
	border: 1px solid black;
	margin: auto;
	width: 350px;
}
.basicbox td {
	padding: 3 5 10 5;
	font-size: .8em;
}