/* -------------------------------------------------------------- 
   
   widgets.css
      
-------------------------------------------------------------- */






/* General Widget Styles--------------------------------- */

/* ui-tabs */

.ui-tabs { 
    position: relative; zoom: 1;
    } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav { 
    position: relative; 
    list-style: none;
    margin: 0;
    }

.ui-tabs .ui-tabs-nav li { 
    list-style: none; 
    float: left; 
    position: relative; 
    top: 1px; 
    border-bottom: 0 !important;  
    white-space: nowrap; 
    }

.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }

.ui-tabs .ui-tabs-nav li a span { display: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { display: block; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.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; background: none; border: none; }

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


/* Facebook overlay modal
---------------------------------------- */
#destroywalker {
  padding: 25px 27px 36px 27px;
  width: 446px;
  height: 218px;
  background-color: #fff;
}
.overlay-close {
/*  display: block;*/
  float: right;
  margin-top: -46px;
  margin-right: -28px;
  width: 55px;
  height: 15px;
  text-indent: -9990px;
  background: transparent url('/img/itr-close.png') center top no-repeat;
}
