/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/Fev/2015, 18:58:43
    Author     : Diogo
*/

table{
    width: 100%;
}
table td[align=center]{
    text-align: center;
}

input[type=text], select{
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #EEE;
    padding: 5px;
    /*margin: 10px;*/
    margin: 5px 0;
    font-size: 12px;
    color: #929292;
}
input[type=submit]{
    background: none repeat scroll 0% 0% #E0AF1D;
    border: 1px solid #EEE;
    margin: 10px;
    padding: 6px 10px;
    color: white;
}                    
input[type=submit]:hover{
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #EEE;
    padding: 6px 10px;
    color: #929292;
}
table.bemp tbody tr.even{
    background-color: #fafafa;
}
table.bemp tbody td.border-bottom{
    border-bottom: 1px solid #E0AF1D;    
}
table.bemp a{
    text-decoration: none;
}

table.pagination_table{
    border:none;
}
table.pagination_table td{
    border:none;
}
table.pagination_table td:first-child{
    text-align:left;
}
table.pagination_table td:last-child{
    text-align:right;
}
.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li.active a {
    color: #08C;
}