body {
	text-align: center;
}
.everything {
	width: 800px;
	min-height: 650px;
	/* max-height: 2000px;
	*/
	//height: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid black;
}
.mainContent {
	font-family:  'Century Gothic', sans-serif;
	padding: 15px;
}

.crudEdit {
	font-size: 10px;
}

.crudEdit .label {
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
}
.crudList {
	border: 1px solid black;
	padding: 0px;
}

a.bracketLink {
	text-decoration: none;
	font-size: 12px;
	vertical-align: top;
	color: #CC9966;
}

a.bracketLink:visited {
	color: #CC9966;
}

a.bracketLink:hover {
	color: black;
}

.headerMenu {
	height: 16px;
	width: 100%;
	font-family: sans-serif;
	background-color: white;
	margin-bottom: 2px;
}

.headerMenu div {
	float: right;
	background-color: #d1d2d4;
	height: 16px;
	padding-right: 3px;
	padding-left: 3px;
	min-width: 50px;
	/* width: 76px; */
	font-size: 10px;
	border: 1px solid black;
	border-top-style: none;
	border-right: 0px solid black;
}

.headerMenu div.system {
	background-color: #CDAA7D;
}

.headerMenu div.superlocation {
	background-color: #8B7355;
}

.headerMenu div a {
	text-decoration: none;
	vertical-align: middle;
	display: block;
	padding-top: 1px;
	padding-left: 4px;
}

.headerMenu div a:link {
	color: black;
}
.headerMenu div a:visited {
	color: black;
}
.headerMenu div a:active {
	color: black;
}
.headerMenu div a:hover {
	color: black;
}
.headerLogo {
	margin: 3px;
	height: 71px;
	clear: right;
}

.msg {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid black;
	vertical-align: middle;
	padding: 4px;
	padding-left: 1 5px;
}

.headerLogo {
	float: right;
	margin-top: 5px;
}

a.parentPageLink {
	color: black;
}

