/* 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;
    }
}

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

.ui-tabs-panel { /* the main content-section of the tabbed area NOT the tabs themselfes */
	width:880px;
    padding: 15px;
	border-top: 1px solid #004C32;
	border-left: 1px solid #004C32;
	border-right: 1px solid #004C32;
	border-bottom: 1px solid #004C32;
	background: url(images/bg_leadarticle.jpg) /* 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-nav { /* the whole area of the tabs navigation above the tabbed-content */
    list-style:none;
    margin:0px;
    padding:0px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin:0 1px 0 0;
    min-width: 85px; /* be nice to Opera */
}
.ui-tabs-nav .ui-tabs {
    display:block;
    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: #999;
    font-weight:bold;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
	border:1px solid #004C32;
    white-space:nowrap; /* required in IE 6 */    
    outline:0; /* prevent dotted border in Firefox */
}


.ui-tabs-nav .ui-tabs:hover { /* here´s to define the hover effect of the tabs */
    background:#ccc;
	color:#fff;
}


.ui-tabs-selected .ui-tabs { /* the effects of the currently selected tab */
	background-color:#fff;
    color:#999;
	border-bottom:1px solid #fff;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs, 
.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav .ui-tabs, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, 
.ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs a:active,
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, 
.ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; 
	background-color:#333;
	color:#fff;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
div.table { display:table; border-collapse:collapse; }
div.tr { display:table-row; }
div.td1 {
	display:table-cell;
	width: 360px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div.td2 {
	display:table-cell;
	padding:5px;
	width: 5px;
}
div.td3 {
	display:table-cell;
	border:0px solid #DFDFDF;
	padding:5px;
	width: 210px;
	vertical-align: top;
}

.titles { 
font-weight: normal; 
font-size: 24px; 
text-decoration: none;
color:#FF4E00;
}
div.table1 { 
	display:table; 
	border-collapse:collapse;
	width: 500px;
	border: 5px; }
div.tr1 { display:table-row; }
div.td11 {
	display:table-cell;
	width: 360px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div.td22 {
	display:table-cell;
	padding:5px;
	width: 5px;
}
div.td33 {
	display:table-cell;
	border:0px solid #DFDFDF;
	padding:5px;
	width: 210px;
	vertical-align: top;
}

.titles { 
font-weight: normal; 
font-size: 22px; 
text-decoration: none;
color:#cccccc;
}