li
{
	display: inline;
	padding: 0;
	margin: 0;
}

ul
{
	text-align: left;
	padding: 0;
	margin: 0;
}

.tabs
{
	margin: 30px 0 0;
	width: 595px;

}

.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
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #e7eaea;
	background: url(../../images/background/tab_unsel_top_grad.gif) center repeat-x;
	padding:7px;
	margin-left: 20px;
	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: 1px;
}

.ui-tabs-selected
{

}

.ui-tabs-unselect
{

}

.ui-tabs-selected a
{
	/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	background-color:#ffffff;
	background:none;
	background: url(../../images/background/tab_selected.gif) center no-repeat;	
	color: #418dd8;
	padding: 10px 18px 11px;
}

.ui-tabs-disabled
{
	
}

.ui-tabs-panel
{
	padding: 20px;
	background: url(../../images/background/tab_center_grad.gif) center repeat-y;

}

#tab_topshadow {
	background: url(../../images/background/tab_top_grad.gif) top repeat-x;	
	height: 6px;

	}
	
#tab_botshadow {
	background: url(../../images/background/tab_bottom_grad.gif) top repeat-x;	
	height: 5px;

	}

.ui-tabs-hide
{
	display: none;
}