.active_tab {
	display: block;
}

.inactive_tab {
	display: none;
}

.tab_header {
	padding: 0 5px 5px;
	margin-left: 2px;
}

.active_tab_header {
	color: #111111 !important;
	font-weight: bold;
	background: #eeeeee;
	text-decoration: none;
}

.inactive_tab_header {
	color: #555555 !important;
}
