body {
	margin: 5px;
	padding: 5em;
	min-width: 60em;
}

html,body {
	background-color: #bebc93;
}

#admin-menu {
	
}

#admin-menu li {
	font-size: 0.8em;
	list-style-type: none;
	padding: 0 0.5em;
}

#admin-menu ul li {
	background: url( images/tab_background.png ) top left repeat-x;
	border: 1px solid black;
	color: black;
	cursor: default;
	float: left;
	margin: 0 0em 0 0;
	padding: 0em 0em;
	text-align: center;
	width: 10em;
}

#admin-menu ul li:hover {
	background: url( images/tab_background_hover.png ) top left repeat-x;
	color: black;
}

#admin-menu ul li.selected {
	background: white;
	border-bottom: 1px solid white;
	color: black;
}

#admin-submenu {
	position: relative;
	top: -3em;
	padding-top: 0;
	margin-top: 0;
}

#admin-submenu a {
	color: #999999;
}

#admin-submenu a:hover {
	color: black;
}

#admin-submenu li {
	font-size: 0.8em;
	list-style-type: none;
	padding: 0.5em;
	margin: 0.5em;
}

#admin-submenu ul li {
	border: 1px solid #999999;
	color: #999999;
	cursor: default;
	float: left;
	padding: 0em 0em;
	text-align: center;
	width: 10em;
}

#admin-submenu ul li:hover {
	background: url( images/tab_background_hover.png ) top left repeat-x;
	color: black;
}

#admin-submenu ul li.selected {
	color: black;
}

#admin-body {
	background-color: white;
	border: 1px solid black;
	color: black;
	margin-top: -1px;
	padding: 2em 0.5em;
}

.alert {
	margin-bottom: 0.5em;
	margin-left: 2em;
	padding: 0.5em;
	border: 1px black solid;
	background: #ffffff;
	color: #ff0000;
	max-width: 40em;
	width: 40em;
}

#content {
	padding-left: 1em;
}

#content table.results {
	
}

#content table.results th {
	font: 8pt "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-align: center;
	white-space: nowrap;
}

#content table.results td {
	font: 8pt "Trebuchet MS", Tahoma, sans-serif;
	padding: 0.25em 0.5em;
	text-align: left;
}

#content .SearchForm {
	background-color: #ecebe7;
	border: 1px solid;
	padding: 10px;
	margin-left: 0.5em;
	margin-bottom: 2em;
	vertical-align: top;
	clear: none;
	max-width: 20em;
	width: 20em;
}

#content .SubsetSearchForm {
	background-color: #ecebe7;
	border: 1px solid;
	padding: 10px;
	margin-left: 0.5em;
	margin-bottom: 2em;
	vertical-align: top;
	clear: none;
}

#content form {
	font: 8pt "Trebuchet MS", Tahoma, sans-serif;
}

#content form .alert {
	margin-left: 0.1em;
	border: 1px black solid;
	background: #ffffff;
	color: #ff0000;
	max-width: 55em;
	width: 55em;
}

fieldset {
	max-width: 27em;
	width: 27em;
	vertical-align: top;
	border: none;
}

fieldset legend {
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-size: 150%;
	width: 5em;
}

.form_row {
	clear: both;
	margin: 0.5em 0;
	max-width: 71em;
	width: 71em;
}

.form_group {
	clear: both;
	margin-left: 2em;
}

.form_group .title {
	margin-left: -1em;
	font-weight: bold;
}

.form_row label {
	float: left;
	text-align: right;
	width: 13.5em;
}

.form_row label.required {
	font-weight: bold;
}

.form_row_short {
	clear: both;
	margin: 0.5em 0;
	max-width: 22em;
	width: 22em;
}

.form_row_short label {
	float: left;
	text-align: right;
	width: 8em;
}

.form_row_short label.required {
	font-weight: bold;
}

.form_row_merge {
	clear: both;
	margin: 0.5em 0;
	max-width: 27em;
	width: 27em;
	border-bottom: 1px solid black;
}

.form_row_merge label {
	float: left;
	text-align: right;
	width: 11em;
	font-weight: bold;
}

.form_row button {
	margin: 1em 0 0 1em;
}

.form_row.button input[type="submit"],.form_row.button input[type="button"]
	{
	margin-right: 0.5em;
}

.form_row_short.button input[type="submit"],.form_row_short.button input[type="button"]
	{
	margin-right: 1em;
}

.form_row.button:after {
	clear: both;
	content: ".";
	visibility: hidden;
}

td,th {
	font: normal 10pt/ 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0.25em 0.5em;
}

.datablock {
	background-color: #ecebe7;
	border: 1px solid;
	padding: 0px 10px 10px 10px;
	margin-right: 2em;
	margin-bottom: 2em;
	vertical-align: top;
	clear: none;
	width: 55em;
}

.datablock_master {
	background-color: #a7a5c7;
	border: 1px solid;
	padding: 0px 10px 10px 10px;
	margin-right: 2em;
	margin-bottom: 2em;
	vertical-align: top;
	clear: none;
}

.Button {
	background-color: #215C86;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

a.Button {
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0 .5em 0 0;
	border: 1px #000000 solid;
	text-decoration: none;
}

a.Button span {
	border-right: 1px solid #000000;
	margin: 0 0.1em 0 0;
	padding: 0 0.5em;
}

a.Save:link,a.Save:visited {
	color: #000000;
	background: #ffcc66;
	text-decoration: none;
}

a.Save:hover,a.Save:active {
	background: #ffeecc;
}

a.Save span {
	background: #ffffff;
	color: #0066cc;
	background-image: url( ../zssContentEditor/images/check.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a.Cancel:link,a.Cancel:visited {
	color: #000000;
	background: #cccccc;
	text-decoration: none;
}

a.Cancel:hover,a.Cancel:active {
	background: #bbeedd;
}

a.Cancel span {
	background: #009933;
	color: #ffffff;
	background: url( ../zssContentEditor/images/x.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a.Delete:link,a.Delete:visited {
	color: #000000;
	background: #ffcc66;
	text-decoration: none;
}

a.Delete:hover,a.Delete:active {
	background: #ffeecc;
}

a.Delete span {
	background: #ffffff;
	color: #0066cc;
	background-image: url( ../zssContentEditor/images/delete.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.editor_column {
	width: 39em;
	float: left;
	clear: none;
	margin-bottom: 0.5em;
	border: 1px solid black;
}

table.search-results {
	
}

table.search-results tr:hover td {
}

table.search-results th {
	font-weight: bold;
	border-bottom: 3px solid black;
	vertical-align: bottom;
	background-color: #e8e8e8;
	white-space: nowrap;
}

table.search-results td {
	border-bottom: 1px solid black;
	vertical-align: top;
	white-space: nowrap;
}

table.search-results tr.alert {
	border: 0;
}

table.search-results tr.alert td {
	color: #cc0000;
}

table.search-results th,table.search-results td {
	font: 9pt "Trebuchet MS", Tahoma, sans-serif;
	padding: 0.25em;
	text-align: left;
}

table.search-results th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table.search-results a:visited {
	color: red;
}

.section_shaded {
	padding: 0.5em;
	background-color: #d5d1c9;
	border: 1px solid black;
}

.section_row {
	font: normal 1em/ 1.2em Arial, sans-serif;
	margin: 0.5em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	clear: both;
}

.section_row label {
	font: normal 1em/ 1.2em Arial, sans-serif;
	float: left;
	clear: none;
	text-align: right;
}

.section_row label.required {
	font-weight: bold;
}

.section_title {
	font: bold 1em/ 1.4em Arial, sans-serif;
}

.section_options {
	padding-left: 1em;
}

.section table {
	
}

.section th {
	font: normal 1em/ 1.2em Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}

.section th.required {
	font-weight: bold;
}

.small_label {
	font-size: 8pt;
}
