
/* Layout helpers
----------------------------------*/
.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); }


/* Tabs
----------------------------------*/
.ui-tabs {padding: 0;}
.ui-tabs .ui-tabs-nav { 
padding: 0;  
position: relative; 
}
.ui-tabs .ui-tabs-nav li { 
float: left; 
border-bottom: 0 !important; 
margin: 0 0 -1px 0; 
padding: 0; 
list-style: none; 
width: 250px;
}
.ui-tabs .ui-tabs-nav li a { 
display:block; 
text-decoration: none; 
padding: .2em 1em; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  
padding-bottom: .1em; 
border-bottom: 0; 
}
.ui-tabs .ui-tabs-panel { 
background:transparent none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:none solid solid;
border-width:0 1px 1px;
display:block;
padding:1em;
width: 480px;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/

.ui-widget-header { 
border-bottom: 1px solid #CCCCCC/*{borderColorHeader}*/; 
background: #ffffff /*{bgColorHeader}*/ ; 
color: #4A4949/*{fcHeader}*/; 
font-weight: bold; 
width: 504px;
}
.ui-widget-header a { color: #4A4949/*{fcHeader}*/; 
}
.ui-widget-content { 
border: none /*{borderColorContent}*/; 
background: #ffffff/*{bgColorContent}*/; 
padding-top: 12px; 
}


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
border: 1px solid #e6e6e6/*{borderColorDefault}*/; 
background: #e6e6e6/*{bgColorDefault}*/ ; 
font-weight: bold/*{fwDefault}*/; 
color: #555555/*{fcDefault}*/; 
outline: none; 
}
.ui-state-default a { 
color: #555555/*{fcDefault}*/; 
text-decoration: none; 
outline: none; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
border: 1px solid #dadada/*{borderColorHover}*/; 
background: #dadada/*{bgColorHover}*/ ;
font-weight: bold/*{fwDefault}*/; 
color: #4A4949/*{fcHover}*/; 
outline: none; 
}
.ui-state-hover a { 
color: #4A4949/*{fcHover}*/; 
text-decoration: none; 
outline: none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
border: 1px solid #CCCCCC/*{borderColorActive}*/; 
background: #ffffff/*{bgColorActive}*/ ;
font-weight: bold/*{fwDefault}*/; 
color: #4A4949/*{fcActive}*/; 
outline: none; 
}
.ui-state-active a { 
color: #4A4949/*{fcActive}*/; 
outline: none; 
text-decoration: none; 
}


/* Misc visuals
----------------------------------*/



