body, table, tr, td, input {
 	font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; 
  	font-size: 12px; margin: 0px
}

body {
  	background: #CCCCFF;
  	scrollbar-track-color: #CCCCFF;
}

.raised-table {
  	border-style: outset;
  	background-color: ButtonFace;
  	border-width: 2px;
}
         
.menu-table, .menu-table-2 {
  	border-style: outset;
  	border-width: 2px;
  	background-color: ButtonFace;
   margin-left: 10px;
   margin-top: 20px;
  padding:0px;
}
.menu-table {
   width:165px;
}
.menu-table-2 {
   width:215px;
}
.main-table {
 	border-style: outset;
 	background-color: ButtonFace;
 	border-width: 2px;
 	width: 96%;
 	margin-top: 20px;
 	margin-bottom: 20px;
}

.grooved-cell {
 	border: 2px groove;
}
.caption-cell {
 	background-color: ActiveCaption;
 	color: CaptionText;
 	font: bold;
}
.copy {
 	position: absolute;
 	text-align: center;
 	bottom: 6px;
}
.menuitem {
 	font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; 
 	font-size: 12px;
   border: 2px groove;
 	background-image: url(images/pootje.gif);
 	background-position: right;
 	background-repeat: no-repeat;
 	height:28px;
 	padding-right: 32px;
 	padding-bottom: 5px;
}

.table_1 {
 	width: 100%;
}
.td_1{
 	width: 100px;
}
.td_2{
  	padding-right: 10px;
}
.td_2_b{
 	padding-right: 10px;
 	padding-top: 3px;
 	padding-bottom: 3px;
 	padding-left: 3px;
   border: 1px solid;
}
.memo_1, .input_1, .dropdown_1 {
 	font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; 
  	font-size: 12px;
  	padding-right: 5px;
}
.memo_1 {
  	width: 100%;
  	height:150px;
}
.input_1{
  	width: 100%;
}
.inp_chip {
 	font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; 
	font-size: 12px;
	width: 100%;
}
.dropdown_1{
  	width: 100%;
}

pre {
 	font-family: Arial, Helvetica, sans-serif,Verdana, Geneva; 
	font-size: 12px;
}
