.tab, .tabBottom {
	background:#ffffff;
	border:solid 1px #dddddd;
	border-bottom:none;
	
	/*color:#FFFFFF;*/
	cursor:pointer;
	width:147px;
	height:26px;
	/*background-image: url(../images/tab_01.gif);*/
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}
.tabHover, .tabHoverBottom {
	background:#990000;
	border:solid 1px #990000;
	border-bottom:none;
	
	color:#FFFFFF;
	cursor:pointer;
	width:147px;
	height:26px;
	/*background-image: url(../images/tab_01_on.gif);*/
	vertical-align: middle;
	padding-left: 10px;
	font-size:10px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.dataTab {
	margin-bottom: 10px;
	padding: 0px;
	border:solid 1px #990000;
	text-align:center;
}
.dataTabTop { color:white; font-weight:bold; background:#990000; }
