/* CSS Document */



.tabSet2{
	display:flex;
	justify-content:center;	
	width:100%;
	height:35px;
	border-bottom:thin #999 solid;
	margin-top:15px;
}

.tabSet2Page{
	padding:10px;
	border:thin #CCC solid;
	border-bottom:none;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	height:100%;
	display:flex;
	align-items:center;		
	margin-left:3px;
	margin-right:3px;
}

.tabSet2Page:hover{
	background-color:#BBB;
}

.tabSet2PageActive{
	background-color:#CCC;
}
