ul.square {
	list-style-type: square;
	padding-left: 20px;
}
ul.disc {
	list-style-type: disc;
	padding-left: 20px;
}
ul.circle {
	list-style-type: circle;
	padding-left: 20px;
}
ul.seta1 {
	padding-left: 20px;
	list-style-image: url(../assets/seta3.gif);
}
ul.espaced {
	list-style-type: disc;
	padding-left: 20px;
}
ul.espaced li {
	padding-bottom: 10px;
}
ul.erros {
	list-style-type: disc;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bolder;
	color: #E60000;
}

ol.ordenada {
list-style-type: decimal;
padding-left: 20px;
}


/* Listagem principal de registros */

.listaRegistros {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}
.listaRegistros li {
	padding:10px 0 0;
	font:12px arial;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}

.listaRegistros p.data {
	float:left;
	padding:22px 8px;
	display:block;
	font:700 14px arial;
	color:#3366CC;
	border-left:2px solid #3366CC;  /* cor padrão */
	border-top:0;
}
.listaRegistros p.data span {
	padding:19px 7px 20px 0;
	border-right:1px solid #cfcfcf;
}
.listaRegistros p.secao a {
	color:#3366CC; /* cor padrão */
}
.listaRegistros h5 {
	padding-bottom: 14px;
	border-bottom-style: none;
	background-image: none;
}

/* Listagem secundária de registros - Comentários */

.box.listaCommentsSmall .ct {
	padding:5px;
	font-size:11px;
}
.box.listaCommentsSmall .ct dl {
	*height:60px;
	margin:0 0 20px;
	padding:0 0 1px 7px;
	border-left:1px solid #3366CC;  /* cor padrão */
}
.box.listaCommentsSmall .ct dt {
	font-size:11px;
	font-weight:900;
	color:#3366CC; /* cor padrão */
}
.box.listaCommentsSmall .ct dd {
	padding-left: 20px;
	color: #4F4F4F;
}
.box.listaCommentsSmall .ct dt a {
	color:#2b2b2b;
}
.box.listaCommentsSmall .ct dt a:hover {
	color:#2b2b2b;
	text-decoration: underline;
}



/* Listagem de Comentários */

.box.listaComments .ct {
	padding:5px;
	font-size:11px;
	margin-top: 20px;
}
.box.listaComments .ct dl {
	*height:60px;
	margin:0 0 20px;
	padding:0 0 10px 7px;  /* cor padrão */
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F4DDCE;
	border-left-color: #3366CC;
}
.box.listaComments .ct dt {
	font-size:11px;
	font-weight:900;
}
.box.listaComments .ct dd {
	padding-left: 20px;
}
.box.listaComments .ct dd a {
	color:#000000;
}
.box.listaComments .ct dt a {
	color:#2b2b2b;
}



/* Listagem secundária de registros  */

dl.listaRegistrosSmall {
	padding: 0;
}

.listaRegistrosSmall dt {
	position: relative;
	width: 50px;
	top: 20px;
	font-weight: bold;
	color:#333333; /* cor padrão */
}

.listaRegistrosSmall dd {
	border-left:1px solid #333333;  /* cor padrão */
	font-size:11px;
	font-weight:700;
	margin-left: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.listaRegistrosSmall dd a {
	color:#000000;
}
.listaRegistrosSmall dd a:hover {
	text-decoration: underline;
}
.listaRegistrosSmall dd a:visited {
	color:#000000;
}
