/* Layout Principal */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
}

body {
    background-color:#e7efd1;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    min-width: 1000px; 
    background-color: white;
}

/* Divs Geralmente utilizadas em locais especificos */

div#actions{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

/* Tooltips */

.tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

div#footer{
}

.borderedTable tr td{
    border: 1px solid grey;
}