body {
	margin:0;
	padding:0;
	font: bold 12px Verdana;
	color:white
}
/*Dynamic Drive CSS Library http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: auto;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
text-align:center;
}
.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}
.mattblacktabs li{
display: inline;
margin: 0;
}
.mattblacktabs li a{
display: inline-block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 2px solid black; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
color: white;
}
.mattblacktabs li a:active{
background: white; 
color: black
} 
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
border: 1px solid white;
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: white
}

.highslide {
  cursor: url(../../highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-html {
  background-color: white;
}
.highslide-html-content {
	position: absolute;
  display: none;
	padding: 10px;
	background-color: #e7e7e7;
}
.control {
	float: right;
  display: block;
  margin: 0 5px;
	font-size: 9pt;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
  cursor: move;
}
.highslide img {
	border: 3px solid white;
}
.highslide:hover img {
	border: 3px solid black;
}
.highslide-image {
  border: 5px solid white;
}
.highslide-caption {
  display: none;
  border: 0px solid blue;
  border-top: none;
  padding: 5px;
  margin-top: -1px;
  background-color: white;
  font-family: verdana;
  font-weight: bold;
  font-size: 10pt;
	color: black;
	a: black;
	text-align: center;
}
.highslide-caption a:visited {
	color: black;
}
.highslide-loading {
  display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
  text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
  background-color: black;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}
#Center-Calendar {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -240px;/*  half the width */
} 
#Center-Experience {
	position: absolute;
	width: 400px;
	left: 48%;
	margin-left: -140px;/*  half the width */
} 
#Center-Calendar a, #Center-Calendar a:visited, #countrydivcontainer a, #countrydivcontainer a:visited { 
	color:white; 
	background:transparent; 
	text-decoration:underline; 
}
#Center-Calendar a:hover, #countrydivcontainer a:hover { 
	cursor: pointer;
	color:white; 
	background:transparent; 
	text-decoration:none; 
}
.centered { 
margin-left: auto; 
margin-right: auto; 
display: table; 
display: inline-block;
} 
.centeringContainer{
text-align: center;
}
div.schedule {
	font-size:11px;
}
div.SchedCity,
div.SchedVenues,
div.SchedTime,
div.SchedDate {
	float:left;
	display:inline;
	text-align:left;
}
div.SchedDate {
	width:88px;
}
div.SchedTime {
	width:40px;
}
div.SchedVenues {
	width:215px;
}
div.SchedCity {
	width:120px;
}