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

#mainbg {
    background-image: url( /images/webadmin/hedbg.jpg );
    background-position: right top;
}

#c_bgearth {
    margin-top: 5px;
}

body.dialog {
    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%;
}

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

.dialog .title {
    background-color: White;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
    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;
}

.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;
}

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