.tabs {
	width: 544px;
	margin: 0px;
}
/*
.tabcontainer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-top: 1px solid #336666;
	border-bottom: 1px solid #336666;
	}
*/
.tab_active {
	color: #336666;
	border-right: 1px solid #336666;
	border-left: 1px solid #336666;
	border-top: 1px solid #336666;
	border-bottom: 1px solid #ffffff;
	float: left;
	width: 70px;
	height: 24px;
	cursor: default;
	font-weight: bold;
	padding-right: 14px;
	padding-left: 6px;
	padding-top: 1px;
	margin-right: 2px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

.tab_inactive {
	color: #ffffff;
	background-color: #7AB2C1;
	border-right: 1px solid #336666;
	border-left: 1px solid #336666;
	border-top: 1px solid #336666;
	border-bottom: 1px solid #336666;
	float: left;
	width: 66px;
	cursor: default;
	padding-left: 6px;
	padding-right: 14px;
	margin-right: 2px;
	margin-top: 3px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}

.tab_content {
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #336666;
	width: 520px;
	float: left;
	text-align: left;
	padding: 10px;
	margin-top: -1px;
}

