form {
	margin-top:0px;
	margin-bottom:0px;
}


/*************** Main *************/



.pntDetailsTable {

}


.pntInfo {

}

.pntInfoOk {
	display: none;
}


INPUT, TEXTAREA {

}

SELECT {
	border: 1px solid #D4D1D1;
	margin-left: 5px;
}

FIELDSET {

	margin:3px;
	}

LEGEND {

	font-weight:bold;
	padding-bottom:5px;
	}

.pntInfoError {

	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px dashed red;
	padding:5px;
	padding-left:40px;
}

.funkyButton {
	border: 1px solid #DDDDDD;
	color:black;
	height: 25px;
	background-image: url(../images/funkybutton.jpg);
	background-repeat: repeat-x;

		}

.funkyButtonGhost {

	border: 1px solid #DDDDDD;
	height: 25px;
	background-image: url(../images/funkybutton.jpg);
	background-repeat: repeat-x;
}


.pntNormal, input, textarea, select {
	
}


.aur_listBox {
	float:left;
	width:214px;
	height:17px;
	padding:3px;
	padding-left:4px;
	background-image: url('../images/select.gif');
	background-repeat: no-repeat;
	cursor:hand;
	overflow:hidden;
}

.aur_mapInListbox {
	position: relative;
	top: -2px;
	height: 15px;
}

.optionBoxTR {
	background-color:white;
	height:20px;
}

.optionBoxTable {
	width:200px;
	border:1px solid #FFBD82;
}

.TRHeader {
	background-color:#FFBD82;
	height:15px;
}

.optionA  {
	text-decoration: none;
}
.optionA:hover  {
	text-decoration: underline;
}

@media print {
   #report_functies {display: none;}
}
