﻿body {
  margin: 0;
  padding: 0;
  background-color: #171717;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	background: inherit;
	margin-bottom: -30px;
	padding: 0;
	border-bottom: 2px solid #ffffff;
}

h2{
	font-size: 1.3em;
	color: #ffffff;
	margin: 0px 0px 10px;
}

td {
	color: #ffffff;
	font-size: 13px;
}

input {
  color: #004176;
  font-size: 13px;
}

select {
  color: #004176;
  font-size: 13px;
}

textarea {
  color: #004176;
  font-size: 13px;
}

.errormsg{
  color: #E32B02;
  font-weight: bold;
}

.goodmsg{
  color: #009900;
  font-weight: bold;
}

a {
  color:#004176;
  text-decoration:underline;
}
a:hover {
  text-decoration:underline;
}

#pagecontent{
  position: relative;
  z-index: 10;
}

#namebox {
  position: relative;
  left: 0px;
  border: 1px solid #cccccc;
  padding: 2px;
  width: 800px;
  height: 390px;
  background: #ffffff;
}

.timelabel{
  font-size: 13px;
  color: black;
}

.lanenumberlabel{
  font-size: 13px;
  color: black;
}

.menulink_disabled{
  color: #666666;
  font-size: 13px;
}

.menulink_current{
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
}

.menulink:link {
  color: #f59b05;
  font-size: 13px;
  text-decoration: none;
}

.menulink:active {
  color: #f59b05;
  font-size: 13px;
  text-decoration: none;
}

.menulink:visited {
  color: #f59b05;
  font-size: 13px;
  text-decoration: none;
}

.menulink:hover {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}

.lowerlink:link {
  color: #ffffff;
}

.lowerlink:active {
  color: #ffffff;
}

.lowerlink:visited {
  color: #ffffff;
}

.lowerlink:hover {
  color: #ffffff;
}

.button {
	color: #000000;
	font-size: 15px;
	background: #f59b05;
	padding: 6px;
	padding-top: 7px;
	margin-right: 5px;
	margin-top: 7px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	line-height: 20px;
}

.button:hover {
  background: #e78824;
}