@charset "utf-8";
.form{
    display:block;
    width:530px;
    margin:0 auto;
}

.padnumeric, .padnumeric{
    background:#007B3D;
    color:white;
    line-height:20px;
}
.padnumeric td,.padnumeric td {
    background:silver;
    color:black;
}

.padnumeric td a,.padnumeric td a{
    display:block;
    width:20px;
    height:20px;
    text-align:center;
    font-size:12px;
    text-decoration:none;
    margin:0px;
}
.padnumeric td a:hover,.padnumeric td a:hover{
    color:white;
}

#user_box{
    font-size:12px;
    height:10px;
    width:600px;
    padding:10px;
    font-family:Arial,Helvetica,sans-serif;
}

.ui-datepicker,.ui-widget{
    font-size:12px;
}

.form div.formline{
    clear:both;
    height:30px;
    width:430px;
}
.form div.formline label{
    display:block;
    width:120px;
    float:left;
    font-size:12px;
}
.form div.formline div.input{
    float:left;
    width:300px;
}
#mensaje_editar{
    border-top:teal dashed 1px;
    margin-top:20px;
}
.bloque h3{
    margin-bottom:20px;
}


table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #c1dcc1;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #336600;
    color:white;
} 