BODY {
	background: url('../images/page.gif') no-repeat #ffffff;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
}

IMG {
	border: none;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

TEXTAREA {
	border: solid 1px #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#main {
/*
	left: 50%;
	margin: 0px 0px 0px -485px;
	position: relative;
	width: 970px;
*/
}

#header {
/*
	background: url('https://www.scribesplus.co.uk/menu_06.gif') no-repeat;
*/
	border-bottom: solid 1px #8380B7;
	clear: both;
	height: 80px;
	margin: auto;
	text-align: center;
	width: 90%;
}

#header A.menu-item {
	color: #8380B7;
	display: inline-block;
	font-weight: bold;
	margin-top: 50px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	min-width: 150px;
}

#header A.logout {
	position: absolute;
	right: 10%;
}

#header A:hover {
	background-color: #8380B7;
	color: #ffffff;
}

#header IMG {
	position: absolute;
	left: 10%
}

#content {
	margin: 10px auto;
	min-height: 360px;
	padding: 0px 0px 0px 0px;
	width: 90%;
}

/* min-height for Internet Explorer */
/*\*/
* html .content {
	height: 360px;
}
/**/

#centeredBlock {
	margin: 0px auto;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 600px;
}

#centeredBlock IMG {
	float: left;
	margin: 0px 20px 0px 0px;
}

#footer {
	color: #7c7c7c;
	font-size: 90%;
	font-weight: normal;
	padding: 20px 0px 20px 0px;
	width: 80%;
}

SPAN.bold {
	font-weight: bold;
}

SPAN.required {
	color: #ff0000;
}

P.error {
	color: #E73333;
}

P.success {
	color: #337733;
}

DIV.error {
	background-color: #F9E3E3;
	border: solid 1px #E79E9E;
	clear: both;
	color: #484848;
	display: inline-block;
	font-weight: normal;
	margin: 0px auto 20px auto;
	padding: 10px;
	text-align: left;
	width: 500px;
}

DIV.success {
	background-color: #E3F9E3;
	border: solid 1px #9EE79E;
	clear: both;
	color: #484848;
	display: inline-block;
	font-weight: normal;
	margin: 0px auto 20px auto;
	padding: 10px;
	text-align: left;
	width: 500px;
}

TABLE.data-table td {
  text-align: left;
	font-weight: normal;
}

TABLE.data-table td:first-child {
  text-align: right;
	font-weight: bold;
	min-width: 150px;
	padding-right: 10px;
}
