/* ListApplet StyleSheet */

div#listapplet_container {
	border: 1px solid #a0a0a0; 
	color: #000000; 
	background-color: #ffffff;
}

div#spnHeader {
	overflow: hidden;
	 height: 24px;
}

table#tblHeader {
	border-width: 0px;
	table-layout: fixed;
}

table#tblHeader td {
	border-left: 1px solid #e0e0e0; 
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #808080; 
	border-bottom: 1px solid #808080; 
	padding:1px; 
	color:#000000;
	background-color:#c0c0c0;
	text-decoration: none;
}

table#tblHeader td span {
	display: block; 
	overflow: hidden;
	font-weight: bold; 
	white-space: nowrap;
}

table#tblHeader a {
	text-decoration: none;
	color: #000000;
}

div#spnData {
	overflow: scroll;
}

table#tblData {
	border-width: 0px;
	table-layout: fixed;
}

table#tblData td span {
	display: block; 
	overflow: hidden;
	white-space: nowrap;
}
 