/* Tabs
----------------------------------*/
#campaign_tabs
{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#tabsdirectory
{
	margin-left:4px;
}

p
{
	margin-bottom:10px;
}

.ui-tabs
 { 
	
	font-family:"Arial";
	
 }
.ui-tabs .ui-tabs-nav 
{ 
	list-style: none; position: relative; padding: .2em .0em 0;
}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .6em -1px 0; padding: 0;}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{ 
	padding-bottom: 0px;
	border-bottom-width: 0; 
	cursor: text;


}

.ui-tabs .ui-tabs-nav li  a
{
     background:#f0f5f9;/* tab background */
    border-left:1px solid #dce3e9;
	border-right:1px solid #dce3e9;
   border-top:1px solid #dce3e9;
   border-bottom:none;
    color:#7e7e7e;
    position:relative;
	 float: left; text-decoration: none; 
    text-decoration:none;
	padding-top:1px;
	font-size:13px;
	height:36px;	
}



.ui-tabs .ui-tabs-nav a em
 {
    
    cursor:hand;
    padding-left:10px;
	padding-right:10px;
    left:0; right: 0; bottom:0; /* protect from other orientations */
    top:2px; /* for 1px rounded corners */
    position:relative;
	padding-top:5px;
	padding-bottom:5px;
	font-style:normal;
	display:block;
	
	
}

.ui-tabs .ui-tabs-selected a em
 {
    
    cursor:hand;
    padding-left:10px;
	padding-right:10px;
    left:0; right: 0; bottom:0; /* protect from other orientations */
    top:2px; /* for 1px rounded corners */
    position:relative;
	padding-bottom:4px;
	font-style:normal;
	color:#000000;
	
	
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,  .ui-tabs .ui-tabs-nav li.ui-state-processing a 
{
	background:#FFFFFF url(tabcurrentbg.gif) repeat-x;
    color:#000;
    position:relative;
	float: left;
	text-decoration: none; 
    padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	font-size:13px;
	color:#000000;
		
	
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a
{
background:#FFFFFF ;
    color:#000;
    position:relative;
	float: left;
	text-decoration: none; 
    padding-left:0px;
	padding-right:0px;
	font-size:13px;
	color:#000000;

}


.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a 
{
 cursor: pointer;
 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; border:1px solid #dce3e9;background:#FFFFFF;color:#000000;line-height:18px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs p
{
	padding:10px;
	text-align:left;
}

/*----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }



