img, div { behavior: url(../Scripts/iepngfix.htc) }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	margin: 0px 0px;
	background-color: #FFF;
}

/***************************
  LOGIN/LOBBY PAGE STYLES
***************************/

#pageContainer {
	position: relative;
	background: #FFF;
	width: 960px;
	margin: 20px auto;
	border: 1px solid #993333;
}

#headerContainer {
	position: relative;
	width: 900px;
	height: 210px;
	margin-top: 30px;
	margin-left: 30px;
}

#logoContainer {
	position: relative;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	border-width: 1px;
	border-style: solid;
	border-color:#993333;
}

#titleContainer {
	position: relative;
	width: 900px;
	height: 70px;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: top;
}

#titleContainer H1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
}

#titleContainer H2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#content {
	margin: 10px auto 10px auto;
	overflow: auto;
}

#loginContainer {
	float: left;
	width: 210px;
	margin-left: 30px;
	background-color: #FFF;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #993333;

}

*html #loginContainer{
	margin-left: 15px;
}

#loginContainer H1 {
	margin-top: 0px;
	font-size: 16px;
	color: #FFF;
	background-color: #993333;
	font-weight: normal;
	padding: 5px;
	
}

#loginError {
	color: #990000;
	padding: 5px;
}

#detailsContainer {
	position: relative;
	float: left;
	width: 640px;
	min-height: 390px;
	margin: 0px 30px;
	background-color: #FFF;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
}

*html #detailsContainer {
	margin-right: 15px;
}

#detailsContainer H1 {
	margin-top: 0px;
	font-size: 16px;
	color: #FFF;
	background-color: #993333;
	font-weight: normal;
	padding: 5px;
}

#detailsContent {
	width: 100%;
}

#detailsContent p {
	padding-left: 20px;
	padding-right: 20px;
}

#noticeContainer {
	float: left;
	width: 210px;
	margin-left: 30px;
	background-color: #FFF;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
}

*html #noticeContainer {
	margin-left: 15px;
}

#noticeContainer H1 {
	margin-top: 0px;
	font-size: 16px;
	color: #FFF;
	background-color: #993333;
	font-weight: normal;
	padding: 5px;
}

.secondaryLinks {
	position: absolute;
	bottom: 5px;
	background: #993333;
	padding: 5px 15px 5px 5px;
	width: 620px;
	text-align: right;
}

.secondaryLinks a:link, .secondaryLinks a:visited {
	color: #FFF;
	text-decoration: none;
}

.secondaryLinks a:hover {
	text-decoration: none;
}

#footer {
	width: 960px;
	height: 40px;
	clear: both;
}

/**************************
   PLAYER STYLES
**************************/

.playerBody {

	margin: 0px;
	padding: 0px;
}

#playerHeaderContainer {
	position: relative;
	width: 900px;
	height: 120px;
	margin-top: 0px;
}

#playerLogoContainer {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 900px;
	height: 118px;
	border: 1px solid #993333;
	overflow: hidden;
	background-color: #FFF;
}

#playerTitleContainer {
	position: absolute;
	top: 0px;
	left: 355px;
	width: 540px;
	height: 120px;
	vertical-align: top;
	overflow: hidden;
}

#playerTitleContainer H1 {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin-top: 15px;
	margin-bottom: 0px;
}

#playerTitleContainer H2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#playerAudioContainer {
	position: absolute;
	top: 127px;
	left: 5px;
	width: 400px;
	height: 65px;
	margin: 0px;
	z-index: -1;
}

#playerVideoContainer {
	position: absolute;
	top: 127px;
	left: 5px;
	width: 400px;
	height: 365px;
	margin: 0px;
	z-index: -1;
}

#playerSecondaryImageContainer {
	position: absolute;
	top: 241px;
	left: 98px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #993333;
}

#slidesContainer {
	position: absolute;
	top: 127px;
	left: 415px;
	width: 480px;
	height: 360px;
	margin: 0px;
	z-index: 1;
	background-color:#FFFFFF;
	border: 1px solid #993333;
}

#slideController {
	position: absolute;
	left: 5px;
	top: 192px;
	width: 400px;
	height: 1px;
	z-index: 2;
}

#playerResources{
	width: 815px;
	height: 35px;
	text-align: right;
	position: absolute;
	top: 586px;
}

#playerFooterContainer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 600px;
	height: 20px;
	padding: 5px 10px 5px 290px;
	background: #993333;
	font-size: 16px;
	color: #FFF;
	text-align: right;
}

#playerFooterContainer a:link, #playerFooterContainer a:visited {
	color: #FFF;
	text-decoration: none;
}

#playerFooterContainer a:hover {
	text-decoration: none;
}

/**************************
   REGISTER PAGE STYLES
**************************/

.registerBody {

}

#registerHeader {
	position: absolute;
	width: 500px;
	height: 80px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #666;
}

#registerHeader H1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: -5px;
}

#registerHeader H2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#registerHeader H3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#registerContainer {
	background-color: #FFFFFF;
	position: absolute;
	padding: 15px;
	width: 340px;
	top: 100px;
	left: 25px;
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
}

#registerContainer H1 {
	background-color: #993333;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
}

#registerError {
	color: #990000;
	padding: 5px;
}

/**************************
   RESOURCES PAGE STYLES
**************************/

.resourcesBody {

}

#resourcesHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #666;
}

#resourcesHeader H1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: -5px;
}

#resourcesHeader H2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#resourcesHeader H3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#resourcesContainer {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 500px;
	color: #666;
}

#resourcesContainer p {
	color: #666;
	font-size: 16px;
}

#resourcesContainer a:link, #resourcesContainer a:visited {
	color: #993333;
	text-decoration: none;
}

#resourcesContainer a:hover {
	text-decoration: underline;
}

/**************************
   SPEAKERS PAGE STYLES
**************************/

.speakersBody {

}

#speakersHeader {
	position: relative;
	width: 500px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #666;
}

#speakersHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}

#speakersHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#speakersHeader h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#speakersContainer {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	width: 500px;
	font-size: 16px;
	color: #666;
	height: auto;
}

.speakerContainer {
	width: 490px;
	margin-bottom: 15px;
	padding: 5px;
}

.speakerImage {
	float: left;
	width: 150px;
	padding: 5px;
	overflow: hidden;
}

.speakerBio {
	float: right;
	width: 280px;
	margin-left: 20px;
	font-size: 16px;
	color: #666;
}

#speakersContainer a:link, #speakersContainer a:visited {
	color: #993333;
	text-decoration: none;
}

#speakersContainer a:hover {
	text-decoration: underline;
}

/**************************
   QUESTIONS PAGE STYLES
**************************/

.questionsBody {

}

#questionsHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #993333;
}

#questionsHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: -10px;
}

#questionsHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#questionsContainer {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 465px;
	font-size: 16px;
	color: #FFF;
}

a:link, a:visited {
	color: #993333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
