html, body {
    margin: 0px;
    color: #000000;
    background-color: #454041;
    font-family: "verdana";
    font-size: 0.9em;
}
td,th {
	font-size: 0.9em;
}
* {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align:left;
    font-weight:normal;
}
a {
    color:#000000;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
h1 {
    font-size:2.0em;
    margin:0px;
    font-weight:bold;
	margin-bottom:5px;
	color:#bf9a18;
	border-bottom:1px dashed #bf9a18;
}
h2 {
    font-size:1.5em;
    margin:0px;
    font-weight:bold;
	margin-bottom:5px;
	color:#bf9a18;
	border-bottom:1px dashed #bf9a18;
}
ul {
	margin-left:25px;
}
.clearBoth {
    clear:both;
	height:1px;
	line-height:1px;
}
.borderBottom {
	width:100%;
	padding-bottom:10px;
	border-bottom:1px dashed #bf9a18;
}
.borderBottomWhite {
	width:100%;
	padding-bottom:5px;
	border-bottom:1px dashed #FFFFFF;
}
.textbox {
	border:1px solid #b6941a;
	width:99%;
}
.textboxProfiel {
	border:1px solid #b6941a;
	width:300px;
}
.searchbox {
	border:1px solid #b6941a;
	width:150px;
}
.selectbox {
	border:1px solid #b6941a;
	width:90px;
}
.message {
	display:block;
	color:red;
}
.borderBrown {
	border:1px solid #bf9a18;
}
.weightBold {
	font-weight:bold;
}
.visibilityHidden {
	visibility:hidden;
}
.displayNone {
	display:none;
}
.floatRight {
	float:right;
}
.cursorPointer {
	cursor:pointer;
}
.message {
	font-weight:bold;
}
.messageAanv {
	display:none;
}
.errorAanv {
	background-color:#f88080;
}
.dictionary {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}
.hidden_answer {
	display:none;
}
#maincontainer {
    position:absolute;
    left:50%;
    margin-left:-505px;
    width:1010px;
	background-image:url('../../gfx/bg_main.gif');
	background-repeat:repeat-y;
}
#maincontainer #main {
	width:999px;
	margin-left:1px;
}
#maincontainer #main #header {
	width:999px;
	height:205px;
	background-image:url('../../gfx/header.jpg');
	background-repeat:no-repeat;
}
#maincontainer #main #header .header_quote {
	position:absolute;
	float:right;
	text-align:right;	
	top:10px;
	right:30px;
	width:250px;
}
#maincontainer #main #header .header_quote .quoteDiv,
#maincontainer #main #header .header_quote .quoteNameDiv {
	float:right; 
	text-align:right;
}
#maincontainer #main #header .header_quote .quoteDiv .quote {
	font-family:"verdana";
	font-style:italic;
	font-size:2.0em;
	background-color:#bf9a18;
	color:#FFFFFF;
	line-height:35px;
	padding:5px;
	text-align:right;
}
#maincontainer #main #header .header_quote .quoteNameDiv .quoteName {
	font-family:"verdana";
	font-style:italic;
	font-size:1.1em;
	line-height:30px;
	background-color:#bf9a18;
	color:#FFFFFF;
	text-align:right;
	padding:5px;
}
#maincontainer #main #menu {
	width:999px;
	height:65px;
	background-image:url('../../gfx/bg_menu.gif');
	background-repeat:repeat-x;
	line-height:41px;
	vertical-align:middle;
	color:#bf9a18;
}
#maincontainer #main #menu #hoofdmenu {
    height:42px;
}
#maincontainer #main #menu a {
	padding:0px 15px 5px 15px;
	color:#bf9a18;
	font-family:"verdana";
	text-decoration:none;
	font-size:1.5em;
}
#maincontainer #main #menu a.selected,
#maincontainer #main #menu #submenu a.selected {
	color:#FFFFFF;
}
#maincontainer #main #menu #submenu {
	line-height:20px;
	vertical-align:middle;
	color:#654211;
	margin-top:3px;
}
#maincontainer #main #menu #submenu a {
	font-size:1.0em;
	line-height:20px;
	color:#654211;
	/*font-weight:bold;*/
}
#maincontainer #main #menu #submenu a:hover {
	color:#FFFFFF;
}
#maincontainer #main #menu a:hover {
	color:#FFFFFF;
}
#maincontainer #main #content {
	margin-top:20px;
}
#maincontainer #main #content .personImage {
	float:left;
	margin:0px 10px 0px 0px;
	width:98px;
	height:112px;
	background-color:#878787;
	border:1px solid #bf9a18;
	overflow:hidden;
}
#maincontainer #main #content .resultImage {
	float:left;
	margin:0px 10px 0px 0px;
	width:63px;
	height:71px;
	background-color:#878787;
	border:1px solid #bf9a18;
	overflow:hidden;
}
#maincontainer #main #content .personImage img,
#maincontainer #main #content .resultImage img {
	/*height:71px;*/
	/*width:63px;*/
}
#maincontainer #main #content #content_left {
	width:227px;
	padding-left:5px;
	float:left;
}
#maincontainer #main #content #content_left a {
	color:#bf9a18;
}
#maincontainer #main #content #content_left .login {
	width:198px;
	height:193px;
	background-image:url('../../gfx/bg_login.jpg');
	background-repeat:no-repeat;
	padding:5px;
}
#maincontainer #main #content #content_left #loginTable,
#maincontainer #main #content #content_left #aanvraagTable {
	width:100%;
}
#maincontainer #main #content #content_left .loginTable {
	margin-top:25px;
}
#maincontainer #main #content #content_left #loginTable td,
#maincontainer #main #content #content_left #loginTable th,
#maincontainer #main #content #content_left #aanvraagTable td,
#maincontainer #main #content #content_left #aanvraagTable th {
	color:#FFFFFF;
}
#maincontainer #main #content #content_left #loginTable th {
	padding:5px 0px 5px 0px;
}
#maincontainer #main #content #content_left #aanvraagTable th {
	padding:3px 0px 3px 0px; 	
}
#maincontainer #main #content #content_left #loginTable th .textField,
#maincontainer #main #content #content_left #aanvraagTable th .textField {
	width:100%;
	height:20px;	
}
#maincontainer #main #content #content_left #loginTable th .textFieldSmall,
#maincontainer #main #content #content_left #aanvraagTable th .textFieldSmall {
	width:60px;
	height:20px;	
}
#maincontainer #main #content #content_left #loginTable td,
#maincontainer #main #content #content_left #aanvraagTable td {
	vertical-align:middle;
	font-size:0.85em;
}
#maincontainer #main #content #content_left #loginTable td.forgot, 
#maincontainer #main #content #content_left #loginTable td.submitButton,
#maincontainer #main #content #content_left #aanvraagTable td.forgot,
#maincontainer #main #content #content_left #aanvraagTable td.submitButton {
	text-align:right;
}
#maincontainer #main #content #content_left #loginTable td.forgot a,
#maincontainer #main #content #content_left #aanvraagTable td.forgot a {
	text-decoration:underline;
	color:#FFFFFF;
}
#maincontainer #main #content #content_left .loggedin {
	width:208px;
}
#maincontainer #main #content #content_left .loggedin a {
	color:#5c5a40;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}
#maincontainer #main #content #content_left .loggedin a:hover {
	text-decoration:underline;
}
#maincontainer #main #content #content_left .loggedin .top {
	height:12px;
	line-height:12px;
	background-image:url('../../gfx/bg_loggedin_top.jpg');
	background-repeat:no-repeat;
}
#maincontainer #main #content #content_left .loggedin .middle {
	background-color:#bf9a18;
	padding:0px 5px 0px 5px;
	color:#FFFFFF;
}
#maincontainer #main #content #content_left .loggedin .middle .memberName {
	color:#5c5a40;
	font-weight:bold;
}
#maincontainer #main #content #content_left .loggedin .middle .title {
	font-size:1.6em;
}
#maincontainer #main #content #content_left .loggedin .middle .subtitle {
	font-size:0.8em;
	vertical-align:-50%;
	padding-bottom:3px;
	color:#FFFFFF;
}
#maincontainer #main #content #content_left .loggedin .middle .inboxTable {
	width:100%;
}
#maincontainer #main #content #content_left .loggedin .middle .inboxTable td {
	color:#FFFFFF;
}
#maincontainer #main #content #content_left .loggedin .middle .inboxTable .inboxFrom {
	font-weight:bold;
	padding-top:5px;
}
#maincontainer #main #content #content_left .loggedin .middle .inboxTable .inboxDate {
	font-style:italic;
	vertical-align:bottom;
}
#maincontainer #main #content #content_left .loggedin .middle .inboxTable .inboxSubject {
	border-bottom:1px dashed #FFFFFF;
	padding-bottom:5px;
}
#maincontainer #main #content #content_left .loggedin .middle .eventItem {
	width:100%;
	border-bottom:1px dashed #FFFFFF;
	margin-top:5px;
}
#maincontainer #main #content #content_left .loggedin .middle .eventItem .datum {
	font-size:0.9em;
}
#maincontainer #main #content #content_left .loggedin .bottom {
	height:11px;
	line-height:11px;
	background-image:url('../../gfx/bg_loggedin_bottom.jpg');
	background-repeat:no-repeat;
}
#maincontainer #main #content #content_left .aanvraagTable {
	margin-top:15px;
}
#maincontainer #main #content #content_left .aanvraagTable td.submitButton {
	padding-top:10px;
}
#maincontainer #main #content #content_left .aanvraagDiv {
	background-image:url('../../gfx/bg_aanvraag.jpg');
	background-repeat:no-repeat;
	width:198px;
	height:381px;
	padding:5px;
}
#maincontainer #main #content #content_left .aanvraagDivSmall {
	background-image:url('../../gfx/bg_aanvraag_small.jpg');
	background-repeat:no-repeat;
	width:198px;
	height:314px;
	padding:5px;
}
#maincontainer #main #content #content_middle {
	width:520px;
	min-height:450px;
	padding-left:10px;
	border-left:1px dashed #bf9a18;
	float:left;
	font-size:1.0em;
	font-family:"verdana";
}
#maincontainer #main #content #content_middle .newsItem {
	padding:5px 0px 10px 0px;
	min-height:130px;
}
#maincontainer #main #content #content_middle .newsItem img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	/*border:1px solid #bf9a18;*/
}
#maincontainer #main #content #content_middle .newsItem .datum {
	color:#bf9a18;
	font-size:0.8em;
}
#maincontainer #main #content #content_middle .newsItem .title,
#maincontainer #main #content #content_middle .agendaForm .content .title {
	font-size:1.0em;
	font-weight:bold;
}
#maincontainer #main #content #content_middle .newsItem .location,
#maincontainer #main #content #content_middle .agendaForm .content .location {
	font-size:0.9em;
	font-weight:bold;
	color:#bf9a18;
	vertical-align:bottom;
}
#maincontainer #main #content #content_middle .newsItem a.terug {
	font-size:0.9em;
	font-style:italic;
	color:#bf9a18;
	bottom:10px;
}
#maincontainer #main #content #content_middle .newsItemDetail a.terug {
	font-size:0.9em;
	font-style:normal;
	text-decoration:none;
	color:#bf9a18;
	bottom:10px;
}
#maincontainer #main #content #content_middle .newsItemDetail a:hover {
	text-decoration:underline;
}
#maincontainer #main #content #content_middle .listTable th {
	padding-top:10px;
	width:300px;
}
#maincontainer #main #content #content_middle .listTableNewsletter {
	padding-top:10px;
	width:300px;
}
#maincontainer #main #content #content_middle .listTableNewsletter th {
	padding-bottom:5px;
	width:100px;
}
#maincontainer #main #content #content_middle .submitButton {
	text-align:right;
	width:300px;
	margin-top:10px;
}
#maincontainer #main #content #content_middle #zoekMember {
	display:none;
	position:absolute;
	z-index:100;
	width:500px;
	background-color:#FFFFFF;
	left:50%;
	top:410px;
	padding:10px;
	margin-left:-90px;
}
#maincontainer #main #content #content_middle #zoekMember #zoekMemberTable {
	width:500px;
}
#maincontainer #main #content #content_middle #zoekMember #zoekMemberTable th {
	background-color:#EBEBEB;
	font-weight:bold;
}
#maincontainer #main #content #content_middle #zoekMember #zoekMemberTable th,
#maincontainer #main #content #content_middle #zoekMember #zoekMemberTable td {
	padding-left:5px;	
}
#maincontainer #main #content #content_middle .agendaForm {
	display:none;
	position:absolute;
	z-index:99;
	width:494px;
	left:50%;
	top:370px;
	margin-left:-175px;
	background-color:#FFFFFF;
}
#maincontainer #main #content #content_middle .agendaForm .titleBar {
	width:469px;
	height:23px;
	padding:5px;
	padding-left:20px;
	line-height:23px;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	background-color:#bf9a18;
}
#maincontainer #main #content #content_middle .agendaForm .titleBar img {
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
	z-index:99;
}
#maincontainer #main #content #content_middle .agendaForm .content {
	width:469px;
	background-color:#FFFFFF;
	padding:10px;
	padding-right:15px;
}
#maincontainer #main #content #content_middle #profiel_left a,
#maincontainer #main #content #content_middle #profiel_bottom a,
#maincontainer #main #content #content_middle #profiel_right a {
	text-decoration:none;
	color:#bf9a18;
}
#maincontainer #main #content #content_middle #profiel_left a:hover,
#maincontainer #main #content #content_middle #profiel_right a:hover {
	text-decoration:underline;
}
#maincontainer #main #content #content_middle #profiel_left {
	float:left;
	width:100px;
	text-align:center;
}
#maincontainer #main #content #content_middle #profiel_right {
	float:left;
	padding-left:10px;
	width:400px;
}
#maincontainer #main #content #content_middle .allMembers {
	position:absolute;
	left:340px;
	top:304px;
	font-size:0.85em;
}
#maincontainer #main #content #content_middle #searchMember {
	width:300px;
}
#maincontainer #main #content #content_middle #searchMember th {
	font-weight:bold;
}
#maincontainer #main #content #content_middle #searchMember td {
	padding-right:10px;
}
#maincontainer #main #content #content_middle #searchMember .searchButton {
	padding-top:10px;
	text-align:right;
}
#maincontainer #main #content #content_middle .resultItem .resultCompany,
#maincontainer #main #content #content_middle #profiel_right .resultCompany {
	font-size:0.85em;
	color:#bc9717;
	vertical-align:bottom;
}
#maincontainer #main #content #content_middle .resultItem {
	margin-top:10px;
}
#maincontainer #main #content #content_middle .resultItem a {
	font-size:0.9em;
	color:#bc9717;
}
#maincontainer #main #content #content_middle .resultItem .resultName,
#maincontainer #main #content #content_middle #profiel_right .resultName {
	font-weight:bold;
	font-size:1.1em;
	color:#000000;
	text-decoration:none;
}
#maincontainer #main #content #content_middle .agendaForm .content .messageTable {
	width:100%;
}
#maincontainer #main #content #content_middle .agendaForm .content .messageTable td {
	padding-bottom:5px;
}
#maincontainer #main #content #content_middle .agendaForm .content .messageTable th {
	text-align:right;
	font-weight:bold;
	width:80px;
	padding-right:10px;
}
#maincontainer #main #content #content_middle .messageTable {
	width:100%;
}
#maincontainer #main #content #content_middle .messageTable th {
	font-weight:bold;
	color:#b69315;
	width:120px;
}
#maincontainer #main #content #content_middle .messageTable td.submitTd {
	vertical-align:middle;
}
#maincontainer #main #content #content_middle #kalender .kalender {
	float:left;
	width:150px;
	margin-right:15px;
	height:130px;
}
#maincontainer #main #content #content_middle #kalender .kalender table.month {
    width:150px;
    border-collapse:collapse;
    margin-top:3px;
    margin-left:7px;
    margin-bottom:3px;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month td {
    font-size:0.9em;
    text-align:center;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .monthnavigation {
    border:none;
    cursor:pointer;
    width:22px;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .monthname {
    color:#bf9c2f;
    font-weight:bold;
    border:none;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .dayname {
    color:#000000;
	font-weight:bold;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .nomonthday,
#maincontainer #main #content #content_middle #kalender .kalender table.month .monthday,
#maincontainer #main #content #content_middle #kalender .kalender table.month .saturday,
#maincontainer #main #content #content_middle #kalender .kalender table.month .sunday,
#maincontainer #main #content #content_middle #kalender .kalender table.month .selectedday {
    color:#a7a9ac;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .hasEvent {
	background-color:#bf9c2f;
}

#maincontainer #main #content #content_middle #kalender .kalender table.month .hasEvent a {
	color:#FFFFFF;
	text-decoration:none;
}
#maincontainer #main #content #content_middle #kalender .kalender table.month .hasEvent a:hover {
	text-decoration:underline;
}
#maincontainer #main #content #content_middle #faqTable th {
	width:20px;
	vertical-align:bottom;
	padding-top:3px;
	cursor:pointer;
}
#maincontainer #main #content #content_middle #scoreTable {
	width:100%;
}
#maincontainer #main #content #content_middle #scoreTable th {
	font-weight:bold;
}
#maincontainer #main #content #content_middle #scoreTable td.scores {
	text-align:center;
}

/* Lijst inbox */
.list {
    width: 510px;
	margin-top:10px;
}

.list th {
    background-color: #d9d7bf;
    border-right: 2px outset #FFF;
    border-left: 1px outset #FFF;
    border-bottom: 2px outset #EBEBEB;
    white-space: nowrap;
    color: #000;
    text-align: left;
    font-weight: bold;
	padding-left: 2px;
}

.list td {
    background-color: #d9d7bf;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-top: 0px;
    cursor: pointer;
	padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

#window .list {
    background-color: #EBEBEB;
}

#window .list td {
    background-color: #FFF;
}

#window .list .tr2 td, .list .tr2 td {
    background-color: transparent;
}

#window .list .hover td, .list .hover td {
    background-color: #f4f3e7;
}

/* Rechterkant */
#maincontainer #main #content #content_right {
	position:absolute;
	left:773px;
	top:240px;
}
#maincontainer #main #content #content_right .bannerItem {
	margin-top:-20px;
	width:210px;
	background-repeat:no-repeat;
	padding:10px 10px 0px 10px;
	cursor:pointer;
	letter-spacing:-1pt;
}
#maincontainer #main #content #content_right .bannerItem img {
	margin-left:-3px;
}
#maincontainer #footer {
	width:100%;
	background-image:url('../../gfx/bg_footer.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#454041;
	color:#FFFFFF;
	font-size:0.9em;
	padding-top:10px;
	padding-bottom:10px;
}
#maincontainer #footer a {
	color:#FFFFFF;
	text-decoration:none;
	
}
#maincontainer #footer a:hover {
	text-decoration:underline;
}
