/* Basic Styles */

*
{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #063;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

p, ul, ol, table, blockquote, h1, h2, h3, h4 {
	margin-bottom: 12px;
}

ul
{
	list-style: square;
	padding-left: 20px;
}

blockquote, .indent
{
	padding-left: 20px;
	margin-bottom: 0;
}

li
{
	margin-bottom: 3px;
}

ul ul
{
	list-style: circle;
	margin-bottom: 0px;
	margin-top: 3px;
}

form {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
}

p, ol, li, ul, td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

th {
	text-align: left;
	color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.17em;
	font-weight: bold;
	color: #930;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.83em;
	font-weight: bold;
	color: #930;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

h4, .faculty {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}

h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
}

td, th
{
	padding: 6px;
}

table
{
	border: 0px solid #063;
	border-right-width: 0px;
	border-top-width: 1px;
}

td, th
{
	border: 0px solid #063;
	border-bottom-width: 1px;
	border-left-width: 0px;
	vertical-align: top;
}

/* Special Styles */

#top_page ul
{
	padding: 0;
	list-style: none;
}

#top_page ul ul
{
	padding-left: 20px;
	list-style: square;
}

#top_page ul li
{
	margin-top: 6px;
	font-weight: bold;
}

#top_page ul ul li
{
	margin-top: 3px;
	font-weight: normal;
}

#top_page h2
{
	color: #930;
}

.faculty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}

.faculty a
{
	display: inline;
	border: 1px solid #063;
	text-decoration: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.faculty a:hover
{
	border: 1px solid #063;
	background: #063;
	color: #fff;
}


#outline li
{
	font-weight: bold;
}

#outline ul li
{
	font-weight: normal;
}

.scoperow {
	text-align: right;
}

.stripedrow {
	background-color: #FFC;
}

.center_rows
{
	text-align: center;
}

#pdf_download
{
	background-color: #ffc;
	color: #333;
	border: 1px solid #063;
	padding: 5px;
	margin-top: 20px;
}

#pdf_download h2
{
	font-size: 1.2em;
	margin: 0 0 3px 0;
	color: #666;
}

#pdf_download p
{
	margin: 0;
	padding-left: 23px;
}

#pdf_download a
{
	text-decoration: none;
}

/* Breadcrumbs */

.breadcrumbs {
	margin-top: 20px;
	text-align: right;
	padding-bottom: 2px;
}

.breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
}

/* Layout */

#page_container {
	position: relative;
	width: 720px;
	margin: auto;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
	margin: 0px;
	padding: 0px;
}

#mason_logo {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 570px;
	margin: 0px;
	padding: 0px;
}


#maincontent {
	position: absolute;
	top: 150px;
	left: 25px;
	width: 695px;
	padding-bottom: 20px;
}

#realmaincontent {
	position: absolute;
	top: 150px;
	left: 25px;
	width: 695px;
	padding-bottom: 20px;
}

.columns
{
	float: left;
	padding-right: 20px;
	width: 327px;
	margin-top: 10px;
}

.zebra
{
	/* Dummy for DW */
}

/* Breadcrumbs */

.breadcrumbs {
	border: 0px dotted #cccccc;
	border-bottom-width: 1px;
}

.seperatorGreen {position: relative; height: 1px; background: #006633; width: 100%; border: none; margin-top: 10px; margin-bottom: 10px;}

#courseCreditsYellow {position: relative; height: 25px; width: 100%; background-color: #FFFFCC; border-top: 1px solid #006633; border-bottom: 1px solid #006633; margin-bottom:10px; }
	#courseCreditsWhite {position: relative; height: 25px; width: 100%;margin-bottom: 5px;  }
.floatLeft {float: left; width: 90%; font-weight: bold; padding-bottom: 8px; position: relative; top: 4px; } .floatRight {float: right; font-weight: bold; font-size:12px;  position: relative; top: 4px; padding-bottom: 8px;}

.courseClear {clear:both;}
