body {
	margin:0px;
	padding-top:100px;
	border:0px;
	font-family:Verdana;
	background-color:#D9D9D9;
	background-size:contain;
	height:auto; 
	min-height: 100%;
}
    
table.contentNoPh{
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	border: none;
	position: relative;
}
table.content{
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
	border: none;
	position: relative;
	border-spacing:10px;
}
.loginImageNoPh {
	padding-top:10px;
	padding-right:10px;
}
.trNoPh {
	height:60px;
}
.divCatText, .divUserText, .divPwdText { 
	display:none;
}
.divCatTextNoPh , .divUserTextNoPh, .divPwdTextNoPh {
	position:relative;
	font-size:10px;
	text-align:left;
	display:block;
}

td.titel {font-weight:normal;font-size:15px;padding-bottom:0px;padding-top:10px;color:#000000;}
td.titel2 {font-weight:bold;font-size:13px;color:#295494;padding-top:10px;padding-bottom:10px;}
img.knop {border:0px;cursor:pointer;}
input.infld {
    font-family: Verdana;
    color: #5e5e5e;
    width: 235px;
    height: 37px;
    font-style: normal;
    border: none;
    font-size: 15px;
    padding-left: 15px;
    outline: none;
}
span.cond {font-size:11px;color:#295494;text-align:center;}
.titel {color: #295494;}
.label {font-family:Verdana;color:#295494;font-size:13px;}

#tableHeader{
	width:100%;
	border-spacing: 0px;
}
#logoBelow {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	text-align:center;
	background-image: url("/Img/loginbackgroundAldocSys2.png");
	background-repeat: no-repeat;
	background-position: center;
}
#oJscr {
	z-index:0;
	text-align:center;
	vertical-align:middle;
	visibility:hidden;
}
#oNoJscr {
	z-index:1;
	visibility:visible;
	position:absolute;
	top:0px;
	left:0px;
}
#statusWrapper {
	display:none;
	background-color:#F2A1A0;
	width:100%; 
	height:40px;
}
#statusIcon {
	float:left;
	height:100%;
	width:40px;	
	background-image: url("/Img/info_icon_black.png");
	background-repeat: no-repeat;
	background-position: center;
}
#Status {
	text-align:left;
	width:100%;
	height:100%;
	padding-top:6px;
	font-size:14px;
	}
.buttonSave {
	float:right; 
	
	border-style:solid;
	border-color:#959595;
	border-width:1px;
	padding-left:5px; 
	padding-top:7px;
	width:150px;
	height:30px; 
	text-align:left;
	cursor:pointer;
	/* Make text not selectable */
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */	
}
.buttonLogin {
	float:left; 
	
	border-style:solid;
	border-color:#959595;
	border-width:1px;
	padding-left:5px; 
	padding-top:7px;
	width:150px;
	height:30px;
	text-align:left;
	cursor:pointer;
	/* Make text not selectable */
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */	
}
.buttonSave:hover, .buttonLogin:hover {background-color:#FFF;}

#loginImage {
	height:150px;
	width:300px;
	background-image: url("/Img/Srvr/host1.jpg?V=2016vi3");
	background-repeat: no-repeat;
	background-position: center;
}