@charset "utf-8";
/* CSS Document */

ol#tabbar{
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#tabbar li {
	float: left;
	margin: 0 1px 0 0;
	color: #004990;
}

ol#tabbar li a {
	background-color: #cbebf5;
	color: #004990;
	font-weight: bold;
	height: 19px;
	margin-left: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 3px;
}

ol#tabbar li.current a {
	background-color: #ffffff;
	color: #004990;
	font-weight: bold;
	height: 19px;
	margin-left: 4px;
	margin-right: 4px;	
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 3px;
	text-decoration: none;
}

#tab_bar{
	height: 23px;
	background-color: #cbebf5;
}
.ActiveTab{
	display: block;
}
.InactiveTab{
	display: none;
}
