.highlight{
	background-color: #eeeeee;
	border: 1px dashed #d0d0d0;
	color: #363636;
	cursor: pointer;
}

.normal{
	background-color: #ffffff;
}

.teachRow{
	text-decoration: none;
	color: #999999;
}

	.teachRow a, .teachRow a:active, .teachRow a:visited{
		text-decoration: none;
		color: #999999;
		outline: none;
	}
	
	.teachRow a:hover{
		text-decoration: none;
		color: #42719d;
	}
td.padL{
	padding: 17px;
}
td.pad1, td.pad2, td.pad3, td.pad4{
	padding: 17px;
}
td.padT{
    padding-top: 17px;
}

.tableHead{
	color:#666666;
	font-weight: bold;
	padding-left: 7px;
}