/*
	--- Versionamento ---
	18/06/2013 - Primeira Versão
	--- Fim Versionamento ---
*/

.listbox{
	min-width: 500px;
	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;
	padding: 2px;
}

.listbox tr:hover{
	background-color: #CDD;
}

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

.listbox td, .listbox th{
	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 3px 0px 3px;
	font-size: 11px;
}

.listbox td a{
	text-decoration: none;
	color: #0000FF;
}

.listbox td a:hover{
	text-decoration: underline;
	color: #0000FF;
}

