/* 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-nav {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
.tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
	margin:0 10px 0 0;
	padding:0;
}
.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected a span {
    display: block;
    padding: 0 10px;
    background: url(/images/placeholder/tab.jpg) no-repeat;
}
.tabs-nav .tabs-selected a {
    padding-left: 0;
    color: #000000;
    line-height: 2.0em;
    text-align: center;
    text-decoration: none;
	cursor:pointer;
    white-space: nowrap;
    background: url(/images/placeholder/tab1.jpg) no-repeat top right;
}
.tabs-nav a {
    line-height: 2.0em;
}
.tabs-nav .tabs-selected a:hover {
    text-decoration: none;
}
.tabs-nav a:hover {
    text-decoration: none;
}
.tabs-nav a span strong {
	font-size:1.2em;
}
*>.tabs-nav a span {
    width: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 5px;
	background-color:#f1f1f1;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    background: #f1f1f1;
	margin:0 25px 0 20px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/images/placeholder/loading.gif) no-repeat 0 50%;
}
#tab-1, #tab-2 {
	background-color:#f1f1f1;
	clear:both;
}
div.curveTop {
	background:transparent url(/images/placeholder/tr.jpg) no-repeat scroll right top;
	display:block !important;
	height:8px;
}
img.curveCorner {
	border:medium none;
	display:block !important;
	height:8px;
	width:8px;
}
div.curveBottom {
	background:transparent url(/images/placeholder/br.jpg) no-repeat scroll right top;
	clear:both;
}