@charset "UTF-8";
/* CSS Document */

.tabbedpane .tab {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:178px;
	height:35px;
	margin-left:1px;
	border:1px solid #ccc;
	text-align:center;
	position:relative;
	bottom:-1px;
}

.tabbedpane .tab h1 {
	margin:0;
}

.tabbedpane .tab a {
	display:block;
	padding:8px 0;
}

.tabbedpane .tab a:hover {
	text-decoration:underline;
}

.tabbedpane .tab a:focus {
	outline:none;
}

.tabbedpane .tab a:focus .inner {
	outline:1px dotted;
}

.tabbedpane .tab.first {
	margin-left:0;
}

.tabbedpane .tab a {
	text-decoration:none;
	background:#fff;
}

.tabbedpane .controlpane {
	border:0 solid #ccc;
	border-bottom-width:1px;
	padding-left:20px;
}

.tabbedpane .viewpane {
	position:relative;
	background:url('../_images/_general/_tabs/content-bg.png') no-repeat;
	top:-1px;
}

.tabbedpane .content.initialized {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

.tabbedpane .tab.active a {
	background:url('../_images/_general/_tabs/tab-bg.png') repeat-x -1px;
}

.tabbedpane .tab.active {
	border-bottom:1px solid #fff;
}

.viewpane .content.active {
	display:block;
}

/*
.viewpane .content.active, .viewpane .content * {
	visibility:visible;
}
*/
