body{
    margin:0px;
    padding:0px;
    font-family:roboto, sans-serif;
}

input{
    padding:10px;
}

input[type="submit"]{
    padding:10px;
    text-transform: uppercase;
    font-weight:bold;
}
h1{
    margin:0px;
    padding:0px;
}

.field-label{
    font-size:12px;
    color:#777;
    margin-bottom:5px;
}

select{
    width:100%;
    padding:10px;
}

.linhaComDestaque:hover td{
    background-color:#EEE;
}

.orderedLine td{
    cursor:pointer;
}

.imgUp{
    margin-left:2px;
    display:none;
}
.imgDown{
    margin-left:2px;
    display:none;
}
.ordered-DESC .imgUp{
    display:inline-block !important;
}
.ordered-ASC .imgDown{
    display:inline-block !important;
}

.header_tab td{
    font-weight:bold;
    background-color:#Eee;
    text-align:center;    
}
.table_dados td{
    border:1px solid #EEE;
    padding:5 10px;
}

.table_dados tr:hover td{
    background-color:#FFA;
