table.excel {

    width: 100%;

    border: 1px solid #000;

    border-collapse: collapse;

}

table.excel thead th, table.excel tbody th {

	background: #CCCCCC;

	text-align: center;

	vertical-align:bottom;

}

table.excel tbody th {

	text-align:center;

	width:20px;

    background: #CCC;

}

table.excel tbody td {

	vertical-align:bottom;

}

table.excel tbody td {

    padding: 0 3px;

}



input.aba {

    border: 1px solid #CCC;

    background-color: #eaf1dd;

    padding: 5px;

    margin-right: 10px;

    cursor: pointer;

    font-weight: bold;

    font-size: 12px;

}



input.aba_selecionada {

    border: 1px solid #CCC;

    background-color: #d7e4bc;

    padding: 5px;

    margin-right: 10px;

    cursor: pointer;

    font-weight: bold;

    font-size: 12px;

}
