/* remove default styling */
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

body {
	background: #EFFEFE;
	color: #000000;
	font: 12pt Comic Sans MS;
	text-align: center;
	margin: 1px;
}

table,td {
	padding: 6px;
	font-size: 100%;
}

a {
	color: #000000;
	text-decoration:underline;
}

#container {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#formfields {
	margin: auto;
	text-align: center;
}

#header {
	width: 600px;
	margin: 0 auto;
	float: left;
}

	.message-list {
		float: left;
		color: #000000;
	}
	.message-list a {
		color: #000000;
	}
	.chars {
		text-align:left;
		margin-top: 10px;
		color: #000000;
	}
	.chars a{
		color: #000000;
		text-decoration:underline;
	}	
	
	.welcome-message {
		margin: 10px 0;
		padding: 10px;
		border: 1px solid #000;
		background: #D4FCFD;
	}

	.ad {
		float: right;
		color: #000000;
	}
	
	.ad a {
		color: #000000;
		background: none;
		text-decoration:underline;
	}

h1 {
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	text-align: center;
	width: 600px;
	background: #00BFC6;
	border: 1px solid #000;
	color: #000000;
}

h2 {
	float: left;
  font-weight: bold;
}

h3 {
	float: right;
	font-weight: normal;
	font-size: 80%;
}

p {
	clear: both;
	margin: 10px 0;
}

input {
	width: 220px;
}

#content {
	width: 600px;
	float: left;
	text-align:left;
}

a.page {
	color: #000000;
	text-decoration:underline;
}

a.page-active,
span.page-active {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

a.new-message {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.messageblock {
	float: left;
	margin: 10px 0;
	border: 1px solid #000;
	width: 600px;
    overflow: hidden;
}

	.messageblock-head {
		float: left;
		padding: 0px 2px 0px 2px;
		width: 596px !important;
		width: 600px;
		background: #00BFC6;
		border-bottom: 1px solid #000;
		color: #000000;
	}
	
	.messageblock-head a {
		color: #000000;
		text-decoration:underline;
	}

	.messageblock-main {
		float: left;
		padding: 2px;
		width: 596px !important;
		width: 600px;
		background: #D4FCFD;
		color: #000000;
	}

	.messageblock-main a{
		color: #000000;
		text-decoration:underline;
	}

label {
	padding: 0 0 1em 10em;
	display: block;
	clear: both;
	color: #000000;
}

label .labelText {
	position: relative;
	width: 10em;
	left: -10em;
	float: left;
	margin-right: -10em;
	padding-bottom: 1em;
	color: #000000;
}

.labelText {
	color: #000000;
}

.button {
	width: 100px;
	background-color: #00BFC6;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

.button2 {
	text-align: center;
}

     /* navigatie pagination */
 ul.pagination {
    text-align:center;
    color:#333333;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#333333;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #ccc;
    text-decoration:none;
}
ul.pagination a:hover,
ul.pagination a.current {
    background:#428bca;
    color:#fff;
}