@CHARSET "UTF-8";
@IMPORT url("../../tabbedpane2.css");

#tpanebody {
	border-bottom: 1px solid #94a5b5;
	border-left: 1px solid #94a5b5;
	border-right: 1px solid #94a5b5;
	background-color: #ebf4fa;
}

#tpaneheader { /* background-color: #ffccee; */
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#tpaneheader div {
	border-bottom: 1px solid #94a5b5;
}

#tpaneheader li {
	background: url("leftpart.gif") no-repeat left top;
	border-bottom: 1px solid #94a5b5;
}

#tpaneheader a,
#tpaneheader span {
	background: url("rightpart.gif") no-repeat right top;
	font-weight: bold;
	color: #333;
	font-size: 10px;
}

#tpaneheader #current a,
#tpaneheader #current span {
	padding-bottom: 5px;
	font-size: 10px;
}

#tpaneheader a:hover,
#tpaneheader li:hover,
#tpaneheader li:hover a {
	font-size: 10px;
}
