/* Copyright 2006 Joost de Valk */
/* Sortable tables */
.instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00365B;
	font-weight: bold;
}
table.sortable {
	border-right: 1px solid #F5F5F1;
	/*border-bottom: 3px solid #F5F5F1;*/
}
table.sortable th {
	border-left: 1px solid #F5F5F1;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
}
table.sortable th a.sortheader:link {
    color: #666666;
    text-decoration: none;
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
		width: 40px;
}
table.sortable th a.sortheader:visited {
    color:#666666;
	text-decoration: none;
		width: 40px;
}
table.sortable a.sortheader:hover {
    color:#000000;
	text-decoration: none;
	width: 40px;
}
table.sortable span.sortarrow {
    color: #666666;
    text-decoration: none;
    font-size: 11px;
	font-family: verdana;
		width: 40px;
}
table.sortable td a:link {
	color: #666666;
	text-decoration: none;
}
table.sortable td a:visited {
	color: #666666;
	text-decoration: none;
}
table.sortable td a:hover {
	text-decoration: underline;
	color: #666666;
}
table.sortable td {
    font-size: 11px;
	font-family: verdana;
	color: #666666;
	border-bottom: 3px solid #F5F5F1;
	border-left: 1px solid #F5F5F1;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
.apprenticeship {
	background-color: #cccc66;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.artSciCom {
	background-color: #e19a57;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.business {
	background-color: #d16d6c;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.engTech {
	background-color: #a1c078;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.communityUrban {
	background-color: #967417;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.interdisciplinary {
	background-color: #694ea6;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.health {
	background-color: #c1b9df;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.human {
	background-color: #96c4e7;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px #999999 solid;
	margin: 2px;
}
.bridging {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}



