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

#updateCenter #mainContent #tabs a
{
	color: #fff;
}

#updateCenter #mainContent #tabs li.tabs-selected  a {
    color: #666;
}

/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
	background: url( "off_left.gif" ) no-repeat scroll left top transparent;
	text-align: center;
	margin: 0px 2px 0px 2px;
	padding-left: 2px;
}

.tabs-nav li.tabs-selected {
	background: #fff;
	background: url( "on_left.gif") no-repeat scroll left top transparent;
	padding-left: 3px;
}

.tabs-nav a {
    display: block;
	background: url("off_right.gif") no-repeat scroll right top transparent;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
	padding: 8px 12px 8px 12px;
}

.tabs-nav li.tabs-selected a {
	background: url( "on_right.gif") no-repeat scroll right top transparent;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
    cursor: text;
	text-decoration: none;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    cursor: pointer;
	text-decoration: underline;
}

.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
	background: url("tabShadowTop2.gif") no-repeat scroll center top transparent;
	margin-top: -4px;
	padding-top: 8px;
	position: relative;
	z-index: 1;
}

.tabContent {
	background: url("table_bot.gif") no-repeat scroll center bottom transparent;
	height: auto !important;
	min-height: 400px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; 
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
*/