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

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#container {
	margin:0px 0px 0px 0px;
	padding:10px;
	background:url(../images/box-bg.jpg) #2B3C46 repeat-x top left;
	clear:both;
}
#container ul {
	margin:0px;
	padding:0px !important;
	list-style-type:none;
}
.tabs-nav li {
    float: left;
    margin:0px !important;
	padding:0px !important;
	background:none !important;
	
}
.tabs-nav li a{
	text-decoration:none !important;	
}
.tabs-nav li a:hover{
	text-decoration:none !important;	
}
.tabs-nav a, .tabs-nav a {
    display: block;
    padding: 0px 32px 0px 20px;
	*padding: 0px 17px 0px 20px;
	margin:0px 1px 0px 0px !important;
    background-color:#eee;
	line-height:45px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px !important;
	color:#333;
	float:left;
	text-align:left;
	text-decoration:none;
	font-weight: bold;
	outline:none;
}
.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 0px;
    padding-right: 0;
}
.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 0px;
}
.tabs-nav .tabs-selected a:hover span {
    padding-top: 0px;
}
.tabs-nav a:hover {
	background-color:#35b8e4;
	color:#fff !important;
	height:45px;
}
.tabs-nav .tabs-selected a {
	background-color:#8FC529;
	color:#fff;
	height:45px;
}
.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 img{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
} */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container img{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.tabs-container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff !important;
	text-decoration:none;
	margin:0px;
    padding: 20px;
	clear:both;
    background: #8FC529; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-container ul{
	margin:15px 0px 0px 0px !important;
	padding:0px;
	list-style:disc !important;
}
.tabs-container ul li{
	margin:0px 0px 0px 14px;
	padding:0px;
	float:left;
	width:240px;
	line-height:20px;
}
.tabs-container ul li a{
	margin:0px;
	padding:0px;
	color:#fff;
	text-decoration:none;
}
.tabs-container ul li a:hover{
	text-decoration: underline;
	color:#fff;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}
