.flexigrid div.fbutton .subscribe {
    background: url("../../img/famfamfam/email_edit.png") no-repeat scroll left center transparent;
}

.flexigrid div.fbutton .unsubscribe {
    background: url("../../img/famfamfam/delete.png") no-repeat scroll left center transparent;
}

.flexigrid div.fbutton .suspend {
    background: url("../../img/famfamfam/box.png") no-repeat scroll left center transparent;
}
.flexigrid div.fbutton .help {
    background: url("../../img/famfamfam/help.png") no-repeat scroll left center transparent;
}

.alert .ui-dialog-titlebar { display: none; }
.alert .ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.flexigrid div.bDiv td {
    white-space: normal;
}

.miniFormListe {
    display:inline;
}

.cadre {
  float:left;
  border:1px solid #FFFFFF;
  padding:10px;
  margin:5px;
  width:100px;
  height:140px;
  text-align:center;
}

.cadre:hover {
  border:1px solid #CCCCCC;
  background-color:#EEEEEE;
}
.cadre img {
 border:1px solid #BBBBBB;   
}
.section{
  clear:both;
}

.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
#city { width: 25em; }

span.strong{
 font-weight: bold;   
}

#information{
 display:none;
 text-align: center;
}

#distanceWin {
    display:none;
}

.attendre {
  top:0px;position:fixed;   
}
.attendre .ui-dialog-titlebar {
 display:none;
}

#help {
    display:none;
}

.ui-widget-header {
    background: url("../img/admin/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #EF7103;
}

/**
 ** Statistiques
 **/

.statSection {
    width:80%;padding:0 100px;
    margin-bottom:20px;
}
.statBox {
   padding:0 100px;
}
.statTable {
    width:100%;
}
.statBox legend {
     font-size: 2em;
     margin-bottom:1em;
}
.statBox table.statTable tr {
 border:1px solid black;   
}

#cronResult pre {
    line-height: 0.8em;
    border: 1px solid #AAAAAA;padding:5px;
    background-color: #DDDDDD;
    width:80%;margin-left:10%;
}
