﻿/* inizio: dialog vocabolario */

#dlgVocabulary
{
  padding-top: 0px;
}

#dlgVocabulary td,
#dlgVocabulary th
{
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  color: #333;
}

.VocBtnIndex
{
  text-align:center;
  width:30px;
  height:20px;
  font-size:10px;
  border-color:#cccccc;
  background-color:#efefef;
  padding:0;
  margin:1px;
  margin-right:0px;
  vertical-align:middle;
}

.VocValuesArea
{
  width: 100%;
  padding-right: 5px;
}

.VocOccurrenceCountTitle
{
  width: 20%;
  text-align: center;
  font-weight: bold;
}

.VocValueTitle
{
  width: 80%;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
}

.VocOccurrenceCountCell
{
  width: 20%;
  text-align: right;
  padding-right: 10px;
}

.VocValueCell
{
  width: 80%;
  text-align: left;
  padding-left: 10px;
}

#VocTotOccurrenceCountCell
{
  width: 20%;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
  font-weight: bold;
}

#cmdDlgEsci,
#cmdDlgClearField
{
  margin-left: 30px;
}

/* fine: dialog vocabolario */

