
.jslink {
	display: block;
	font-weight: normal;
    font-size: 1.25em;
    color: #444;
	margin: 0em 0 0.8em;
	cursor: pointer;
}

.jslink:hover {
	text-decoration: none;
	color: #666;
}

.arrowDown {
	background: url("sysimages/icons/down-yellow.png") right no-repeat;
}
.arrowDown:hover {
	background: url("sysimages/icons/down-white.png") right no-repeat;
}

.arrowUp {
	background: url("sysimages/icons/up-yellow.png") right no-repeat;
}
.arrowUp:hover {
	background: url("sysimages/icons/up-white.png") right no-repeat;
}

div.section-content {
    padding-top: 1em;
}

