
.acgTabControlButton
{	
	background-color:rgb(0,163,246);
	color:rgb(255,255,255);
	font-size:1.2em;
	border:1px solid rgb(0,74,134);
}

.acgTabControlButton.acgCssButtonDisabled
{	
	background-color:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	color:rgb(0,163,246);
}

.acgTabControlButton:not(.acgCssButtonDisabled):hover
{	
	background-color:rgb(0,74,134);
}

