/*-----------------------------------------------------------------------------
Expertnet Default Screen STYLESheet

version			: 0.1
date			: 03 mei 07
author			: Leonard Eshuis
email			: leshuis@rhinofly.nl

website			: expeditienet.nl

-----------------------------------------------------------------------------*/
/* Browser Reset : eric meyer final - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-----------------------------------------------------------------------------*/

	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,
	dl, dt, dd, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
		background-image: transparent;
	}
	/* remember to define focus STYLES! */

	:focus {
		outline: 0;
	}

	body {
		line-height: 1;
		color: black;
		background: white;
	}

	ul {
		list-style: none;
	}
	#menu_data ul {
		list-style: circle;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}

	blockquote, q {
		quotes: "" "";
	}	
    
/* Default classes
-----------------------------------------------------------------------------*/

	.error {border:1px solid red;}
	
	.hide {display: none;}
	
	.show {display:block;}
	
	.printonly {display: none;}
	
	.screenonly {}
	
	.clear {clear:both;}
	
	.right {float: right;}
	
	.left {float: left;}
	
/* Default 
-----------------------------------------------------------------------------*/

	body {
		font-size: 62.5%;
		line-height:1.5em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}

	/* setting the font-size to 62.5% will result in 
	a 'em' value that's equal to 10px */

/* Headings 
-----------------------------------------------------------------------------*/

	H1, H2, H3, H4, H5, H6 {
		font-weight:bold;
		margin: .5em 0em 0em 0em;
	}
	
	H1 {font-size:2.2em;}
	H2 {font-size:2em;}
	H3 {font-size:1.8em;}
	H4 {font-size:1.6em;}
	H5 {font-size:1.4em;}
	H6 {font-size:1.2em;}
	
/* Fixes
-----------------------------------------------------------------------------*/

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */