body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**
 *  intro pages
 *
 **/
#intro_header {
	background-color: #C56004;
	color: #FFFFFF;
}

#intro_center {
	background-color: #FFFFFF;
	color: #000000;
	font-weight:bold;
	
	border-style:solid;
	border-width:0px;
	border-color: #C56004;
}

#intro_center a {
	text-decoration:none;
	color: #254C07;
}
#intro_center li:hover {
	background-color: #C56004;
}


/**
 *  Header
 *
 **/
/* .listitem */
#tabBar li {
	background-image: url('/images/tab_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight: bold;
    line-height:12px;
	/*line-height:11px;*/
}

#tabBar li.active {
	background-image: url('/images/tab_active_bg.gif');
	/*font-weight: bold;*/
}

/**
 *  LeftCol
 *
 **/
#soldPixelsAmount {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}

#soldPixelsText {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
}

#soldPixBottom {
	background-image: url('/images/leftcollfooter.gif');
}

#sponsorHeader {
	color: #FFFFFF;
	font-size: 18px;
	background-repeat:no-repeat;
}

#sponsorMain {
    background-color: #FFFFFF;
}

#sponsorFooter {
	background-image: url('/images/leftcollfooter.gif');
}

/**
 *  Footer
 *
 **/
#footerBarLinks a:active, #footerBarLinks a:link, #footerBarLinks a:hover, #footerBarLinks a:visited, .spacer {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/**
 *  Main area
 *
 **/
#mainAreaRightPane {
	background-color: #FFFFFF;
	text-align: left;
}

.contentHeader {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#contentPane .white {
	border: solid 1px #456130;
}

#contentPane .whiteFull {
	border: solid 1px #456130;
}

#contentPane h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
}

#customerInfoTable .datefield {
	text-align:center;
}

.specialColor {
	color: #E16F31; /* ?? wat moet dit worden?? */
}

.boldFont {
	font-weight: bold;
}