﻿/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.00
	Creation Date		: 01/12/2005
	Modification Date	: 01/12/2005
	Modification by		: Jerry van Heerikhuize
	Description			: common StyleSheet

\*#######################################################################*/

/*#######################################################################*\
	Section Index:
		1.	body
			1.1 body.main
		2. div
			2.1 #wrapper
			2.2 body.main div.content
			2.3 div#footer
\*#######################################################################*/

/*#######################################################################*\

SECTION 1: body
	
\*#######################################################################*/

div.menu ul
{
	display: block;
	list-style-type: none;
	list-style-position: default;
}
div.menu ul li
{
	float: left;
}
/*	2.3 div#footer	*/
div#disclaimer
{
	/*color: #FFF;*/
	margin: 8px 0px 0px 0px;
	text-align: center;
}


th, td {
  text-align:left;
  vertical-align:top;
  }

hr.solid
{
	position: relative;
	margin: 5px 0px 5px 0px;
	height: 1px;
	border: 0px;
	color: #FFF;
	/* IE fix */
	background: #FFF;
}

hr.hspace
{
	position: relative;
	margin: 10px 0px 0px 0px;
	height: 0px;
	border: 0px;
	color: #FFF;
	/* IE fix */
	background: #FFF;
}

hr.sep
{
	position: relative;
	margin: 5px auto 5px auto;
	height: 1px;
	border: 0px;
	/*	color: #880f0f; */
	/* IE fix */
	background-image: url(../../imgs/hr-sep.gif);
	background-repeat: repeat-x;
}


img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

/* Workaround for image bug in NS6 */
/*
img {vertical-align: bottom; line-height: 1%; padding: 0px; border: 0px}
*/

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}
img.left { float: left; 
	margin: 0px 10px 10px 0px;}

