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

.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
	background:url(../images/overViewBg.gif) repeat-y;
	width:627px;
	border-bottom:#d3d3d3 1px solid;
	border-top:#d3d3d3 1px solid;
	float:left;
	padding:15px;
	margin:-2px 0px 0 1px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

