/*
 * $Id: relationManagement.css 95 2009-09-22 12:09:11Z root $
 */
form {
	margin:0;
	padding:0;
}
table.default {
	width:100%;
	margin-bottom:20px;
}
table.default td,
table.default th {
	text-align:left;
	vertical-align:top;
	padding:2px;
}
table.default th {
	background-color:#aeaeae;
	color:#ffffff;
	padding: 3px;
	line-height:160%;
	color:#353535;
}
table.default td.key {
	width:35%;
	font-weight:800;
}
table.default td.value {
	width:65%;
}
table.default select.searchSelect {
	width:206px;
}

table.default input,
table.default select,
table.default texarea {
	font-family: Verdana;
	color:#444C4C;
	font-size:11px;
	padding:1px;
}
table.default input {
	width:200px;
}
table.default input.buttonSubmit {
	width:auto;
	padding:0;
	color:#000;
}

div.menuEdit {
	display:block;
	width:100%;
	position:relative;
}
div.menuEdit ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.menuEdit ul li {
	float:left;
}
div.menuEdit ul li a {
	display:block;
	width:100px;
	line-height:15px;
	font-weight:800;
	font-size:10px;
	background:#BCBCBA;
	color:#636264;
	margin: 0 5px 10px 0;
	text-align:center;
	border:1px solid #636264;
}
div.menuEdit ul li a:hover,
div.menuEdit ul li a.selected {
	background:#8A8A8A;
	color:#fff;
	text-decoration:none;
}

img#memberPhoto{
	position:absolute;
	right:0px;
	width:150px;
	top:50px;
	margin:0px;
	padding:0px;
}

div.formErrors ul {
	margin:0;
	padding:0;
	margin-left:20px;
	color:red;
	list-style-type: square;
}
div.formMessage {
	display:block;
	width:100%;
}
div.formMessage ul {
	list-style-type:square!important;
	margin-left:20px;
	margin:0;
	padding:0;
}
div.formMessage ul li.error {
	color:red;
}
div.formMessage ul li.notice {
	color:green;
}
ul.messages {
	list-style-type:square;
	margin:0;
	margin-left:20px;
	padding:0;
}
ul.messages li {
	line-height:150%;
	padding:2px;
}
ul.messages li.error {
	color:Red;
}
ul.messages li.notice {
	color:Green;
}

table.searchResults {
	width:100%;
}
table.searchResults th,
table.searchResults td {
	text-align:left;
	vertical-align:top;
	padding:2px;
	border:1px solid #C5C4C4;
}
table.searchResults th {
	background:#AEAEAE;
	color:#000;
}
table.searchResults td.voorkeur {
	text-align:center;
}
td span.true {
	color:Green;
}
td span.false {
	color:Red;
}

/* Start pager markup */
div.pager {
}
div.pager span {
}
div.pager span.prev,
div.pager span.next {
	width:15%;
}
div.pager span.numbers {
	width:70%;
	text-align:center;
}
div.pager span.next {
	text-align:right;
}
div.pager span a {
	padding:0 5px 0 5px;
	background:#CBAEA6;
	border:1px solid #6F3A2B;
	color:#580E03;
	text-decoration:none;
	padding:0 10px 0 10px;
}
div.pager span a:hover,
div.pager span a.current {
	background:#9F1A01;
	color:#fff;
	border:1px solid #580E03;
	text-decoration:none;
}
/* End pager markup */