.ui-tabs-hide { display: none; }

#tabview 
{
	font-family: Verdana, Sans-Serif;
	margin-top: 20px;
}

#tabview select 
{
	width: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	margin-top: 15px;
	_margin-top:0px;
}

#tabview ul.ui-tabs-nav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 99%;
	border: solid 1px #CCC;
	background: #EEE;
}

#tabview ul.ui-tabs-nav li
{
	font-size: 9pt;
	font-family: Times New Roman, Serif;
	float: left;
	margin: 0px;
	padding: 4px;
	border-right: solid 1px #CCC;
	list-style: none;
}

#tabview ul.ui-tabs-nav li.ui-tabs-selected
{
	background: #FFF;
}

#tabview ol 
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

#tabview ol li
{
	list-style-type: decimal !important;
	display: block !important;
	padding: 4px !important;
	font-size: 9pt;
	font-family: Verdana, Sans-Serif !important;
	border: 0px !important;
}

#tabview ol li.alt 
{
	background-color: #EEE;
}

#tabview .ui-tabs-panel 
{
	
	padding: 15px;
	border: solid 1px #CCC;
	_margin-top:-1.55em;
}

#tabview table { font-size: 7.5pt; }
#tabview table tr {}
#tabview table tr td { vertical-align: top; padding: 3.75px; *padding:4px; }
#tabview table tr.alt {}
#tabview table tr.alt td { background-color: #EEE; }
