  /* This is the CSS for the Gel panels it includes support for Headings, Sub Heading, EMP and a Navigation bar */
div.emp{
	padding-bottom:7px;
}

/* Panel Frame */
.activePanel div.tb div {
	height:5px;
	opacity:0.75; 
	background-color:#000000;
}
#activePanel div.tl, #activePanel div.tr, #activePanel div.bl, #activePanel div.br {
	width:9px;
	height:9px;
}
#activePanel div.tl {
	background: white;
    margin-top: 5px;
}
#activePanel div.tr {
	background: white;
    margin-top: 5px;
}
#activePanel div.bl {
	background:url(/news/special/world/11/africa/libya_crisis/img/assets/panel/cbl.png);
}
#activePanel div.br {
	background:url(/news/special/world/11/africa/libya_crisis/img/assets/panel/cbr.png);
}
#activePanel div.bb div {
	height:5px; opacity:0.75; 
	background-color:#000000;
}
#activePanel div.c {
	margin:0 5px;
}
#activePanel div.tb div {
	background: white;
	opacity: 1;
}
#activePanel div.bb {
	border-color:#ededed !important;;
}
#activePanel div.c a.panel-close {
	margin-top:4px;
	width:15px;
	height:17px;
}
#activePanel div.c div.panel-bd div {
	font-size:13px;
	line-height:15px;
	color:#505050;
}
#activePanel div.c div.panel-bd div img {
	margin-bottom:16px;
	float:right;
	padding-left:16px; 
	display:inline-block;
}
#activePanel div.c div.panel-bd div p {
	font-size: 13px;
	color:#505050;
}

#activePanel div.bars,
#activePanel .tl,
#activePanel .tb,
#activePanel .tr,
#activePanel .bl,
#activePanel .bb,
#activePanel .br {
	display: none!important;
}

#activePanel div.panel-hd {
	font-size: 16px;
}

#activePanel div.c {
	padding-top: 4px;
}

#activePanel div.panel-ft {
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 13px;
}

/* Panel Navigation */
#activePanel div.panel-close, #activePanel .panel-light .panel-close{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/cross_button.gif")!important;
}
#activePanel div.panelNav{	
	float:left;
	height:18px;
	width:100%;
	padding-bottom:12px;
}
#activePanel div.leftBtn{
	width: 15px;
	height: 18px;
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/back_default.gif");
	float:left;
}
#activePanel div.leftBtn:hover{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/back_mouseover.gif");
}
#activePanel div.leftBtn:active{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/back_onpress.gif");
}
#activePanel div#count{
	float:left;
	text-align:center;
	width:90%;
	padding-top:2px;
}
#activePanel div.rightBtn{
	width: 15px;
	height: 18px;
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/next_default.gif");
	float:right;
}
#activePanel div.rightBtn:hover{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/next_mouseover.gif");
}
#activePanel div.rightBtn:active{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/next_onpress.gif");
}
#activePanel div.panel-close, #activePanel .panel-light .panel-close:hover{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/close_no_mouseover.gif")!important;
}
#activePanel div.panel-close, #activePanel .panel-light .panel-close:active{
	background:url("/news/special/world/11/africa/libya_crisis/img/assets/panel/close_no_onpress.gif")!important;
}
#activePanel div.panel-light .c {
	background:none repeat scroll 0 0 #ededed !important;
}

/* Image header with Clickable label */
span#clickity{
	display:inline;
	background-color:#404040; 
	padding: 4px 6px 4px 6px; 
	color: #ffffff;
}

.ie #activePanel div.tl,
.ie7 #activePanel div.tl,
.ie8 #activePanel div.tl {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/news/special/world/11/africa/libya_crisis/img/assets/panel/ctl.png', sizingMethod='scale');
}

.ie #activePanel div.tr,
.ie7 #activePanel div.tr,
.ie8 #activePanel div.tr {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/news/special/world/11/africa/libya_crisis/img/assets/panel/ctr.png', sizingMethod='scale');
}

.ie #activePanel div.bl,
.ie7 #activePanel div.bl,
.ie8 #activePanel div.bl {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/news/special/world/11/africa/libya_crisis/img/assets/panel/cbl.png', sizingMethod='scale');
}

.ie #activePanel div.br,
.ie7 #activePanel div.br,
.ie8 #activePanel div.br {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/news/special/world/11/africa/libya_crisis/img/assets/panel/cbr.png', sizingMethod='scale');
}	

.ie #activePanel div.bb div,
.ie7 #activePanel div.bb div,
.ie8 #activePanel div.bb div{
	FILTER: alpha(opacity=75);
	opacity: 1
}
.ie #activePanel div.tb div,
.ie7 #activePanel div.tb div,
.ie8 #activePanel div.tb div {
	FILTER: alpha(opacity=75);
	opacity: 1
}
.ie #activePanel div.bars,
.ie7 #activePanel div.bars,
.ie8 #activePanel div.bars{
	FILTER: alpha(opacity=75);
	opacity: 1
}