.tt_template {
	width: 100%;
	padding: 0px;
}
.tt_element,.tt_column {
	padding: 0px;
}


/* onderstaande overeenkomstig css in tt-config [siteconfig.xml] + [sites\www\css\default.css] */

.tt_template td {
  font-size:12px;
	line-height: 19px;
	color: #003366;
}
.tt_template a, .tt_template a font {
	text-decoration: underline;
	color:#00B577;
}
.tt_template a:hover, .tt_template a:hover font {
	text-decoration: none;
}



.tt_template .cnt_blauw_11 {
	font-size:11px;
	line-height:18px;
	color:#003366;
}
.tt_template .cnt_blauw_12 {
	font-size:12px;
	line-height:19px;
	color:#003366;
}
.tt_template .cnt_groen_11 {
	font-size:11px;
	line-height:18px;
	color:#00B577;	/* groen overal was color:#38BD40; */
}
.tt_template .cnt_groen_12 {
	font-size:12px;
	line-height:19px;
	color:#00B577;
}



.tt_template input, .tt_template textarea, .tt_template select {
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
}
.tt_template .button {
	margin-top:7px;
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	float:right;
}
.tt_template .noborder {
	border:0px;
	background-color:transparent;
}






/************* E N Q U E T E  M O D U L E *****************/

/***************************/
/****	ENQ: SECTIE PAGINA   ****/
/***************************/
/* GLOBAAL */
div.tt_enquete {
	width:584px;
}
table.tt_enquete {
	width:100%;
}
table.tt_enquete input{
	margin-right:3px;
}
td.tt_enquete_selectbox{
	padding-top:2px;
	vertical-align:top;
	width:10px;
}

/* SPECEFIEK */
td.tt_enquete_selectbox input,
td.tt_enquete_checkbox input{
	border:0px;
	background-color:white;
}

td.tt_enquete_sectie_naam, td.tt_enquete_home_naam{
 	font-size:12px;
 	color:#00B577;
	font-weight:bold;
}

td.tt_enquete_sectie_omschrijving{
 	font-size:12px;
}

td.tt_enquete_vraag{
	font-weight:bold;
	padding-top:10px;
}

td.tt_enquete_vraagnummer{
 	vertical-align:top;
 	text-align:left;
	font-weight:bold;
	padding-top:10px;
	padding-right:3px;
	padding-left:0px;
}

td.tt_enquete_fout{
 	width:150px;
	vertical-align:top;
	padding:17px 0px 0px 0px;	
	font-weight:bold;
	font-size:34px;
	color:red;
}

td.tt_enquete_volgende {
	text-align:right;
	padding-top:15px;
	font-weight:bold;
	font-size:15px;
}
td.tt_enquete_volgende a {
	color:#00B577;
}

td.tt_enquete_vorige{
 	padding-top:15px;
	font-weight:bold;
	font-size:15px;
}
td.tt_enquete_vorige a {
	color:#00B577;
}

/**************************/
/****	ENQ: APPLY PAGINA   ****/
/**************************/
td.tt_enquete_volooid_submit{
	padding-top:5px;
	text-align:right;
	border:0px;
}

td.tt_enquete_volooid_submit{
	padding-top:5px;
	border:0px;
	background-color:white;
	font-weight:bold;
}

td.tt_enquete_volooid_vorige{
	padding-top:5px;
	font-weight:bold;
}

/*************************/
/****	ENQ: HOME PAGINA   ****/
/*************************/
table.tt_enquete_home{
 	width:100%;
}

td.tt_enquete_home_omschrijving{
	padding-top:10px;
}

td.tt_enquete_home_starten {
	padding-top:15px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
}
td.tt_enquete_home_starten a {
	color:#00B577;
}
