/*news tabs*/
#tabKUOW img, #tabNPR img, #tabBBC img{margin:5px 0 0;padding:0;}
#tabKUOW ul, #tabNPR ul, #tabBBC ul, #r_column #debate ul{
clear: both;
margin: 5px 0 0 15px;
padding: 0;
list-style: outside;
}
#tabKUOW ul li, #tabNPR ul li, #tabBBC ul li, #r_column #debate ul li{ 
color: #333; 
line-height: 18px; 
text-align: justify; 
margin: 0;
padding: 0;
}
#r_column #debate ul li a {color: #333;}
#tabKUOW ul li a, #tabNPR ul li a, #tabBBC ul li a{font-weight:bold;}
.tabs-hide {display: none;}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav li {
    float: left;
    margin: 0 5px 0 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    display: block;
    padding: 1px 9px;
	margin:0;
    position: relative;
    top: 1px;
    z-index: 2;
 	color: #6a9ca6; 
	font-weight: bold; 
	text-decoration: none;
    font-size: 11px; 
	background-color: #ddd;  
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #6a9ca6;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    display: block;
    color: #333;
	background: #fff;
	text-decoration: none;
	border-top: 1px solid #6a9ca6;
	border-left: 1px solid #6a9ca6;
	border-right: 1px solid #6a9ca6;
	border-bottom: 1px solid #fff;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear:both;
    border-top: 1px solid #6a9ca6;
    padding: 5px 0 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.tabs-container img{float: right; margin:0; padding: 2px; background-color:#6a9ca6;}*/
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}