/* tables */
table.sortableTable {
	font-family:arial;
	/* background-color: #CDCDCD; */
	margin:0px 0pt 0 0 ;
	font-size: 8pt;
	text-align: left;
	border-right: 0px solid #5091b9;
	border-left: 0px solid #5091b9;
	border-bottom: 0px solid #c5dfec;
	border-collapse: collapse
}

table.sortableTable thead tr th{
	/* background-color: #5091b9; */
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px 10px;
	color: #5091b9;
	border-bottom: solid 1px #c5dfec;
}

table.sortableTable tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 10px;
	
}
table.sortableTable thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.sortableTable tbody td {
	color: #5091b9;
	padding: 4px 10px;
	background-color: #FFF;
	vertical-align: top;
	cursor: pointer;
}
table.sortableTable tbody tr.odd td {
	background-color:#e5f3f9;
	border-top: solid 1px #c5dfec;border-bottom: solid 1px #c5dfec;
}

table.sortableTable tbody tr.even td {
	border-top: solid 1px #c5dfec;border-bottom: solid 1px #c5dfec;
}

table.sortableTable tbody tr td.over{
	background-color: #c5dfec;
}

table.sortableTable thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.sortableTable thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.sortableTable thead tr .headerSortDown, table.coursesTable thead tr .headerSortUp {
	/* background-color: #5091b9; */
}



/* diploma style - not sortable*/
table.diplomaCoursesTable {
	font-family:arial;
	/* background-color: #CDCDCD; */
	margin:0px 0pt 0 0 ;
	font-size: 8pt;
	text-align: left;
	border-right: 0px solid #5091b9;
	border-left: 0px solid #5091b9;
	border-bottom: 0px solid #c5dfec;
	border-collapse: collapse
}

table.diplomaCoursesTable thead tr th{
	/* background-color: #5091b9; */
	border: 0px solid #FFF;
	font-size: 8pt;
	padding: 4px 10px;
	color: #5091b9;
	border-bottom: solid 1px #c5dfec;
}

table.diplomaCoursesTable tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 10px;
	
}
table.diplomaCoursesTable thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}
table.diplomaCoursesTable tbody td {
	color: #5091b9;
	padding: 4px 10px;
	background-color: #FFF;
	vertical-align: top;
	cursor: pointer;
}
table.diplomaCoursesTable tbody tr.odd td {
	background-color:#e5f3f9;
	border-top: solid 1px #c5dfec;border-bottom: solid 1px #c5dfec;
}

table.diplomaCoursesTable tbody tr.even td {
	border-top: solid 1px #c5dfec;border-bottom: solid 1px #c5dfec;
}

table.diplomaCoursesTable tbody tr td.over{
	background-color: #c5dfec;
}

table.diplomaCoursesTable tbody tr.spacer td {
	background-color:#FFF;
	border-top: solid 1px #c5dfec;border-bottom: solid 1px #c5dfec;
	cursor: default;
}


table.diplomaCoursesTable thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.diplomaCoursesTable thead tr .headerSortDown {
	background-image: url(desc.gif);
}




/*individual styles*/

table.coursesTable{	width: 707px;}
table.coursesTable td a{color: #002D62}
table.coursesTable td a:hover{color: #002D62}

table.coursesTable thead tr th.name{width: 327px;background-position: 45px center}
table.coursesTable thead tr th.code{width: 95px;background-position: 45px center}
table.coursesTable thead tr th.north{}
table.coursesTable thead tr th.lakeshore{}
table.coursesTable thead tr th.orangeville{}
table.coursesTable thead tr th.online{}
table.coursesTable thead tr th.pathways{background-position:center center;width: 60px}
table.coursesTable thead tr th.bullet{width: 10px;padding: 4px 4px;background-position: center center}
table.coursesTable thead tr th.spacer1{padding: 0;margin: 0;width: 40px}

table.coursesTable tbody tr td.name{}
table.coursesTable tbody tr td.code{color:#5091b9}
table.coursesTable tbody tr td.fall{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.coursesTable tbody tr td.winter{border-right: solid 1px #c5dfec;}
table.coursesTable tbody tr td.spring{border-right: solid 1px #c5dfec;}
table.coursesTable tbody tr td.north{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.coursesTable tbody tr td.lakeshore{border-right: solid 1px #c5dfec;}
table.coursesTable tbody tr td.orangeville{border-right: solid 1px #c5dfec;}
table.coursesTable tbody tr td.online{border-right: solid 1px #c5dfec;}
table.coursesTable tbody tr td.pathways{text-align: center}
table.coursesTable tbody tr td.bullet{padding: 4px 4px;font-weight: bold;font-size: 16px;line-height: 1;color: #72acc9;text-align: center}

table.coursesSubjectTable{width: 520px;}
table.coursesSubjectTable td a{color: #002D62;font-size: 11px}
table.coursesSubjectTable td a:hover{color: #002D62}

table.coursesSubjectTable thead tr th.name{width: 190px;background-position: 45px center}
table.coursesSubjectTable thead tr th.code{width: 65px;background-position: 45px center}
table.coursesSubjectTable thead tr th.north{}
table.coursesSubjectTable thead tr th.lakeshore{}
table.coursesSubjectTable thead tr th.orangeville{}
table.coursesSubjectTable thead tr th.online{}
table.coursesSubjectTable thead tr th.pathways{background-position:center center}
table.coursesSubjectTable thead tr th.bullet{width: 10px;padding: 4px 4px;background-position: center center}
table.coursesSubjectTable thead tr th.spacer1{padding: 0;margin: 0;width: 20px}

table.coursesSubjectTable tbody tr td.name{}
table.coursesSubjectTable tbody tr td.code{color:#5091b9}
table.coursesSubjectTable tbody tr td.fall{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.winter{border-right: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.spring{border-right: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.north{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.lakeshore{border-right: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.orangeville{border-right: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.online{border-right: solid 1px #c5dfec;}
table.coursesSubjectTable tbody tr td.pathways{text-align: center; width: 60px}
table.coursesSubjectTable tbody tr td.bullet{padding: 4px 4px;font-weight: bold;font-size: 16px;line-height: 1;color: #72acc9;text-align: center}


table.diplomaCoursesTable{width: 595px;}
table.diplomaCoursesTable td a{color: #002D62;font-size: 11px}
table.diplomaCoursesTable td a:hover{color: #002D62}

table.diplomaCoursesTable thead tr th.name{width: 265px;background-position: 45px center}
table.diplomaCoursesTable thead tr th.code{width: 65px;background-position: 45px center}
table.diplomaCoursesTable thead tr th.north{}
table.diplomaCoursesTable thead tr th.lakeshore{}
table.diplomaCoursesTable thead tr th.orangeville{}
table.diplomaCoursesTable thead tr th.online{}
table.diplomaCoursesTable thead tr th.pathways{background-position:center center}
table.diplomaCoursesTable thead tr th.bullet{width: 10px;padding: 4px 4px;background-position: center center}
table.diplomaCoursesTable thead tr th.spacer1{padding: 0;margin: 0;width: 20px}

table.diplomaCoursesTable tbody tr td.name{}
table.diplomaCoursesTable tbody tr td.code{color:#5091b9}
table.diplomaCoursesTable tbody tr td.fall{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.winter{border-right: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.spring{border-right: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.north{border-right: solid 1px #c5dfec;border-left: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.lakeshore{border-right: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.orangeville{border-right: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.online{border-right: solid 1px #c5dfec;}
table.diplomaCoursesTable tbody tr td.pathways{text-align: center}
table.diplomaCoursesTable tbody tr td.bullet{padding: 4px 4px;font-weight: bold;font-size: 16px;line-height: 1;color: #72acc9;text-align: center}

table.certificatesAlphaTable{width: 707px;border-top: solid 1px #E5F3F9}
table.certificatesAlphaTable thead tr th.name{width: 620px;background-position: 45px center}
