/* Start of CMSMS style sheet 'Tables' */
/*  Academic Calendars  */


table#acalendar {
	background-color: #e8eef2;
    border: thin solid #6b8da6;
	margin-bottom: 7px;
	width: 99%;
	position: relative;
	margin-top: 7px;
}

table#acalendar td {
   border-bottom: thin solid #6b8da6;
   font-size: .92em;
   margin: 0px;
   padding: 4px 3px;
   text-align: left;
   vertical-align: top;
}

table#acalendar td.term {
	background-color: #6b8da6;
	color: #FFFFFF;
	font-size: 1.15em;
	margin: 0px;
	padding: 4px 4px 4px 3px;
	text-align: left;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #FFFFFF;
	font-weight: bold;
}

table#acalendar td.date {
   text-align: left;
   width: 50%;
}

table#acalendar td.event{
   text-align: left;
   width: 50%;
}

/*  Academic Programs  */

table.requirements {
	position: relative;
	width: 95%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

table.requirements caption {
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	}
	
table.requirements th.programyear {
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	}
	
table.requirements th.credits {
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	}

table.requirements th.value {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

table.requirements th.center {
	text-align: center;
	}


table.requirements td {
	padding: 2px 2px 2px 5px;
	}
	
table.requirements td.center {
	text-align: center;
	}	
	
	
table.requirements tfoot {
	font-size: 0.95em;
	text-align: left;
	font-style: italic;
	}
	
/*  Schedules  */		

table#schedule {
	background-color: #e8eef2;
	border: thin solid #6b8da6;
	margin-bottom: 7px;
	width: 99%;
	position: relative;
	margin-top: 7px;
	font-size: .95em;
}

table#schedule th {
	background-color: #6b8da6;
	color: #FFFFFF;
	font-size: 1.15em;
	margin: 0px;
	padding: 4px 4px 4px 3px;
	text-align: left;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #FFFFFF;
	font-weight: bold;
}

table#schedule td {
	padding: 2px 2px 2px 5px;
	width: 50%;
	vertical-align: top;
       border-bottom: thin solid #6b8da6;
	}
table#schedule td.subheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b8da6;
	font-weight: bold;
}

#tuition {
	margin-bottom: 1em;
       margin-top: .25em;
}
#tuition td {
	color: #333333;
	background-color: #bfd1df;
	padding: 5px;
}
#tuition td.noColor {
	background-color: transparent;
}
#tuition td.sums {
	text-align: right;
}

table#bursar {
	background-color: #e8eef2;
	border: thin solid #6b8da6;
        margin-top: -5px;	
        margin-bottom: 1em;
	width: 99%;
	position: relative;
	font-size: .95em;
}

table#bursar th {
	background-color: #6b8da6;
	color: #FFFFFF;
	font-size: 1.15em;
	margin: 0px;
	padding: 4px 4px 4px 3px;
	text-align: left;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #FFFFFF;
	font-weight: bold;
}

table#bursar td {
	padding: 2px 2px 2px 5px;
	width: 25%;
	vertical-align: bottom;
	border-bottom: thin solid #6b8da6;
	text-align: center;
	}
table#bursar td.subheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b8da6;
	font-weight: bold;
}

/* Athletics */
table#athletics {
	background-color: #e8eef2;
	margin-bottom: 7px;
	width: 99%;
	position: relative;
	margin-top: 7px;
	
}

table#athletics th {
    background-color: #6b8da6;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	text-align: left;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #6b8da6;
	font-weight: bold;
	line-height: 1.1em;

}

#athletics th.center {
	text-align: center;
}

table#athletics td.month {
	font-size: 1.1em;
	padding: 4px 4px 4px 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}


table#athletics td {
	border-bottom: 1px solid #6b8da6;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #6B8DA6;
	line-height: 1.1em;
	
}


#athletics td.center {
	text-align: center;
}

table#athletics2 {
	background-color: #e8eef2;
	margin-bottom: 7px;
	width: 99%;
	position: relative;
	margin-top: 7px;
}

table#athletics2 th {
	background-color: #6b8da6;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #6b8da6;
	font-weight: bold;
	line-height: 1.1em;
}

#athletics2 th.left {
	text-align: left;
}

table#athletics2 td {
	border-bottom: 1px solid #6b8da6;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #6B8DA6;
	line-height: 1.1em;
	
}


#athletics2 td.left {
	text-align: left;
}


table#athletics3 {
	background-color: #e8eef2;
	margin-bottom: 7px;
	width: 100%;
	margin-right: auto;
    margin-left: auto;
	position: relative;
	margin-top: 7px;
	
}

table#athletics3 th {
    background-color: #6b8da6;
	color: #FFFFFF;
		font-size: .90em;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #000000;
	border-left: thin solid #6b8da6;
	font-weight: bold;
	line-height: 1em;
}

#athletics3 th.left {
	text-align: left;
}

table#athletics3 td {
	border-bottom: 1px solid #6b8da6;
	font-size: .85em;
	margin: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #6B8DA6;
	line-height: .95em;
	
}


#athletics3 td.left {
	text-align: left;
}

/* End of 'Tables' */

