body {
    background-color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    
}

body.dialog {
    /*background-color: #eeeeee;*/
    background-color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align:center;
}
form {
    margin: 0;
    padding: 0;
}
.required {
    color: #FF0000;
}

.autocollec {
    font-size: 10px;
    color: #333333;
   
}

.autocollec tr td{
    height:20px;
}

.autocollec_text {
    font-size: 10px;
    height:30px;
    text-align:center;
}

input.autocollec_text {
    font-size: 10px;
}

.error {
    color: Red;
    font-weight: bold;
    font-size: 80%;
}

.message {
    font-weight: bold;
}

input.button {
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.dialog .title {
    background-color: White;
    width: 100%;
  /*  border: 1px solid #666666;*/
    padding-top:10px;
    padding-bottom:10px;
  /*  font-size: 90%; */
    font-weight: bold;
    text-align: center;
    color:#0086a2; font-size:12px;
}

.dialog .text {
     font-size: 11px;
}

.dialog .textSmall {
    font-size: 70%;
    font-weight: bold;
}

.dialog .info {
    font-size: 80%;
    font-weight: normal;
}

.dialog .note {
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
}

.countersText {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #E3E3E3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.countersTitles {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0059AE;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
.commonText{
    color:#2c2c2c;
    font-size:11px;
}
input.commonText{
    font-size:11px;
}
.commonText select, .commonText input{
    font-size:11px;
    border:1px solid #bebebe;
    background-color:#ffffff;
}

.tree_file{
    font-size:10px;
    text-align: center;
}

.tree_file tr td a{
    font-size:11px;
    color:black;
}
