@charset "utf-8";
/* CSS Document */

/**********************************************************************/
/* DREAMWEAVER
/**********************************************************************/
.twoColFixLtHdr #container { 
	width: 698px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	width: 698px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header_subBar {
	float:right;
	width: 505px;
	text-align:right;
	padding:5px 15px 0 10px;
}
.twoColFixLtHdr #sidebar1 {
	clear:left;
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 10px 15px 0px;
}
.twoColFixLtHdr #sidebar1 {
	clear:left;
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 10px 15px 0px;
}
.twoColFixLtHdr #sidebar1_submenu a {
	color:#666666;
	text-decoration:none;
	background:#FFFFFF;
	margin:0px;	
	padding:10px 0px 10px 20px;
	border:0px;	
	border-top:1px solid #DDDDDD;
}
.twoColFixLtHdr #sidebar1_submenu a:active {	
background:#999999;	

}
.twoColFixLtHdr #sidebar1_submenu a:hover {	
background:#F9F9F9;	

}
.twoColFixLtHdr #mainContent { 
	clear:right;
	width: 520px;
	padding-top: 10px;
	margin: 0 0 0 166px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	clear:both;
	
/*	background:#FAF9F5; */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a{ 
	color: #666666;
	text-decoration:none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**********************************************************************/
/* DREAMWEAVER END
/**********************************************************************/


/* ########################
######### DIV TAGS ########
####### REDEFINIÇÕES ######
######################## */
body  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
form	{
	padding:0px;
	margin:0px;
}
a {
	color:#EA6329;
	border:0px;
	padding:0px;
	margin:0px;
}
img { 
	border:0px;
	padding:-1px;
	margin:0px;
}
h4 {
	font: 14px Tahoma, Arial;
	font-weight:bold;
}
h5 {
	font: 12px Tahoma, Arial;
	font-weight:bold;
	color:#666666;
}
/* ########################
######### DIV TAGS ########
########## GERAL ##########
######################## */
#header	{
	width:600px;
}

#content {
	width:510px;
	float:left;
	margin: 0 auto;
	padding: 0 auto;
/*	background-color:#FFFFFF; */
}	

#form	{
	margin:0 auto;
	padding: 0;
}

#error	{
	margin:2px auto;
	color:#990000;
	background-color:#EEEEEE;
	padding:5px;
	width:370px;
}

#message{
	margin:15px auto;
	color:#333333;
	background-color:#EEEEEE;
	padding:5px;
	width:370px;
}

#form_error	{
	margin:0 auto;
	text-align:center;
	color:#990000;
	width:600px;
	padding:5px 50px;
}

#form_sucess	{
	margin:0 auto;
	text-align:center;
	color:#006600;
	width:600px;
	padding:5px 50px;
}
#tituloSetor {
	margin-top:10px;
	width:370px;
	height:50px;
	font: 15px Tahoma, Arial;
	font-weight:bold;
	color:#666666;
	border-bottom:solid 1px #EEEEEE;
}
#areateste	{
	margin: 0;
	padding: 0;
}

/* ########################
######### DIV TAGS ########
########ESPECíFICAS########
######################## */
/* Notas */
.footnote1 {
	color:#666666;
	font-size:10px;
}
/* Aniversariantes do Mês - Mês */
.anivMes {
	float:left;
	padding:2px 9px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#FAF9F5;
}
.anivMes a{
	color:#666666;
}
.anivMesProprio {
	float:left;
	padding:2px 9px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-color:#FFCC00;
}
.anivMain {
	line-height:15px;

}
.anivMain #dia{
/*	font-family:"Lucida Console", Tahoma;*/
	font-weight:bold;
	color:#AAAAAA;
}
.anivMain #normal{
	
}
.anivMain #fazHoje{
	font-weight:bold;
	color:#EA6329;	
}
/* Link VOLTAR */
.linkVoltar a {
	color:#EA6329;
	text-decoration:none;
	background:#FFFFFF;
	margin:0px;	
	padding:1px 5px;
	border:1px solid #DDDDDD;
}
.linkVoltar a:active {	
	background:#999999;
}
.linkVoltar a:hover {	
	background:#F9F9F9;	
}
/* Barra de Adm nas seçoes */
.admBar {
	float:right;
	width:120px;
	text-align:center;
	padding:0 10px;
	margin:0 auto;
	padding-bottom:5px;	
	padding-top:5px;	
	margin-top:15px;
	margin-right:0px;	
	background-color:#FFFFFF;
}
.admBar #item{
	font-size:10px;
	float: left;
	margin:0 5px;
}
.admBar a{
	text-decoration: none;
	color:#333333;
}
.admBar a:hover{
	color:#EA6329;
}

/* Como Estou */
.emoticon {
	width: 25px;
	height: 25px;
	margin:2px;
	float:left;
}
.emoticon_selected {
	width: 25px;
	height: 25px;
	margin:2px;
	float:left;
	background-image:url(../imagens/emos/borda1.png);
	background-position:top left;
}
.emoticon_selected img{
	padding:3px;
}
.emoticon img{
	padding:3px;
}
.emoticon a:hover{
	background-image:url(../imagens/emos/borda2.png);
	background-repeat:no-repeat;
	background-position:top left;	
	background-position:0px 0px 0px 0px;		
}
/* Status */
.status_icon {
	width: 20px;
	height: 20px;
	margin:2px;
	float:left
}
.status_icon_selected {
	width: 20px;
	height: 20px;
	margin:2px;
	background-color:#FFCC00;
	float:left
}
.status_icon img{
	padding:3px;
}
.status_icon_selected img{
	padding:3px;
}
.status_icon a:hover{
	background-color:#CCCCCC;
}
/* Enquete */
.enquete {
	margin-top:20px;
	margin-bottom:20px;
}
.enquete #aguardando{
	padding:15px 40px;;
	color:#999999;
	font-size:10px;
}
.enquete #questao{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:#333333;
}
.enquete #questao_small{
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	color:#333333;
}
.enquete #corpo{
	padding-top:10px;
}
.enquete #opcao{
	color:#EA6329;
}
.enquete #resultado{
	margin-top:5px;
	border-left:solid 0px #CCCCCC;
}
.enquete #r_opcao{
	clear:both;
	color:#EA6329;
}
.enquete #r_barra{
	float:left;
	height:10px;
	border-left:solid 2px #979677;
	border-right:solid 2px #EA6329;	
	background-image:url(../imagens/r_bar.gif);
	/*background:transparent url(imagens/r_bar.gif) repeat top left;*/
}
.enquete #r_percentual{
	float:left;
	color:#979677;
	font-size:10px;
	font-weight:bold;
}
.enquete #r_num_votos{
	float:left;
	color:#C6C5B8;
	font-size:10px;
}

.enquete #escolhaDoUsuario {
	padding:2px;
	font-style:italic;
	font-size:10px;
	color:#666666;
	background-color:#FAF9F5;
}


/* ########################
######### DIV TAGS ########
##### TABELAS E JANELAS ###
######################## */
.divTable1	{
	background-color:#CCCCCC;
	margin:5px;
	padding:1px;
}
.divTable1 #titulo {
	background-color:#4F4B3A;
	color:#FFFFFF;
	padding:3px
}
.divTable1 #conteudo {
	background-color:#FFFFFF;
	padding:6px 3px 10px;
}
/***************************/
.divTable2	{

}
.divTable2 #titulo {

	border-bottom:dotted 1px #CCCCCC;
}
.divTable2 #conteudo {

}
/***************************/
.divWindow1	{
	width: 510px;
	padding:0 auto;
	margin:50px auto;
	text-align:center;
}
.divWindow1 #window {
	width: 350px;
	text-align:left;
	background-color:#666666;
	padding:1px;
}
.divWindow1 #titulo {
	color:#FFFFFF;
	padding:2px 4px;
	font-weight:bold;
	background-color:#AAAAAA;
	border-bottom:dotted 1px #4F4B3A;
}
.divWindow1 #conteudo {
	background-color:#FFFFFF;	
	padding:10px 5px;		
}
/***************************/
.divWindow2	{
	width: 410px;
	padding:0 auto;
	margin:50px auto;
	text-align:center;
}
.divWindow2 #window {
	width: 250px;
	text-align:left;
	background-color:#4F4B3A;
	padding:1px;
}
.divWindow2 #titulo {
	color:#FFFFFF;
	padding:2px 4px;
	font-weight:bold;
	background-color:#AAAAAA;
	border-bottom:dotted 1px #4F4B3A;
}
.divWindow2 #conteudo {
	background-color:#FFFFFF;	
	padding:10px 5px;		
}
/***************************/
.divWindow3	{
	width: 410px;
	padding:0 auto;
	margin:50px auto;
	text-align:center;
}
.divWindow3 #top {
	background:#FFFFFF url(imagens/window/win2_border_t.png) repeat-x top left; 
	height:15px; 
	width:200px;
}
.divWindow3 #topHeader {
	height:15px; 
	width:150px; 
	float:left; 
	position:relative; 
	top:10px; 
	left:10px; 
	border-bottom:solid 1px #FFFFFF; 
	font-weight:bold; 
	color:#666666; 
	text-align:center;
}
.divWindow3 #topLeft {
	background:#FFFFFF url(imagens/window/win2_border_tl.png) no-repeat top left; 
	width:15px; 
	height:15px; 
	float:left;
}
.divWindow3 #topRight {
	background:#FFFFFF url(imagens/window/win2_border_tr.png) no-repeat top left;
	width:15px; 
	height:15px; 
	float:right;
}

.divWindow3 #conteudo {
	background-color:#FFFFFF;	
	padding:10px 5px;		
}

/* ########################
######### DIV TAGS ########
########## MAIN ###########
######################## */
.main {
	float:left;
	width:510px;
}
.main #paraRefletir{
	border-top:solid 1px #616161;
	background:transparent url(../imagens/bg_miniseta1.gif) no-repeat top left;
	margin:0px 10px 0px;;
	padding:5px;
	width:490px;
	background-color:#FAF9F5;
	font-size:11px;
	color:#877060;
	font-weight:normal;
	text-align:center;
}
.main #paraRefletir_baixo{
	margin:15px 10px 10px;;
	padding:5px;
	width:480px;
	background-color:#FAF9F5;
	font-size:10px;
	color:#877060;
	font-weight:normal;
	text-align:center;
}
.main #paraRefletirAutor{
	font-weight:normal;
	font-style:italic;
	font-size:9px;
	text-align:right;
}
.main #ultimasAtualizacoes{
	border-top:solid 1px #616161;
	background:transparent url(../imagens/bg_miniseta1.gif) no-repeat top left;
	margin:0px 10px 0px;;
	padding:15px 5px;
	width:490px;
	background-color:#FAF9F5;
	font-size:11px;
	color:#877060;
	font-weight:normal;
}
.main #itemlista{
	margin-right:10px;
	padding-left: 9px;
	margin-top:5px;
	background: transparent url(../imagens/miniseta_topico.gif) no-repeat top left;
	text-align:left; 
}
.main #columnDividerA{
	width:10px;
	height:400px;
	float:left;
}
.main #columnDividerB{
	width:10px;
	height:400px;
	float:left;
}
.main #columnA{
	width:260px;
	margin:0 0;
	float:left;
}
.main #columnB{
	width:230px;
	margin:0 0;
	float:left;
}

.moduloSetorA{
	padding-top:20px;
	color:#666666;	
}
.moduloSetorA a{
	text-decoration:none;
}
.moduloSetorA a:hover{
	background-color:#FFFFFF;
}
.moduloSetorA #outside{
	padding-top:11px;	
}
.moduloSetorA #inside{
	border-top:solid 1px #616161;
	background:transparent url(../imagens/bg_miniseta1.gif) no-repeat top left;
	background-color:#F9F9F9;	
}
.moduloSetorA #icon{
	margin-top:-11px;
	margin-right:12px;
	float:right;
}
.moduloSetorA #title{
	padding:10px 10px 0px;
	float:left;
	font-weight:bold
}
.moduloSetorA #footlink{
	clear:both; 
	text-align:right; 
	padding-right:40px; 
	padding-bottom:10px; 
	font-weight:bold;
}
.moduloSetorA #footlink a{
	font-weight:normal;
}
.moduloSetorA #topico1{
	margin-right:10px;
	padding-left: 9px;
	margin-top:5px;
	background: transparent url(../imagens/miniseta_topico.gif) no-repeat top left;
	text-align:left; 
}
.moduloSetorA #topico2{
	margin-right:10px;
	padding-left: 9px;
	margin-top:5px;
	/*background: transparent url(../imagens/miniseta_topico.gif) no-repeat top left;*/
	text-align:left; 
}
.moduloSetorA #topico3{
	margin-right:10px;
	padding-left: 13px;
	margin-top:2px;
/*	background: transparent url(../imagens/miniseta_topico.gif) no-repeat top left; */
	text-align:left; 
}
.moduloSetorA #topico1vazio{
	width:200px;
	height:15px;
}
.moduloSetorA #setorVazio{
	text-align:center;
	padding:0px auto;
	padding-top:30px;
	width:200px;
	height:50px;
	color:#AAAAAA;
}

/* ########################
######### DIV TAGS ########
###### FORMULÁRIOS ########
######################## */	
#dados_form {
	padding-top:20px;
	clear:both;
}

#dados_left {
	float:left;
	text-align:right; 
	width:180px; 
	line-height:15px; 
	vertical-align:top;
}

#dados_right {
	float:left; 
	text-align:left; 
	padding-left:5px; 
	width:300px;
	line-height:15px; 
	vertical-align:top;
}

#dados_center {
	text-align:center; 
	width:480px;
	line-height:15px; 
	vertical-align:top;
}
/**** CLASSES ******/
.input_text_1 {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#000000;
	height:12px;
	border:solid 1px #CCC;
	padding:2px;
	margin:0px;
	background-color:#FFFFFF;
}
.input_text_2 {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#000000;
	border:solid 1px #CCC;
	padding:2px;
	margin:0px;
	background-color:#FFFFFF;	
}
.select_permissoes_1 {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:10px;
	color:#000000;
	border:solid 1px #CCC;
	padding:2px;
	margin:0px;
	width:200px;
	line-height:13px;
	background-color:#FFFFFF;	
}

/* ########################
######### DIV TAGS ########
######## NOTICIAS #########
######################## */	
.noticia {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	padding-bottom:10px;
	color: #333333;
	width: 450px;
	background-color:#F3EBE3;
}
.noticia #top {
	padding:10px;
	border-bottom:dotted 2px #FFFFFF;
}
.noticia #titulo {
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-bottom:5px;
}
.noticia #titulo a{
	text-decoration:none;
}
.noticia #autor {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.noticia #data {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	font-style:italic;
}
.noticia #body {
	margin:5px;
	padding:5px;
	clear:both;	
	background-color:#FFFFFF;
}
.noticia #anexo {
	margin:5px;
	padding:5px;
	clear:both;			
	background-color:#FFFFFF;
}
.noticia #imagens {
	margin:5px 0 0;
	padding:5px 0 0;
	clear:left;	
}


/* ########################
######### DIV TAGS ########
############ GC ###########
######################## */	
.gc {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center; 
	color: #333333;
	width: 500px;
    clear:both;
}

.gc #address_bar {
	width:496px;
	padding:2px 0px;
	margin:1px 0px;
	color:#999999;
	line-height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;	
	display:table;
}

.gc #desc_bar {
	width:486px;
	padding:2px 5px;
	margin:1px 0px;
	color:#8D8B82;
	line-height:15px;
	background-color:#FAF9F5;
	border:solid 1px #CCCCCC;	
	display:table;
	text-align:left;
}

.gc #main_window {
	width:496px;
	margin:1px 0px;
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	display:table;
}

.gc #item {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	float:left;
	width:78px;
	height:85px;
	margin:1px;
	margin-top:10px;
	text-align:center;
}

.gc #item a{
	color:#333333;
	/*font-weight:bold;*/
	text-decoration:none;
}

.gcMapaPastas_row {
	font: 11px Tahoma, FixedSys, "Courier New", Courier, monospace;
	margin: 0 auto;
	padding: 0 auto;
	color: #666666;
	line-height:15px;
}
.gcMapaPastas_row a{
	font: 11px Tahoma, FixedSys, "Courier New", Courier, monospace;
	font-weight:bold;
	margin: 0 auto;
	padding: 0 auto;
	color: #333333;
	line-height:15px;	
}
.gcMapaPastasSelect {
	font: 13px "Courier New", Courier, monospace;
	margin: 0 auto;
	padding: 0 auto;
	color: #000000;
	border:solid 1px #CCC;
	padding:2px;
	margin:0px;	
}
.gc_extras {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-bottom:50px;
	padding: 0 auto;
	text-align: center; 
	color: #333333;
	background-color:#FAF9F5;
	padding:5px;
	width:486px;
	border:solid 1px #cccccc;
	display:table;
}
.gc_extras a{
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#CC6600;
	text-decoration:none;
}
.gc_extras a:hover{
	color:#EA6329;
}
/* ########################
######### DIV TAGS ########
##########LISTAS ##########
######################## */	

/* Lista 1 */
.lista1 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	width:490px;
	border-top:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
.lista1 td{
	padding:0px 5px;
}
.lista1 a{
	font-style:normal;
}
.lista1_header {
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
.lista1_header a{
	text-decoration:none;
	color:#FFFFFF;
}
.lista1_header_item {
	color:#FFFFFF;
	text-align:center;
	background-color:#C5BDAB;	
	border-right:solid 1px #CCCCCC;
}
.lista1_row1 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#F3EBE3;		
}
.lista1_row0 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#FFFFFF;	
}
.lista1_row1d {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#F3EBE3;		
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}
.lista1_row0d {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#FFFFFF;	
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}
.lista1_vazio {
	height:150px;
	text-align:center;
	vertical-align:middle;
	color:#999999;
}
.lista1_desativado {
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}


/* Lista 2 */
.lista2 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	width:490px;
	border-top:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
.lista2 td{
	padding:10px 5px;
}
.lista2 a{
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:10px 0px;
}
.lista2 a:hover{
	text-decoration:underline;
}
.lista2_header {
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
.lista2_header a{
	text-decoration:none;
	color:#FFFFFF;
}
.lista2_header_item {
	color:#FFFFFF;
	text-align:center;
	background-color:#C5BDAB;	
	border-right:solid 1px #CCCCCC;
}
.lista2_row1 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#F3EBE3;		
}
.lista2_row0 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#FFFFFF;	
}
.lista2_vazio {
	height:150px;
	text-align:center;
	vertical-align:middle;
	color:#999999;
}

/* Lista 1 */
.lista3 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	border-top:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
.lista3 td{
	padding:0px 5px;
}
.lista3 a{
	font-style:normal;
}
.lista3_header {
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
.lista3_header a{
	text-decoration:none;
	color:#FFFFFF;
}
.lista3_header_item {
	color:#FFFFFF;
	text-align:center;
	background-color:#C5BDAB;	
	border-right:solid 1px #CCCCCC;
}
.lista3_row1 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#F3EBE3;		
}
.lista3_row0 {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#FFFFFF;	
}
.lista3_row1d {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#F3EBE3;		
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}
.lista3_row0d {
	border-bottom:dotted 1px #DDDDDD;
	background-color:#FFFFFF;	
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}
.lista3_vazio {
	height:150px;
	text-align:center;
	vertical-align:middle;
	color:#999999;
}
.lista3_desativado {
	color: #999999;
	font-style:italic;
	font-weight:normal;	
}

