ul.categories {
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 0;
	padding: 0 0px 5px 5px;
	text-align: left;		
	float: left;
	clear:left;
	overflow:inherit;
	border-right: solid 1px #EBEBEB;
	margin-right: 5px;
	width: 30px;
}

ul.categories li { 
	font-weight: bold;
	text-transform:capitalize;
	border: 1px solid #003399;
	border-right: 0;
	margin: 3px 0 0 0;
	line-height: 12px;
	padding: 0;
	background-color: #8DB6CA;
	color:#FFFFFF;
}

ul.categories li.active {
	background-color: #FFFFFF;
	color:#006699;	
}
ul.categories li.active a {
	background-color: #FFFFFF;
	color:#006699;
	text-decoration:none;
}

ul.categories li a {
	padding: 3px 3px 2px 11px;
	width: 15px;
	text-decoration:none;
}	
	
ul.categories li a:hover {
	background-color: #8DB6CA;
	color:#FFFFFF;
}

table#dataTable {
	margin: 3px 0 0 70px;
}

table#dataTable td {
	vertical-align:top; 
	border-bottom: 1px solid #EBEBEB;
}

tr.f td.name {font-weight: bold;}
tr.m td.name {font-weight: bold;}
td.icon{
	text-align: center;
}
table#dataTable tr.header td {
	border-bottom: 1px solid #000033;
	background-color:#8DB6CA;
	color:#FFFFFF;
	font-weight: bold;
}

td.num {font-weight: bold;}


td.type-Positive {color:#006600;}
td.type-Negative {color:#993300;}



