/****** Things geared toward major_doc files ******/
/* When we grab content from other pages, we don't want the <h1> headings displayed.
So since we apply display:none to <h1> there is a span to fake level 1 headings. */
table.md_index {
	border: 1px solid #47226d; /* Dark color */
	background-color: #ffffff;
	}
table.md_index tr {
	height: 27px; /* All rows are the same height */
	}
table.md_catalog {
	border: 0px;
	width: 550px;
}

td#catalog_container {
	width: 145px;
	height: 25px;
}

td.h1_display {
	font: 13pt Verdana, sans-serif;
	color: #464179; /* Dark Blue */
	width: 405px;
}
H1 {
	display: none;
}
/* The top row which contains column titles */
tr.headings {
	background-color: #464179; /* Dark Blue */
	color: #ffffff;
	}
/* Odd numbered rows of data */
tr.row1 {
	background-color: #FFFFFF; /* Light Yellow */
	}
/* Even numbered rows of data */
tr.row2 {
	background-color: #F6CF6A; /* Yellow */
	}

/* Tables on major_doc pages */
table.md_main_table {
	border: 2px solid #464179; /* Dark Blue */
	width: 550px;
}

tr.md_heading {
	background-color: #464179; /* Dark Blue */
	color: #ffffff; /* white text */
}

td.md_heading_content {
	font: bold 13pt bold Arial, sans-serif;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #F6CF6A; /* Light Yellow */
}

td.md_contentcell {
	width: 550px;
	padding: 6px 5px 6px 5px;
	background-color: #FFFFFF; /* Light Yellow */
	border-top: 1px solid #464179; /* Dark Blue */
}

td.md_printcell {
	width: 540px;
	float: right;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF; /* Light Yellow */
	border-top: 2px solid #464179; /* Dark Blue */
	text-decoration: none;
}

span.printbutton {
	color: black;
	font: bold 10pt bold Arial, sans-serif;
	width: 110px;
	display: inline;
	float: right;
	text-align: center;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #F6CF6A; /* Yellow */
	border: 1px solid #464179; /* Dark Blue */
	font-style: normal;
	cursor: pointer;
}

/****** Things geared toward stuff in courses folder ******/

table.courses_table {
        padding: 2px 8px 0px 0px;
}

table.courses_table td {
	padding: 6px 5px 6px 5px;
	border-top: 1px solid #464179; /* Dark Blue */
}

table.courses_table tr.details_header {
	background-color: #FFFFFF; /* Light Yellow */
}

table.courses_table tr.details_header td{
	border-top: 0px;
}
