﻿body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Calibri, Arial;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #b67f2c;
	scrollbar-highlight-color: #b67f2c;
	scrollbar-3dlight-color: #b67f2c;
	scrollbar-darkshadow-color: #b67f2c;
	scrollbar-track-color: #b67f2c;
	scrollbar-arrow-color: #b67f2c;
}

img
{
	border: 0px;
}

a, a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.header
{
	font-family: courier new;
	font-weight: bold;
	font-size: xx-large;
	padding-bottom: 3px;
}
.footer
{
	width: 800;
	margin-left: 3in;
	font-size: small;
	
}

.player
{
	display: none;
	position: absolute;
	top: 20px;
	font-size: small;
	border: solid 1px;
	cursor: pointer;
	<!--[if IE]>
	cursor: hand;
	<![endif]-->
	
}

#mp3player
{
	position: absolute;
	top: -35px;
}

.castCrewTab
{
	color: #222222;
	padding: 2px;
	cursor: pointer;
	<!--[if IE]>
	cursor: hand;
	<![endif]-->

}

.seperator
{
	color: black;
}

.castBio
{
	background: transparent;
	padding-bottom: 10px;
}

.ContentContainer
{
	width: 800px;
	height: 600px;
	max-height: 600px;
	padding-top: 80px;
	margin-left: 1in;
	margin-right: 1.5in;
	background-image: url('Images/BottleHouse.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.ContentBody
{
	background: transparent;
	background-image: url('Images/BackgroundBlack.gif');
	padding: 3px;
	padding-bottom: 6px;
	overflow: auto;
	width: 500px;
	height: 600px;
	margin-bottom: 60px;
}

a.moreLink
{
	font-size: smaller;
	font-style: italic;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.moreLink, a:hover
{
	text-decoration: none;
}

.bioText
{
	display: none;
}

.castName
{
	font-weight: bold;
}

.characterName
{
	font-style: italic;
}