/**
 * Stylesheet for EIC
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bramus! <bramus@netlash.com>
 */

/**
 * = Hide-a-key
 * ----------------------------------------------------------
 */

	body {
	    margin: 2cm;
	    font-family: Verdana, sans-serif;
	}

	a:link, a:visited {
	    color: gray;
	}

	#navigation, #subnavigation {
		display: none;
	}

	#b2bselector{
		display: none;
	}

	tr.rowHeader th{
		text-align: left;
	}

	#breadcrumb {
		margin-bottom: 20px;
	}

	#breadcrumb a{
		color: black;
	}

	#header h1{
		display: none;
	}

	div.print_logo{
		margin-bottom: 10px;
	}

	#footer,
	#footer a{
		color: black;
		padding: 0;
		margin: 0;
	}

	#footer ul {
		float: left;
		padding: 10px 5px 20px 0px;
	}

	#footer ul li{
		float: left;
		margin-right: 15px;
		list-style: none;
		padding: 0px;
		list-style-position: inside;
	}

	table{
		border-collapse: seperate;
	}

	table td,
	table th{
		border: 1px solid #cccccc;
		padding: 0 10px 0 10px;
	}

	#content fieldset{
		display: none;
	}

	 span.sitetitle{
	 	display: none;
	 }