@charset "utf-8";
/* CSS Document */

body{
	margin:1%;
}

video{
    position:relative;
	/*background:#000000;*/
}

.wrapper{
	position:absolute;
	width:98%;
	min-width:480px;
	max-width:100%;
	height:470px;
}

.container{
    position:absolute;
	width:71%;
    min-width:320px;
    /*max-width:540px;*/
	left:0px;
	z-index:3;
	border-right:3px solid #102931;
	background:#000000;
}

#playlist {
    position: absolute;
	background-color:#1e4856;
    display: block;
    height: 444px;
	top:0px;
	right:29%;
    width: 26%;
    z-index: 2;
	border-top:3px;
	border-right:3px;
	border-bottom:3px;
	border-left:0px;
	border-style:solid;
	border-color:#102931;
	overflow:auto;
}

#tooltip_text{
	color:#eee;
	font-family: sans-serif;
	font-weight: bold;
	font-size:14px;
	padding-left:15px;
	line-height:2.0;
	background-color:#102931;
	text-align:center;
	text-transform:uppercase;
	margin-left:-18px;
}

.video{
	width:100%;
}

.vidlink_container{
	background:none;
	cursor:pointer;
	color:#eee;
}

.vidlink_container:hover{
	background:rgba(255, 255, 255, 0.8);
	color:#000;
     box-shadow
    -webkit-box-shadow: 0 0 20px #ffffff;
    -moz-box-shadow: 0 0 20px #ffffff;
    box-shadow: 0 0 20px #ffffff;
}

.vidlink{
	list-style:none;
	font-family: sans-serif;
	font-weight: normal;
	font-size:13px;
	margin:0;
	padding:0;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	overflow-style:marquee-block;
}

#tocbtnclk{
	position:absolute;
	z-index:1;
	float:left;
	top:0px;
	right:27%;
	/*max-width:30px;*/
	width:2%;
	height:auto;
}

#tocbtnclk:hover{
	cursor:pointer;
}

.footertxt{
	position:relative;
	margin-top:450px;
	z-index:1;
	width:71%;
	height:20px;
	text-align:center;
}

.activeClass{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    box-shadow
    -webkit-box-shadow: 0 0 20px #ffffff;
    -moz-box-shadow: 0 0 20px #ffffff;
    box-shadow: 0 0 20px #ffffff;
    color: #000;
}




/*.vidlink_container2{
	background:none;
	color:#eee;
}

#playlist2 {
    position: absolute;
	background-color:#1e4856;
    display: block;
    height: 444px;
	top:0px;
	right:29%;
    width: 26%;
    z-index: 2;
	border-top:3px;
	border-right:3px;
	border-bottom:3px;
	border-left:0px;
	border-style:solid;
	border-color:#102931;
	overflow:auto;
}

#tocbtnclk2{
	position:absolute;
	z-index:1;
	float:left;
	bottom:20px;
	right:27%;
	width:2%;
	height:auto;
	display:none;
}

#tocbtnclk2:hover{
	cursor:pointer;
}

.vidlink2{
	margin:0;
	padding:0;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}

.vidlink2 p {
	font-family: sans-serif;
	font-weight: normal;
	font-size:13px;
	margin:0;
	padding:0;
	margin-bottom:1em;
}*/