﻿*
{
	border-collapse: collapse;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	vertical-align:middle;
}

html, body
{
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #B0CAEB;
}

#wrapper
{
	height:100%;
}

#contentbackground
{
	background-color: white;
	width:845px;
	position:fixed;
	min-height:100%;
	top:0px;
	left:50%;
	margin-left:-422px;
	z-index:1;
}

.content, .topspacer, .header, .navigation
{
	width:745px;
	z-index:3;
}

.content
{
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-372px;
	top:0px;
}

.topspacer
{
	background-color: #017BC6;
	height: 5px;
	top:0px;
	position:absolute;
}

.imagediv
{
	max-width:717px;
}

.image
{
	max-width:717px;
	padding:16px 0 10px 0;
}

.mathml
{
	max-width:717px;
}

.header
{
	position:absolute;
	top:5px;
	height: 71px;
	white-space:nowrap;
	background-color:White;
}

.header img
{
	border:none;
}

.logoBrand
{
	position:absolute;
	top:5px;
}

.logoProduct
{
	position:relative;
	top:0px;
	left:615px;
}

.navigation
{
	background-color: #017BC6;
	position:absolute;
	top:76px;
	height: 24px;
	color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
}

.subnavigation
{
	position:absolute;
	top:100px;
	height:18px;
	left:50%;
	margin-left:-174px;
	width:486px;
	text-align: right;
	white-space:nowrap;
	z-index:3;
}

.leftplaceholderbackground
{
	position:fixed;
	top:0px;
	height:100%;
	width:238px;
	background-color: #017BC6;
	z-index:2;
}

.leftplaceholder *
{
	z-index:3;
}

.leftplaceholder img
{
	top:100px;
	position:absolute;
}

.rightplaceholder
{
	position:absolute;
	top:126px;
	width:487px;
	left:50%;
	margin-left:-114px;
	height:auto;
	z-index: 3;
}

.rightplaceholder text
{
	margin: 0 10px 0 10px;
}

.copyright
{
	color: #89888D;
	padding:10px 0 0 0;
	font-size: 11px;
	vertical-align: bottom;
	bottom:0px;
	z-index:3;
}

.text
{
	vertical-align: top;
	padding-left: 40px;
}

.error
{
	color:Red;
	font-weight:bold;
}

.itemtable *
{
	margin:0px 5px 0px 0px;
}

.repeaterItem
{
	width:100%;
	background-color:#F0F0F0;
}

.repeaterAlternatingItem
{
	width:100%;
	background-color:White;
}

.repeaterQuestion
{
	border-style: solid;
	border-width:1px;
	border-color:#D0D0D0;
	-moz-user-select: none;
}

b
{
	vertical-align:top;
}

.disableditem, .disableditem:hover, .disableditem td
{
	text-decoration:none;
	color:Gray;
}

a
{
	color: #017BC6;
	text-decoration: none;
	padding-bottom:2px;
	vertical-align:top;
}

a:hover
{
	color: #017BC6;
	text-decoration: underline;
}

a:visited
{
	padding-bottom:2px;
	vertical-align:top;
}

a.graylink
{
	color: #89888D;
	text-decoration: underline;
}

a.grayloggin
{	
	position:absolute;
	top:0;
	height:18px;
	width:60px;
	text-align: right;
	white-space:nowrap;
	z-index:3;
	color: #89888D;
	text-decoration: underline;
}

td.text ul
{
	margin: 20px 0 20px 0;
}

h1
{
	margin: 10px 0 5px 0;
	color: #017BC6;
	font-size: 16px;
}

h2
{
	margin: 15px 0 1px 0;
	color: #017BC6;
	font-size: 14px;
}

ul
{
	padding: 0;
	margin: 0;
	list-style-type: disc;
}

li
{
	margin-left: 15px;
	margin-bottom: 5px;
}

ul, ol
{
	padding-bottom: 12px !important;
}

.hidden, .HiddenText label
{
	display: none;
}

.hide
{
	display: none;
	visibility: hidden;
}

.mcanswer b
{
	vertical-align:middle;
}

.mcanswer
{
	margin: 0;
	padding: 0;
}

.answer
{
	margin: 0;
	padding: 0;	
}


.navigation a, .navigation a:hover
{
	color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-decoration:none;
}

.enquete
{
	background-image:url(../../resources/images/enquete_bg.jpg);
	background-repeat:no-repeat;
	width:469px;
	height:197px;
}

.enquetecontent
{
	padding:8px 25px 8px 25px;
}

.pollcontainer
{
	top:130px;
	position:relative;
	width:222px;
	margin-left:8px;
	margin-right:8px;
}
.poll
{
	background-color:#B0CAEB;
	border:solid 2px #FFFFFF;
	padding:0px 10px 8px 10px;
	margin-top:8px;
}

.pollgrid
{
	width:100%;
}

.overlay
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #333;
	z-index:100;
	opacity:0.5; /* FF */
	filter:alpha(opacity=70); /* IE6+7 */
}

.overlaycontent
{
	position:fixed;
	background-color:White;
	width:300px;
	height:100px;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-50px;
	z-index:101;
}

.visible
{
	display:block;
	visibility:visible;
}

.selection
{
	border: solid 1px #017BC6;
	border-collapse: separate;
	background-color: #B0CAEB;
}

.beheerlink
{
	top: 0px;
	right: 0px;
	color: #017BC6;
	margin: 5px 5px 5px 5px;
	position: absolute;
	z-index: 10000;
}
