body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	color: #909090;
	background-color: black;
	scrollbar-face-color: #909090;
	scrollbar-shadow-color: black;
	scrollbar-base-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: black;
}

form {
	padding: 0;
	margin: 0;
}

hr {
	color: #000000;
}

a:link {
	color: #8c774a;
}

a:visited {
	color: #8c774a;
}

a:active {
	color: #ca855b;
}

a:hover {
	color: #cccccc;
}

a {
	text-decoration: none
}

img {
	border: 0;
}

.menuItem {
	display: inline;
}

.selectedMenuItem {
	color: #cccccc;
}

#simplePageFrame {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	padding: 2px
}

.entranceFrame {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	padding: 2px
}

.entranceTextLeft {
	float: left;
	text-align: left;
}

.entranceTextRight {
	float: right;
	text-align: right;
}

.entranceImage {
	text-align: center;
	margin-bottom: 50px;
}

/* box with a colored background, used for presenting a block of text */
.guestBox {
	background-color: #232323;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	margin-top: 15px;
}

.guestBoxTitle {
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.newsPhoto {
	float: right;
	padding-left: 10px;
}

.infoMessage {
	color: green;
}

.errorMessage {
	color: red;
}

.list-row-even {
	background-color: #232323;
	vertical-align: top;
}

.list-row-odd {
	background-color: #232323;
	vertical-align: top;
}

.singleColumn {
	background-color: #232323;
}

dt {
	display: block;
	width: 20em;
	float: left;
}

dd {
	background-color: #232323;
	padding: 0.5em;
}

.inputFieldLabel {
	width: 15em;
}

.fieldvalue {
	background-color: #232323;
	padding: 0.5em;
}

.fieldname {
	width: 15em;
	vertical-align: top;
	padding-top: 0.5em;
}

.normalCell {
	vertical-align: top;
	border: none;
	font-size: 13px;
	padding: 15px;
}

.contrastCell {
	background-color: #232323;
	vertical-align: top;
	border: none;
	font-size: 13px;
	padding: 15px;
}

.mainContent {
	position: absolute;
	left: 24em;
	top: 1em;
	text-align: left;
}

.mainContent h1 {
	border-bottom: solid;
	padding-bottom: 0.2em;
}

.date-column {
	width: 8em;
}

.year-column {
	width: 4em;
}

.small-text-column {
	width: 8em;
}

.medium-text-column {
	width: 12em;
}

.wide-text-column {
	width: 20em;
}

th {
	background-repeat: no-repeat;
	text-align: left;
	font-style: normal;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

input {
	color: #909090;
	background-color: black;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #909090
}

/* Source of gradient button styles used below: http://www.webdesignerwall.com/tutorials/css3-gradient-buttons/ */
.command {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .3em 1em .3em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #a9a9a9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#333),
		to(#474747) );
	background: -moz-linear-gradient(top, #333, #474747);
	filter: progid :             DXImageTransform.Microsoft.gradient (
		       
		    startColorstr =      
		      '#333333', endColorstr =             '#474747' );
	margin-right: 10px;
}

.command:hover {
	text-decoration: none;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575),
		to(#4b4b4b) );
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid :             DXImageTransform.Microsoft.gradient (
		       
		    startColorstr =      
		      '#757575', endColorstr =             '#4b4b4b' );
}

.command:active {
	position: relative;
	top: 1px;
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#373737),
		to(#888) );
	background: -moz-linear-gradient(top, #373737, #888);
	filter: progid :             DXImageTransform.Microsoft.gradient (
		       
		    startColorstr =      
		      '#373737', endColorstr =             '#888888' );
}

.navigationCommand {
	border-style: solid solid solid solid;
	color: #F5A9D0;
}

textarea {
	color: #909090;
	border-width: 1px;
	border-style: solid none solid none;
	background-color: black;
}

select {
	color: #909090;
	background-color: black;
	border-width: 1px;
}

.infoFacesMessages {
	color: green;
	font-style: oblique;
}

.facesMessages {
	color: red;
	font-style: oblique;
}

.leftPaneBlock {
	margin-top: 5px;
	background-color: #232323;
	padding: 1em;
	text-align: left;
}

.middlePaneBlock {
	margin-top: 5px;
	background-color: #232323;
	padding: 1em;
	text-align: center;
}

.rightPaneBlock {
	margin-top: 5px;
	background-color: #232323;
	padding: 1em;
	text-align: left;
}

.paneHeader {
	font-size: 17px;
	font-weight: bold;
}

.paneBlockBlock {
	margin-bottom: 20px;
}

.selectedRow {
	background-color: #30241a;
}

/* top level box that contains all visual page elements; it is centered on the page 
   and has fixed width */
#guestFrame {
	width: 100%;
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: black;
}

/* menu box, with a single-pixel border on the bottom */
#guestMenu {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-style: none none solid none;
	border-width: 1px;
	border-style: none none solid none;
}

/* title box, placed below the guestMenu box */
#guestTitle {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-style: bold;
	text-align: center;
}

/* box that contains the "main content", placed below the guestTitle box */
#guestContents {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: black;
}

.modalPanel {
	background-color: black;
	z-index: 1;
	border: thin;
	border-style: solid;
	border-color: #8c774a;
	overflow: hidden;
}

.messagesPopup {
	position: fixed;
	left: 0;
	right: 0;
	top: 150px;
	margin: auto;
	padding: 1em;
}

.modalPanelSmall {
	position: fixed;
	width: 200px;
	height: 200px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 1em;
}

.modalPanelLarge {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.modalPanelBackdrop {
	position: fixed;
	background-color: #8c774a;
	opacity: 0.3;
	filter: alpha(opacity =   30);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* This backdrop is invisible (transparent). It covers the screen to prevent mouse clicks while an Ajax request is being processed. */
.waitingForResponseBackdrop {
	position: fixed;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity =   0);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.modalPanelCloseIcon {
	position: fixed;
	top: 50px;
	right: 50px;
	margin-top: -20px;
	margin-right: -20px;
	width: 45px;
	height: 45px;
	background-color: black;
	border: thin;
	border-style: solid;
	border-color: #8c774a;
	z-index: 2;
}

.highResPhotoModalPanel {
	text-align: center;
}

/* Override some richfaces classes that cannot be changed by the skin. */
.rich-fileupload-button {
	background-image: none;
	background-color: transparent;
}

.rich-fileupload-button-press {
	background-image: none;
	background-color: transparent;
}

.extdt-group-cell {
	background-color: transparent;
}

.clickableBlock {
	border: 2px solid black;
}

.clickableBlock:hover {
	border: 2px solid #8c774a;
}

.clickableBlockSelected {
	border: 2px solid yellow;
}

.navigationLinkWithArrows {
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
}

.searchCriterion {
	width: 120px;
}