html {
  background: #005A72 url('/images/bg01.jpg') repeat-x left top;
}

body {
  width: 723px;
  margin: 45px auto;
}

body, th, td, input, textarea, select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5F859E;
}

img {
  border: 0px;
}

p, blockquote, ul, ol, dl {
  margin: 0px 10px 15px 10px;
  line-height: 16px;
  text-align: justify;
}

th {
  text-align: left;
  border-bottom: 1px solid #000;
}

ul {
  list-style: square outside;
  margin: 0 20px 0 40px;
  padding: 0;
}

#toplinks a {
  margin: 0 4px;
  color: #FFFFFF;
}

#wrap {
  background: #fff;
  padding: 0;
  margin: 0;
}

#leftcol {
  width: 238px;
  height: 500px;
}

#content {
  width: 485px;
}

#footer {
  text-align: center;
  color: #6697B4;
  padding-top: 20px;
  clear: both;
}

#menubar td {
  background: url('/images/homepage03.jpg') top left no-repeat;
  padding-left: 20px;
}

#login, #session {
  height: 147px;
  padding: 0 10px;
  margin: 0;
  background: #e0f2fc;
}

#login table {
  padding: 0 10px;
}

#session ul {
  list-style: none;
  margin: 0 0 10px 10px;
  padding: 0;
}

#solutions p {
  width: 197px;
  margin: 10px auto;
}

.bold {
  font-weight: bold;
}

.title1,.title2 {
  background: #e0f2fc;
  height: 30px;
  border-top: 1px solid #d9ebf5;
  border-bottom: 1px solid #d9ebf5;
  padding-top: 20px;
}

.title2 {
  background: #edf8fa;
}

.title1 img, .title2 img {
  vertical-align: top;
}

.input1 {
  width: 100%;
  padding: 3px 0px;
  background: #FFFFFF;
  border-top: 1px solid #D3DBE1;
  border-right: 1px solid #F9FAFB;
  border-bottom: 1px solid #E8F5FF;
  border-left: 1px solid #F9FAFB;
}

.topp {
  margin-top: 10px;
}

.error {
  text-align: center;
  color: #ff0000;
}

.gamelist td {
  border-bottom: 1px solid #eee;
}

.stats {
  padding: 5px;
}

.stats div.detail {
  display: block;
  margin: 0 0 5px 0;
}

.stats h1 {
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid #d9ebf5;
  padding: 2px 10px;
  background: #edf8fa;
  margin: 0 0 5px 0;
}

/* Calendar */
.calendar {
  width: 100%;
  border-collapse: collapse;
  margin-left: 1px;
}

.calendar th, .calendar td {
  text-align: center;
  border: 1px solid #6589a1;
  padding: 2px 0;
}

.calendar th {
  color: #fff;
  background: #6589a1;
}

.calendar td {
  background: #edf8fa;
}

.calendar td.today {
  background: #cdd8da;
}

.calendar td a {
  color: #456981;
  text-decoration: none;
}

