

li
{
	display: inline;
	padding: 0;
	margin: 0;
	
}

ul
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.tabs
{
	
	background-color: #ffffff;
	
}

.ui-tabs-nav a
{
	/*
		In general, style all links in the tab navigation area.
		In practice, this allows us to differentiate between active tabs
		and inactive tabs
		padding:5px;
		
		
		
		color:#A3A3CE;
	text-decoration:none;
	background-position:right top;
	background-image:url(http://www.chyron.com/upload/ChannelBox_Calculator/images/label_flap.png);
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	padding:0px 40px 0 30px;
	text-transform:uppercase;
	height:60px;
	*/
		

	background-color: #002bc5;
	color:#A3A3CE;
	text-decoration:none;
	/*background-position:right top;
	background-image:url(http://www.chyron.com/upload/ChannelBox_Calculator/images/label_flap.png);*/
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	padding:0px 40px 5px 30px;
	text-transform:uppercase;
	height:40px;
	

	border-bottom: 0; /* Make an unselected tab appear to float above the panel slightly */
}

.ui-tabs-nav
{
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
		margin-bottom: 4px;
	*/
	
}

.ui-tabs-selected
{

}

.ui-tabs-unselect a
{

/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	color:#000000;
	
	text-decoration:none;
	background-color:#e5e9f3;
	
	
	
}

.ui-tabs-selected a
{
color:#ffffff;	
	
}

.ui-tabs-disabled
{
}

.ui-tabs-panel
{
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #333333;
	
}

.ui-tabs-hide
{
	display: none;
}
