@charset "UTF-8";
/* CSS Document */

.cc-wrapper-right {
	float: right;
	z-index: 4;
	width: 200px;
	height: 380px;
	position: relative;
	right: -260px;
	top: 60px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	overflow: hidden;
}
#cc-text {
	z-index: 4;
	position: relative;
}

.cc-overlay-right {
	z-index: 5;
	background-image: url(../img/textOverlayRight.png);
	background-repeat: repeat-x;
	float: right;
	width: 200px;
	height: 400px;
	position: fixed;
	top: 95px;
}
#cc-wrapper {
	opacity: 0;
	display: none;
}
.cc-wrapper-down {
	z-index: 4;
	width: 750px;
	padding: 0px 25px;
	height: 200px;
	position: fixed;
	top: 655px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
	overflow: hidden;
}
.cc-overlay-down {
	z-index: 5;
	background-image: url(../img/textOverlayDown.png);
	background-repeat: repeat-x;
	float: left;
	width: 750px;
	height: 200px;
	position: fixed;
	top:655px;
}
div#Stage {
	display: inline;
}

#content {
	position: absolute;
	top: 75px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 440px;
	opacity: 0;
}

#audio-wrapper {
	margin: 0px auto;
	padding: 0px 25px;
	position: relative;
	bottom: 20px;
}
#audiobar {
	width: 100%;
}

.basicT, .sideT {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.basicT th {
	font-weight: bold;
	background-color: #337BAD;
	color: white;
	font-size: 20px;
}
.basicT td {
	background-color: #B4D3E9;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 16px;
}
.sideT th {
	font-weight: normal;
	background-color: #337BAD;
	color: white;
	font-size: 18px;
	padding: 5px 10px;
}
.sideT td {
	background-color: #B4D3E9;
	vertical-align: top;
	padding: 5px 10px;
	font-size: 16px;
}
.sideT li {
	padding: 2px;
}
div#outline {
	margin-left: 100px;
}
#outline li {
	font-size: 20px;
}