/* 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... */
.tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.tabs-nav {
	display: none;
}
}
/* Skin */
/*#tabs-content {
	margin: 0 0 10px;
	position: relative;
	width: 390px;
	float: left;
}
#tabs-content .tabs-nav {
	list-style: none;
	margin: 0;
	height: 22px;
}
#tabs-content .tabs-nav:after { 
	clear: both;
	content: " ";
}
#tabs-content .tabs-nav li {
	float: left;
	height: 22px;
	min-width: 20px;
}
#tabs-content .tabs-nav a {
	padding: 2px 0;
}
#tabs-content .tabs-nav a span {
	border-left: 1px solid #C5C5C5;
	padding: 0px 7px;
}
#tabs-content .tabs-nav li.first a span {
	border-left: none;
	padding: 0px 7px 0 0;
}
#tabs-content .tabs-nav a {
	position: relative;
	z-index: 2;
	color: #C5C5C5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; 
}
#tabs-content .tabs-nav .tabs-selected a {
	color: #003399;
	position: relative;
	top: 1px;
	left: 1px;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	padding: 1px 0 3px;
	height: 18px;
}
#tabs-content .tabs-nav li.first.tabs-selected a {
	border-left: none;
}
#tabs-content .tabs-nav .tabs-selected a span {
	border: none;
}
#tabs-content .tabs-nav .tabs-selected a:link, #tabs-content .tabs-nav .tabs-selected a:visited, #tabs-content .tabs-nav .tabs-disabled a:link, #tabs-content .tabs-nav .tabs-disabled a:visited { 
	cursor: text;
}
#tabs-content .tabs-nav a:hover, #tabs-content .tabs-nav a:focus, #tabs-content .tabs-nav a:active { 
	cursor: pointer;
}
#tabs-content .tabs-nav .tabs-disabled {
	opacity: .4;
}
#tabs-content .tabs-container {
	padding: 5px 0 0;
	border-top: 1px solid #C5C5C5;
}
#tabs-content .tabs-loading {
	background: url(../images/loadround.gif) no-repeat 0% 50%;
	padding: 0 0 0 17px;
}*/

#news-content {
	position: relative;
	margin-bottom: 10px;
}
#news-content ul.tabs-nav {

}
#news-content ul.tabs-nav li {
	list-style-type: none;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	text-align: center;
	background: #F5F5F5;
	padding: 5px;
}
#news-content ul.tabs-nav li a {
	display: block;
	padding: 2px 0;
}
#news-content ul.tabs-nav li a span {
	display: block;
}
#news-content ul.tabs-nav li.tabs-selected {
	background: #F5F5F5;
	border-bottom: 2px solid #fff;
	border-right: none;
}
#news-content .tabs-container {
	background: #F5F5F5;
	overflow: hidden;
	min-height: 350px;
	width: 85%; 
	float: right;
	padding: 10px 0;
	margin-left: -5px;
}
#news-content .tabs-loading span {
	background: url(../images/load-squad.gif) no-repeat center 5px;
	padding: 20px 0 0;
}

#directors-list img {
	width: 392px;
	padding: 0;
	margin-bottom: 5px;
}

#directors-list ul li {
	background: none;
	padding: 0 0 5px 5px;
}
