/*
  analyzer
*/
#analyzer{}

#analyzer fieldset{}

#analyzer fieldset legend{
  display:inline;
}

/* years */
#analyzer fieldset#years{
  background-color:#efefef;
  margin-right:5px;
  margin-bottom:5px;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-top:2em solid #efefef;
}

#analyzer fieldset#years legend{
  font-weight:bold;
}

#analyzer fieldset#years label{
  float:left;
  clear:none;
  width:auto;
  margin:0; padding:0; border:0;
}

#analyzer fieldset#years label span{
  width:auto;
}

/* categories */
#analyzer fieldset#categories legend{
  display:none;
}

#analyzer fieldset#categories fieldset{
  float:left;
 
  height:120px;
  width:280px;

  background-color:#efefef;
  margin-right:5px;
  margin-bottom:5px;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-top:2em solid #efefef;
}

#analyzer fieldset#categories fieldset legend{
  display:inline;
  font-weight:bold;
}

#analyzer fieldset#categories fieldset div{
  display:block;
 
  height:120px;
  width:280px;
  overflow:auto;
>height:105px;
}

#analyzer fieldset#categories fieldset div label{
  display:block;
  float:none;
  clear:both;
  width:260px;
  margin:0; padding:0; border:0;
}

#analyzer fieldset#categories fieldset div label span{
  float:left;
  width:230px;
}

#analyzerImageWrapper{
  display:none;
  min-height:120px;
  /*background-image:url(/data/loading.gif);*/
  background-repeat:no-repeat;
  background-position:right top;
}


