﻿body {
  font-size: .8em;
  font-family: Sans-Serif, Arial;
  background:#EFF2F3;
  margin: 0 auto;
  padding: 0 auto;
}

#Page {
  background: #ffffff url(images/leftside.gif) repeat-y left top;
  margin: 15px auto;
  width: 900px;
  text-align: left;
}

#Page .top {
  width:100%;
  height:20px;
  background:url(images/top.gif) no-repeat left top;
}

#Page .top span {
  display:block;
  position:relative;
  height:20px;
  background:url(images/top-right.gif) no-repeat right top;
}

#Page .content {
  display: block;
  background:url(images/rightside.gif) repeat-y right top;
  padding: 0px 30px 0px 20px;
  margin: -5px 0px 0px 0px;
  min-height: 500px;
}

#Page .bottom {
  clear: both;
  width:100%;
  height:60px;
  background:url(images/bottom.gif) no-repeat left bottom;
}

#Page .bottom span {
  display:block;
  position:relative;
  height:60px;
  background:url(images/bottom-right.gif) no-repeat right top;
}

#Header {
  text-align: left;
}

#Header A {
  text-decoration: none;
}

#Header A:hover {
  text-decoration: underline;
}

#LinkBar {
  background: #990000;
  background-image: url(images/rowbg_red.gif);
  background-repeat: repeat-x;
  font-weight: bold;
  color: #ffffff;
  padding: 4px;
  padding-right: 8px;
  padding-left: 8px;
}

#LinkBar A {
  color: #ffffff;
  text-decoration: none;
}

#LinkBar A:hover {
  color: #ffff00;
  text-decoration: none;
}

#Footer {
  font-size: .85em;
  margin-top: 3px;
  text-align: center;
}

div > h1:first-child, div > h2:first-child, div > h3:first-child, div > h4:first-child {
  margin-top: 0px;
}

h1, h2, h3, h4 {
  margin-bottom: 0px;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h1+p, h2+p, h3+p, h4+p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
  color: #000000;
  cursor: hand;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
}

ul.clearspacing {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.list li {
  margin-bottom: 4px;
}

ul.links {
  margin-left: 3px;
  padding-left: 3px;
  list-style-type: none;
}

ul.links li {
  margin-left: 20px;
  list-style-image: url(images/point.png);
}

ul.bars {
  margin-left: 3px;
  padding-left: 3px;
  list-style-type: none;
}

ul.bars li {
  margin-bottom: 6px;
  padding: 5px;
  clear: left;
}

ul.bars li .icon {
  float: left;
  margin-right: 5px;
}

ul.bars li a.bar {
  padding: 5px;
  background-image: url(images/bar_red.gif);
  background-repeat: repeat-x;
  border: 1px solid #333333;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

ul.bars li a.bar:hover {
  background-image: url(images/bar_red_rev.gif);
  background-repeat: repeat-x;
  color: #FFFF00;
}

table {
  font-size: 1em;
}

table td {
  vertical-align: top;
}

.error {
  color: #ff0000;
  font-weight: bold;
}

.results {
  width: 100%;
}

.hilite {
  font-style: italic;
  font-weight: bold;
}

.results .header {
  padding: 3px;
  font-weight: bold;
  color: #ffffff;
  background-color: #990000;
  text-align: left;
}

.results .header a {
  padding: 3px;
  font-weight: bold;
  color: #ffffff;
  background-color: #990000;
  text-align: left;
  text-decoration: none;
}

.results a {
  text-decoration: none;
}

.results .odd {
  background-color: #EAEAEA;
}

.results .highlight {
  font-weight: bold;
  background-color: #CCCCCC;
  color: #990000;
  cursor: hand;
}

.results .highlight a {
  font-weight: bold;
  background-color: #CCCCCC;
  color: #990000;
  cursor: hand;
}

.results td {
  border-bottom: darkgray 1px solid;
}

.featured table {
  font-size: .9em;
}

.featured table .headline {
  font-weight: bold;
}

.featured table img {
  border: 1px solid #000000;
}

.featured a {
  text-decoration: none;
}

.matchgrid {
}

.matchgrid .desc {
  font-size: 11px;
}

ul#PanelList {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
}

ul#PanelList a {
  text-decoration: none;
}

ul#PanelList li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC;
  margin-bottom: 8px;
  width: 100%;
  float: left;
}

ul#PanelList .icon {
  left: 0px;
  padding-right: 5px;
  float: left;
}

ul#PanelList .info {
  padding: 5px;
  float: left;
}

.panel {
  border: 1px solid #666666;
  padding: 8px;
  margin-bottom: 10px;
  background-image: url(images/panel_bg.gif);
  background-repeat: repeat-x;
  background-color: #e2e7ea;
}

.panel p.bold {
  font-weight: bold;
  font-size: 1.2em;
}

.bar {
  background-image: url(images/rowbg_red.gif);
  background-repeat: repeat-x;
  color: #ffffff;
  padding: 3px;
}

.categories {
  font-size: 11px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 3px;
  display: block;
  margin-bottom: 10px;
  border-top-color: #C0C0C0;
  border-bottom-color: #C0C0C0;
}

.categories A {
  font-weight: bold;
  text-decoration: none;
}

.categories .current {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

