#TT_overlay {
	/* background-image: url(/images/overlay.png); */
  	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 150;
	width:  100%;
	height: 200%;
}
html #TT_overlay {
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
#TT_window {
	position: fixed;
	background-color: #ffffff;
	font-family:62.5% Arial, Helvetica, sans-serif !important;
	color:#000000;
	overflow: hidden;
	z-index: 3500;
	border-radius:2px;
	padding:5px 10px 10px 10px;
	width: 80%;
	height: auto;
	left: 38%;
	top: 50%;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
#TT_frame {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: auto;
}
#TT_caption {
	font-family:Arial, Helvetica, sans-serif !important;
	color: #000;
	margin: 15px 0 5px 0;
	text-align: left;
  font-size: 14px;
}
#TT_window img {
}

#TT_window div:first-child{
  width: 6% !important;
  position: absolute;
  top: -12px;
  right:0;
  padding: 10px;
}
#imgclose {
	cursor: pointer;
	cursor: hand;
	padding:0;
	margin: 5px;
}
body {
	margin: 0;
	padding: 0;
}
#mainFrame {
	font-size:11px !important;
	text-align: center;
	color: Navy;
	font-family:Arial, Helvetica, sans-serif;
}
#mainFrame #screenshot {
	text-align: center;
	width: 500px;
	height: 375px;
}
#mainFrame #infoContainer {
	text-align: left;
	margin: 10px 7px 0px 7px;
}
#mainFrame #nav {
	float:right;
	width: 200px;
	text-align: right;
	color:#0F4180;
}
#mainFrame #list {
	float:left;
	width: 200px;
	text-align: left;
	color: #0F4180;
}
#list a, #mainFrame #nav a {
	color:#0F4180;
	text-decoration:underline;
}
#list a:hover, #mainFrame #nav a:hover {
	text-decoration:none;
}
#mainFrame #nav a.disabled, #mainFrame #nav a.disabled:hover {
	color: #000;
	text-decoration: none;
	cursor: default;
}
#photosContainer {
	height: 375px;
	width: 500px;
	text-align:center;
	margin: auto;
}
#caption {
	font-weight: bold;
	text-align: left;
	clear: both;
	margin:0 0 5px 0;
}
.photoContainer {
	display: none;
}
.photoContainer .caption {
	display: none;
	font-weight: bold;
}
#uiBackLinkContainer {
	position: absolute;
	top: 5px;
	right: 10px;
}
#popupContent {
	margin:0 10%;
	padding-bottom:20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#popupContent h1 {
	font-size:1.2em;
	color:#0F4180;
}
#popupContent h2 {
	font-size:1em;
	color:#0F4180;
}
#popupContent #popupBodyContent {
	font-size:0.83em !important;
	color:#0F4180;
}
#popupContent a {
	color:#0F4180;
}
body.venueMapPopup #popupContent {
	margin: 0 20px;
}
/* IE6 Hack so wedon't get a horizontal scrollbar just because we have a vertical scrollbar */
* html body.popup {
	width: 95%;
}

#video_overlay {
	background:#000;
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#video_lightbox {
	text-align: center;
	width: 100%;
	height: 50%;
	position: fixed;
	top: 10%;
	z-index: 10;
}

#video_lightboxBg {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 90%;
    background-color:#000;
}
#video_lightboxBg #brightcove-video-container {
    position: relative;
    height: 100%;
}
.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_light_close {
	position: absolute;
    top: -12px;
    right: -12px;
    border: 2px solid #FFF;
    color: #FFF;
	font-size: 10px;
	line-height: 10px;
	width: 10px;
	padding: 5px;
	border-radius: 15px;
	text-decoration:none;
	background-color: rgba(0,0,0,0.50);
    cursor: pointer;
}
