* {
	color: #56493C;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

a {
	color: #96AE11;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	background-color: #A9C215;
	color: white;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
}

a.readmore {
	background-image: url(../pics/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
}

body {
	margin: 0px;
	padding: 0px;
}

div.content {
	line-height: 1.4em;
	margin: 15px 205px 20px 22px;
	padding: 0px;
	padding-bottom: 30px;
}

div.widecontent {
	line-height: 1.4em;
	margin: 15px 20px 20px 22px;
	padding-bottom: 30px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 3px;
}

hr {
	background-color: #A9C215;
	border: none;
	color: #A9C215;
	height: 1px;
}

img {
	border: none;
}

input.button {
	background-color: #A9C215;
	border: none;
	color: white;
	cursor: hand;
	margin: 3px 0px;
	padding: 2px 5px;
}

input.text, input.date, select, textarea {
	border: solid 2px #B5AFA9;
	margin: 3px 0px 3px 0px;
}

input.date {
	margin-right: 3px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

ul {
	list-style-image: url(../pics/bullet.gif);
}

ul.toplinks
{
	padding-top: 0px;
	list-style-position: inside;
	padding: 0px;
}

/* Tables */

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

th {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px;
	text-align: left;
}

.big-text, .big-text *
{
	font-size: 15px;
}

.userfiat_user_table 
{
	width: 100%;
}

.userfiat_user_table td, .userfiat_user_table th
{
	padding: 2px 0px;
	padding-right: 20px;
}

.userfiat_user_table td.alternaterow
{
	background-color: #e5e1de;
}

table.response_status td
{
	padding: 2px 4px;
}


/* Popup */

body.popup div.content 
{
	margin: 10px 20px;
}


/* Questions */

input.error {
	border-color: red;
	background-color: #FFCCCC;
	color: #FF8282;}

.error 
{
	color: red;
}

/*  doevraag & news */

.subpage .header
{
	width: 100%;
	height: 77px; 
	
	background-image: url(../pics/pwdirectlogo_mini.gif);
	background-color: #A9C215;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: 0px;	
}

.subpage .question, .subpage .newstext
{
	margin: 22px 22px;
	margin-top: 97px;
}

.subpage_plain .header
{
	display: none;
}

.subpage_plain .question, .subpage_plain .newstext
{
	line-height: 1.4em;
	margin: 15px 20px 20px 22px;
	padding-bottom: 30px;
}

/* misc */

.default-text
{
}
.default-text-active
{
	color: #bbb;
/*	font-style: italic;*/
}
.empty
{
	color: #bbb;
}

th.marker
{
	padding-right: 8px; 
}

div.box_client
{
	margin: 8px 10px;
	margin-bottom: 0px;
}

table.recruit_list td, table.recruit_list th
{
	padding-right: 10px; 
}

.recruit_list_text
{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 11px;
}

table.piggybank th, table.piggybank td
{
	padding-right: 10px;
}

table.piggybank tr.total td
{
	font-weight: bold;
}

/* AJAX */

.loading {
    height: 20px;
    background-image: url(../pics/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: left top;
}


table.data-edit-item td, table.data-edit-item th {
	padding: 3px;
}

