.panel {
	clear: both;
	display: none;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 160px;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 5px;
	background-color: #FFFFFF;
	color: #FFCC00;
}

#tabs {
	height: 25px;
	list-style: none;
	font-size: 12px;
	margin-top: 3px;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #FFFFFF;
	border-top: 2px solid #FFCC00;
	color: #666666;
	font-weight: bold;
}
#tab1 {
	background-image: url(../images/sctm_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#tab1 ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 30px;
	top: 70px;
}
#tab1 ul li {
	font-size: 85%;
	margin-bottom: 5px;
}
#tab1 ul li a {
	color: #006600;
}

#tab2 {
	background-image: url(../images/sctm_bg02.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#tab2 ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 130px;
	top: 20px;
}
#tab2 ul li {
	font-size: 85%;
	margin-bottom: 5px;
}
#tab2 ul li a {
	color: #993300;
}

#tab3 {
	background-image: url(../images/sctm_bg03.jpg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
#tab3 ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 20px;
	top: 10px;
}
#tab3 ul li {
	font-size: 85%;
	margin-bottom: 5px;
}
#tab3 ul li a {
	color: #006699;
}
