/* Specific formatting for the content:courses section */
/**> Should probably look into making this more generic and collapsing some
	 area specific sections into easier to maintain sitewide options. Feature for
	 revision 2. */
/**** Tables: General ****/
td {
	padding: 2px .5em;
}

tr.even {
	background-image: url(images/content_bg_alt.png);
	background-repeat: repeat;
}

tr.alert {
	background-image: url(images/content_bg_alrt.png);
	background-repeat: repeat;
}

/***********************/
/******** NOTES ********/
/***********************/
.notes table {
	border-collapse: collapse;
}

.notes thead {
	border-style: solid;
	border-color: #666666;
	border-width: 0 0 2px 0;
}

.notes thead td {
	padding: 0 .5em;
}

.notes td em {
	font-weight: normal;
	font-style: italic;
	color: silver;
}

/**************************/
/******** SYLLABUS ********/
/**************************/
div.content_uvm dl.syllabus {
	margin: 0;
	padding: 0;
}

div.content_uvm .syllabus dt {
	margin: 4px 0 0 0;
	font-family: serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

div.content_uvm .syllabus dd {
	margin: 0;
	padding: 0;
	text-indent: 1.5em;
}

div.content_uvm p {
	text-indent: 1.5em;
}

div.content_uvm .syllabus p {
	margin-top: 0;
	margin-bottom: 0;
}

div.content_uvm .syllabus ul {
	margin-top: 0;
	margin-bottom: 0;
}

div.content_uvm .syllabus li {
	list-style-type: none;
}

/* Tables */
div.content_uvm .syllabus table {
	margin-top: .5em;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

div.content_uvm .syllabus thead {
	font-weight: bold;
}

div.content_uvm .syllabus tfoot {
	background-image: url(images/content_bg_alt.png);
	background-repeat: repeat;
}

div.content_uvm .syllabus tfoot td {
	border-style: solid;
	border-color: #666666;
	border-width: 2px 0 0 0;
}

div.content_uvm .syllabus caption {
	
	text-decoration: underline;
}

div.content_uvm .syllabus tr.divider {
	border-style: inset;
	border-color: silver;
	border-width: 1px 0 0 0;
	background-image: url(images/content_bg_alt.png);
	background-repeat: repeat;
}
/****** END SYLLABUS ******/

