﻿.testecores
{
    background-color: #3b3b3b;
}

.fundo
{
    background-image: url(images/portal1.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:top;
    background-color:#ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

input[disabled], input[readonly], textarea[disabled], textarea[readonly], select[disabled]
{
    background-color: #fbfbfb;
    color: black;
} 

body
{
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/fundo.gif);
	background-color: #cdd5d9;
	margin: 0;
	font-family: arial;
	color: #404040;
	font-size: 7pt;
}

.td_titulo
{
    font-weight: bold;
    font-size: small;
    vertical-align: middle;
    font-family: Verdana;
    background-color: #E0DFE3;
}

.td_label
{
    font-weight: bold;
    font-size: xx-small;
    font-family: Verdana;
    background-color: #F8F8F8;
}

.td_label_sub
{
    font-weight: normal;
    font-size: xx-small;
    font-family: Verdana;
}

.td_field
{
    font-size: xx-small;
    vertical-align: middle;
    font-family: Verdana;
    background-color: #f8f8ff;
}

.td_padrao
{
    background-color: #FFFFFF;
}

.tablecentro
{
	border-left-color: darkgray;
	border-bottom-color: darkgray;
	border-top-style: solid;
	border-top-color: darkgray;
	border-right-style: solid;
	border-left-style: solid;
	background-color: whitesmoke;
	border-right-color: darkgray;
	border-bottom-style: solid;
	border-width:1px;
    font-size: 9pt;
    font-family:Arial;
}

.tablecentroth
{
    background-color: gainsboro;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}


.tablecentro TH
{
	background-color: gainsboro;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.tablecentro TD
{
	
}


.table_all {
	width: 778px;
    background-color: #FFFFFF;
}

.table_top
{
    background-image: url(images/table_top.jpg);
    height: 70px;
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    background-color: #ffffff;
}

.table_nav {
	background-image: url(Images/table_nav.jpg);
	height: 27px;
}

.table_mid {
	background-image: url(Images/table_mid.jpg);
	height: 530px;
}

.table_bot {
	background-image: url(Images/table_bot.jpg);
	height: 19px;
}

