
.listbox{

	border-collapse: collapse;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #AAA;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #AAA;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	background-color : #FEFEDD;
}


.listbox th, .linkth{
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	background-image: url("/Imagens/fundoth.gif");
	top:0px;	
	right:0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.listbox td, .listbox th{
	font-family: verdana;
	font-size: 12px;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	cursor: pointer;
	white-space: nowrap;
	
}

.listbox td{
	padding: 0px 5px 0px 5px;
	white-space: nowrap;	

}