Body{
	background-color: #660000;
}

.fontMedium {
 font-size:medium;
}
body, table {
        color: #cccccc;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.infoTbl {
  border-bottom: 1px solid white;
}
.infoTdLbl {
  font-weight: bold; 
  font-style: italic;
  white-space: nowrap;
}
.infoTdText {
  white-space: nowrap;
}
.infoTdDta {
  font-weight: bold;
  border: 1px ridge;
  white-space: nowrap;
}
.resultTable {
  border-right: 1px solid white;
  border-bottom:  1px solid white;
}
.resTblHdr {
  background-color:  #cccccc;
  color: #660000;
  font-weight: bold;
  border-left: 1px solid white;
  border-top: 1px solid white;
  /* white-space: nowrap; */
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
}

.tdNrm {
  border-left: 1px solid white;
  border-top: 1px solid white;
  color: #ffff99;
  white-space: nowrap;
}
.tdAct {
  font-weight: bold;
  font-style: italic;
  color: #ffff99;
  white-space: nowrap;
}
.inpFld {
  width: 150px;
}
.tableWhite {
  border: 2px solid groove;
  background-color: #996666;
  color: black;
}
.tdWhiteTop {
  border-top: 1px solid white;
}

.errorDiv {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: small;
  padding: 2px;
  text-align: center;
}
.title {
  font-size: medium;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
}
a:link{
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:none;
	color: #cccccc;
}

a:visited {
	// text-decoration:none;
	color: white;
}

.tabOver{
	background-color:#6699FF;
}

.tabOut{
	background-color:light-blue;
}

.orderTitel1{
	text-align:center;
	font-family:Lucida Console;
	font-style: normal;
	font-weight: bold;
	font-size:9pt;
	color:white;
	background-color:#FC9678;
}
.orderTitelGegevens{
	font-family:System;
	font-style:italic;
	font-size:9pt;
	color:#333333;
	text-align:center;
	background-color:white;
}
.orderKop{
	text-align:center;
	font-family:Century Gothic;
	font-style: italic;
	font-size:10pt;
	color:#FFFF99;
	text-transform:uppercase;
}

.orderDetail{
	text-align:center;
	font-family:Century Gothic ,Tahoma;
	font-style:bold;
	font-size:10pt;
}
TD#1{
	border:solid white;
	background-color:#660000;
	border-width:0px;
}
TD#2{
	align:center;
	background-color :white;
	font-style:normal;
	font-family:Century Gothic;
	font-size:9pt;
	text-align:center;
	border-width:0px;
}
TD#3{
	border:solid white;
	background-color:#660000;
	border-width:0px;
}

TD.loginTD{
	bacground-color:white;
	border-width:0px;
	font-family:Courier New;
	font-size:9pt;
	color:#660000;
	
}
Table#1{
	border: 1px solid #660000;
	padding:0px;
}
.errorMSG{
        font-color: 
	font-size:x-small;
	font-weight:bold;
}

Input.greyBtn{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:#C0D3D6;
	color:#226099;
	border-width:1px;
	border-style:solid;
	border-color:#660000;
	width:120px;
	height:22px;
	cursor:pointer;
	padding:0px;
}

Input.whiteBtn{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:white;
	color:#226099;
	border-width:1px;
	border-style:solid;
	border-color:#660000;
	width:120px;
	height:22px;
	cursor:pointer;
	padding:0px;
}
Input.redBtn{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:white;
	color:#FF3333;
	border-width:1px;
	border-style:solid;
	width:120px;
	height:22px;
	cursor:pointer;
	padding:0px;
}
Input.disabledBtn{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:#CCCCCC;
	color:#white;
	border-width:1px;
	border-style:solid;
	width:120px;
	height:22px;
	cursor:default;
	padding:0px;
}
Table.login{
	border-width:1px;
	border-style:solid;
	border-color:#660000;
	align:center;
}

Input.Login_flat{
	border: #660000 1px solid;
	margin:0;
	padding:2px;
	background-color:#FFCC66;
	font-family:Century Gothic;
	font-size:10pt;
}
Input.Normal_flat{
	border: #660000 1px solid;
	margin:0;
	padding:2px;
	background-color: white;
	font-family:Century Gothic;
	font-size:10pt;
}
body#login{
	background-color:white;
}
.logBtnPos{
	position :relative;
	top:25px;
	left:0px;
}
Input.whiteBtnLogout{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:white;
	color:#226099;
	border-width:1px;
	border-style:solid;
	width:80px;
	height:20px;
	cursor:pointer;
	padding:0px;
}
Input.redBtnLogout{
	font-family:arial;sans-serif;
	font-size:11px;
	font-weight:bold;
	background:white;
	color:#FF3333;
	border-width:1px;
	border-style:solid;
	width:80px;
	height:20px;
	cursor:pointer;
	padding:0px;
}
div#loginDiv{
	position:relative;
	top:250;
	left:0;
}