/***************************************************************************************************************************************************************************
OBJETOS HTML
***************************************************************************************************************************************************************************/
table{

	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

/***************************************************************************************************************************************************************************/

td, th{

	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: white;
}

/***************************************************************************************************************************************************************************/

td, th, tr{

	line-height: 20px;
}

/***************************************************************************************************************************************************************************/

td{

	padding: 0px 5px 0px 5px;
	font-size: 9px;
}

/***************************************************************************************************************************************************************************/

th{
	font-size: 11px;
}
/***************************************************************************************************************************************************************************
CLASSES
***************************************************************************************************************************************************************************/
.cl_tituloTabela{
	color: #FFF;
	background-color: #002663;
	background: #002663 url("../imagem/bg_rodape.gif") bottom center repeat-x;
	line-height: 18px;
	font-size: 12px;
}
/**************************************************************************************************************************************************************************/
.cl_linhaClara{
	background-color: #EFF4F8;
}
/**************************************************************************************************************************************************************************/

.cl_linhaEscura{
	background-color: #E0EAF3;
}

/**************************************************************************************************************************************************************************/

.cl_linhaMarcada{
	background-color: #A6C1D4;
	cursor: pointer;
}
/***************************************************************************************************************************************************************************
ID's
***************************************************************************************************************************************************************************/
