body
{
	margin: 0;
	padding: 0;
	overflow: scroll;
}

div#container
{
	margin: auto;
	width: 750px;
}

div#page 
{ 
	border: 1px solid #999;
	background: white;
	padding-bottom: 10px;
}
div#content { padding: 0 10px 0; }
div.clear { clear: both; }
img { border: 0; }
p { padding: 0; margin: 0 0 1em; }
form { display: inline; }

div.floatRight { float: right; }

/* ====================================
    Header styles
   ==================================== */
div#header
{
	position: relative;
	margin-bottom: 10px;
	background-color:#FFFFFF;
}

div#tabs
{
	overflow: auto;
	padding-top: 30px;
	background: url("../images/tabs/tabHighlight.gif"/*tpa=http://www.sparkling-it.nl/site/v11/images/tabs/tabHighlight.gif*/) repeat-x bottom;
}

div#separator
{
	height: 15px;
	background: #666 url("../images/tabs/tabDividerFade.gif"/*tpa=http://www.sparkling-it.nl/site/v11/images/tabs/tabDividerFade.gif*/) repeat-x bottom;
}

div#creepycrawly
{
	padding: 5px 10px 5px;
	border-bottom: 1px solid #999;
	background: #E3F5FC;
}

div#companyLogo
{
	position: absolute;
	top: 10px;
	left: 20px;
	cursor: pointer;
	z-index: 10;
	width: 150px;
	height: 30px;
}

/* ====================================
    Footer styles
   ==================================== */
div#footer
{
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/* ====================================
    Body styles
   ==================================== */

div.hasRightColumn
{
	position: relative;
	padding-right: 200px;
}

div.hasRightColumn div.rightColumn
{
	position: absolute;
	top:0;
	right: 0;
	width: 190px;
}

div.hasLeftColumn
{
	position: relative;
	padding-left: 155px;
}

div.hasLeftColumn div.leftColumn
{
	position: absolute;
	top:0;
	left:0;
	width: 145px;
}

div.spacer	/* A big spacer div to make extra room when the sidebars are too long for the content */
{
	height: 200px;
}

div.equalColumns
{
	position: relative;
}

div.equalColumns div.leftColumn
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

div.equalColumns div.rightColumn
{
	padding-left: 50%;
}

/* ====================================
    Tab styles
   ==================================== */
div#tabs ul
{
	float:right;
	margin: 0;
	padding: 0;
}

div#tabs ul li
{
	display: block;
	list-style: none;
	float: left;
	padding: 2px 9px 4px;
	margin-right: 10px;
	background: #666 url("../images/tabs/tabTop.gif"/*tpa=http://www.sparkling-it.nl/site/v11/images/tabs/tabTop.gif*/) repeat-x;
	border: 1px solid #666;
}

div#tabs ul li a
{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* ====================================
    Form Styles
   ==================================== */

form div.question
{
	clear: both;
	margin-bottom: 8px;
}

form div.question span.label, span.requiredlabel
{
	display: block;
	float: left;
	width: 130px;
}

form div.question span.requiredlabel
{
	font-weight:bold;
}

form div.question span.input
{
	display: block;
	margin-left: 140px;
}

form div.question span.input input
{
	width: 212px;
}

form div.question span.input input.checkbox
{
	width: auto;
	padding-right: 10px;
}
