@charset "UTF-8";


@media print
{

#col3 { width:100%; margin: 0 0px;  }

html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
    padding:0;
	margin:0;
	width:100%;
	color:black;
    widows:3;
	orphans:3;
}

body {
	padding:2mm;
}
pre, blockquote {
	background-color: #fef0cd;
	border: #FFB401 0.5mm dashed;
	margin-bottom: 20px; width:95%;
	overflow:hidden;	
}

input,select,textarea {
    color: black;
}

#APPICON {
    display:none;
}

#APPNAME {
    font-size: 14pt;
    width:100%;
    text-align:center;
    font-weight: bold;
    padding-bottom: 5mm;
}
#APPNAME span{ margin-right:0px}
#APPNAME span.vertline{ display:none;}

/**********************************************************
application window
**********************************************************/
.APPWINDOW {
    margin:0 0 5mm 0;
    width:100%;
}

.APPWINDOW .TITLE {
    margin:0;
    padding: 1mm 2mm;
    font-size: 12pt;
	font-weight:bold;
	white-space:nowrap;
	background-color: silver;
	border-bottom: 0.35mm solid silver;
}
.APPWINDOW .APPVIEW{color:#000;width:100%;}
.APPWINDOW .APPVIEW, .APPWINDOW .HIGHLIGHT  {
    padding: 3.2mm;
    margin:0; border:0px none;
}

.APPWINDOW .APPVIEW h1,
.APPWINDOW .APPVIEW h2,
.APPWINDOW .APPVIEW h3,
.APPWINDOW .APPVIEW h4,
.APPWINDOW .APPVIEW h5,
.APPWINDOW .APPVIEW h6 {
    margin:3.2mm 0;
}
/**********************************************************
messages
**********************************************************/
  .OK{ border:2px solid #39B54A; padding:18px 20px 15px 20px; background: none; margin-bottom:20px; width:90%  }
  .OK h1{  margin-bottom:0.25em; }  
  
  .INFO{ border:2px solid #19326E; padding:18px 20px 15px 20px; background: none; margin-bottom:20px; width:90%   }
  .INFO h1{  margin-bottom:0.25em; }
  
  .WARN{ border:2px solid #FF6000; padding:18px 20px 15px 20px; background: none; margin-bottom:20px; width:90%  }
  .WARN h1{ margin-bottom:0.25em; }
  
  .ERROR{ border:2px solid #DE2121; padding:18px 20px 15px 20px; background: none; margin-bottom:20px; width:90%   }
  .ERROR h1{  margin-bottom:0.25em; }
  
/**********************************************************
MODIFIERS - use them if you want to modify some aspects of
your elements. Use a space between class names.
e.g. class="BUTTON FAULTY" or class="APPVIEW HIGHLIGHT"
please use the attribute !important when overriding
this deffinitions (e.g. background-color:#ffb400 !important;)
**********************************************************/

.HIGHLIGHT {
	background-color:#ffb400 !important;
	border: 0.5mm solid #ffb400;
}

.FAULTY {
	background-color:#FFD1BF !important;
	border:0.5mm solid #DE2121 !important;
}





}