/*
 * Glow JavaScript Library
 * Copyright (c) 2008 British Broadcasting Corporation
 */
.glow-cssTest {
	background:url(images/darkpanel/ctr.png);
	position:absolute;
	visibility:hidden;
	z-index:1234;
}
.glow-overlay {
	visibility:hidden;
	display:none;
	overflow:auto;
	position:absolute;
}
.glow-panel .c {
	background:#57585A url(images/darkpanel/bg.gif) repeat-x bottom;
	color:#fff;
	margin:0 10px;
}
.glow-panel .tr, .glow-panel .tl, .glow-panel .br, .glow-panel .bl {
	height:14px;
	overflow:hidden;
}
.glow-panel .tr, .glow-panel .br {
	float:right;
	width:14px;
}
.glow-panel .tr {
	background:url(images/darkpanel/ctr.png);
}
.glow-panel .tl {
	background:url(images/darkpanel/ctl.png);
}
.glow-panel .bl {
	background:url(images/darkpanel/cbl.png);
}
.glow-panel .br {
	background:url(images/darkpanel/cbr.png);
}
.glow-panel .tl, .glow-panel .bl {
	width:14px;
	float:left;
}
.glow-panel .tb, .glow-panel .bb {
	border:4px solid #57585A;
	border-width:0 0 4px 0;
	overflow:hidden;
	font-size:0;
}
.glow-panel .tb div, .glow-panel .bb div {
	height:10px;
	background:#fff;
	opacity:.5;
	font-size:0;
}
.glow-panel .bb {
	border-width:4px 0 0 0;
	border-color:#424243;
}
.glow-panel .tc {
	overflow:hidden;
	position:relative;
	zoom:1;
}
.glow-panel .bars {
	position:absolute;
	width:100%;
	padding-left:10px;
	height:2000px;
	background:#fff;
	opacity:.5;
	margin-left:-10px;
}
.glow-gecko .glow-panel .bars {
	background:url(images/darkpanel/transbg.png);
	opacity:1;
}
.glow-panel .c {
	position:relative;
	min-height:50px;
	overflow:auto;
}
.glow-panel .glow-panel-hd {
	border-bottom:1px solid #B0B0B0;
	padding:5px 10px 10px;
	font-weight:bold;
}
.glow-panel .glow-panel-hd * {
	margin:0;
	padding:0;
}
.glow-panel .glow-panel-bd, .glow-panel .glow-panel-ft {
	margin:0 10px;
}
.glow-panel .glow-panel-close {
	background:url(images/darkpanel/close.png);
	height:20px;
	width:20px;
	float:right;
	position:relative;
	margin:5px 10px 0 0;
	text-indent:-5000px;
}
.glow-panel-noHeader .glow-panel-hd {
	display:none;
}
.glow-basic .glow-panel .glow-panel-close {
	text-indent:0;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
}
.glow-basic .glow-panel .tb, .glow-basic .glow-panel .bb, .glow-basic .glow-panel .bars {
	visibility:hidden;
}
.glow-ie .glow-panel .tr {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/ctr.png', sizingMethod='crop');
}
.glow-ie .glow-panel .tl {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/ctl.png', sizingMethod='crop');
}
.glow-ie .glow-panel .bl {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/cbl.png', sizingMethod='crop');
}
.glow-ie .glow-panel .br {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/cbr.png', sizingMethod='crop');
}
.glow-ie .glow-panel .glow-infoPanel-pointerT {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/at.png', sizingMethod='crop');
}
.glow-ie .glow-panel .glow-infoPanel-pointerR {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/ar.png', sizingMethod='crop');
}
.glow-ie .glow-panel .glow-infoPanel-pointerB {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/ab.png', sizingMethod='crop');
}
.glow-ie .glow-panel .glow-infoPanel-pointerL {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/al.png', sizingMethod='crop');
}
.glow-ie .glow-panel .bars, .glow-ie .glow-panel .tb div, .glow-ie .glow-panel .bb div {
	opacity:1;
	filter:alpha(opacity=50);
}
.glow-ie .glow-panel .tb, .glow-ie .glow-panel .bb {
	zoom:1;
	z-index:-1;
	position:relative;
}
.glow-ie .glow-panel .c {
	filter:alpha(opacity=100);
}
.glow-ielt7 .glow-panel .tr, .glow-ielt7 .glow-panel .br {
	margin-left:-3px;
}
.glow-ielt7 .glow-panel .tl, .glow-ielt7 .glow-panel .bl {
	margin-right:-3px;
}
.glow-ielt7 .glow-panel .c {
	height:50px;
	overflow:visible;
}
.glow-ielt7 .glow-panel .glow-panel-bd {
	overflow:hidden;
}
.glow-panel-light .c {
	background:#fff url(/style/bg.gif) repeat-x bottom;
	color:#000;
}
.glow-panel-light .tb {
	border-color:#fff;
}
.glow-panel-light .bb {
	border-color:#E7E8E9;
}
.glow-panel-light .bars, .glow-panel-light .tb div, .glow-panel-light .bb div {
	background:#000;
	opacity:.26;
}
.glow-panel-light .tr {
	background:url(images/lightpanel/ctr.png);
}
.glow-panel-light .tl {
	background:url(images/lightpanel/ctl.png);
}
.glow-panel-light .bl {
	background:url(images/lightpanel/cbl.png);
}
.glow-panel-light .br {
	background:url(images/lightpanel/cbr.png);
}
html .glow-panel-light .glow-infoPanel-pointerT {
	background:url(images/lightpanel/at.png);
}
html .glow-panel-light .glow-infoPanel-pointerR {
	background:url(/style/ar.png);
}
html .glow-panel-light .glow-infoPanel-pointerB {
	background:url(/style/ab.png);
}
html .glow-panel-light .glow-infoPanel-pointerL {
	background:url(/style/al.png);
}
.glow-panel-light .glow-panel-close {
	background:url(/style/close.png);
}
.glow-gecko .glow-panel-light .bars {
	background:url(/style/transbg.png);
}
.glow-ie .glow-panel-light .tr {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/ctr.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .tl {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/ctl.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .bl {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/cbl.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .br {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/cbr.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .glow-infoPanel-pointerT {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/at.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .glow-infoPanel-pointerR {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/ar.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .glow-infoPanel-pointerB {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/ab.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .glow-infoPanel-pointerL {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//www.bbc.co.uk/glow/0.4.0/dist/widgets/images/lightpanel/al.png', sizingMethod='crop');
}
.glow-ie .glow-panel-light .bars, .glow-ie .glow-panel-light .tb div, .glow-ie .glow-panel-light .bb div {
	opacity:1;
	filter:alpha(opacity=26);
}
.glow-infoPanel .c {
	min-height:125px;
}
.glow-panel .glow-infoPanel-pointerT, .glow-panel .glow-infoPanel-pointerB, .glow-panel .glow-infoPanel-pointerL, .glow-panel .glow-infoPanel-pointerR {
	display:none;
}
.glow-infoPanel-pointT .glow-defaultSkin .glow-infoPanel-pointerT, .glow-infoPanel-pointL .glow-defaultSkin .glow-infoPanel-pointerL, .glow-infoPanel-pointR .glow-defaultSkin .glow-infoPanel-pointerR, .glow-infoPanel-pointB .glow-defaultSkin .glow-infoPanel-pointerB {
	width:48px;
	height:34px;
	overflow:hidden;
	position:relative;
	display:block;
}
.glow-infoPanel-pointL .glow-defaultSkin .glow-infoPanel-pointerL, .glow-infoPanel-pointR .glow-defaultSkin .glow-infoPanel-pointerR {
	width:34px;
	height:47px;
	left:0;
	z-index:1;
}
.glow-infoPanel-pointL .glow-defaultSkin .glow-infoPanel-pointerL {
	position:absolute;
}
.glow-panel .glow-infoPanel-pointerT {
	margin:0 0 -10px 45px;
	z-index:1000;
	background:url(images/darkpanel/at.png);
}
.glow-panel .glow-infoPanel-pointerB {
	margin:-10px 0 0 45px;
	background:url(images/darkpanel/ab.png);
}
.glow-panel .glow-infoPanel-pointerL {
	margin:54px 0 0 0;
	background:url(images/darkpanel/al.png);
}
.glow-infoPanel-pointL .glow-defaultSkin .pc {
	margin-left:24px;
}
.glow-panel .glow-infoPanel-pointerR {
	float:right;
	position:relative;
	margin:54px 0 0 -34px;
	background:url(images/darkpanel/ar.png);
}
.glow-infoPanel-pointR .glow-defaultSkin .pc {
	margin-right:24px;
}
.glow-ielt7 .glow-infoPanel .c {
	height:125px;
}
.glow-panel-noHeader .glow-defaultSkin .glow-infoPanel-pointerL, .glow-panel-noHeader .glow-defaultSkin .glow-infoPanel-pointerR {
	margin-top:33px;
}
.glow-panel-preload {
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-10px;
}
.glow-panel-preload .glow-panel-close {
	display:none;
	visibility:hidden;
}
.glow-panel-preload .glow-infoPanel-pointerT, .glow-panel-preload .glow-infoPanel-pointerR, .glow-panel-preload .glow-infoPanel-pointerB, .glow-panel-preload .glow-infoPanel-pointerL {
	display:block;
}
