/*!
 * 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
 */
 #title_header{
    position: absolute;
    top: 0px;
    font: -webkit-small-control;
    margin: 2px 0 0 2px;
    width: 694px;
    font-size: 1.15em;
    text-align: center;
    padding: 5px 2px 5px 2px
 }
#instructionsP{
    position: absolute;
    top: 35px;
    margin: 0px;
    width: inherit;
    text-align: center;
    font-size: 10px;
}
#map_legend, #worldmap_legend{
	position: absolute;
	bottom: -10px;
	margin: 0px;
	width: inherit;
	text-align: center;
	padding-bottom: 10px
}
#color_rectangle{
	width:10px;
	height:10px;
	margin-left: 20px;
}
#country-program
{
	font-size: 0.9em;
	border-bottom: none;
	text-align: left;
}
.jqvmap-label
{
	position: absolute;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0.3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 0.2%;
}
.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;
}

.notZoomed{
	width: 700px;
	height: 534px;
}

.zoomed{
	width: 500px;
	height: 534px;
	float:right;
}

#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;
	height:6.5%;
}

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

#description-box {
	position: absolute;
	width: 180px;
	height: 440px;
	top: 8px;
	margin-top: 53px;
	left: 0px;
	margin-left: 10px;
	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: 9%;
	width: 100%;
	background-color: #993333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 130%;
	vertical-align: middle;
}

#program-holder {
	position: static;
	max-height: 400px;
	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;
	width:702px;
	height: 534px;
	border:1px solid #aaa;
}

#backButton {
	position: absolute;
	top: 32px;
	left: 0px;
	//margin-top: 10px;
	margin-left: 9px;
	width: 171px;
	font-family: 'Lora', serif;
	background-color: #993333;
	color: #eaeaea;
	text-align: center;
	padding: 5px;
	border-radius: 10px;
	opacity: 0.8;
}

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