/* inizio: impostazione ricerca */

#divQuerySetupArea
{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0;
}

/* ------------------------- */
.divQueryRow
{
  width: 100%;
  margin-top: 10px;
}

/* ------------------------- */
.divQueryItem
{
}
.divQueryItemFirstCol
{
}
.divQueryItemNotFirstCol
{
  margin-left: 3%;
}

/* ------------------------- */
.divQueryItemInputArea
{
  width: 100%;
}
.lblQueryItem
{
}
.divQueryItemValueArea
{
}
.divQueryItemWrapper
{
  overflow: hidden;
}
.txtQueryItem
{
  width: 100%;
}
.lnkQueryItemVoc
{
  float: right;
  font-weight: normal;
  margin-left: 5px;
  padding-top: 3px;
}
.cmdQueryItemVoc
{
  float: right;
  font-weight: normal;
  margin-left: 5px;
}

/* ------------------------- */
.divQueryItemDateInputArea
{
  width: 100%;
}
.lblQueryItemDate
{
  float: left;
  margin-right: 5px;
  padding-top: 18px;
}

.divQueryItemDateValueArea
{
  width: 100%;
}
.divQueryItemDatePartArea
{
}
.divQueryItemDatePartAreaYear
{
  width: 33%;
}
.lblQueryItemYear
{
}
.txtQueryItemYear
{
  margin-top: 1px;
  width: 100%;
  padding: 1px;
}
.divQueryItemDatePartAreaMonth
{
  width: 32%;
  margin-left: 1%;
}
.lblQueryItemMonth
{
}
.cboQueryItemMonth
{
  font-size: 11px;
  padding: 1px;
  width: 100%;
  height: 20px;
}
.divQueryItemDatePartAreaDay
{
  width: 32%;
  margin-left: 1%;
}
.lblQueryItemDay
{
}
.cboQueryItemDay
{
  font-size: 11px;
  padding: 1px;
  width: 100%;
  height: 20px;
}

.lnkQueryItemDateVoc
{
  float: right;
  font-weight: normal;
  margin-left: 5px;
  padding-top: 18px;
}
.cmdQueryItemDateVoc
{
  float: right;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 14px;
}

/* ------------------------- */
.divQueryItemCMArea
{
  float: right;
  margin-left: 5px;
}
.lblQueryItemCM
{
}
.divQueryItemCMValueArea
{
}
.cboQueryItemCM
{
  font-size: 11px;
  padding: 1px;
  width: 100%;
  height: 20px;
}

/* ------------------------- */
.QueryCommandArea
{
  margin-top: 10px;
  width: 50%;
  height: 40px;
}
.tdQueryCommand
{
  font-size: 12px;
  width: 50%;
  text-align: center;
}

/* fine: impostazione ricerca */
