/* accessibility in print
--------------------------------*/

@media projection, screen {
	.tabs-hide {
		display:none;
	}
}

/* hide useless elements in print layout
--------------------------------*/

@media print {
	.tabs-nav {
		display:none;
	}
}

/* skin 
--------------------------------*/

#tab-content {
	background-color:#171717;
	border:1px solid #151515;
	padding:3px 0px 3px 0px;
}

.tabs-nav {
	margin:0px 0px 7px 7px;
}

.tabs-nav:after {
	display:block;
	clear:both;
	content:" ";
}

.tabs-nav li {
	float:left;
	margin-right:5px;
	border:none !important;
}

.tabs-nav li.last { margin:0; }

.tabs-nav a, .tabs-nav a span {
	display:block;
}

.tabs-nav a {
	position:relative;
	top:1px;
	z-index:2;
	font-size:10px;
	color:#CC9999; /*AFAC83;*/
	text-align:center;
	white-space:nowrap; /* IE 6 fix */
	text-transform:uppercase;
}

.tabs-nav .tabs-selected a {
	color:#FFFFFF;
}

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

.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-nav a span {
	background:#810E04 url(../images/tabnav-bg.gif) repeat-x 0 0;
	float:left;
	height:17px; /* IE 6 treats height as min-height */
	min-height:17px;
	line-height:17px;
	border:1px solid #A21102;
	padding:0 5px;
}

*>.tabs-nav a span { /* IE 6 fix */
	width:auto;
	height:auto;
}

.tabs-nav .tabs-selected a span {
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
}

.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 {
}

.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 fix */
	cursor:pointer;
	color:#FFFFFF;
}

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

.tabs-container {
	clear:left;
	background:#171717; /* IE fix */
	padding:0 4px;
}

.tabs-loading em {
	padding:0 0 0 20px;
}

.tabs-container ul li {
	display:block;
	background:transparent url('../images/widget-separator.gif') repeat-x 0 100%;
	line-height:30px;
	padding-bottom:2px;
}

#recent-entries ul li a, #recent-comments ul li span, #archives ul li a {
	background:transparent url('../images/wheelchair-disabled.gif') no-repeat 0px 0px;
	padding-left:16px;
}

.tabs-container a { color:#5F5F5F; }

.tabs-container a:hover { color:#ffffff; }

#tab-content { margin-bottom:7px; }

