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

/*  --  TAB CONTAINERS  --  */
#devTabSources ul ul {
	margin-bottom: 1em;
}

#devTabSources ul span.topic {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted gray;
	display: block;
}

#devTabSources ul span.node {
	font-size: 0.8em;
}

#devTabServices tr td {
	font-size: 0.8em;
}

#devTabServices tr td div.request,#devTabServices tr td div.response {
	max-width: 100%;
	overflow: auto;
	max-height: 100px;
	border: 1px dotted #DFDFDF;
}

/*  --  TABS  --  */
.tabs-dev {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #BBB;
}

.tabs-dev:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.tabs-dev li {
	float: left;
	margin: 0px 4px 0px 0px;
	min-width: 75px; /* be nice to Opera */
}

.tabs-dev a,.tabs-dev a span {
	display: block;
	padding: 0px 5px;
	font-size: 1em;
}

.tabs-dev a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	border: 1px solid #BBB;
	border-bottom: 0px;
	background: #DDD;
	margin-top: 2px;
}

.tabs-dev .tabs-selected a {
	margin-top: 0px;
	color: #000;
	background: #FFF;
}

.tabs-dev .tabs-selected a,.tabs-dev a:hover,.tabs-dev a:focus,.tabs-dev a:active
	{
	outline: 0px; /* prevent dotted border in Firefox */
}

.tabs-dev a,.tabs-dev .tabs-disabled a:hover,.tabs-dev .tabs-disabled a:focus,.tabs-dev .tabs-disabled a:active
	{
	
}

.tabs-dev 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: 2px;
	padding-right: 0px;
}

*>.tabs-dev a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.tabs-dev .tabs-selected a span {
	padding-top: 5px;
}

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

.tabs-dev a span,.tabs-dev .tabs-disabled a:hover span,.tabs-dev .tabs-disabled a:focus span,.tabs-dev .tabs-disabled a:active span
	{
	
}

.tabs-dev .tabs-selected a:link,.tabs-dev .tabs-selected a:visited,.tabs-dev .tabs-disabled a:link,.tabs-dev .tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.tabs-dev a:hover,.tabs-dev a:focus,.tabs-dev a:active {
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

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

.tabs-dev-container {
	border: 1px solid #BBB;
	border-top: 0px;
	padding: 1em;
	background: #FFF;
	/* declare background color for container to avoid distorted fonts in IE while fading */
	color: #000;
}

.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}

.tabs-dev { /* auto clear */
	display: inline-block;
}

.tabs-dev .tabs-disabled {
	position: relative; /* fixes opacity */
	filter: alpha(opacity =   40);
}

.tabs-dev .tabs-disabled a span {
	_height: 19px;
	/* for some reason the height is 1px to less with opacity... */
	min-height: 19px; /* ...in both IE 6 and 7 */
}
