		
		/* The EntrySummaryInfo inside an Entry, with controls to expand the EntryExtendedInfo */
		span.EntrySummaryInfo {
			padding: 3px;
			display: block;
			width: 100%;
		}

		/* A component of the EntrySummaryInfo */
		.EntrySummaryRegion {
		}

		/* Inside the EntrySummaryInfo, contains the control for expanding/collapsing the EntryExtendedInfo */
		.ExtendedInfoIndicatorRegion {
			width: 20px;
			margin-right: 5px;
		}

		/* The actions that are in the EntrySummaryInfo */		
		.EntrySummaryActions {
		}
		
		/* Contains the extended info about an Entry*/
		.EntryExtendedInfo {
			width: 100%;
			display: block;
		}
		
				.FormActions {
			position: relative;
			left: 100px;
			display: block;
		}

		.Form {
			clear:both;
			margin-top: 30px;
			display: block;
		}

		.Input {
			clear:both;
			display:block;
		}

		.OtherInput {
			clear:both;
		}

		.InputLabel {
			float: left;
			width: 150px;
			display: block;
			text-align: right;
			font-weight: bold;
		}

		.OtherInputLabel {
			float: left;
			width: 150px;
			display: block;
			text-align: right;
			font-weight: bold;
			margin-bottom: 20px;
		}

		.Control {
		}

		.OtherControl {
		}
		