@charset "utf-8";
/* CSS Document */
body {
	background:#000;
}

#timeDiv {
	color:#fff;		
}

#videoContainer, .aVideo {
/*	width:1280px;
	height:720px;*/
	width:950px;
	height:540px;    
}
#videoContainer {
	background: #000;
	margin: 0 auto;
}
#buttonContainer {
	position:absolute;
	background: none;
/*	width:1280px;*/
	width:640px;
	margin: 5px auto;
	z-index:100;
	bottom:10px;
}
.aVideo {
	position:absolute;
/*	width:1280px;
	height:720px;*/
/*
	width:640px;
	height:360px;
*/
}
#ta_pbRate {
	color:#fff;
	background:#000;
	width: 75px;
	height:25px;
	text-align:center;	
}

.btn_Style {
	width:250px;
	height:50px;
	left:10px;
	margin:10px;
	position:relative;

	float:left;		
	/*border: 10px solid #fff;*/
	border-radius: 50px;
	/*background: #3C0;*/
	color: #fff;

	padding: 20px;
	font-size: 36px;
	font-weight:bold;
	text-align:center;

	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(.20, #8f8), color-stop(.70, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #8f8 20%, #5cb811 70%);
	border:2px solid #268a16;	
	
	/*following used to eliminate blue selection*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;		
	
	cursor:pointer;
				
}				

.fanBkgnd {

	/******** fan background *********/
	background-color:#0066cc;
	background-image: 
	radial-gradient(circle at 100% 150%, #3366cc 24%, #0066cc 25%, #0066cc 28%, #3366cc 29%, #3366cc 36%, #0066cc 36%, #0066cc 40%, transparent 40%, transparent),
	radial-gradient(circle at 0    150%, #3366cc 24%, #0066cc 25%, #0066cc 28%, #3366cc 29%, #3366cc 36%, #0066cc 36%, #0066cc 40%, transparent 40%, transparent),
	radial-gradient(circle at 50%  100%, #0066cc 10%, #3366cc 11%, #3366cc 23%, #0066cc 24%, #0066cc 30%, #3366cc 31%, #3366cc 43%, #0066cc 44%, #0066cc 50%, #3366cc 51%, #3366cc 63%, #0066cc 64%, #0066cc 71%, transparent 71%, transparent),
	radial-gradient(circle at 100% 50%, #0066cc 5%, #3366cc 6%, #3366cc 15%, #0066cc 16%, #0066cc 20%, #3366cc 21%, #3366cc 30%, #0066cc 31%, #0066cc 35%, #3366cc 36%, #3366cc 45%, #0066cc 46%, #0066cc 49%, transparent 50%, transparent),
	radial-gradient(circle at 0    50%, #0066cc 5%, #3366cc 6%, #3366cc 15%, #0066cc 16%, #0066cc 20%, #3366cc 21%, #3366cc 30%, #0066cc 31%, #0066cc 35%, #3366cc 36%, #3366cc 45%, #0066cc 46%, #0066cc 49%, transparent 50%, transparent);
	background-size:100px 50px;	   
}