/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

#new-in-corrections{
	float:left;
	display:block;
	width:214px;
	margin:0px;
	padding:0px;
}

#breaking-news{
	float:left;
	display:block;
	width:248px;
	margin:0px;
	padding:0px;
}


#new-in-corrections{
	margin-right:10px;
}

#breaking-news a.viewall,
#new-in-corrections a.viewall{
	display: block;
	float:right;
	width:auto;
	height:20px;
	width:40px;
	padding-right:20px;
	background:url(../images/arrow-more-4.gif) no-repeat top right;
	text-transform:uppercase;
	font-size:10px;
}

/* Skin */


#new-in-corrections .ui-tabs-nav {
	display:block;
	width:214px;
    list-style: none;
    margin: 0;
	float:right;
	padding-bottom:20px;
}

#breaking-news .ui-tabs-nav{
	display:block;
	width:248px;
	height:20px;
    list-style: none;
    margin: 0;
	float:right;
	padding-bottom:20px;
	padding-top:5px;
	border-top: #F0EEEA solid 1px;
}

#breaking-news .ui-tabs-nav li,
#new-in-corrections .ui-tabs-nav li {
	display:block;
    margin: 0 0 0 0px;
	padding-bottom:5px;
	float:left;
	width:10px;
}

#breaking-news .ui-tabs-nav a, .ui-tabs-nav a span,
#new-in-corrections .ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
	text-transform:uppercase;
	color: #FFA51F;
}

#breaking-news .ui-tabs-nav a , 
#new-in-corrections .ui-tabs-nav a {
   	padding-left: 0;
    color: #27537a;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    

}

#breaking-news .ui-tabs-nav .ui-tabs-selected a ,
#new-in-corrections .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #000;
	text-decoration:underline;
	color: #FFA51F;
} 

#breaking-news .ui-tabs-nav a span , 
#new-in-corrections .ui-tabs-nav a span {
    width: 10px; 
    height: 18px; /* IE 6 treats height as min-height */
    padding-right: 0;
}

#breaking-news h3,
#breaking-news h3 a,
#new-in-corrections h3,
#new-in-corrections h3 a{
	font-size: 16px;
	color:#006699;
	font-weight: bold;
	text-decoration: none;
}

#new-in-corrections h3{
	color: #FFA51F;
	width:214px;
	border-bottom: #F0EEEA solid 1px;
	padding: 0 0 5px 0;
	margin:0px;
}

#breaking-news h3{
	color: #FFA51F;
	width:248px;
	border-bottom: #F0EEEA solid 1px;
	padding: 0 0 5px 0;
	margin:0px;
}

#new-in-corrections .ui-tabs-panel {
	width:214px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#breaking-news .ui-tabs-panel {
	width:248px;
}

#new-in-corrections .ui-tabs-panel ul {
	margin:0px 0px 5px 0px;
	padding:0px 0px 10px 20px;
	border-bottom: #F0EEEA solid 1px;
	list-style:none;
	list-style-type:none;
}

#breaking-news .ui-tabs-panel ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	list-style-type:none;
}

#new-in-corrections .ui-tabs-panel li {
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	line-height:1.5em;
	list-style:url(../images/icon-list-arrow-lg.gif);
	list-style-image:url(../images/icon-list-arrow-lg.gif);
	/*list-style:none;
	list-style-type:none;*/
}

#breaking-news .ui-tabs-panel li {
	display:block;
	width:248px;
	list-style:none;
	list-style-type:none;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	line-height:1.5em;
	clear:both;

}

#new-in-corrections .ui-tabs-panel li a {
	text-decoration:none;	
}

#breaking-news .ui-tabs-panel li a {
	text-decoration:none;	
}



/* */

#breaking-news .ui-tabs-panel li{

}

#breaking-news ul li .date{
	display:block;
	background:url(../images/list-icon-sm.gif) no-repeat 0px 2px;
	padding-left:16px;
	float:left;
	width:50px;
	padding: 0px 0 8px 16px;
	clear:left;
}

#breaking-news ul li .title{
	display:block;
	float:right;
	width:178px;
	padding: 0px 0 8px 0;
	clear:right;
}