@charset "utf-8";
/* CSS Document */

section.forms_applications {
	float:left;
	width: 942px;
	height:600px;}
	
	
	
.table_container {
	float: left;
	height: auto;
	width: 640px;
	margin: 0px;
	padding: 0px;
	border: thin solid #CCC;
}	
	
.table_group {
	float: left;
	display: block;
	height: 30px;
	width: 640px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 6px;
}	
.column1 {
	color: #333;
	float: left;
	height: 32px;
	width: 503px;
	padding-left: 10px;
	padding-top: 5px;
}	
.column2 {
	color: blue;
	float: right;
	height: 22px;
	width: 114px;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

.column3 {
	color: #043579;
	float: left;
	height: 22px;
	width: 40%;
	height: 32px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #333;
}


.column_title {
	margin-top:8px;
	color: #333;
	font-weight: normal;
	background-color: #CCC;
	height: 32px;
	margin-top: -5px;
}
.column_title h5{margin-top:8px;}