﻿@media screen {    
	.tabs-hide {
        display: none;
    }
}

/* Skin */
.tabs-nav {
	list-style:none outside none;
	margin:3px 10px 0 0;
	padding:0;
	position:absolute;
	top:-30px;
	right:0px
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: right;
    margin:0px;
    text-align:center
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav li a {
    padding:5px 10px 8px 10px;
    color: #59522B;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
    height:15px;
    line-height:100%;
}

.tabs-nav li {
    color: #59522B;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
    height:25px;
    line-height:100%;
    margin-left:2px;
    border:1px solid #E3D5AE;
    background:transparent url('../../images/tab_selected_over.png') repeat-x;
}

.tabs-nav li.tabs-selected {
    background:transparent url('../../images/tab_selected_back.png') repeat-x;
    border-right:1px #E3D5AE solid;
    border-left:1px #E3D5AE solid;
    border-top:1px #E3D5AE solid;
    border-bottom:1px #F3F1E6 solid;
}



.tabs-nav a:hover {
    outline: 0; /* prevent dotted border in Firefox */
    height:25px;
    padding:5px 10px 8px 10px;
}

.tabs-nav .tabs-selected a,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-selected a:hover {
    color: #59522B;
    height:25px;
    outline: 0; /* prevent dotted border in Firefox */
    padding:5px 10px 8px 10px;
    font-weight:bold;
    text-align:center;
}
.tabs-nav a.tab1{
	border-right:none
}


.tabs-nav a, .tabs-nav .tabs-disabled a:hover{
    background-position: 100% -100px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 0px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	text-align:justify;
	margin-top:10px;
	padding:10px
}

