/* This makes the scrolling table work */

div.scrollableTable {
	height: 400px;	
    overflow-y: auto;
    overflow-x: hidden;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}

table.bordered td {
	border: solid 1px #CCCCCC;
}