
/* Auto Form */
table.GQF{
/*
	border-style:solid;
   border-color:#FF6600;
   border-width:1px;
  */
}

a.GQF{
	color: #000000;
	text-decoration:none;
}

td.GQF{
	text-align:left;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

label.GQF{

	color: #FF6600;
	font-weight:bold;
}

label.GQFNonBold{

	color: #FF6600;
	font-weight:normal;
}

label.GQFBlack{

	color: #000000;
	font-weight:bold;
}

/* werkt niet in ie en ff
textarea.GQF,input.GQF:not([type="checkbox"]){

	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:1px solid #bbb;
}

*/

textarea.GQF,input.GQF[type="text"]{
	overflow:hidden !important;
    text-overflow: ellipsis;
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;
}

/*
input.GQFSuggested{
	border:2px solid #FF0000;
	color:#FF0000;
}
*/
div.GQFComment{
	display: none;
	height:0;
	width:0;
}

span.GQFComment{
	display: none;
	height:0;
	width:0;
}

select.GQF{
	-moz-appearance: button; /* pijl verwijderen */
	-webkit-appearance: button; /* pijl verwijderen */
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;

}

checkbox.GQF{/* werkt persies niet */

	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:1px solid #bbb;
}

ul.GQF{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	list-style-type:none;
	padding: 0px;
    margin: 0px;
}

li.GQF{

	font-weight:normal;
	text-align:left;
}

/*   Auto Form Tabel met border */
table.GQFB{
  	border-collapse: collapse;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

span.GQFB{
	text-align:left;
	vertical-align: top;
	display: inline-block;
}

td.GQFB{
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 1px;

}

label.GQFB{
	color: #FF6600;
	font-weight:bold;
}

label.GQFBNonBold{
	color: #FF6600;
	font-weight:normal;
}

label.GQFBBlack{
	color: #000000;
	font-weight:bold;
}

div.GQFBComment{
	display: none;
	height:0;
	width:0;
}

textarea.GQFB,input.GQFB[type="text"]{


	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;
}

textarea.GQFB:disabled,input.GQFB[type="text"]:disabled{


	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;
}

textarea.GQFBHighlight,input.GQFBHighlight{


	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;
}

div.GQFB-RichtTextRo{


	color:#000000;
	font-weight:normal;
	background-color:#E5E5E5;
	border:0;
	overflow:auto;
}

checkbox.GQFB{/* werkt persies niet */

	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
}


select.GQFB{
	-moz-appearance: button; /* pijl verwijderen */
	-webkit-appearance: button; /* pijl verwijderen */
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	border:0;
	overflow-y: hidden;
}

ul.GQFB{
	border-style:solid;
	border-color:#CCCCCC;
	border:1px solid #bbb;
	border-width:1px;
	list-style-type:none;
	padding: 0px;
    margin: 0px;
}

li.GQFB{

	font-weight:normal;
	text-align:left;
}



/* ----------- RichTextArea --------------- */
.defaultSkin table.mceLayout tr.mceFirst td {
    border: 0px!important;
}
.defaultSkin table.mceLayout {
	border: 0px!important;
}

defaultSkin .mceIframeContainer {
	border: 0px!important;
}

.defaultSkin .mceExternalToolbar {
	display: none !important;
}
