* {
	margin:0;
	padding:0;
	}
html,body{
	height:100%;
	}
body, table{
	font:7.5pt Tahoma, Verdana, Arial, Helvetica;
	}
body{
	background-color:#fff;
	color:#fff;
	text-align:center;
	line-height:1.4em;
	}
table{
	border-collapse:collapse;
	margin:0 auto;
	text-align:left;
	}
table td{
	background:#999 url(/images/beamreels/styles/default/body-bg-grey.png) repeat-x top;
	}
table.red td{
	background-color:#c20100;
	background-image:url(/images/beamreels/styles/default/body-bg-red.png);
	}
table.green td{
	background-color:#85dc7e;
	background-image:url(/images/beamreels/styles/default/body-bg-green.png);
	}
table.blue td{
	background-color:#83beff;
	background-image:url(/images/beamreels/styles/default/body-bg-blue.png);
	}
#container{
	position:relative;
	height:100%;
	}
#content{
	padding:20px;
	float:left;
	}
#play{
	height:auto;
	float:left;
	padding-right:20px;
	}
#reel{
	width:300px;
	float:left;
	}
#clips-list{
	list-style-type:none;
	}
#clips-list li {
	width:100%;
	float:left;
	padding-bottom:5px;
	}
#clips-list li img{
	float:left;
	clear:left;
	}
#clips-list li .details{
	float:left;
	display:block;
	height:3em;
	padding-top:2px;
	}
#clips-list li .details span{
	display:block;
	line-height:1.5em;
	}
#header{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px center;
	height:5.5em;
	width:100%;
	line-height:5.5em;
	}
#header h1{
	font-size:1.8em;
	text-align:right;
	padding-right:20px;
	color:#000;
	}
#header.dark{
	background-color:#343434;
	}
#header.dark h1{
	color:#fff;
	}
#contact-details{
	font-weight:bold;
	}
dl{
	padding:0 0 2em 0;
	line-height:1.4em;
	}
dt{
	display:none;
	}
dd{
	display:block;
	font-weight:bold;
	}
dl.metadata{
	width:100%;
	float:left;
	clear:left;
	}
.metadata dt{
	float:left;
	display:block;
	clear:left;
	margin-right:1ex;
	font-weight:bold;
	}
.metadata dd{
	font-weight:normal;
	}
#video-size{
	line-height:3em;
	}

ul.archive-file{
	list-style-image: none;
	list-style-type: none;
}
ul.archive-file li.file {
	padding-bottom:5px;
}
	
/* HEADINGS */
h2{
	display:none;
	}
	
/* LINKS */
a{
	text-decoration:none;
	color:#00ff00;
	font-weight:bold;
	}
#clips-list a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}
#clips-list a img{
	margin:2px 7px 2px 2px;
	}
li.active a{
	color:#00ff00;
	font-weight:bold;
	}
#clips-list li.active a img{
	border:2px solid #00ff00;
	margin:0 5px 0 0;
	}
.blue li.active a, .green li.active a, .blue a, .green a{
	color:#ffc700;
	}
.blue #clips-list li.active a img, .green #clips-list li.active a img{
	border-color:#ffc700;
	}
.red li.active a, .red a{
	color:#a2c1ff;
	}
.red #clips-list li.active a img{
	border-color:#a2c1ff;
	}
/* MISC */
img{
	border:0;
	}
img.clipframe-1{
	width:40px;
	height:30px;
	background:url(/images/beamtv/default/ico_data_medium.gif) no-repeat;
	}
p{
	padding-bottom:0.8em;
	}
	
/* DOUBLE SIZE */
.doublesize #container{
	padding:0;
	}
.doublesize #play{
	width:auto;
	float:none;
	text-align:center;
	padding-right:0;
	}
.doublesize #reel{
	width:auto;
	float:none;
	}
.doublesize #reel li{
	width:auto;
	}
.doublesize #reel .details{
	display:none;
	}
.doublesize #paging{
	clear:left;
	}
.doublesize #clips-list a img{
	margin:2px 0;
	}
.doublesize #clips-list li.active a img{
	margin:0;
	}
/*align the download links with the filename */	
ul.archive-file {
	text-align:left;
	padding:0px 0px 10px 0px;
}
ul.archive-file li.filename {
	display:block;
	clear:left;
}
ul.archive-file li.filename div{
	width:240px; 
	overflow:hidden; 
	float:left;
}

/* PODCAST */
ul.podcast{
	clear:left;
	list-style-type:none;
	}
ul.podcast li{
	background:url(/images/channel/ico_rss_small.gif) no-repeat left;
	padding-left:20px;
	height:2em;
	line-height:2em;
	}
