/* AFAXMAIN Top */
.AFAXMAIN_TOP_TabStrip {
	
	margin : 0;
	padding-bottom : 29px;
	padding-left : 0px;
	padding-top: 0px;
}

.AFAXMAIN_TOP_TabPage 
{
    background-image: url( bkg-broadcast.jpg );
	padding: 10px;
	width: 517px;
	max-width: 495px;
	height: 239px;
	max-height: 220px;
}

.AFAXMAIN_TOP_TabStrip .AFAXMAIN_TOP_TabSelected{
	cursor: pointer;
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background-image: url( white-button.jpg );
	width: 127px;
	max-width: 120px;
	height: 30px;
	max-height: 23px;
	color : #5974b2;
	font-size : 11px;
	font-family: Arial;
	padding: 7px 0px 0px 5px;
	float : right;
	text-decoration : none;
}

.AFAXMAIN_TOP_TabStrip .AFAXMAIN_TOP_TabUnselected {
	cursor: pointer;
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
    background-image: url( blue-button.jpg );
	width: 126px;
	max-width: 121px;
	height: 29px;
	max-height: 22px;
	float : right;
	color : white;
	font-size : 11px;
	font-family: Arial;
	padding: 7px 0px 0px 5px;
	text-decoration : none;
}

.AFAXMAIN_TOP_TabStrip .AFAXMAIN_TOP_TabMouseover {
	color : green;
	width: 127px;
	max-width: 120px;
	height: 30px;
	max-height: 23px;
	background-image: url( white-button.jpg );
}
