/* Body */

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
}

/* Styles for content inside forms */

.formTable .checkbox, .formTable .radio {
	border: none;
	width: 20px;
}

.formTable .error {
	color: #663333;
}

/* Table styles */

#tblEmail {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
	font-size: 0.85em;
	color: #663333;
	width: 100%;
}

.formTable, .searchTable, .resultsTable {
	margin: 0px 0px 30px 30px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
	font-size: 0.80em;
	color: #663333;
}

.formTable thead {
	background-color: #663333;
	color: #ffffff;
}

.formTable tbody {
	background-color: ButtonFace;
}

/* For CSS2-compliant browsers that do not implement the align attribute for COLGROUP elements */
.formTable td:first-child {
	text-align: right;
}

.resultsTable {
	border: solid 2px ButtonFace;
	border-collapse: collapse;
	font-size: 0.70em;
}

/* For CSS2-compliant browsers that do not implement the align attribute for COLGROUP elements */
.resultsTable td+td {
	text-align: center;
}

.searchTable {
	border: solid 2px ButtonFace;
	border-collapse: collapse;
}

.unactivated {
	background-color: #ffffcc;
}

span.unactivated {
	color: #663333;
}

.searchTable tfoot {
	background-color: ButtonFace;
}

/* Styles for displaying content for viewing */

div#photo {
	float: right;
}

div#photo img {
	border: solid 1px #663333;
}

.viewRow {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
	font-size: 0.80em;
	margin-left: 30px;
	padding: 1px;
	clear: left;
}

.viewRow div.label {
	background-color: ButtonFace;
	width: 150px;
	text-align: right;
	color: #663333;
	margin-right: 2px;
	padding: 2px;
}

.viewRow div {
	float: left;
	padding-top: 2px;
}

.viewRow a {
	font-size: 0.95em;
}

/* Form elements */

input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px black;
	color: #663333;
}

input.text {
	border: none;
	width: 360px;
}

input.login {
	border: none;
	width: 200px;
}

input.button {
	border: solid 1px black;
	color: black;
}

select.select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
	color: #663333;
	width: 360px;
}

select#lbxDirectorship {
	width: 282px;
}

.htmlarea {
	width: 360px;
}

/* Styles outside of tables */

span.link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal;
	color: #663333;
	text-decoration: underline;
	cursor: pointer;
}

a.link {
	font-size: 1em;
}

div.note
{
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	width: 360px;
}

.required {
	background-image: url(../images/_core/required.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
}

.error {
	margin: 2px;
	display: none;
	color: red;
}

.errorMessage {
	border: solid 1px #666633;
	color: #663333;
	font-family: Courier New, Sans-Serif;
	font-size: 0.80em;
	margin: 0px 60px 30px;
	padding: 2px;
	text-align: center;
}