body{
	width: 100vw;
	overflow-x: hidden;
}

.divErrorMessage{
	font-size:12px;
	line-height: 14px;
	color: red;
}

.mainBoyTableTRHeader{
	position: fixed;
	left: 0px;
	top: 0px;
	height: auto;
	clear: both;
}
header{
	position: fixed;
	left: 0px;
	top: 0px;
	height: auto;
	clear: both;
}

.mainBoyTableTRContend{
	overflow-y: auto;
	overflow-x: hidden;
}
section{
	overflow-y: auto;
	overflow-x: hidden;
}

.mainBoyTableTRFooter{
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(00,123,255,0.7);
	font-style: italic;
}
footer{
	position:fixed;
   left:0px;
   bottom:0px;
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(00,123,255,0.7);
	font-style: italic;
}
footer a{
	color: yellow;
}
footer a:hover{
	color: yellowgreen;
}

.border{
	border: 1px black solid;
}