/* RELATORIOS */

body {
    font-size: .7em;
    font-family: Arial, Helvetica, sans-serif;
}
body, p, table, td, th, h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
h3{
	color:#6e6e6e;
	font-size:1.3em;
	margin-bottom:.5em;	
}
h2{
	color:#3366cc;
	font-size:1.5em;
}
h1{
	color:#336699;
	font-size:2.0em;
    text-align: center;
    margin-top: 0;
}
.container {
    margin-bottom: 1em;
}
.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.logoHolder {
    width: 140px;
}

table  {
    width: 100%;
    border-collapse: collapse;
}
.mDL {
    float:left;
    width: 50%;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin: 0;
}
.DL {
    width: 100%;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 4px;
    background: #eee;
}
.mDL dt, .DL dt {
    border-top: 1px solid #DDD;
    float: left;
    width: 11em;
    padding: 3px 1em 3px 1em;
    font-weight: bold;
    clear: left;
 }
.mDL dd, .DL dd {
    margin-left: 13em;
    padding: 3px 3px 3px 10px;
    border-top: 1px solid #DDD;
    background: #fff;
}

.double {
    line-height: 2.5em;
}
.TDataC {
    width: 100%;
    border-collapse: collapse;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
/*    float: left;*/
    margin-bottom: 4px;
}
.TDataC td {
/*    padding: .15em;*/
    padding: 3px 6px 3px 6px;
    border-top: 1px solid #DDD;
}
.TDataC tfoot, .TDataC thead {
    background: #EEE;
}
.TDataC tfoot, .TData tfoot {
    background: #f9f9f9;
}
.TDataC tfoot th, .TData tfoot th {
    border-top: 1px solid #ddd;
}
.TDataC tbody>tr:hover {
    background: #f9f9f9;
}
.TDataC th {
    text-align: center;
    padding: 4px 6px 4px 6px;
}
.TDataC thead th.ini {
    border: none;
}
.TDataC thead th {
    border-left: 1px solid #ccc;
}
.TDataC thead tr {
    border-bottom: 1px solid #ccc;
}

a img {
    border: none;
}
