﻿/***********************************
		    MAIN STYLES
***********************************/
/** {
     text-shadow: 6px 6px 6px rgba(45,45,45,1);
}*/
html{
	width:100%;
	height:100%;	
}

body{
	width:100%;
	height:100%;	
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: TradeGothicRg, sans-serif, Helvetica, Arial;
	/*overflow: hidden;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}



/***********************************
		   CONTAINER STYLES
***********************************/

#container{
	position:relative;
	width:1000px;
	height:646px;	
	background-color:#000;
	margin: 0px auto;
	padding:0px;
	line-height:0px;
	overflow:hidden;
}

#logo{
	text-align:center;
	padding:25px 0px;
	cursor: pointer;
}

#contMenu{
	position:absolute;
	z-index:200;
	top:0px;
	left:0px;
	width:260px;
	height:100%;
	background-color:#2d2d2d;
	overflow:hidden;
}

#contPanel{
	position:absolute;
	z-index:100;
	top:0px;
	right:0px;
	width:410px;
	overflow:hidden;
}

#contStage{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;	
	width:1000px;
	height:646px;
	background:url('../images/playerbar-background.png') repeat-x bottom right;
}

#stageCaption{
	position:absolute;
	z-index:50;
	bottom:62px;
	right:0px;	
	width:auto;
	height:auto;
	display:table;
	/*background-color:#888;
	opacity:0.5;*/
}

#stageCaption p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	line-height:17px;
	width:auto;
	background-color:#000;
	color:#fff;
}

#stagePlayerBar{
	float:right;
	height:29px;
}

#stageVideo {
	margin-left:90px;
}

#disclaimer {
	position:absolute;
	bottom:0px;
	font-size:10.5px;
	color:#8e8e8e;
	width:240px;
	padding:10px;
	height:30px;
	line-height: 12px;
	z-index: 10000;
	background-color:#2d2d2d;
}

/***********************************
		    MENU STYLES
***********************************/

.lineLight{
	width:inherit;
	height:1px;
	background-color:#4a4a4a;	
}

.lineShadow{
	width:inherit;
	height:1px;
	background-color:#000;	
}

.categoryCont{
	width:inherit;
}

.categoryCont_open{
	width:inherit;
	background: #000000 url(../images/menugradient.png) repeat-x top left;
}

.categoryHeader{
	padding:20px 25px;
	font-size:16px;
	font-weight: bold;
	color:#959595;
	text-transform:uppercase;
	cursor:pointer;
	line-height: 12px;
	vertical-align: middle;
	padding-left:6px;
	text-indent: 15px;
	background:url(../images/item_closed.png) no-repeat 6px center;
}
.arrowhead {
	margin-right:6px;
}
.categoryHeader:hover {
	padding:20px 25px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
	line-height: 12px;
	vertical-align: middle;
	padding-left:6px;
	text-indent: 15px;
	background:url(../images/item_closed_over.png) no-repeat 6px center;
}

.categoryHeader_open{
	padding:20px 25px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
	line-height: 12px;
	vertical-align: middle;
	padding-left:6px;
	text-indent: 15px;
	background:url(../images/item_open_over.png) no-repeat 6px center;
}

/*.categoryHeader_open:hover {
	padding:20px 25px;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	vertical-align: middle;
	padding-left:6px;
	text-indent: 15px;
	background:url(../images/item_open_over.png) no-repeat 6px center;
}*/

.gradient {
  /* fallback */
  background-color: #252525;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#000000));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #252525, #000000);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #252525, #000000);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #252525, #000000);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #252525, #000000);
}

.featurePanelCont{
	display:none;
	background: transparent;
}

.featureListCont{
	padding:10px 0px 10px 15px;
	width:243px;
	background: transparent;
}

.featureCont{
	padding:5px 0px;
	background: transparent;

}

.featureHeader{
	padding:0px 20px;
	line-height: 16px;
	font-size:14px;
	font-weight: bold;
	color:#959595;	
	cursor:pointer;
	vertical-align: middle;
	padding-left:20px;
	background: transparent;
	background:url(../images/item_closed.png) no-repeat left top;
}

.featureHeader:hover{
	padding:0px 20px;
	line-height: 16px;
	font-size:14px;
	font-weight: bold;
	color:#FFF;	
	cursor:pointer;
	vertical-align: middle;
	padding-left:20px;
	background:url(../images/item_closed_over.png) no-repeat left top;
}

.featureHeader_open{
	padding:0px 20px;
	line-height: 16px;
	font-size:14px;
	font-weight: bold;
	color:#FFF;	
	cursor:pointer;
	vertical-align: middle;
	padding-left:20px;
	background:url(../images/item_open_over.png) no-repeat left top;
}

/*.featureHeader_open:hover{
	padding:0px 20px;
	line-height: 16px;
	font-size:14px;
	font-weight: bold;
	cursor:pointer;
	vertical-align: middle;
	padding-left:6px;
	text-indent: 15px;
	background:url(../images/item_open_over.png) no-repeat left center;
}
*/
.topiclistCont{
	padding:5px 0px;
	display:none;
}

.topicCont{
	padding:5px 20px 5px 40px;
}

.menuPlayIcon{
	margin-right:5px;
	display:inline-block;
	cursor:pointer;
	margin-left:-20px;
}

.topicTitle{
	display:inline;
	font-size:13px;
	font-weight: bold;
	color:#959595;
	width:160px;
	line-height:15px;
	vertical-align:top;
	cursor:pointer;
}

.menuCheckBox{
    display:inline;
	float:right;
	cursor:pointer;
}

.invisibleTextbox {
	margin:6px 0 0 13px;
	height:14px;
	border:none;
	background-color:transparent;
	font-size:12pt;
	width:150px;
	color:#a7a7a7;
}

.blueText {
	color:#1CB3FD;
}

.floatRight {
	float: right;
}

.fineText {
	font-size: 8pt;
}

.menuTopicSearch {
	padding:10px;
	border-bottom:1px solid #cccccc;
	cursor: pointer;
	text-align: left;
	line-height:14px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.menuTopicSearch .title {
	font-size: 14px;
	color:#000000;
	text-indent: 12px;
	background: url(../images/arrow-right.png) no-repeat top left;
}
.menuTopicSearch .desc {
	font-weight:normal;
	color:#a7a7a7;
	font-size: 75%;
	line-height:14px;
}

.playlistItem {
	padding:10px;
	cursor: pointer;
	text-align: left;
	line-height:14px;
}
.playlistItem .title {
/*	font-weight:bold;*/
	font-size: 14px;
	color:#000000;
}
.playlistItem .playing {
	color:#1CB3FD;
}

.playlistItem .viewed {
	color:#a7a7a7;
}

.noresults {
	color:#000000;
	margin: 10px;
}

.searchTextbox {
	border:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: left;
	vertical-align: middle;
	text-indent: 4px;
	padding:2px 32px 2px 0px;
	color:#a7a7a7;
	width:79%;
	margin:4px 0px 0 5px;
	background: #ffffff url(../images/search.png) no-repeat center right;
	font-size: 16px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#panelPlaylist {
	float:right;
	margin-right:10px;
	height: 26px;
	width:199px;
	background:url(../images/gradient.png) repeat-x top left;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
	font-size:11px;
	line-height: 24px;
	padding-top:5px;
	cursor: pointer;
	letter-spacing: 1px;
}
#panelPlaylist:hover {
	background:none;
	background-color: #1CB3FD;
}
#panelSearch {
	clear: both;
	float: right;
	height: 31px;
	width: 199px;
	background:url(../images/gradient.png) repeat-x top left;
}
#panelSearch:hover {
	background:none;
	background-color: #1CB3FD;
}

#panelSearchResults {
	clear: both;
	float:right;
	width:197px;
	height:265px;
	background-color: #f7f7f7;
	border: 1px solid #a7a7a7;
	padding-bottom: 5px;

}
#panelPlaylistList {
	float:right;
	margin-right:10px;
	width:187px;
	height:260px;
	background-color: #f7f7f7;
	border: 1px solid #a7a7a7;
	cursor: default;
	padding: 5px;
}

#searchResultsScroller {
	height: 230px;
	overflow-y:auto;
}

#closeSearch {
	line-height: 16px;
	font-size:12px;
	cursor: pointer;
	margin-top:8px;
	padding:5px 10px 0px 5px;
}
#closeSearch a {
	color: #1CB3FD;
	text-decoration: none;
}
#closeSearch a:visited {
	color: #1CB3FD;
}

#playlistScroller {
	height: 230px;
	overflow-y:auto;
}

#closePlaylist {
	line-height: 16px;
	font-size:12px;
	cursor: pointer;
	margin-top:3px;
	padding: 5px 5px 0px 5px;
}
#closePlaylist a {
	color: #1CB3FD;
	text-decoration: none;
}
#closePlaylist a:visited {
	color: #1CB3FD;
}

#searchList {
	padding-top:0px;
	line-height: 16px;
	font-size: 14px;
}

.overlay {
		position:absolute;
		top:300px;
		left:350px;
		width:500px;
		height:150px;
		font-size: 1.5em;
		font-weight: bold;
		padding-top:50px;
		vertical-align: middle;
		text-align: center;
		color:#000;
		line-height: 40px;
		z-index:5000;
		background-color:#fff;
		border:3px solid #808080;
		border-radius: 15px;
}

.mediumText {
	font-size: 11pt;
}

.greyText {
		color:#808080;
}

.overlay a {
		color:#808080;
		text-decoration: none;
		font-weight: normal;
}

#embedScript {
		width: 455px;
		height:88px;
		resize: none; 
}

