#div_table {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#table_head {
	background-color: #F2F2F2;
	width: 100%;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0054ae;
	padding-top: 7px;
}
.table_rowe_one {
	float: left;
	width: 140px;
	height: 100%;
	padding-left: 5px;
}
.table_rowe_two {
	float: left;
	height: 100%;
	width: 210px;
}
.table_rowe_three {
	height: 100%;
	width: 140px;
	float: left;
}
.table_colme {
	height: 25px;
	width: 100%;
}
