.tab_panel {
	clear:left;
	/*border-top:1px solid #fff;*/
}

.tab_panel p {
	margin:0.5em 0;
}

.tab_panel select {
	width:100%;
}

.tab_panel_link {
	/*width:102px;*/
	font-family:helvetica, arial;
	font-size:13px;
	padding-right:12px;
	color:yellow;
	float:left;
	margin:5px 0;
}

.tab_panel_link.active_tab {
	color:#fff;
}

.tab_panel_link a {
	color:#B2E12A;
}

.tab_panel_link.active_tab a {
	color:#fff;
}

.tab_panel_link a:hover {
	text-decoration:none;
	color:#fff;
}

.tab_panel table {
	width:100%;
	border-spacing:0;
}

.tab_panel td {
	font-size:12px;
	padding:5px 10px 5px 0;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #B2E12A;
}

.tab_panel tr.last td {
	border:none;
}

.tab_panel td a {
	color:#B2E12A;
}

.tab_panel a:hover {
	color:#fff;
}
