.viewheader{
	width:100%;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.viewheaderhelp{
	width:100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
}

.headertable{
	width:100%;
	text-align:center;
}

.systemlogo{
	width:10%;
	border:1px solid;
}

.viewname{
	width:60%;
	border:1px solid;
	font-weight:bold;
	font-size:30px;
	padding-top: 5px;
}

.viewstatus{
	width:6%;
	border:1px solid;
}

.minshoname{
	width:12%;
	border:1px solid;
}

.loginusername{
	width:12%;
	border:1px solid;
}

.startdate{
	width:10%;
	border:1px solid;
}

.headertable td {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}