/** Course map **/
#course-map {
	position: relative;
	margin: 0 10px;
}

#course-map .aops-scroll-content {
	width: 1111px;
}

.map-labels {
	height: 30px;
}

.map-courses {
	height: 64px;
}

.map-contest-courses {
	height: 35px;
}

.map-courses,
.map-contest-courses {
	margin-left: 2px;
}

.headerline {
	display: inline-block;
	vertical-align: text-center;
	text-align: center;
	height: 5px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-family: Arial;
	font-size: 18px;
	line-height: 9px;
}

.headerline div {
	background-color: #ffffff;
	padding: 0 5px;
	margin-top: -18px;
}

.corebox,
.optbox,
.psbox {
	display: inline-block;
	vertical-align: text-top;
	color: white;
	font-family: Arial;
	font-size: 14px;
	padding: 6px;
	margin: 1px;
	width: 120px;
	cursor: pointer;
}

.corebox {
	background-color: #6db101;
	height: 52px;
	line-height: 18px;
	padding: 7px 6px;
}

.optbox {
	background-color: #008345;
	line-height: 18px;
	height: 52px;
	padding: 7px 6px;
}

.psbox {
	background-color: #009fad;
	height: 30px;
}

.psbox:hover {
	background-color: #dae7f6;
	color: #009fad;
}

.corebox:hover {
	color: #6db101;
	background-color: #e6edaf;
}

.optbox:hover {
	color: #008345;
	background-color: #ddedcd;
}

#course-map .aops-scroll-outer {
	height: 292px;
}

#course-map .aops-scroll-inner {
	height: 320px;
}

#course-map .arrow-holder {
	height: 100%;
	width: 20px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;
	z-index: 25;
}

#course-map .arrow-icon {
	top: 136px;
	position: absolute;
	cursor: pointer;
	font-family: AoPS;
	color: #6db101;
	font-size: 23px;
	padding: 0 4px;
}

#course-map .arrow-holder:active .arrow-icon {
	-moz-opacity: 0.7 !important;
	-webkit-opacity: 0.7 !important;
	opacity: 0.7 !important;
}

#course-map .arrow-holder.left {
	left: -21px;
}

/* Overwriting a change that was made to main.css that cascaded to screw up the
		school pages */
#course-map .arrow-holder.right {
	right: -23px;
	text-align: left;
}

#course-map .arrow-holder:hover {
	opacity: 0.7;
}

#course-map .arrow-holder.disabled {
	opacity: 0.3;
}

#course-map .aops-scroll-faders {
	width: 16px;
}

#course-map .aops-scroll-bar {
	height: 10px;
	width: 100%;
	bottom: -20px;
}

/*
#course-map .aops-scroll-bar {
	display : none !important;
}*/

#course-map .aops-scroll-slider {
	height: 10px;
}

.legend-box {
	background-color: white;
	text-align: right;
}

.legend-box.corebox {
	cursor: auto;
	color: #6db101;
}

.legend-box.optbox {
	cursor: auto;
	color: #008345;
}

.legend-box.psbox {
	cursor: auto;
	color: #009fad;
}

.legend-box:hover {
	background-color: white !important;
}

.track-label-wrapper {
	width: 124px;
	float: left;
	padding-top: 32px;
}
