@charset "utf-8";

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

body {
  background-color: #000;
  color: #ccc;
  font-family:Monospace;
  font-size:13px;
  text-align:center;
  font-weight: bold;
  margin: 0px;
  overflow: hidden;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #00b1ea;
}

#logo A {
  color: #00b1ea;
  text-decoration: none;
}

#logo P {
	margin-top: 0px;
	margin-bottom: 3px;
}

#title {
  position: absolute;
  top: 18px;
  left: 50%;
  text-align: center;
  font-family: Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #00b1ea;
  z-index: 100;
}

#title .instructions {
  font-size: 12px;
  color: #a8a8a8;
}

#title .instructions .key {
  color: #ff3333;
  font-weight: bold;
}

#filewriter {
  position: absolute;
  bottom: 28px;
  right: 4px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #00b1ea;
}

#copyright {
  position: absolute;
  bottom: 3px;
  left: 3px;
  color: #999999;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
  text-align: left;
}

#disclaimer {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #999999;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 11px;
  text-align: justify;
}

#info {
  color:#ccc;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 5px;
}


#overview {
  position: absolute;
  top: 120px;
  left: 18px;
  text-align: center;
  z-index: 100;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
}

#overview UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position:inside;
}

#overview UL LI {
  font-size: 14px;
  font-weight: normal;
  color: #cccccc;
  margin: 0px 0px 2px 0px;
  padding: 0;
}



#menu {
  position: absolute;
  top: 15px;
  right: 18px;
  text-align: center;
  z-index: 100;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
}

#menu H1 {
  margin: 0px 0px 3px 0px;
   font-size: 14px;
  font-weight: normal;
  color: #eb8b42;
}

#menu UL {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position:inside;
}

#menu UL LI {
  font-size: 14px;
  font-weight: normal;
  color: #cccccc;
  margin: 0px 0px 2px 0px;
  padding: 0;
}


.bvtbutton {
  border-top: 1px solid #00b0ea;
  background: #00b0ea;
  background: -webkit-gradient(linear, left top, left bottom, from(#94e0f7), to(#00b0ea));
  background: -webkit-linear-gradient(top, #94e0f7, #00b0ea);
  background: -moz-linear-gradient(top, #94e0f7, #00b0ea);
  background: -ms-linear-gradient(top, #94e0f7, #00b0ea);
  background: -o-linear-gradient(top, #94e0f7, #00b0ea);
  padding: 3px 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
}

.bvtbutton:hover {
  border-top-color: #eb8b42;
  background: #eb8b42;
  color: #ffffff;
}

.bvtbutton:active {
  border-top-color: #eb8b42;
  background: #eb8b42;
}


.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

a {
  color: red;
}