.schema_future_odd {
	background-color: white;
	font-weight: bold;
	color: #009933;
	text-align: left;
	vertical-align: top;
}
.schema_future_even {
	background-color: #E1D4B7;
	font-weight: bold;
	color: #009933;
	text-align: left;
	vertical-align: top;
}
.schema_unpublished_odd {
	background-color: white;
	font-weight: bold;
	color: darkgray;
	text-align: left;
	vertical-align: top;
}
.schema_unpublished_even {
	background-color: #E1D4B7;
	font-weight: bold;
	color: darkgray;
	text-align: left;
	vertical-align: top;
}
.schema_odd {
	background-color: white;
	text-align: left;
	vertical-align: top;
}
.schema_even {
	background-color: #E1D4B7;
	text-align: left;
	vertical-align: top;
}
.schema {
	background-color: #E1D4B7;
	margin-top: 4px;
	border: 0px;
}
.schema_occurs_head {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 1px;
	height: 20px;
}
.schema_activity_head {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 1px;
	height: 20px;
	overflow: hidden;
}
.schema_cell {
	text-align: left;
	vertical-align: top;
	padding: 1px;
	height: 20px;
}
.schema_edit {
	text-align: left;
	vertical-align: top;
	padding: 1px;
	width: 40px;
}
.schema_delete {
	text-align: left;
	vertical-align: top;
	padding: 1px;
	width: 40px;
}
.schema_nodata {
	text-align: center;
	color: darkred;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
}
.schema_leftadm {
	text-align: left;
	vertical-align: top;
	padding: 1px;
	border-left: 0px;
	border-bottom: 0px;
	background-color: None;
}
.schema_rightadm {
	text-align: right;
	vertical-align: top;
	padding: 1px;
}

.highlight {
	color: darkred;
	font-weight: bold;
}
.indented {
	text-indent: 15px;
}
.pushed-in {
	margin-left: 50px;
}
.flash-red {
	color: #C00000;
	text-decoration: blink;
	font-size: 10px;
	font-weight: bold;
	background-color: #E1D4B7;
	padding: 0px;
	margin: 4px;
	border: dotted 1px;
}
.main {
	background-image:    url(../images/canvas_med.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #E1D4B7;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sub {
	background-image:    url(../images/book_content.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.copy {
	background-image:    none;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #50392D;
	text-decoration: none;
}
.initial {
	padding: 0px;
	border: none;
	margin: 0px 4px 2px 0px;
	clear: none;
	float: left;
}
.bullet {
	background-image:  url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 2px 4px 2px 4px;
	margin: 4px 0px 2px 0px;
	height: 20px;
	width: 223;
	font-weight: bold;
	color: #50392D;
}
.warn {
	font-weight: bold;
	color: darkred;
	width: 90%;
	margin: 2px;
	padding: 4px;
	background-color: lightyellow;
	border: dashed 2px;
	border-color: darkred;
	text-align: left;
}
.confirm {
	font-weight: bold;
	color: darkgreen;
	width: 90%;
	margin: 2px;
	padding: 4px;
	background-color: lightyellow;
	border: solid 2px;
	border-color: darkgreen;
	text-align: left;
}
.nocontent {
	font-weight: bold;
	color: darkgreen;
	width: 90%;
	margin: 2px;
	padding: 4px;
	background-color: lightyellow;
	border: dashed 2px;
	border-color: darkgreen;
	text-align: left;
}
#ContentEditor {
	position: relative;
	z-index: 99;
	width: 417px;
	height: 495px;
}
.contentInput {
	font-family: "Garamond";
	font-size: 14px;
}
.contentItem {
	background-image:  url(../images/diag.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7F7F7F;
	border-right-color: #7F0000;
	border-bottom-color: #7F7F7F;
	border-left-color: #7F7F7F;
	cursor: pointer;
}

