html{
	height: 95%;
}

body {
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	position: relative;
	top: 15px;
	left: 0px;
	height: calc(100% - 175px);
	width: calc(100% - 20px);
	overflow: hidden;
	clear: left;
}


#paramBar {
	padding-top: 25px;
}

#paramCTT {
	float: left;
	font-size: 12px;
 	margin-top: 0px;
	margin-right: 20px;
	clear: left;
}

#displayCTTLabel {
	position: relative;
	top: -2px;
}

#paramEPCIComm {
	float: left;
	font-size: 12px;
 	margin-top: 0px;
	margin-right: 20px;
}

#displayEPCICommLabel {
	position: relative;
	top: -2px;
}

#attributionBlock {
	float: right;
	margin-top: 2px;
	margin-right: 20px;
}

.attributionEnum {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}


.attributionLink {
	color: black;
    text-decoration: none;
}
.attributionLink:visited {
	color: black;
    text-decoration: none;
}

.attributionLink:hover {
    text-decoration: underline;
}
.attributionLink:focus {
    text-decoration: underline;
}

#whole {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
}

#whole h2 {
	margin-top: 5px;
	margin-bottom: 18px;
}

#whole h2 img {
	margin-right: 15px;
	position: relative;
	top: 17px;
}


#subTitle {
	color: #0059aa;
	margin-top: 2px;
	margin-bottom: 5px;
}

#helpsep {
	color: #808080;
	margin-left: 18px;
	margin-right: 18px;
}

#help {
	color: #808080;
	font-size: 15px;
    text-decoration: none;
	margin-left: 0px;
}

#apropos:hover, #help:hover {
	color: black;
    text-decoration: underline;
}

#printLayoutButton {
	width: 36px;
	height: 36px;
	background: url(printlayout.png) 0 0;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	top: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1px;
}

#printLayoutButton:hover {
	cursor: pointer;
}


.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	position: relative;
	top: 150px;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	max-width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 150px; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 150px; opacity: 1}
}

.modal-header {
	padding: 2px 12px;
	background-color: white;
	color: black;
	border-bottom: 1px solid black;
}

.modal-header > h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.close {
	color: black;
	float: right;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
    text-shadow: 1px 1px #a0a0a0;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
	padding: 2px 10px;
	background-color: white;
	color: black;
	border-top: 1px solid black;
}


.helpModalVertSep {
	height: 18px;
}
