.tabela_abas
{
	font-family: Verdana;
	font-size: 10px;

	border-width: 0px;
	border-style: solid;
	border-color: #000000;

}

 

.aba_aberta
{
/*
	margin-top:-1px;
	margin-left:-1px;
	width:128px;
	#height:23px;
	height:17px;*/
	font-size:11px;
	color: #000000;
	/*background:url(../img/aba_active.jpg);*/
 
	font-weight:bold;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding-top: 4px;
	padding-left:0px;
	padding-right:0px;
}


.aba_fechada
{
	cursor: pointer;
/*
	margin-top: -2px;
	#margin-top:2px;
	margin-left:-1px;
	width:128px;
	#height: 23px;
	height:17px;*/
	font-size:11px;
	color: #003399;
	/*background:url(../img/aba_nactive.jpg);*/

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #B5B6B0;
	padding-top: 4px;
}


.aba_fechada_over
{
	cursor: pointer;
	/*
	margin-top:-2px;
	#margin-top:2px;

	margin-left:-1px;
	width:128px;
	#height:23px;
	height:17px;
	color: #0000FF;
	background:url(../img/aba_nactive_over.jpg);
*/

	font-size:11px;
	
	color: #000000;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #B5B6B0;
	padding-top: 4px;
}

.tab_a_l
{
	background:url(../img/tab_a_l.gif);
}

.tab_a_r
{
	background:url(../img/tab_a_r.gif);
}

.tab_a_c
{
	background:url(../img/tab_a_bg.gif);
}


.tab_c_l
{
	background:url(../img/tab_c_l.gif);
}

.tab_c_r
{
	background:url(../img/tab_c_r.gif);
}

.tab_c_c
{
	background:url(../img/tab_c_bg.gif);
}


.td_separador
{

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
		
	border-style: solid;
	border-color: #B5B6B0;

}