/**
 * styles for graph
 */
#cop-mask { 
	display:none; 
	background:#000; 
	position:fixed; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	opacity:0.7; 
	z-index:5000; 
}

#cop-wrap {
	width:1024px;
	height:768px;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-512px;
	z-index:5001;
	background:url(../images/main-bg.jpg) no-repeat center top;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#cop-wrap a.close-cop-wrap {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:100px;
	text-align:right;
	color:#555;
	font-weight:bold;
	font-size:16px;
}

#cop-wrap .heading p {
	color:#555;
	width:850px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	line-height:1.2;
}

#cop-wrap .heading p.deck {
	padding:0 0 8px 0;
	color:#555;
	font-size:18px;
	font-style:italic;
	font-family:Georgia, Times, 'Times New Roman', serif;
	border-bottom:1px solid #555;
}

#cop-wrap .heading p.instructions {
	font-size:14px;
	padding:5px 0 10px 0;
	font-weight:700;
	color:#555;
}

#cop-wrap h1 {
	color:#555;
	font-size:20px;
	margin:0 50px;
	padding:10px 0 4px 0;
	/*border-bottom:1px solid #555;*/
	text-transform:uppercase;
	font-family:Georgia, Times, 'Times New Roman', serif;
	letter-spacing:2px;
	line-height:1;
	font-weight:300;
	text-align:center;
}

#cop-wrap ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cop-wrap ul li {
	margin:0;
	padding:0;
}

#cop-wrap a {
	text-decoration:none;
	border:none !important;
}

#cop-wrap #graph-wrap {
	position:relative;
	width:920px;
	height:630px;
	margin:0 auto;
	padding:0;
	/*border:1px dashed #999;*/
	overflow:hidden;
}

/* Faculty lists on left and right side */

#cop-wrap .faculty-list {
	width:160px;
	position:absolute;
}

#cop-wrap .faculty-list.left {
	left:0;
}

#cop-wrap .faculty-list.right {
	left:765px;
}

#cop-wrap .faculty-list ul li a {
	display:block;
	width:155px;
	margin:0 0 19.25px 0;
	padding:0;
	height:24px;
	line-height:24px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#58595b;
}

/* course list */

#cop-wrap .course-list {
	width:300px;
	position:absolute;
	left:310px;
}

#cop-wrap .course-list ul li a {
	display:block;
	margin:0 0 10px 0;
	padding:0;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#333;
}

#cop-wrap .course-list ul li a.coral {
	background:#c05438;
}

#cop-wrap .course-list ul li a.green {
	background:#498c6a;
}

#cop-wrap .course-list ul li a.blue {
	background:#378caa;
}

#cop-wrap .course-list ul li a.orange {
	background:#d07d17;
}

#cop-wrap .course-list ul li a.gold {
	background:#b59603;
}

#cop-wrap .course-list ul li a.purple {
	background:#886b9f;
}

#cop-wrap .course-list ul li a.army {
	background:#879929;
}

#cop-wrap .course-list ul li a.gray {
	background:#636466;
}