*{
	margin: 0;
	padding: 0;	
	font-family : verdana;
	letter-spacing : normal;
	font-weight: normal;
	font-size: 12px;
}

BODY {
	background-color : #ffffff;
	padding : 0;
	margin : 0;
}

#main{
	background-color : #ffffff;
	padding-top : 11px;
	padding-bottom : 100px;
	padding-left : 50px;
	padding-right : 10px;
	text-align : left;
	line-height : 17px;
	text-indent : -1px;
}

A.red_all_underline {
	color: #FF0033;
	text-decoration: none;
}

A.red_all_underline:hover {
	color: #FF0033;
	text-decoration: underline;
}

div.frame_grey{
	background-color : #ffffff;
	padding : 22px 0px 0px 0px;
	margin-bottom : 8px;
	margin-top : 5px;
	text-align : left;
	margin-right : 9px;
}


div.frame_white{
	background-color : #ffffff;
	width : 877px;
	color : #666666;
	padding : 5px 0px 7px 9px;
	text-align : left;
	border: solid;
	border-color: #666666;
	border-width : 1px 1px 1px 1px;
	margin-left : 0;
	margin-right : 9px;
	line-height : 20px;
	margin-top : 9px;
	margin-bottom : 0;
}

/****************************************/
/* LeanBack Player | HTML5 Media Player */
/* Release: 0.8.x 						*/
/****************************************/
/* LeanBack Player - no HTML5, no Flash */
.leanback-player-html-fallback {position: relative; text-align: center; font: 13px/1.231 arial, helvetica, sans-serif !important; color: #000 !important; z-index: 1002;}
.leanback-player-html-fallback img {border: 1px solid #555; z-index: 1000;}
.leanback-player-html-fallback div {position: absolute; width: auto; min-width: 220px; height: 20px; bottom: -2px; left: 0; right: -2px; margin: 0; border: 1px solid #555; padding: 5px 5px 0; background: #fff; z-index: 1001;}
.leanback-player-html-fallback a {font-size: 12px; color: #000 !important; text-decoration: none;}
.leanback-player-html-fallback a:hover {border-bottom: dotted 1px #000;}
.leanback-player-audio .leanback-player-html-fallback {position: relative; min-width: 220px !important; height: 20px !important;}
.leanback-player-audio .leanback-player-html-fallback div {bottom: auto; left: auto; right: auto;}
/************************************/
/* LeanBack Player - Flash Fallback */
.leanback-player-flash-fallback {position: absolute; margin: auto; text-align: center; border: 1px solid #555; z-index: 1003;}
/*******************/
/* IFrame Settings */
iframe.h5_lb_player_smallscreen::-webkit-scrollbar, iframe.h5_lb_player_fullscreen::-webkit-scrollbar {display: none;}
iframe.h5_lb_player_fullscreen {
	position: absolute !important; top: 0; left: 0; border: 0;
	z-index: 9999;
}
iframe.h5_lb_player_smallscreen {
	margin: 0 !important; padding: 0 !important; overflow: hidden;
	z-index: 1000;
}
body.h5_lb_iframe {
	position: absolute !important; border: 0 !important; margin: 0 !important; padding: 0 !important; top: 0 !important; right: 0 !important; left: -2px !important; bottom: 0 !important;
}


.player{
	border: solid;
	background-color: #4e1919;
	margin : 15px 0px 1px 0;
}
.player{
	/* fix: prevent button to be focused on Android */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.video_name{
	font-size : 36px;
	font-family:Times New Roman,serif;
	text-align : center;
	padding-bottom : 6px;
	text-indent : -3px;
}

.note{
	font-weight : bold;
	text-align : left;
	margin-top : 48px;
	margin-bottom : 2px;
	font-size : 13px;
	padding-right: 10px;
	margin-right: 0px;
}

.upload{
	font-weight : bold;
	text-align : left;
	margin-top : 18px;
	margin-bottom : 2px;
	font-size : 13px;
}

.files{
	text-align : left;
	line-height : 20px;
	margin-top : 9px;
}

.copy{
	text-align : left;
	font-weight : bold;
	padding-top : 42px;
	margin-bottom : 10px;
	font-size : 13px;
}

.leftfloat{
	float: left;
	line-height : 40px;
}

.clear{
	clear: both;
}