/*
 * jQuery Styles for YAML.de
 *
*/
@media screen {
	.jquery_tabs
	{
		overflow:hidden;
		margin-top:10px;
		font-family:Tahoma, Arial, sans-serif;
		font-size:.75em;
	}
	
	.jquery_tabs h4
	{
		display:none;
	}
	
	.jquery_tabs ul
	{
		overflow:hidden;
		margin:0 3px;
		padding:0;
		border-bottom:1px solid #ED9600;
		height:22px;
	}
	
	.jquery_tabs .content
	{
		margin:0 5px;
		padding:4px 0;
	}
	
	.jquery_tabs .content *
	{
		margin:0;
	}
	
	.jquery_tabs ul li
	{
		float:right;
		margin:0 .3em 0 0;
		list-style-type:none;
		line-height:1.5em;
	}
	
	.jquery_tabs ul li a
	{
		display:block;
		width:auto;
		font-weight:700;
		font-size:1.2em;
		border-top:1px solid #ED9600;
		border-left:1px solid #ED9600;
		border-right:1px solid #ED9600;
		background:#C10000;
		color:#fff;
		margin:0;
		padding:.2em .3em;
	}
	
	.yamltabsanchor
	{
		position:absolute;
		left:-999em;
	}
	
	.jquery_tabs ul li a:focus,.jquery_tabs ul li a:hover,.jquery_tabs ul li a:active
	{
		background:#fff;
		font-weight:700;
		color:#C10000;
		text-decoration:none;
		border-bottom:0 #eee solid;
	}
	
	.jquery_tabs ul li.current a,.jquery_tabs ul li.current a:focus,.jquery_tabs ul li.current a:hover,.jquery_tabs ul li.current a:active
	{
		color:#9F9F9F;
		text-decoration:none;
		font-weight:700;
		background:#fff;
		border-top:1px solid #ED9600;
		border-left:1px solid #ED9600;
		border-right:1px solid #ED9600;
	}
}

.js .jquery_tabs .current-info,.js .jquery_tabs .accessibletabsanchor
{
	position:absolute;
	left:-999em;
}