
.subHeading {
font-size: 22px;
font-weight: bold;
position:relative;
}

/*Set properties of sub heading text*/
.catalog_subhead {
font-size: 20px;
font-weight: bold;
}

/*Set properties of Degree text*/
.degree {
font-size: 20px;
font-weight: bold;
}

.subHeading_small {
font-size: 24px;
position:relative;
}

/*Set properties of Table when editing on the web*/
.web_edit_table td {
border: 0px;
padding: 10px;
}

/*Set properties of Program Table*/
.program_description table {
margin-top: 10px;
border: solid black 1px;
border-collapse: collapse;
border-spacing: 0px;
/*border-collapse: expression('separate', cellSpacing = '0px');*/
}

/*Set properties of Program Table Cells*/
.program_description td {
border: solid black 1px;
padding: 3px;
background-color: #e6e6e6;
}

/*Set properties of embedded view tables*/
.EmbeddedView table
{
width: 100%;
}

.EmbeddedView th
{
font-weight:bold; 
text-align: left;
padding: 0px 25px 0px 0px;
width: 100%;
}
.EmbeddedView td
{
font-size: 14px;
padding: 5px 5px 5px 0px;
border-bottom: 1px dashed #a0a0a0;
}

.EmbeddedView a
{
text-decoration:underline;
}

.Course_Table_Head
{
width: 650px;
text-align: left;
vertical-align: middle;
padding: 5px 0px 5px 0px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px dashed #a0a0a0;
}

.Main_Description table tr td
{
font-size: 14px;
padding: 5px;
border-bottom: 1px dashed #a0a0a0;
}

.EmbeddedView_Exams table tr th
{
font-size: 0.9em;
padding: 5px 15px 5px 0px;
white-space : nowrap;
}

.EmbeddedView_Exams table tr td
{
font-size: 0.9em;
padding: 5px 15px 5px 0px;
border-bottom: 1px dashed #a0a0a0;
}

.EmbeddedView_Exams table tr td table tr td
{
border-bottom: 0px;
}

.Exam_Table_Content
{
width: 650px;
text-align: left;
padding: 5px 0px 5px 0px;
font-size: 14px;
}

.Exam_Form_Table table tr td
{
font-size: 14px;
padding: 5px;
border-bottom: 1px dashed #a0a0a0;
}

/* Overide MCC Site that inserts url when printing */
@media print
{
	a[href]:after{content:none}
}

/*Set properties of calendar text*/
.Calendar_content 
{
	width: 900px;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 12px;
	float: left;
	background-color:#FFFFFF;
}
