@charset "UTF-8";
/* CSS Document */

.webphys_tabbed_sidebar.off #tabbed_sidebar_tabs {
	display: none;
}
.webphys_tabbed_sidebar.on #tabbed_sidebar_tabs {
/*	border-bottom: 2px solid #3C78A7; */
	display: block;
	height: 25px;
}
.webphys_tabbed_sidebar.on .tabbed-sidebar-tab-contents {
	border: 2px solid #3C78A7;
	margin-top: -3px;
}
.webphys_tabbed_sidebar.on .tabbed_sidebar_tab {
	border: none !important;
	background: none repeat scroll 0 0 #3C78A7 !important;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 3px 1px !important;
	padding: 6px 6px 5px 6px !important;
}
.webphys_tabbed_sidebar.on #tabbed_sidebar_tabs li:first-child {
	margin-left: 0 !important;
}
.webphys_tabbed_sidebar.on .webphys_tabbed_sidebar > div div {
/*	border: 1px solid #3C78A7; */
}
.webphys_tabbed_sidebar.on .tab_bar_tab_content {
	padding: 0 5px 5px 5px;
}
.webphys_tabbed_sidebar.on h3 {
	margin: 0 -5px 5px -5px !important;
}

.tabbed_sidebar_tab.on {
	color: #ffffff !important;
}
.tabbed_sidebar_tab.off {
	color: #DFDFDF !important;
}
.webphys_tabbed_sidebar.on .tabbed_sidebar_tab.off:hover {
	color: #ffffff !important;
}
.webphys_tabbed_sidebar.on .tab_bar_tab_content.on {
	display: block;
}
.webphys_tabbed_sidebar.on .tab_bar_tab_content.off {
	display: none;
}
.webphys_tabbed_sidebar.on .tab_bar_tab_content.on h3 {
	display: none;
}
.webphys_tabbed_sidebar.on .tab_bar_tab_content.off h3 {
	display: none;
}
