@charset "utf-8";

/* ------------------ HTML and BODY ------------- */
html,body {height:100%; -webkit-overflow-scrolling: auto;}
	html > body #outer {height:auto}/*for mozilla */
	body{margin:0; background: #000; font-family:"Courier New", Courier, monospace; background-color:#000000;}
/* --------------------------------------------- */
/* ----------General Formatting ---------------- */
	ul, ol, dl {padding: 0; margin: 0;}
	h1, h2, h3, h4, h5, h6, p {margin-top: 0; padding-right: 15px; padding-left: 15px;}
	a img {border: none;}
	a:link {color: #FFF; text-decoration: none;}
	a:visited {color: #FFF; text-decoration: none;}
	a:hover, a:active, a:focus {text-decoration: underline; color: #9CF;}
/* ---------------------------------------------- */

/* --------------- Video CONTAINER ---------------------*/
video_container {display:block; margin:0 auto;
		   height:100%; width:100%; overflow: hidden;}
/* --------------- Heading ---------------------*/
video_heading {display:block; margin:0 auto; height:2%; width:100%;}
video_main {display:block; margin:0 auto; height:96%; width:100%;}
video_footing {display:block; margin:0 auto; height:2%; width:100%;}


/* -----------------------------------------------*/
video_ticket {display:block; float:left;
			  height:100%; width:20%;
			  overflow-y: auto; text-align: center;
			  color:#00FFCC;}

video_vspace {display:block; float:left;
			  width:1%; height:100%; 
			  background-color:#000;}

video_st_view {display:block; float:left;
			   width:79%; height:100%;
			   color:#00FFCC; text-align:center;}		 
/* -----------------Video Frame --------------------- */
	 video_title{display:block; float:left; 
		 		 width:98%; height: 8%;
		 		 text-align:center; color:#FFB200; font-weight: bold;
				 border:solid #09F thin; background-color: #000B33;}

	video_hspace {display:block; float:left;
				  width:100%; height:2%; 
				  background-color:#000;}

	 video_frame{display:block; float: left;
		 		 width:98%; height:70%;
		 		 margin:0 auto;}

	video_comment{display:block; float:left;
				  width:98%; height:15%; 
				  text-align:justify;
				  background-color: #000B33;}
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
 ticket{display:block; float:left; width:100%;}
			 
