﻿body > * {
	margin-left: auto;
	margin-right: auto;
}

td#content { /*refers to idaho lottery design, fixes ie6 bug to give appropriate width to video vote container*/
	width: 100%;
}

/* control container */
#videoVoteContainer 
{
	margin-top: 10px;
	background: url(/videovote/images/filmReel_background.jpg) no-repeat bottom right;
	height: 425px;
}

/* thumbnails */
.videoVoteTn 
{
	margin: auto 10px 10px auto;
	width: 100px;
}

/* thumbnails container */
#videoVoteTnContainer 
{
	
}

#videoVoteVideoContainer {
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2000px; /* 100% is ignored in ie6 */
	display: none;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	background-color: Black;
}

/* flash video container */
#videoVoteVideo 
{
	margin-left: auto;
	margin-right: auto;
	/*
	z-index: 4;
	margin-left: auto;
	margin-right: auto;
	display: none;
	width: 350px;
	height: 300px;
	margin-top: 150px;
	background-color: none;
	border: solid 1px rgb(126, 126, 126);
	vertical-align: middle;

	text-align: center;
	margin-bottom: 5px;
	background-color: black;
	width: 320px;
	height: 260px;
	line-height: 260px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: White;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 16px;
	display: none;
	*/
}



.videoVoteItem
{
	padding: 5px;
	height: 80px;
	margin: 2px;
}

.videoVoteItemOver
{
	padding: 5px;
	height: 80px;
	margin: 2px;
}

#nowPlaying 
{
	color: Black;
	font-size: 10px;
	font: bold 10px Verdana, sans-serif;
	text-align: center;
	margin-top: 0px;
}

#nowPlayingCaption 
{
	text-align: left;
	width: 320px;
	margin: 0px auto 10px auto;
	font: bold 10px Verdana, sans-serif;
}

#flashObject 
{
	margin-left: auto;
	margin-right: auto;
}

#mustHaveFlash 
{
	margin-top: 0px;
	text-align: center;
	color: rgb(72, 72, 72);
	font-family: Verdana;
}

#mustHaveFlash a
{
	color: rgb(39, 54, 151);
	text-decoration: underline;
}

.votedAlready {
	font-weight: bold;
	text-align: center;
}

#instructions {
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	color: rgb(72, 72, 72);
}

#videoVoteTnContainer td {
	padding: 10px 20px 10px 20px;
	width: 100px;
	text-align: center;
}