.table {display:table; width:auto; margin-left:auto; margin-right:auto;}
.table div{display:table-row; padding-bottom:5px;}
.table div label, .table div div {display:table-cell; vertical-align:top;}	
.table div label {padding-right:10px; text-align:right;}
.center , .error , .success {width:auto; margin-left:auto; margin-right:auto; text-align:center; }
.error {color:Red;}
.success {color:Green;}

/* CSS Document */
/******** Manage pages ****************/

	.FieldGroup{
		margin-bottom:1em;
		text-align:center;
	
	}

	.Field{
		display: inline-block;
		vertical-align:top;
		margin-right:5px;
		border:solid thin gray;
	}
	
	.Field label{
		display:block;
		width:auto;
		background-color:#EEEEEE;
		color:Black;
		text-align:center;	
	}

	.Field input[type=number], .Field textarea{
		display:block;
		width:auto;
	}
	
	input[type=number]{
		text-align:right;	
	}
	
	 .Field select{
		display:block;
		width:100%;
	 }
	
	
	
	.Error{
		color:red;
	}

	/****<!---Hacked CF style for the calendar. The month text was disapearing because of the page body style--->;*****/
	.yui-calendar .calheader{
		position: relative;
		width: 125px;
		text-align: center;
		color:Black;
		background-color:White;
	}

.Menu {
	display:inline-block;
	width:100%;
	background-color:#EEEEEE;
	clear:both;
	float:none;
}

.Menu a{
	text-decoration:none;
	margin-left:10px;
	color:black;
	font-weight:bold;

}

.center-content {
	margin-left: auto;
    margin-right: auto;
	width:80%;
}

input[type=submit]{
	display:block;	
	padding:10px;
	border-radius: 5px;
}

