@charset "UTF-8";
#xmlTable {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#xmlTable tr {
	background-color: #E6E6E6;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
#xmlTable th {
	background-color: #0060A1;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
	width: 100%;
	text-align: left;
}
#xmlTable td {
	color: #333333;
	padding: 5px;
	text-align: left;
}
#xmlTable tr.hover {
	cursor: pointer;
}
#xmlTable tr.hover td {
	color: #CC0000;
}
#xmlTable tr.select {
	background-color: #B0B0B0;
}
