/* default.css */
body {
  background: #262626 url("/html/images2/bgsmall.jpg") repeat;
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  /* IE workaround: navbar gets cut off */
  height: 90%;
}

/* Disable the IE workaround for better browsers */
html>body {
  height: auto;
}

h1 {
  font-size: 1.25em;
  color: #000000;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5em;
  font-style: italic;
  border-top: 1px dashed #006699;
  border-bottom: 1px dashed #006699;
  margin: 0 0 5px 0;
}

.subtext {
  color: #ffffff;
  font-size: 0.8em;
}

hr {
  visibility: hidden;
}

td hr {
  visibility: visible;
  color: #006699;
  background-color: #006699;
  border: 0;
  text-align: left;
  margin: 0 auto 0 0;
}

html>body td hr {
  margin: 6px auto 6px 0;
}

.fileimage {
  position: absolute;
  border: 2px solid #006699;
  width: 200px;
  height: 150px;
  background-color: #000000;
  z-index: 50;
  left: 294px;
}

.overlayimage {
  position: absolute;
  border: 2px solid transparent;
  width: 200px;
  height: 150px;
  z-index: 100;
  left: 294px;
}

.blahtypevideo {
  background: #000000 url("/media/typeimages/videobg.png") top right no-repeat;
}

.newfileimage {
  float: right;
  height: 90px;
  width: 90px;
}

a .fileimage:hover, a .filetypeimage:hover {
  border-color: #ffffff;
}

.filedescription {
  font-size: smaller;
}

label {
  float: left;
  width: 8em;
  text-align: right;
}

table.allowance label {
  float: none;
  width: auto;
}

input, select, textarea {
  width: 20em;
}

legend {
  color: #ffffff;
  font-size: 1em;
}

fieldset { border: 0; }

fieldset#fileinfo, fieldset#fileoptions, fieldset#filelocation { border: 1px solid #006699; }

form br { clear: left; }

table, td {
  border: 1px solid #006699;
  background: #000000;
}

th {
  background: #006699;
  color: #000000;
}

#instructions {
  border: 1px solid #006699;
  padding: .25em;
  cursor: pointer;
}

#details {
  margin-top: 1em;
  border-top: 1px solid #006699;
  display: none;
}

#uploadinfo {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -150px;
  margin-left: -250px;
  border: 1px solid #006699;
  padding: 50px;
  text-align: center;
  z-index: 75;
  color: #ffffff;
  background-color: #000000;
}

#fileuploaded {
  display: none;
}

.checkbox, .button, .multidrops input, .multidrops select { width: auto; }

.sysmsg {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: .5em;
}

.tags {
  width: 13em;
}

.filelist td {
  vertical-align: top;
}

.filetitle {
  text-align: center;
  width: 200px;
}

.filetitle div {
  width: 204px;
  height: 154px;
}

.newfile {
  color: #ffffff;
  font-size: smaller;
  position: relative;
  top: -.5em;
}

.fileinfo {
  width: 100%;
}

.pagenumbers {
  font-size: 1.25em;
  width: 100%;
  padding: 2px;
}

/* Stuff from LocDB */
/* ID styles */
div.spacer {
  height: 20px;
}

div#logoimage {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: center;
}

div#content {
  margin-top: 110px;
  margin-left: 285px;
  margin-right: 45px;
}

div#header {
  background: #006699;
  padding: 4px;
}

div#modbox {
  position: absolute;
  top: 175px;
  right: 42px;
  border: 1px solid #006699;
  margin: 1em;
  padding: 0.5em;
  background: #000000;
}

.modheader {
  border-bottom: 1px dashed #006699;
}

div#body {
  background: #000000;
  padding: 4px;
}

/*  background: #262626 url("/html/images2/bgsmall.jpg") repeat; */
div#navbar {
  position: absolute;
  top: 110px;
  left: 45px;
  text-align: center;
  width: 220px
}

div.navheader {
  background: #006699;
  padding: 4px;
  text-align: left;
}

div#translation {
  width: 120px;
  font-size: 0.8em;
  color: #ffffff;
  float: left;
  border: 1px solid #ffffff;
  margin: 2px;
}

div#translation img {
  border: 3px solid #006699;
}

div#translation img:hover {
  border: 3px solid #ffffff;
}

div#navlinks, div#videos, div#fullvers, div#googlead {
  padding: 4px 10px;
  background: #000000;
}

div#navlinks {
  padding-bottom: 10px;
}

div#videos a img {
  border: 1px solid #006699;
  width: 150px;
  height: 112px;
}

div#videos a:hover img {
  border-color: #ffffff;
}

div#fullvers {
  font-size: 0.8em;
  padding: 3px;
}

div#navlinks a, div#videos a, div#fullvers a {
  text-decoration: none;
}

a:link, a:visited {
  color: #006699;
}

a:link:hover, a:visited:hover {
  color: #ffffff;
}
