@charset "utf-8";
/* CSS Document */

/* 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 {
    #news .ui-tabs-nav {

    }
}

/* Skin */
#news .ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana,Arial,  Helvetica, Arial, sans-serif;
    font-size: 11px;
}
#news .ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:20px;
	background:#ededed url(../images/homepage_features_bg.png) bottom;
}
#news .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#news .ui-tabs-nav li {
	float: left;
	margin: 0;
	min-width: 50px; /* be nice to Opera */
}
#news .ui-tabs-nav a, 
#news .ui-tabs-nav a span {
	display: block;
	padding: 0;
	/*background: url(../images/tab_homepage.png) no-repeat;*/
}
#news .ui-tabs-nav a {
	margin: 0px; /* position: relative makes opacity fail for disabled tab in IE */
	color: #3d3f47;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	white-space: normal; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
	padding: 4px 10px;
}
#news .ui-tabs-nav .ui-tabs-selected a {
	top: 0px;
	z-index: 2;
	margin-top: 0px;
	color: #3d3f47;
	position: relative;
	background:#e8e8e8;
	border:1px solid #cacaca;
	border-bottom:none;
}
#news .ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
}
*>#news .ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#news .ui-tabs-nav .ui-tabs-selected a span {


}
#news .ui-tabs-nav .ui-tabs-selected a, #news .ui-tabs-nav a:hover, #news .ui-tabs-nav a:focus, #news .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
#news .ui-tabs-nav a, #news .ui-tabs-nav .ui-tabs-disabled a:hover, #news .ui-tabs-nav .ui-tabs-disabled a:focus, #news .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
#news .ui-tabs-nav .ui-tabs-selected a span, #news .ui-tabs-nav a:hover span, #news .ui-tabs-nav a:focus span, #news .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
#news .ui-tabs-nav a span, #news .ui-tabs-nav .ui-tabs-disabled a:hover span, #news .ui-tabs-nav .ui-tabs-disabled a:focus span, #news .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
#news .ui-tabs-nav .ui-tabs-selected a:link, #news .ui-tabs-nav .ui-tabs-selected a:visited, #news .ui-tabs-nav .ui-tabs-disabled a:link, #news .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor:default;
}
#news .ui-tabs-nav a:hover, #news .ui-tabs-nav a:focus, #news .ui-tabs-nav a:active,
#news .ui-tabs-nav .ui-tabs-deselectable a:hover, #news .ui-tabs-nav .ui-tabs-deselectable a:focus, #news .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: default;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
#news .ui-tabs-panel {
	padding:10px 20px 0 20px;
}
.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html #news .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #news .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;
}

#news{display:none;}

