/* Skin */
#container-4 { /* the whole container with all elements of the tabbed section */
margin: 20px 0 20px 0 ;
}

.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:580px;
    padding: 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: url(/images/bg_leadarticle.jpg); background-repeat:repeat-x; background-color:#E6E3D3; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.ui-tabs-panel .title { /* for the headlines in the tabbed section */
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #840000;
	text-transform:none;
	letter-spacing:normal;

}

    .ui-tabs {
    display:block;
	width:85px;
    padding:5px;
    background:#E6E3D3;
	margin:1px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	position: relative;
    top:1px;
    z-index:2;
    color: #333;
    font-weight:bold;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
	border:1px solid #ccc;
    white-space:nowrap; /* required in IE 6 */    
    outline:0; /* prevent dotted border in Firefox */
}





