/*

Tabs - important styles to ensure accessibility in print

*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	#column2 .tabs-hide {
	    display: none;
	}
}
@media print {
	#column2 .anchors {
	    display: none;
	}
}

/*

Tabs - not important for accessibility, just for the look of it...

*/
#column2 .anchors {
	margin: 0;
	padding: 0 0 1px;
}
#column2 .anchors:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
#column2 .anchors li {
	list-style: none;
	float: left;
	margin: 0 -1px 0 0;
}
#column2 .anchors a {
	display: block;
	position: relative;
	top: 1px;
	border: 1px solid #666;
	border-bottom: 0;
	z-index: 1;
	padding: 2px 9px 1px;
	color: #000;
	text-decoration: none;
	background: #fc0;
}
#column2 .anchors .tabs-selected a {
/*    padding-bottom: 2px; */
	font-weight: bold;
}

#column2 .anchors .tabs-selected a,
#column2 .anchors .tabs-selected a:hover,
#column2 .anchors .tabs-selected a:focus,
#column2 .anchors .tabs-selected a:active
{
	color: #000;
	background: #A3D4F1;
	border-bottom: 0;
}
#column2 .fragment {
	color: #000;
	background: #A3D4F1;
	border: 1px solid #666;
}
#column2 .anchors .tabs-selected a:link,
#column2 .anchors .tabs-selected a:visited,
#column2 .anchors .tabs-disabled a:link,
#column2 .anchors .tabs-disabled a:visited
{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
	border-bottom: 0;
}
#column2 .anchors a:hover, .anchors a:focus, .anchors a:active
{
	color: #c00;
	background: #fe0;
	border-bottom: 0;
	cursor: pointer;
}
#column2 .anchors .tabs-disabled
{
	opacity: .4;
}
#column2 .anchors .tabs-disabled a:hover,
.anchors .tabs-disabled a:focus,
.anchors .tabs-disabled a:active
{
	background: transparent;
}
#column2 .fragment {
	padding: 8px 8px 8px 8px;
	width:495px;
	overflow:auto
}
#column2 .anchors .tabs-selected .tabs-loading {
	padding-left: 25px;
	background-image: url(loading.gif);
	background-position: 4px 50%;
	background-repeat: no-repeat;
}

#column2 .tabset_label
{
	display:none
}
