@charset "utf-8";

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
}

.msgerror {
	font-weight: bold;
	color: red;
}

.msgfatal {
	font-weight: bolder;
	color: red;
}

.msgwarning {
	font-weight: bold;
	color: red;
}

.msginfo {
	font-weight: bold;
	color: green;
}

.searchInput {
	width: 100px;
	height: 15px;
	padding: 0;
	font-size: 11px;
}

.innerContent {
	text-align: center;
	vertical-align: top;
	background-repeat: repeat-y;
}

.innerContentSideFrame {
	background-repeat: repeat-y;
}

.datatable {
	width: 100%;
}

.paneltable {
	width: 100%;
}

.gridrows {
	vertical-align: top;
}

.controls {
	text-align: center;
}

.label {
	font-weight: normal;
}

.inputcell {
	text-align: left;
}

.labelcell {
	border: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DABC;
	text-align: right;
}

.textinputbold {
	width: 200px;
	font-weight: bold;
}

.textinput {
	width: 200px;
}

.textareainput {
	width: 300px;
}

.numberinput {
	width: 100px;
}

.textoutput {
	width: 200px;
}

.textoutputbold {
	width: 200px;
	font-weight: bold;
}

.required {
	color: red;
}

.rich-table {
	
}

.rich-table-headercell {
	background-color: #bba691;
	background-image: none;
	border-color: white;
	color: white;
	font-weight: bold;
}

.rich-table-subheadercell {
	background-color: #ead0b6;
	color: white;
}

.rich-table-cell {
	
}

.rich-table-footercell {
	background-color: #ead0b6;
	color: white;
}

.rich-datascr-button {
	background-color: #bba691;
	color: white;
}

.rich-panel-header {
	background-color: #bba691;
	background-image: none;
	border-color: white;
	color: white;
	font-weight: bold;
}

.rich-panel-body {
	background-color: white;
}

.collectionSelectLeft {
	width: 50px;
	height: 300px;
	background-color: transparent;
	border: none;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

.collectionSelectRight {
	width: 50px;
	height: 300px;
	background-color: transparent;
	border: none;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

.photoThumbnail {
	cursor: pointer;
	width: 100px;
	height: 100px;
}

.info {
	font-weight: bold;
}

.messages {
	width: 100%;
	height: 5;
	font-size: 14px;
}

.email {
	font-size: 16px;
	font-weight: bold;
}