

.fieldset {
	margin:1em 0em 1em 4em;
	border: 1px solid #339999;
}

.fieldsetlegend {
	font-weight:normal;
	font-size:110%;
}

.facetdrilldown td {
	font-size:110%;
}

.courselisting th {
	font-size:110%;
	width:30%;
	font-weight:normal;
	color:#5F6666;
}
.courselisting td {
	font-size:110%;
	width:70%
}


.courseDates {
	background: url(/images/structural/back-course-dates.gif) center top no-repeat;
	height: 20px;
}
.courseNew {
	background: url(/images/structural/back-course-new.gif) center top no-repeat;
	height: 20px;
}
.courseUpdated {
	background: url(/images/structural/back-course-updated.gif) center top no-repeat;
	height: 20px;
}

@media print {

	.fieldset {
		border: 1px solid #000000;
	}
	
	.courselisting th {
		font-size:100%;
		color:#515353;
	}
	.courselisting td {
		font-size:100%;
	}

}
