.spanlink {
	text-decoration: underline;
	color: rgb(114, 102, 186);
}

.divmright {
	margin-right: 16px;
}

.spanlink:hover {
	cursor: pointer;
	opacity: 0.7;
}

.dtable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-left: 16px;
}

.dth {
	display: table-cell;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid rgb(114, 102, 186);
	color: rgb(114, 102, 186);
}

.dth:hover {
	cursor: pointer;
	opacity: 0.7;
}

.dthemt {
	display: table-cell;
}

.dactive {
	color: #FFFFFF;
	background-color: rgb(114, 102, 186);
}

.dnone {
	display: none;
}

.divchk {
	width: 15px;
	height: 15px;
}