﻿/* <master> */
body {
  margin: 0px;
  padding: 0px;
}
p {
  margin-bottom: 10px;
}
/*a:link, a:visited { color: #034af3; }
a:hover { color: #1d60ff; text-decoration: none; }
a:active { color: #034af3; }*/
input[type=text], input[type=password], textarea, select {
  margin: 0px;
}
input[type=text], input[type=password], textarea {
  border: 1px solid #7F9DB9;
  padding: 2px;
}
input[type=text][disabled=disabled], input.Disabled, textarea.Disabled {
  background-color: #EBEBE4;
}
.Page {
  padding: 8px;
  width: 800px;
  color: #444444;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 11px;
}
textarea, input[type=text] {
  font-family: Verdana,Tahoma,Arial,sans-serif;
}
.PageHeader {
  position: relative;
  height: 100px;
}
.PageLeftBar {
  float: left;
  width: 10px;
  height: 400px;
}
.PageContent {
  float: left;
  width: 790px;
}
.PageFooter {
  clear: both;
  font-size: 9px;
  height: 30px;
  border-top: solid 1px #dcdfe4;
  background-color: #ffffff;
  padding-top: 2px;
}
.PageFooterContents {
  margin-left: 10px;
}
.PageHeaderWelcome {
  position: absolute;
  right: 0px;
  width: 300px;
  font-size: 9px;
}
.MenuBar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #d80000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.TopMenu {
  margin-left: 20px;
  border-left: 1px solid #000000;
}
.MenuItem, .MenuSelectedItem {
  font-size: 10pt;
}
.MenuItem a, .MenuSelectedItem a {
  border-right: 1px solid #000000;
  display: block;
  float: left;
  text-decoration: none;
  padding: 6px 10px;
}
.MenuItem a:link, .MenuItem a:visited {
  color: #f0f0f0;
}
.MenuItem a:hover {
  color: #e0e0e0;
  background-color: #a61212;
}
.MenuSelectedItem a {
  color: #d8d8d8;
  background-color: #6d0404;
}
/* </master> */
/* <common> */
a img {
  border-width: 0px;
}
form { margin: 0;}
div.ContentMainStd {
  margin-top: 10px;
  margin-bottom: 10px;
}
.Clear {
 clear: both;
 height: 0px;
 line-height: 0px;
}
.FieldRows > div {
  clear: both;
  padding: 6px 0px;
}
.FieldRows .FieldLabel {
  display: inline-block;
  width: 120px;
  text-align: right;
  margin-right: 4px;
}
.FieldRows .FieldValue {
  display: inline-block;
  max-width: 620px;
}
div.SectionHeader {
  clear: both;
  background-color: #d8d4d0;
  color: #000000;
  font-weight: bold;
  padding: 4px 0px 4px 10px;
  margin: 2px 0px 2px 0px;
}
div.Spacer {
  clear: both;
  height: 10px;
}
div div.AlignLeft {
  float: left;
}
div div.AlignRight {
  float: right;
}
.Error {
  color: #ff0000;
}
/* </common> */
/* <searchResults> */
table.gameList {
  border-collapse: collapse; border: 0px;
  font-size: 10px; color: #404020;
}
table.gameList td { padding: 2px 10px 2px 2px; white-space: nowrap; }
table.gameList thead, table.gameList tfoot { font-weight: bold; }
table.gameList a { font-size: 11px; }
table.gameList tr.odd { }
table.gameList tr.even { }
/* </searchResults> */
