﻿html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
}

body {
	background-color:#0e0e0e;
	margin: 0px;
}


#header {
	width:100%;
	height:100px;
	border-bottom:4px solid #3da73c;
	overflow:hidden;
	position:relative;
}
#header.hidden {
	border-bottom:none;
}
#headerlayout {
	width:100%;
	height:100px;
	display:table;
	white-space:nowrap;
	position:absolute;
	bottom:0px;
}

#logo {
	width:116px;
	min-width:116px;
	height:100px;
	background-image:url(/images/logo.png);
	background-position:15px 10px;
	background-repeat:no-repeat;
	display:table-cell;
}

#title {
	padding-top:25px;
	padding-right:20px;
	cursor:default;
	display:table-cell;
	vertical-align:top;
	
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}
#title_name {
	height:30px;
	line-height:30px;
	color:#3da73c;
	font-size:30px;
}
#title_slogan {
	height:20px;
	line-height:20px;
	font-size:13px;
	margin-left:15px;
}

#promo {
	padding-top:30px;
	padding-right:20px;
	cursor:default;
	display:table-cell;
	vertical-align:top;
	
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
	
	height:20px;
	line-height:20px;
	font-size:20px;
}
#promo a {
	display: inline-block;
	text-align:center;
}

#menu {
	width:400px;
	padding-top:22px;
	padding-right:20px;
	display:table-cell;
	vertical-align:top;
	text-align:right;
}
#menu a {
	min-width:48px;
	padding-top:40px;
	display:inline-block;
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:30px;
	text-align:center;
}



#content {
	width:100%;
	height:100%;
	display:table;
	table-layout: fixed;
	position:relative;
}

#playerError {
    position:absolute;
    top:0;
    margin:20px;
    z-index:100;
    display:none;
}


#video {
	width:100%;
	max-width:0;
	display:table-cell;
	background-color:#000;
	line-height:0;
}
#flash.jwplayer {
	height:auto !important;
}
#flash.jwplayer .jw-aspect {
    display:block;
}


#chat {
	width:500px;
	border-left:8px solid rgba(0,0,0,0);
	display:table-cell;
	vertical-align:top;
	overflow:hidden;
	line-height:0px;
	background-color:#3da73c;
}
#chat.hidden {
	border-left:none;
}
#chat[style]{
  left:0 !important;
}
#chat iframe {
	width:100%;
	height:100%;
	position:absolute;
	border:none;
	background-color:#f4fff0;
}
#chat .ui-resizable-handle {
	width:8px;
	height:100%;
	position:fixed;
	top:auto;
	left:auto;
	right:500px;
	bottom:0px;
	background-image:url(/images/handle.png);
	background-position:center center;
	background-repeat:no-repeat;
}





