@charset 'utf-8';

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */


body {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-shadow: #000 0px 1px 1px;
	font-weight: normal;
}


#navigation a {
	text-decoration: none;
	color: #CCC;
	text-shadow: none;
}

#table_content table a {
	text-decoration: none;
}

#table_content table a:hover {
	text-decoration: underline;
}

#navigation a:focus,
#navigation a:hover,
#navigation a:active {
	color: #fff;
	text-shadow: none;
}


h1,
h2{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: -3px;
}

h1 small{
	font-size: 12px;
	margin-left: 15px;
}

#container{
	width: 945px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

/* ============== Header  */

#header{
	width: 850px;
	height: 40px;
	border: 1px solid #666;
	margin-bottom: 12px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 750px 15px;
}

#header a{
	color: #fff;
	text-shadow: #3A526D 1px 2px 1px;
	text-decoration: none;
}

#subline{
	font-size: 12px;
}
	

/* ============== Navigation  */

#navigation{
	background-color: #000;
	width: 160px;
	float: left;
	padding: 15px 15px 15px 15px;
	margin-right: 20px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#flattr {
	margin-top: 20px;
	margin-bottom: -10px;
}

#projekktor #nav_projekktor,
#flarevideo #nav_flarevideo,
#videojs #nav_videojs,
#jwplayer #nav_jwplayer,
#kaltura #nav_kaltura,
#html5media #nav_html5media,
#jmediaelement #nav_jmediaelement,
#oiplayer #nav_oiplayer,
#hvideo #nav_hvideo,
#jqueryvideo #nav_jqueryvideo,
#video_for_everybody #nav_video_for_everybody,
#open_video_player #nav_open_video_player,
#h5vp #nav_h5vp,
#mediaelementjs #nav_mediaelementjs,
#sublimevideo #nav_sublimevideo,
#uppod #nav_uppod,
#leanback #nav_leanback,
#mooplay #nav_mooplay,
#osm #nav_osm,
#jplayer #nav_jplayer{
	font-weight: bold;
}


/* ============== Main  */

#main{
	background-color: #000;
	width: 640px;
	float: left;
	padding: 15px 25px 20px 25px;
	margin-right: 20px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

*/
}

#main p {
	margin-bottom: 10px;
}

#main a,
#foot a {
	color: #FFFFFF;
	text-decoration: underline;
}

#main a:hover,
#foot a:hover {
	text-decoration: none;
}

#main small {
	font-size: 12px;
}

#info{
	font-size: 16px;
	margin-bottom: 2px;
}

#meta{
	float: left;
	text-transform: lowercase;
	width: 550px;
}

#download{
	float: left;
	border-radius: 4px;
}

}

hr{
	border: none;
	border-top: 1px solid #fff;
}

#noborder{
	border: none;
}

#content{
	clear: both;
	padding-top: 15px;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#custom-vid {
	margin-top:30px;
}

#content p{
	margin-top: 10px;
}

#foot {
	width: 640px;
	padding: 15px 25px 20px 25px;
	position: relative;
	clear: both;
	margin-left: 215px;
	
}

#source {
	height: 100px;
	font-size: 13px;
	text-shadow: none;
	position: absolute;
	right: 0px;
}

#credentials{
	height: 100px;
	font-size: 13px;
	text-shadow: none;
	position: absolute;
	left: 0px;
}


/* ============== Table  */

#table_content{
	clear: both;
	text-align: justify;
	line-height: 1.3;
}
table{
	font-size: 13px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 640px;
	margin-bottom: 15px;
}

thead th {
	vertical-align: bottom;
	border-right: none;
}

th:first-child{
	width: 100px;
	text-align: left;
}

th, td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px 0px 3px 0px;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	font-family: "helvetica", arial;
	text-shadow: none;
}

.endrow{
	border-right: none;
}

#endcol{
	border-bottom: none;
	border-bottom: 1px solid #fff;
}

tr:hover td,
tr:hover th{
	background-color: rgba(255,255,255,0.1);
}

button {
	font-family: "Arial Unicode  MS", Arial, sans-serif;
}
