/*
Array
(
    [base_url] => http://www.vanduik.nl/sh/
    [root_url] => http://www.vanduik.nl/sh/
    [current_url] => http://www.vanduik.nl/sh/assetmgr/css/5f41cbcafca74b072a7568577c4f0dee.css
    [revision] => 
    [elapsed_time] => 0.0461
    [memory_usage] => 2.59MB
)

*//**
 * Loaded files: 
 * reset
 * forms
 * jquery.jgrowl
 * sh
 * site
 */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
    display: block;
    clear: right;
    background-color: white;
    padding: 1px 0;
    line-height: normal;
    margin-bottom: 1em;
}

input.ui-pg-input {
    margin: 0;
    display: inline;
}

label {
    float: left;
    margin-bottom: 1em;
}

label + textarea {
    clear: both;
}

textarea {
    display: block;
}

label + input {
    margin-left: 160px;
}

input[type=submit] {
    margin-top: 1em;
    font-weight: bold;
    padding: 2px;
}

input[type=submit]:hover {
    background-color: #ccc;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
body img.emoticon {
    border: none !important;
    margin: 0 !important;
    display: inline !important;
}

div.clear {
    clear: both;
}

html, body {
    height: 100%;
    position: relative;
}

body {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    color: #000;
    background-color: #fff;
}

#header_bg,#header {
    height: 225px;
}

#header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#header #logo {
    margin-top: 20px;
}

#header,#content,#footer {
    position: relative;
    width: 500px;
    margin: 0 auto 35px auto;
    clear: both;
}

h1, h2 {
    color: #cc0000;
    font-weight: normal;
}

h1 {
    font-style: italic;
    font-size: 30px;
    margin-bottom: 45px;
    width: 600px;
}

h1 + h1 {
    margin-top: -40px;
    padding-left: 40px;
}

h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 22px;
    font-weight: bold;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;
}

h1,h2,h3 {
    clear: both;
}

p, blockquote, ul {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
}

p > img {
    max-width: 100%;
}

a {
    color: #900;
    text-decoration: underline;
}

#content h1 + p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

div.column {
    width: 230px;
    float: left;
    margin-bottom: 30px;
}

div.column + div.column {
    margin-left: 38px;
}

div.column h2 {
    height: 19px;
    position: relative;
    width: 300px;
    clear: none;
}

div.column p {
    text-align: justify;
}

div.column + div.column + * {
    clear: both;
}

#toc {
    position: absolute;
    top: 75px;
    left: 575px;
    width: 250px;
    font-style: italic;
}

#toc ul {
    color: #666;
}

#toc ul li {
    list-style-type: decimal;
    padding-left: 10px;
    margin-left: 20px;
}

#toc a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed #999;
}

#toc a:hover {
    color: black;
}

.arrow {
    position: absolute;
}

div.arrow {
    cursor: pointer;
}

div.arrow span {
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom;
    font-size: 11px;
    padding-left: 14px;
}

p.small {
    position: relative;
    float: left;
    margin-bottom: -500px;
    left: -320px;
    width: 275px;   
}

p.small img {
    float: right;
    margin-bottom: 15px;
}

p.small span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: right;
}

#menu {
    position: absolute;
    left: 0;
    bottom: 40px;
    vertical-align: bottom;
    height: 30px;
    width: 600px;
}

#menu_2nd {
    position: absolute;
    left: 0;
    bottom: 10px;
    clear: both;
    width: 600px;
}

#menu a, #menu_2nd a {
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-right: 30px;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
}

#menu a:first-letter {
    font-size: 19px;
}

#menu a.current {
    color: #f33;
    line-height: 37px;
}

#menu_2nd a.current {
    color: #f33;
}

#menu a.current:hover {
    color: #f33;
}

#menu a.current:first-letter {
    font-size: 12px;
}

#menu_2nd a {
    color: #ccc;
}

#menu_2nd a:hover {
    color: #000;
}

#menu a:hover {
    color: #000;
}

a.term {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #999;
}

.explanation {
    position: absolute;
    z-index: 300;
    display: none;
    width: 170px;
    font-size: 13px;
    font-weight: normal;
    border-top: 1px solid #666;
    padding: 15px;
    color: #666;
    font-style: italic;
    text-align: right;
    left: -240px;
    background-color: white;
}

ol.footnotes {
    color: #999;
    font-size: 12px;
}

ol.footnotes li {
    list-style: decimal;
    margin-bottom: 10px;
    line-height: 16px;
}

ol.footnotes li:target, ol.footnotes li:hover {
    font-weight: bold;
    color: #000;
}

ol.footnotes a.term {
    color: #888;
}

ul li {
    list-style: square;
}

a.cite-note-ref {
    vertical-align: super;
    font-size: 10px;
    color: #333;
    text-decoration: none;
}

#notifications {
    display: block;
    position: absolute;
    left: -203px;
    width: 150px;
    bottom: 20px;
    color: #ccc;
    font-size: 12px;
    text-align: right;
    line-height: 14px;
}

#footer img {
    margin-bottom: 15px;
}

#footer p {
    font-size: 11px;
    color: #333;
    line-height: 16px;
}

#search {
    position: absolute;
    left: 575px;
    bottom: 87px;
    width: 230px;
    height: 90px;
}

#search img {
    margin-top: 30px;
}

#search input {
    background-color: #ececec;
    border: none;
    text-align: right;
    padding: 4px;
    margin: 0;
}

#search_note {
    position: absolute;
    left: 100px;
    bottom: 43px;
    color: #ccc;
    font-size: 12px;
    width: 115px;
}
