
/* CSS voor LimeSurvey formulier, geldig voor alle deelenquetes,
toegevoegd door Jan Pieter, 10-6-2010 */

div#welcome { margin-bottom: 40px; }

div.groupname
{
	margin: 5px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

div.questiongroup
{
	background-color: #CCC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
}

.hide
{
	font-weight: normal;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.question
{
	font-family: verdana;
	font-size: 11px;
}

.questionhelp { font-size: 10px; }

.answertext
{
	font-family: verdana;
	font-size: 11px;
}

.errormandatory { color: RED; }
.warningjs { color: RED; }

.asterisk
{
	color: #FF0000;
	font-size: 9pt;
	font-family: verdana;
}

table.question
{
	width: 75%;
	border-collapse: collapse;
	border-color: #111111;
	background-color: white;
	margin: 7px 0 0 0;
}

p.question
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td.questiontext
{
	background-color: #EEEEEE;
	width: 24%;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 0 5px 10px;
}

td.answertext
{
	padding: 5px 0 5px 10px;
	vertical-align: top;
}

p.tip { display: inline; }

#navigator
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

