/* CSS Document */

.message {
	font-family: 	sans-serif;
	font-weight: 	bold;
	font-size: 		0.75em;
}

.mandatory-desc {
	color: 			#333333;
	font-weight: 	bold;
	font-size: 		0.75em;
}

.mandatory-symbol {
	color: 			#FF0000;
	font-weight: 	bold;
}

.form-button {
	border-style: 		solid;
	border-width: 		thin;
	border-color: 		#686868;
	background-color: 	#C2C6E4;
}

.customUser-label {
	color: 				#333333;
	text-align: 		right;
	font-size: 			0.75em;
	font-weight: 		bold;
}

.customUser-field {
	color: 				#333333;
	text-align: 		left;
	font-size: 			0.75em;
	border-style: 		solid;
	border-width: 		thin;
	border-color: 		#686868;
}

.customUser-label, .customUser-field {
	font-family: 		sans-serif;
	vertical-align: 	middle;
	display: 			table-cell;
}

.header-cell {
	font-size: 			1em;
	font-weight: 		bold;
}

.footer-cell {
	font-size: 			0.75em;
}

.header-cell, .footer-cell {
	color: 				#FFFFFF;
	font-family: 		sans-serif;
	text-align: 		center;
	vertical-align: 	middle;
	display: 			table-cell;
}

.header-row, .footer-row {
	background-color: 	#11456F;
	height: 			40px;
}

.main {
	height: 			100%;
	vertical-align: 	top;
}

.layout-table {
	display: 	table;
	position: 	absolute; 
	top: 		0; 
	bottom: 	0; 
	left: 		0; 
	right: 		0;
	width: 		100%;
	height:		100%;
	border-top: none;
	border: 	none;
	margin: 	0;
	padding: 	0;
	border-collapse:collapse;
}

body {
//	border-top: 	0px;	
//	left: 	0px;	
}