.etabs {
	margin: 0;
	padding: 0;
}

.tab {
	display: inline-block;
	*display: inline;
	background: #eee;
	border: solid 1px #999;
	border-bottom: none;
}

.answered{
	background: #00cc00
}

.tab a {
	font-size: 13px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}

.tab a:hover {
	text-decoration: underline;
}

.tab.active {
	background: #fff;
	/*padding-top: 6px;*/
	position: relative;
	top: 1px;
	border-color: #666;
	border-top-width: 2px;
}

.answered.active {
	background: #00cc00;
}

.tab a.active {
	/*font-weight: bold;*/
}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
}

.tab-container div{
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
	padding: 10px;
}
