/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#vmap {
	width: 700px; 
	height: 400px;
	border:1px solid #aaa;
}

#directions {
	width: 100%;
	text-align: center;
	position:relative;
	bottom:30px;
	font-family:sans-serif;
	font-weight:bold;
	font-family: 'Lora', serif;
	color:#666666;
}

.center-text {
	text-align: center;
}

.center-left {
	text-align: left;
}

#description-box {
	position:absolute;
	width:200px;
	height:330px;
	top:50px;
	left:20px;
	background-color:#fff;
	/*border:4px solid #990000;*/
	font-family:sans-serif;
	color:#990000;
	border-radius:10px;
	box-shadow: 0px 0px 15px #888888;
	opacity: 0.9;
}

.left {
	top:30px;
	left:30px;
}

.right {
	top:30px;
	left:480px;
}

#modal-header {
	font-family: 'Lora', serif;
	font-size: 22px;
	color: #fff;
	height: 50px;
	width: 100%;
	background-color: #990000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		line-height: 50px;
	vertical-align: middle;
}

#program-holder {
	position: static;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.term-programs {
	margin: 10px;
}

.term-programs .subheader {
	color: #505050;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #990000;
}

.programs {
	box-sizing: border-box;
	padding: 5px;
	font-size: 14px;
}

.programs:hover {
	opacity: 0.7;
	background-color: #fadbdb;
}

.program-link {
	text-decoration: none;
	color: #990000;
}

.programs img {
	margin-right: 10px;
}

#program-holder::-webkit-scrollbar {
    width: 8px;
}

#program-holder::-webkit-scrollbar-track {  
    background-color: #eaeaea; 
}  

#program-holder::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
    border: 1px solid #B2B2B2;
    border-radius: 5px;
}  

#program-holder::-webkit-scrollbar-thumb:hover {  
    background-color: #E6E6E6;  
}  

.program-name {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

#map-holder {
	position: relative;
}

#backButton {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 60px;
	font-family: 'Lora', serif;
	background-color: #990000;
	color: #eaeaea;
	text-align: center;
	padding: 5px;
	border-radius: 10px;
	opacity: 0.8;
	box-shadow: 2px 2px 2px #8888888;
}

#backButton:hover {
	opacity: 1.0;
	cursor: pointer;
}