
/* 
	This CSS supplements the standard 
	Applied math CSS.
SoS Gold:  #B1946C
*/

table.courseListing {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.courseListing th {
	text-align: left;
	border-bottom: 1px #444 solid;
}

table.courseListing td {
	padding-right: 1em;
}

h3.boxHeading {
//	color: #101010;
//	background-color: #B1946C;
//	color: #91744C;
	background-color: #CCC;

	text-align: center;
	margin: 0;
	padding: 0.25em 0 0.25em 0;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px #202020 dotted;
}

div.box {
//	width: 250px;
	width: automatic;
	border: 1px #B1946C solid;
//	float: left;
}

div.boxWide {
	width: automatic;
	border: 1px #B1946C solid;
//	clear: both;
//	float: left;
}

div.boxClear {
	width: automatic;
	border: 1px #B1946C solid;
	float: left;
	clear: both;
}

ul.info {
	margin-left: 0px;
	padding-left: 2em;
	list-style-type: square;
}

ul.info .subinfo {
	padding-left:1em;
	list-style-type: none;
	font-size: small;
}


p.ada {
	font-size: 100%;
	clear: both;
}

p.adaLink {
	font-size: 90%;
	clear: both;
	text-align: center;
	/*background: blue;*/
}

table.courseTable {
 margin: 0; 
 padding: 0
}

table.courseTable td {
/* background-color: blue; */
 width: 50%;
 padding: 0 1em 0 0;
 margin: 0;
 vertical-align: top;
}



/********************/
div.facultyContent {
	clear: both;
}

div.facultyContent p {
	line-height: 1.25;
}

h2.facultyContent {
	color: #000;
	font-size: 110%;
	text-decoration: bold;
}

div.spacer {
	clear: both;
	border-bottom: 1px #B1946C dotted;
}

span.caption {
	font-size: 0.85em;
	text-decoration: bold;
}
