body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Tahoma, Verdana, sans-serif;
	overflow:hidden;
	-webkit-text-size-adjust:none;
}

h1 {
	color: white;
	text-shadow: 1px 1px 2px #999;
	font-size: 10pt;
	position:fixed;
	width: 115px;
	left: 135px;
	top: 5px;
}
h2 {
	margin:5px 5px 0px;
	padding:0;
	font-size:10pt;
	text-align: center;
}
h3 {
	margin: 3px 0;
	font-size: 8pt;
	text-shadow: 1px 1px 2px #999;
	text-align:left;
}

select {
	text-align:center;
}

img {
	border:none;
}

canvas {
	background-color:black;
	color:white;
}
p {
	font-size: 9pt;
	padding: 0 10px;
	margin: 3px 0;
}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#CCC;
}
a:hover{
	text-decoration:underline;
	color:#999;
}
/* Main Containers & canvas */
#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: black;
}
#canvas {
	position:absolute;
	top:33px;
	left:225px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	background-color:black;
}
#video {
	position:absolute;
	top:33px;
	left:225px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	background-color:black;
	z-index: 40;
}
/* Left Panel Styles */
#panelleft {
	position:absolute;
	top:33px;
	left:0px;
	width:215px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	background-color: black;
	overflow: hidden;
}
#logo {
	float: left;
}
#calendarselect {
	float: left;
	margin-top: 5px;
	height: 190px;
	overflow:hidden;
}
#calendardisable {
	display:none;
	position:relative;
	top:0px;
	margin-top: 5px;
	height: 190px;
	z-index:90;
	background-color: rgba(0,0,0,0.8);
}
#timeselectdiv{
	position:absolute;
	top:33px;
	left:225px;
	width:125px;
	background-color: rgba(255,255,255,0.6);
	border: #000 1px solid;
	z-index: 100;
	display: none;
}
#timeselect {
	width: 100%;
	height: 97%;
	overflow-x: hidden;
	overflow-y: auto;
}
#thumbnailpreview{
	float: left;
	background-color: black;
	margin-top: 5px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#zoomcontrols{
	
}
#zoomslider {
	float:left;
	width: 130px;
	height: .5em !important;
	margin: 10px;
}
#settings{
	position:absolute;
	left:3px;
	bottom:3px;
	width:208px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}
#imagetools {
	position:absolute;
	top: 25px;
	left: 50%;
	margin-left: -94px;
	width: 182px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#socialmedia {
	position:absolute;
	top: 137px;
	left: 50%;
	margin-left: -94px;
	width: 182px;
	margin-top: 5px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#link {
	border:0px;
}
#infodiv {
	position:absolute;
	top: 270px;
	left: 50%;
	margin-left: -94px;
	width: 182px;
	margin-top: 5px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
/* Right Panel Styles */
#panelright {
	position:absolute;
	top:33px;
	right:0px;
	width:215px;
	background-color: black;
}
#scenesdiv {
	height: 200px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	margin-bottom: 3px;
	overflow-y: auto;
	overflow-x: hidden;	
}
#votediv {
	height: 114px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 3px;	
}
#addbestof{
	position:relative;
	width:188px;
	top: 2px;
	left: 50%;
	margin-left:-94px;
}
#commentsdiv {	
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: hidden;	
}
#submitcomment{
	background-color:black;
	border-width: 1px;
	color: white;
	border-radius: 3px;
	margin-top: 10px;
}
#commentOutput {
	overflow: auto;
}
/* Button Containers */
#controls {
	background: black;
	position:absolute;
	height: 39px;
	width: 320px;
	bottom: 0px;
	left: 50%;
	margin-left: -160px;
}

/* Floating divs */
/* Labels */
#title{
	position:absolute;
	top: 3px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	color: white;
	text-shadow: 1px 1px 2px #BBB;
	font-size: 14pt;
	margin-top: 3px;
	padding:0 1px 0;
	background-color: black;
	border: white 0px solid;
	text-align:center;
	border-radius: 5px;
	font-weight:bold;
}
#imagedatetime {
	position:absolute;
	bottom: 10px;
	right: 5px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #BBB;
	font-size: 12pt;
	margin-top: 3px;
	padding:0 1px 0;
	background-color: black;
	border: white 0px solid;
	text-align:center;
	border-radius: 5px;
}
#voteslabel {
	display:none;
	position:absolute;
	top: 32px;
	left: 50%;
	width: 130px;
	margin-left: -65px;
	color: black;
	text-shadow: 1px 1px 2px #999;
	font-size: 10pt;
	margin-top: 6px;
	padding:0 1px 0;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	text-align:center;
	border-radius: 5px;
}
#scenelabel{
	position:absolute;
	top: 5px;
	right: 5px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #BBB;
	font-size: 12pt;
	margin-top: 3px;
	padding:0 1px 0;
	background-color: black;
	border: white 0px solid;
	text-align:center;
	border-radius: 5px;
}
#returnlink{
	position:absolute;
	top: 5px;
	left: 1px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #BBB;
	font-size: 12pt;
	margin-top: 3px;
	padding:0 1px 0;
	background-color: black;
	border: white 0px solid;
	text-align:center;
	border-radius: 5px;
}
/* Email Div styles */
#email {
	display: none;
	width:300px;
	position: absolute;
	top:200px;
	left:50%;
	margin-left:-150px;
	color: #000;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
	z-index: 25;
}
#form {
	margin: 5px;
	padding: 5px;
	font-size: 10pt;
}
#send {
	background-color:black;
	border:0px;
	color:white;
	width:100px;
	border-radius: 4px;
}
#send:hover {
	background-color:#333;
}
#emailresult {
	border:none;
	width:250px;
	height:40px;
	overflow:hidden;
}
/* Stats div */
#stats{
	position:absolute;
	bottom:1px;
	left: 10px;
	width: 350px;
	height: 35px;
	
}
#imagesize{
	position:absolute;
	bottom:12px;
	left:20px;
	z-index: 20;
	font-size: 8pt;
	font-weight:bold;
}
#imageindex{
	position:absolute;
	bottom:12px;
	left:120px;
	z-index: 20;
	font-size: 8pt;
	font-weight:bold;
}
#progressbar{
	position:absolute;
	left: 10px;
	bottom: 10px;
	width: 180px;
	height: 15px;
	margin: 5px 0px 0 0;
}
/* Tools Div Styles */	
#compare {
	margin-right: 5px;
	margin-top: 5px;

}
#hdenable {
	margin-right: 5px;
	margin-top: 5px;

}
#interval {
	float: right;
}
/* Best Of & Comments Div styles */
#trophy {
	display:none;
	position:absolute;
	bottom:4px;
	left:40px;
	z-index: 25;
}

#votescount{
	font-weight: bold;
}


.button {
	display: inline;
	text-align: center;
}
.floater {
	z-index: 25;
	padding: 0 3px 5px;
	position: absolute;
	width: 300px;
	top: 36px;
	color:black;
	background-color: rgba(255,255,255,0.6);
	border: black 2px solid;
	border-radius: 5px;
}
.section{
	float:left;
	width: 187px;
	margin: 3px 0;
}
.intdiv{
	float:left;
	border: 1px solid #000;
	width: 290px;
	margin: 3px 0;
	border-radius: 3px;
}
.intdiv h2 {
	margin: 5px 10px 5px 20px;
}
.intdiv select {
	margin: 3px 0 4px;
	margin-right: 15%;
}
.top {
	padding: 1px 2px;
}
.social {
	padding: 5px 2px;
}
.link {
	margin: 0 0 -5px 0;
}
.copytext {
	width: 90%;
	margin-left: 5%;
}
.photo1 {
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
}
.sstn {
	position:relative;
	left:50%;
	margin-left: -43px;
	margin-top:6px;
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
}
.current {
	background-color: #FFF700;
}
.times {
	text-align:center;
	color: #000;
	font-size:14px;
}
.close {
	position:absolute;
	top:3px;
	right:3px;
}
.center {
	text-align:center;
}
.header {
	float:left;
	clear:both;
	width:100%;
}
.left {
	float: left;
}
.right{
	float: right;
}
.dark {
	color:#000;
}
.clickable {
	cursor:pointer;
}
.ui-datepicker{
	width:208px;
	margin-top: 0;
}
.ui-dialog-titlebar {
	padding: 1px
}
.ui-dialog-title {
	font-size:10pt;
}
.ui-slider-handle {
	width: .5em !important;
	top: -.5em !important;
	margin-left: -.3em !important;
}
.commentinfo {
	font-size:10pt;
	font-weight: bold;
}