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

body,td,th {
	font-size: small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
body {
	background-color: #1e1e1e;
	background-image: url(images/newbg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
}
a:link {
	color: #CC0066;
}
a:visited {
	color: #CC0066;
}
a:hover {
	color: #FFCC99;
}
a:active {
	color: #FFCC99;
}
h1 {
	color: #CC0066;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#videoContent {
	position: absolute;
	left: 88px;
	top: 587px;
	width: 617px;
	text-align: justify;
}
#sidebarInfo {
	position: absolute;
	background-image: url(images/sidebar-info.png);
	width: 350px;
	height: 350px;
	padding: 0;
	margin: 0;
	border: 0;
	left: 847px;
	top: 183px;
}
#sidebarRelated {
	position: absolute;
	background-image: url(images/sidebar-videos.png);
	width: 350px;
	height: 500px;
	padding: 0;
	margin: 0;
	border: 0;
	left: 847px;
	top: 543px;
}
#contentInfo {
	position: relative;
	width: 319px;
	height: 320px;
	left: 12px;
	top: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 1px 3px 1px 2px;
	margin: 0;
	border: 0;
}
#contentRelated {
	position: relative;
	text-align: left;
	width: 319px;
	height: 470px;
	left: 12px;
	top: 13px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 1px 3px 1px 2px;
	margin: 0;
	border: 0;
}
.titleText {
	font-weight: bold;
}

.spokenText {
	color: #CC0066;
	font-style: italic;
}
