/**
* Folha de estilo dinamica utilizada para os modules.
*/

table.module {
	background: #bbcde5;
	border:	#bbcde5 1pt solid;
}

table.module TH {
	background-color: #7ca5cf;
	color: #ffffff;
	/*list-style-type: disc;
	list-style-position: inside;*/
	/*border: outset #D1D1CD 1px;*/
	font-weight: 8pt;
	text-align:center;
	font-weight: bold;
}

table.table.module td {
	background-color: #dce6f0;
}


.titulomodule{
	background-color: #FF6600; 
	color: #FFFFFF; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 8pt; 
	font-weight: bold; 
}

/*Forma como é apresentada o conteudo dos menus (left/right)*/

.textConteudo{
	color: #333366; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	text-align: left;
	text-decoration: none;
}

/*Estilo para os links existentes nos modules*/

A {
	font-weight: bold; 
	font-size:10pt; 
	color: #ffffff; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

A:hover {
	color: red; 
	text-decoration: none;
}

/*Estilo para o primeiro nivel de uma tree*/

.NV1 {
	font-weight: bold; 
	font-size:10pt; 
	color: #333366; 
	margin-left: 16px; 
	cursor: hand; 
	text-indent: -15px; 
	font-family:Arial, Helvetica, sans-serif; 
}

/*Estilo para o primeiro segundo de uma tree*/

.NV2 {
	font-weight: bold; 
	font-size:10pt; 
	margin-left: 10px; 
	text-indent: 0px; 
	font-family:Arial, Helvetica, sans-serif; 
}

/* a 'standard' table */
table.std {
	border: solid #7ca5cf 2px;
	background: #d6ebff;
}


table.std TH {
	background-color: #7ca5cf;
	color: white;
	list-style-type: disc;
	list-style-position: inside;
	border: outset #D1D1CD 1px;
}

table.std td.hilite {
	background-color: #ffffff;
}

