/**
 * Folha de estilo das tabelas
 */

fieldset div .tabela-table {
	margin:0;
	padding:0;
}

.tabela-table {
    float: left;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px 1px 0;
    width: 836px;
}

.tabela-table-autenticacao {
    float: left;
    width: 812px;
}

.tabela-media {
    width:486px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.tabela-media-direita {
	float: right;
    width:486px;
    /*margin-right: 8px;*/
    margin-bottom: 8px;
	border: 1px solid red;
}

.tabela-pequena {
    width:326px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tabela-grande {
    width:1010px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.tabela-quebra {
		clear: both;
}

.tabela-separacao {
	clear: both;
	border: 0px solid silver;
	width:179px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#scroll {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#scroll-media {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#grafico-area {
    height: 250px;
}
.tabela-pequena-autenticacao {
    width:100%;
	text-align: center;
}
.tabela-menu {
    width:150px;
    margin-right: 5px;
}
.tabela-menu-separador {
    clear: both;
    margin-bottom: 5px;
}
.tabela-table .c1, fieldset .c1 {
    width:30%;
}
.tabela-table th, .tabela-table td, .tabela-option-table th, .tabela-option-table td {
    padding:6px;
}
.tabela-table th th, .tabela-table td td {
    padding:0;
}
.tabela-table td.icon {
    padding:0 5px 0 3px;
}
.tabela-table th {
    background-color:#EEEEEE;
    border-bottom:1px solid #CCCCCC;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:8pt;
    font-weight:bold;
    text-align:left;
}
.tabela-table th table th {
    border-bottom:medium none;
    border-right:medium none;
}
.tabela-table th table th a {
    color:#000000;
    text-decoration:none;
}
.tabela-table tr td {
    border-bottom:1px solid #E3E3E3;
}
.tabela-table, .tabela-table-autenticacao td {
    font-family:arial,helvetica,sans-serif;
    font-size:10pt;
}
.tabela-table .tabela-odd td {
    background-color:#FFFFFF;
}
.tabela-table .tabela-even td {
    background-color:#FBFBFB;
}
.tabela-table tfoot td {
    background-color:#EEEEEE;
    border-bottom:1px solid #CCCCCC;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:8pt;
}
.tabela-table td td {
    border-width:0;
}
.tabela-table input, .tabela-table select, .tabela-option-table input, .tabela-option-table select {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:8pt;
}
.tabela-description, .tabela-description a, .tabela-table .tabela-date, .tabela-description input, .tabela-description select {
    font-family:arial,helvetica,sans-serif;
    font-size:8pt;
}
.tabela-label, .tabela-option-table label {
    font-weight:bold;
    padding-right:10px;
    white-space:nowrap;
}
.tabela-label {
    padding-right:20px;
    vertical-align:top;
}
.tabela-buttons .tabela-icon {
    padding:3px;
}
.tabela-buttons .tabela-icon-label {
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:8pt;
    padding:3px 1em 3px 3px;
    white-space:nowrap;
}
.info-header {
    background-color: #eee;
    font-size: 10pt;
}
.info-table {
	float: right;
    /*margin-right: 12px;*/
}
.info-table .c1 {
    text-align: left;
    vertical-align: top;
    color: #666;
    font-weight: bold;
    font-size: 9pt;
    white-space: nowrap;
}
.info-table .c2 {
    font-size: 9pt;
    width: 90%;
}
