@import url(http://fonts.googleapis.com/css?family=Cabin);
@media print
{
	body {
		font-family: Arial, Helvetica, sans-serif !important;
	}
	#panelleft, #panelright, #returnlink, #controls, #email, #timeselectdiv, #markupdiv, #refreshbtn, #title, #imagedatetime, #scenelabel {
		display: none;
	}
	* {
		color:black;
	}
	#canvas {
		margin-left: -200px;
	}
	#imagedatetime {
		position:absolute;
		top:3px;
		left:3px;
	}
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Cabin, sans-serif;
	overflow:hidden;
	-webkit-text-size-adjust:none;
	text-shadow:1px 1px 2px #000;
}

h1 {
	color: white;
	text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
	font-size: 14pt;
	text-align: center;
}
h2 {
	margin:5px 5px 0px;
	padding:0;
	font-size:12pt;
	text-align: center;
	font-weight: 700;
}
h3 {
	margin: 3px 0;
	font-size: 9pt;
	text-align:left;
}

select {
	text-align:center;
}

img {
	border:none;
}

canvas {
	color:white;
}
p {
	font-size: 9pt;
	padding: 0 5px;
	margin: 3px 0;
}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#CCC;
}
a:hover{
	text-decoration:none;
	color:#FFD900;
}
input[type="checkbox"] {
	margin: 2px;
}
/* Main Containers & canvas */
#redir {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: url("http://static1.video-monitoring.com/img/gray_jean.png");
	color:black;
	display:none;
	z-index: 100;
}
#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(http://static2.video-monitoring.com/img/debut_dark.png) repeat;
}
#canvas {
	position:absolute;
	top:33px;
	left:225px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#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:218px;
	padding: 0 3px 3px;
	border-radius: 3px;
	overflow: hidden;
}
#logo {
	float: left;
}
#calendarselect {
	float: left;
	margin-top: 0px;
	height: 190px;
	overflow:hidden;
	text-shadow:0 0 0;
}
#calendardisable {
	display:none;
	position:absolute;
	top:-3px;
	width:220px;
	margin-top: 5px;
	z-index:90;
	background-color: rgba(0,0,0,0.8);
}
#timeselectdiv{
	position:absolute;
	top:36px;
	left:228px;
	width:125px;
	background-color: rgba(255,255,255,0.5);
	border: #000 1px solid;
	z-index: 100;
	text-shadow:0 0 0;
	display: none;
}
#timeselect {
	width: 100%;
	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: 105px;
	height: .5em !important;
	margin: 10px;
}
#settings{
	position:absolute;
	left:3px;
	bottom:0px;
	width:212px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}
#imagetools {
	float:left;
	width: 182px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#imagetools select {
	width: 120px;
}
#socialmedia {
	float:left;
	width: 182px;
	margin-top: 5px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}

#markups {
	float:left;
	width: 182px;
	margin-top: 5px;
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
}
#infodiv {
	float:left;
	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;
}
#scenesdiv {
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	margin-bottom: 3px;
	overflow-y: auto;
	overflow-x: hidden;	
}
#community {
	padding: 3px;
	border: white 1px solid;
	border-radius: 3px;
	overflow-y: auto;
	overflow-x: hidden;	
}
#votediv {
	float:left;
	margin-bottom: 3px;	
}
#commentsdiv {	
	float:left;
	margin-bottom: 3px;	
} 
.w130 {
	width:130px;
}
#submitcomment{
	background-color:black;
	border-width: 1px;
	color: white;
	border-radius: 3px;
	margin-top: 10px;
}
#commentOutput {
	overflow: auto;
}
/* Button Containers */
#controls {
	position:absolute;
	height: 39px;
	width: 216px;
	bottom: 0px;
	left: 50%;
	margin-left: -108px;
}
#refreshbtn {
	position: absolute;
	top:2px;
	left:3px;
}
#fscanvas{
	position:absolute;
	z-index: 20;
	top:3px;
	right:3px;
}
/* Markup styles */
#markupdiv{
	position:absolute;
	top:36px;
	right:220px;
	width:125px;
	background-color: rgba(255,255,255,0.5);
	border: #000 1px solid;
	z-index: 100;
	text-shadow:0 0 0;
	display: none;
}
#texttooloptions{
	display:none;
}
#shapetooloptions{
	display:none;
}
#linetooloptions{
	display:none;
}
.button1{
	background-color:black;
	border-width: 0px;
	color: white;
	border-radius: 4px;
	margin: 3px;
	width:135px;
}
.button2{
	background-color:black;
	border-width: 0px;
	color: white;
	border-radius: 4px;
	margin: 3px;
	width:100px;
}
.section1{
	float:left;
	width:124px;
}
.tool {
	float:left;
	margin:4px;
}
#tooloptions{
	float:left;
	width:117px;
	margin-left:3px;
	border: 1px solid #000;
	border-radius: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* Labels */
#title{
	position:absolute;
	top: 3px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	margin-top: 3px;
	padding:0 1px 0;
}
#imagedatetime {
	position:absolute;
	bottom: 10px;
	right: 5px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
	font-size: 12pt;
	margin-top: 3px;
	padding:0 1px 0;
	text-align:center;
}
#scenelabel{
	position:absolute;
	top: 5px;
	right: 25px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
	font-size: 12pt;
	margin-top: 3px;
	text-align:center;
}
#returnlink{
	position:absolute;
	top: 5px;
	left: 25px;
	width: 200px;
	color: white;
	text-shadow: 1px 1px 2px #000, -1px -1px 3px #000;
	font-size: 12pt;
	margin-top: 3px;
	text-align:center;
}
/* Email Div styles */
#email {
	display: none;
}
#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;
}
/* Save div */
#saveimg {
	display:none;
}
#imgtosave {
	margin-left:25px;
}
#save {
	display:none;
}
#currentimg {
	margin-left:25px;
}

/* Markup pwd */
#pwprompt {
	display:none;
}
/* Tools Div Styles */	
#compare {
	margin-right: 5px;
	margin-top: 5px;

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

/* 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;
}
.floater300 {
	z-index: 25;
	padding: 0 3px 5px;
	position: absolute;
	width:300px;
	left:50%;
	margin-left: -150px;
	top: 100px;
	color:black;
	background: url("http://static1.video-monitoring.com/img/gray_jean.png");
	border: black 2px solid;
	border-radius: 5px;
	text-shadow:0 0 0;
}
.floater400 {
	z-index: 25;
	padding: 0 3px 5px;
	position: absolute;
	width:400px;
	left:50%;
	margin-left: -200px;
	top: 100px;
	color:black;
	background: url("http://static1.video-monitoring.com/img/gray_jean.png");
	border: black 2px solid;
	border-radius: 5px;
	text-shadow:0 0 0;
}
.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 {
	float:left;
	margin: 6px 0 5px 12px;
	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;
}
.clear {
	clear: both;
}
.clearl {
	clear:left;
}
.clearr {
	clear:right;
}
.right{
	float: right;
}
.help {
	padding:3px 3px 0;
	cursor: help;
}
.dark {
	color:#000;
}
.clickable {
	cursor:pointer;
}
.ui-datepicker{
	width:213px;
	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;
}