/* RECOMENDADO: manter organizado por ordem alfabética */

/* ids anonimos */
#footer table, #footernouser table{
	font-weight: bold;
	font-size: xx-small;
}

/* classes anonimas */
.buttons  {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
}

.component, .specialComponent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.even, .odd, .tableHeader, .tableFooter, .pageTitle, b {
	font-size: xx-small;
}

.inactiveBar {
	font-family: Verdana, Arial, Helvetica;
	font-size: xx-small;
}

.label { 
 font-weight: bold
}

.label, .specialLabel { 
 font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
}

.specialLabel, .specialComponent { 
 font-weight: bold;
}

/* elemento A */
a { 
	font-size: xx-small 
} 

/* elemento INPUT */
input {
	padding: 1px;
	margin: 1px;	
}


/* elemento TABLE */
table.paginacao strong, table.paginacao select, table.paginacao img, table.paginacao td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
table tr td, input, select, select.singleborder {
	font-size: xx-small;
}



/* elemento TD */

td.tbfieldsTitle {
	font-size: xx-small;
}

td.userArea, div.userArea {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


td.submenudisabled  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
	font-weight: 100;
	padding-left: 5px;
	padding-right: 10px;
	white-space: nowrap;
}

a.submenudisabled {
	text-decoration: none;
}

/****** para 2.0: testar e repassar ********************/
.buttons, .component, .specialComponent, .label, .specialLabel, .even, .odd, .pageTitle
{}

.inactive-label, .inactiveLink {
	color: silver;
}

.available, .cell-available
{
    color: green;
}

.cell-available
{
    color: green;
}

.current, .descriptionLabel
{
    color: navy;
    font-weight: bold;
}

.disabled
{
		color: #CCCCCC;
}
.early
{
    color: blue;
}
.error
{
    color: red;    
}

.late
{
    color: red;
}

.cell-late
{
    color: red;    
}

.required
{
    color: red;
    font-size: 17px;
    font-weight: bold;
}


/* definições para componentes de negócio - @import url("business.css") screen, print */
.partner_parent_information {
	background: lightyellow;
}

#cnt151_tblReqs TD.odd {
    background: gainsboro;
}

#cnt151_tblReqs_child TD.even, #cnt151_tblReqs_child TD.odd {
    background: white;
    color: navy;
}

#cnt151_tblReqs_child TH {
    background: white;
    color: black;
    font-weight: bold;
}

#cnt151_tblReqs_child {
    border: 1px solid #999999;
}

#cnt151_tblReqs_child TD, #cnt151_tblReqs_child TH {
   border-right: 1px solid #999999; 
   border-top: 1px solid #999999; 
   border-bottom: 1px solid #999999; 
   border-left: 1px solid #999999; 
}



