﻿/*	
	v1.0 - upload to aws



*/
[unselectable=on] { -moz-user-select: none; -khtml-user-select: none; user-select: none; }

html {
	padding : 0;
	margin : 0;
	height : 100%;
	width : 100%;
	overflow:hidden;
}

body{
	font : 0.9em "Century Gothic", Arial, Helvetica, sans-serif;
	background:#1F1F1F;
	padding : 0;
	margin : 0;
	height : 100%;
	width : 100%;
	background-image:url('../images/bg-dark.jpg')
}

#content{
	overflow:hidden;
	position:absolute;
	display : block;
	width:100%;
}

#header{
}

#header_img
{
	padding:0;
	margin:0;
	position:absolute;
	width:240px;
	background:transparent;
	top:14px;
	border:0;
	text-shadow: none;
	right:10px;
	cursor: pointer;
	/*opacity:0.3;
    filter:alpha(opacity=30); */ /* For IE8 and earlier */
    z-index:300;
}
#header_img img{
	width: 		240px;
}
#editor{
	background:transparent url(../images/missingOnPurpose.png) no-repeat;
	cursor: pointer;
	border: 0;
	width: 48px;
	height: 48px;
}

.main-nav-large{
	display:inline-block;
	vertical-align: middle;
	cursor:pointer;
	margin-top:-9px;
	border:0;
	padding:0;
	text-shadow: none;
	width: 60px;
	height: 60px;
	z-index:2;
	position: relative;
}
#mainNav_img{
	margin-left:10px;
	background:transparent url(../images/mainNav_back.png) no-repeat 0 0;

}
#nav-play{
	background:transparent url(../images/button_double_play.png) no-repeat 0 0;
}
#nav-pause{
	background:transparent url(../images/button_double_pause.png) no-repeat 0 0;
}
#mainNav_img:hover,#nav-play:hover,#nav-pause:hover{
	background-position: 0 -60px;
}


.footer{
	background : #CCF;
	height:10px;
}

.disable{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
     user-select: none;
 }

.nav-button{
	transition-property:all;
	transition-duration:0.15s;
	transition-timing-function:linear;
	transition-delay:0s;
	-moz-transition-property:all;
	-moz-transition-duration:0.15s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay:0s;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.15s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;
	height:52px;
	padding:0;
	margin:0;
	position:absolute;
	width:48px;
	background:transparent;
	top:275px;
	z-index:10;
	border:0;
	cursor: pointer;
	text-shadow: none;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.nav-button-large{
	width: 60px;
	height: 60px;
	padding:0;
	margin:0;
	position:absolute;
	background:transparent;
	top:275px;
	z-index:10;
	border:0;
	cursor: pointer;
	text-shadow: none;
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.nav-left{
	background:transparent url(../images/mainNav_left.png) no-repeat;
	background-position:0px 0;
	left:-14px;
	}
.nav-right{
	background:transparent url(../images/mainNav_right.png) no-repeat;
	background-position:0px 0;
	right:-14px
	}
		
.nav-right:hover,.nav-left:hover{
	background-position: 0 -60px;
	}

.text{
	display:inline-block;
	vertical-align: middle;
}

#staticText{
    overflow:visible;
    top:-20px
}

.label_loading{
   	position: relative;
   	top: 50px;
   	left: 50px;
   	max-width:300px;
}

li
{
  margin-left:-6px;   
}