
.divLayer {
	border: 1px solid #666666;
}


/* THIS IS FOR THE NEW PAGE HEADER*/
.divLayernh {
	position: relative;
	border-left: 3px solid #666666;
    	border-right: 3px solid #666666;
    	border-top: 3px solid #666666;
    	-moz-border-radius-topright: 8px;
    	-moz-border-radius-topleft: 8px;
	background:#7EA8CA;
	height:30px;
	width:300px;
	top:50px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

/* THIS IS FOR THE NEW PAGE BODY WHERE FIELD NUMBERS 6 VERTICALLY*/
.divLayernb6 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:138px;
	width:300px;
	top:50px;
}

/* THIS IS FOR THE NEW PAGE BODY WHERE FIELD NUMBERS 4 VERTICALLY*/
.divLayernb4 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:103px;
	width:300px;
	top:50px;
}

/* THIS IS FOR THE NEW PAGE BODY WHERE FIELD NUMBERS 3 VERTICALLY*/
.divLayernb3 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:91px;
	width:300px;
	top:50px;
}

/* THIS IS FOR THE NEW PAGE BODY WHERE FIELD NUMBERS 2 VERTICALLY*/
.divLayernb2 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:98px;
	width:300px;
	top:50px;
}

.divLayernb1 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:50px;
	width:300px;
	top:50px;
}

/* THIS IS FOR THE OWL PAGE HEADER*/
.divLayerh {
	position: relative;
	border-left: 3px solid #666666;
    	border-right: 3px solid #666666;
    	border-top: 3px solid #666666;
    	-moz-border-radius-topright: 8px;
    	-moz-border-radius-topleft: 8px;
	background:#7EA8CA;
	height:30px;
	width:900px;
	top:25px;
	/* for new version of firefox*/
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

/* THIS IS FOR THE OWL PAGE BODY WHERE HEIGHT IS FIXED*/
.divLayerb {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	height:430px;
	width:900px;
	top:23px;
}

/* THIS IS FOR THE OWL PAGE BODY WHERE HEIGHT IS FIXED*/
.divLayerb1 {
	position: relative;
	border: 3px solid #666666;
	background:#F2F2F2;
	min-height:340px;
	width:900px;
	top:23px;
}

/* THIS IS FOR THE DISPLAY PAGE BODY IN THE OWL PAGE*/
.divLayerv1 {
	position: relative;
	border: 1px solid #666666;
	background:#D8D8D8;
	width:890px;
	height:359px;
	position:relative;
	overflow:auto;
	z-index:12;
}

.divLayerv {
	position: relative;
	border: 1px solid #666666;
	background:#D8D8D8;
	width:890px;
	height:377px;
	position:relative;
	overflow:auto;
	z-index:12;
}

.divLayervc {
	border:2px solid #0099FF;
	background:#D8D8D8;
	width:890px;
	height:378px;
}

.divLayert {
	border: 1px solid #666666;
	background:#D8D8D8;
	
}

.divLayerloading{
	position: absolute;
	border: 3px solid #666666;
	background:#F2E8BC;
	width:133px;
	height:48px;
	top:45%;
	left:45%;
}
