/* --------------------------------------------
   ONS Tabs
----------------------------------------------- */

div.module-ons-tabs
{
	padding-left: 0;
	padding-right: 0;
	background: #ffffff;
	height:auto;
	border-top: none;
}


.module-ons-tabs ul.ons-tabs {
	list-style: none;
	padding: 0;
	/* clear: both;
	position: relative; */
	padding-top: 0px;
	padding-left: 0px;
	/*overflow: hidden;*/
	width: 570px;
	/* background: url(../img/global/bg_switch.gif) repeat-x; */
}


.module-ons-tabs ul.ons-tabs li.tab_first {
	float:left;
	text-align:center;
	width:15px;
	height: 25px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.module-ons-tabs ul.ons-tabs li.tab_last {
	float:left;
	text-align:center;
	width:165px;
	height: 25px;
	/*border-left:1px solid #000000;*/
	border-bottom:1px solid #000000;
}


.module-ons-tabs ul.ons-tabs li.tab {
	float:left;
	text-align:center;
	height: 25px;
	border-top:1px solid #000000;
}

.module-ons-tabs ul.ons-tabs li.tab a {
	display:block;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 18px;
	font-family: Georgia;
	color: #666;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-right: 1px solid #000;
	border-bottom:1px solid #000000;
	background:#f2f3e4;
}

.module-ons-tabs ul.ons-tabs li.tab a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #d30;
}

.module-ons-tabs ul.ons-tabs li.tab a.active {
	position: relative;
	height: 25px;
	background: #ffffff;
	border-right: 1px solid #000;
	color: #000;
	border-bottom:none;
}


/* --------------------------------------------
   ONS Search Gray Box
----------------------------------------------- */
div.module-search-ons
{
	background: #f2f0ec;
	padding: 16px 16px 10px 16px;
}

div.module-search-ons span.sub-title-ons
{
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height: 20px;
	color: #cc0000;
	margin-bottom: 4px;
}

div.module-search-ons span.body-ons
{
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 16px;
	color: #000;
	margin-bottom: 8px;
}

div.module-search-ons span.body-ons a
{
	display: block;
	margin: 0px;
}



/*   search box top page  */

div.module-search-ons form
{
	padding: 4px 0px 16px 0px;
	overflow: hidden;
}

div.module-search-ons form fieldset
{
	/* float: right; */
	border: 1px solid #999;
	/* margin-left: 12px; */
	background: #fff;
}

div.module-search-ons form.ons-search fieldset
{
	width: 150px;
}

div.module-search-ons form input.text
{
	border: 0;
	float: left;
	padding: 6px 0 6px 4px;
	+padding: 5px 0 5px 4px;
	margin-right: 10px;
	color: #666;
	+margin-left: -11px;
}

div.module-search-ons form.ons-search input.text
{
	width: 118px;
	+width: 107px;
}

div.module-search-ons form a.submit
{
	background: url(../img/interior/button_search_audit_submit.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

div.module-search-ons form a.submit,
div.module-search-ons form input.submit
{
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 5px;
}




/*   ONS search box - sidebar   */

div.module-search-ons-side
{
	background: #f2f0ec;
	border-top: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/* clear: both; */
	_height: 1%;
}

div.module-search-ons-side form
{
	padding: 9px 0 !important;
	overflow: hidden;
}

div.module-search-ons-side form fieldset
{
	float: right; 
	border: 1px solid #999;
	/* margin-left: 12px; */
	background: #fff;
}

div.module-search-ons-side form.ons-search-side fieldset
{
	width: 298px;
}

div.module-search-ons-side form input.text
{
	border: 0;
	float: left;
	padding: 6px 0 6px 4px;
	+padding: 5px 0 5px 4px;
	margin-right: 10px;
	color: #666;
	+margin-left: -11px;
}

div.module-search-ons-side form.ons-search-side input.text
{
	width: 266px;
	+width: 255px;
}

div.module-search-ons-side form a.submit
{
	background: url(../img/interior/button_search_audit_submit.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

div.module-search-ons-side form a.submit,
div.module-search-ons-side form input.submit
{
	float: left;
	width: 13px;
	height: 13px;
	margin-top: 5px;
}


/* ------------------------- */