@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("datepicker.css");

* {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}
body {
	width: 100%;
	height: 100%;
    background: #fff url("../image/lijn-boven.png") top center no-repeat;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
    margin: 0;
    padding: 0;
		overflow-y: scroll;
}


#container {
    width: 840px;
    position: relative;
    margin: 0px auto 0px auto;
padding: 0px;
    background-color: transparent;
		background: transparent url("../image/design-wa.png") top left no-repeat;
}



#footer {
    clear: both;
    padding: 20px 5px;
	color: #989CAC;
		background: transparent url("../image/lijn-boven.png") bottom left no-repeat;
		font-size: 12px;
}

#footer .avocado {
	color: #000;
	font-weight: bold;
}

p {
    margin: 0 0 10px 0;
line-height: 1.1em;
	color: #989CAC;

}

/* van nji.nl overgenomen */

ol {
	list-style-type: decimal;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
}
ul {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
}

table
{
	font-size: 12px;
	line-height: 150%;
    border-collapse: separate;
}

tr * {

}

td {
    padding: 2px 3px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
    td.date {
        width: 80px;
    }
    td.number {
        text-align: right;
    }
    td.medium {
        max-width: 40%;
    }

th {
    padding: 2px 3px;
    border-top: 0px solid #ddd;
    text-align: left;
}

tr.totaal td {
    background-color: #eee;
}

/* Koppen */
h1{
	font-size: 42px;
	color: #3E93D4;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
word-spacing: -1px;
letter-spacing: -1px;
}

h2 {
	font-size: 32px;
	color: #989CAC;
	font-weight: bold;
	margin: 0 0px 5px 0;
	padding: 0;
	line-height: 0.95em;
	letter-spacing: -1px;
	word-spacing: -1px;
}

h2 .highlight {
	color: #3E93D4;	
}

H3 {
	font-size: 1.35em;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}
H4 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #000000;
	font-weight: bold;
}


/* Links*/

a {
	text-decoration: none;
	font-weight: bold;
    border: 0px;
	color: #000;
}

A:visited {

}
A:hover {
	color: #3E93D4;
	text-decoration: none;
}
A:active {
	color: #000;
	text-decoration: none;

}

.ajax-loading {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #eee;
}
.apit_alert {
    display: none;
}

#apit_alerts {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;

    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
}

#apit_alerts .apit_alert {
    display: block;



    margin: 5px;
    padding: 5px 10px;
    width: auto;
    background-color: #222;
    color: #fff;
    border: 1px solid #999;
}