@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
/* ===== Biologically Applied Engineering Data Styles ===== */

/*==========================================
	BODY AND MAIN ELEMENT STYLES
	==========================================*/

body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #BDC47E url("track/assets/body-fill.jpg") repeat-x;
	}

#container {
	position: relative;
	width: 900px;
	background: white;
	margin: 0 auto 0 auto;
	}

#header {
	position: relative;
	width: 900px;
	height: 250px;
	background: url("track/assets/rstl-header.jpg") no-repeat;
	}

#header_text1 {
	position: relative;
	left: 20%;
	top: 5ex;
	font-family: PT Serif, Serif;
	font-size: 4.5ex;
	color: floralwhite;
}
#header_text2 {
	position: relative;
	left: 20%;
	top: 7ex;
	font-family: PT Serif, Serif;
	font-size: 3.25ex;
	color: floralwhite;
}
/* Race Track And Arena Surface Testing */
#Xmqsheader {
	position: relative;
	width: 900px;
	height: 196px;
	background: url("../assets/mqs/bio-app-header3.jpg") no-repeat;
	}

#menu {
	width: 900px;
	}

#content {
	padding: 25px;
	}

.footer {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12pt;
		font-weight: bold
	margin: 0;
	padding: 0;
	}

.subtext {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 6pt;
	}

.header-link {
	position: absolute;
	left: 26px;
	top: 36px;
	width: 508px;
	height: 129px;
}/* header-link */

/*==========================================
	HEADING AND TEXT STYLES
	==========================================*/

h1 {
	font-size: 1.3em;
	color: #013310; /* dark forest green */
	}

h2 {
	font-size: 1.1em;
	color: #444;
	}

h3 {
	font-size: 1em;
	color: #666;
	}

p {
	font-size: .9em;
	color: #444;
	line-height: 140%;
	}

a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
	}
a[href^="mailto:"]:before {
	content: "\2709";
	margin-right: 0.5em;
	}

/*==========================================
	UTILITY MENU
	==========================================*/

#utilitymenu {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 7px 0 0 0;
	color: white;
	font-size: .85 em;
	font-weight: bold;
	text-align: right;
	}

#utilitymenu a:link, #utilitymenu a:visited {
	color: white;
	text-decoration: none;
	font-size: .85em;
	}

#utilitymenu a:hover {
	color: black;
	text-decoration: none;
	font-size: .85em;
	}

/*==========================================
	MAIN NAVIGATION
	==========================================*/

.submenu {
	position: absolute;
	left: 0px;
	top: 218px;
	width: 900px;
	height: 32px;
}/* submenu */

#tabs {
	position: absolute;
	left: 0;
	top: 193px;
	height: 25px;
	padding: 0px;
}/* tabs */

#tabs ul {
	list-style: none;
	margin: 0;
	height: 30px;
	display: inline;
	}

li.tab {
	width: 200px;
	height: 20px;
	background: #2e762a;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 0 1px;
	}

li#selected.tab {
	background: #024e1a;
	}

li.tab a:link, li.tab a:visited {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	}

li.tab a:hover {
	color: #95d36a;
	}

#submenu select {
	color: white;
	font-weight: bold;
	background: #2e762a;
	border: 1px solid white;
	width: 150px;
	}

#submenu select option {
	background: white;
	color: #444;
	}

#submenu select option.dark {
	background: #999;
	color: #444;
	}

/*==========================================
	FORM STYLES
	==========================================*/

form {
	margin: 0;
	}

form.loginform {
	margin: 0 0 0 50px;
	}

input.textinput {
	width: 150px;
	height: 18px;
	font-size: 10pt;
	color: #444;
	}

input.submit {

	}

.formline {
	padding: 5px;
	clear: both;
	}

div.label {
	width: 100px;
	float: left;
	}

div.textinput {
	width: 200px;
	float: left;
	}

div.label label {
	font-size: 1em;
	font-weight: normal;
	color: #444;
	}

div.textinput input.submit {
	width: 75px;
	background: #2e762a;
	border: 1px solid;
	border-color: #70b243 #024e1a #024e1a #70b243;
	color: white;
	font-weight: bold;
	}

.indent50 {
	padding-left: 50px;
	}

/******** Link Styles ********/

.submenu {
	position: absolute;
	left: 0px;
	top: 223px;
	margin-left: 50px;
}/* submenu */

.submenu-link, .submenu-text, .selected-submenu-link {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}/* submenu-link */

.submenu-text {
	font-size: 12pt;
}/* submenu-text */

.selected-submenu-link {
	color: #95D36A;
}/* selected-submenu-link */

.menu-link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}/* menu-link */

.menu-link:hover, .submenu-link:hover {
	text-decoration: underline;
}/* menu-link:hover */

.portal-link {
	position: absolute;
	right: 10px;
	top: 5px;
}/* portal-link */

/******** Text Styles ********/

.header {
	font-size: 12pt;
	font-weight: bold;
}/* header */

.byline {
	font-size: 10pt;
}/* byline */

.subheader {
	font-size: 10pt;
	font-weight: bold;
}/* subheader */

/******** Tab Styles ********/

.tab-table {
	border-collapse: collapse;
	border-spacing: 0px;
}/* tab-table */

.tab-table td {
	padding: 0px;
}/* tab-table td */

.tab-glyph {
	width: 0px;
	height: 0px;
	border-left: solid 25px transparent;
	border-bottom: solid 25px #347A2F;
}/* tab-glyph */

.tab-bar {
	background-color: #347A2F;
	height: 15px;
	padding: 5px;
	padding-right: 15px;
}/* tab-bar */

.selected-tab-glyph {
	width: 0px;
	height: 0px;
	border-left: solid 25px transparent;
	border-bottom: solid 25px #05541D;
}/* tab-glyph */

.selected-tab-bar {
	background-color: #05541D;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	height: 15px;
	padding: 5px;
	padding-right: 15px;
}/* tab-bar */

/******** Tab Links ********/

.tab-table a:link, .tab-table a:visited {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}/* tab-table a:link, tab-table a:visited */

.tab-table a:hover {
	color: #95D36A;
}/* tab-table a:hover */
