
tablebrowTable thead {

}


table.browTable tbody {
	text-align:center; 
}
	
table.browTable tfoot {
	background-color:#000268; 
	color:#FFFFFF;
	text-align:center; 
	position:fixed; 
	bottom:0px;
	display: none;
}

table.browTable {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
//	position: relative;
//	overflow: scroll;
//	height:600px;
//	width: 700px;
}

table.browTable th {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #dedede;
}

table.browTable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	//font: 10pt "Courier New", Courier, mono;
}


/* columns */
