﻿#Title {
  position: absolute; 
  color: #ffffff; 
  margin-left: -23px; 
  z-index: 1000;
}

#Profile {
  text-align: left;
  font-size: 1em;
}

#Profile #Photo {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

#Profile .label {
  font-weight: bold;
}

#Profile ul.fields {
  width: 95%;
}

#Profile ul.fields .label {
  width: 200px;
}

#Profile ul.fields > li {
  padding: 5px;
  margin: 0px;
}

#Profile ul.fields > li.odd {
  background-color: #F2F2F2;
}

ul#ProfileButtons {
  margin-left: 5px;
  float: right;
}

ul#ProfileButtons li {
  height: 36px;
  width: 36px;
  background-image: url(buttons/btn_inactive.png);
  background-repeat: no-repeat;
  margin: 5px 5px 5px 0px;
  padding-bottom: 5px;
  float: left;
}

ul#ProfileButtons li.hover {
  background-image: url(buttons/btn_active.png);
  background-repeat: no-repeat;
}

ul#ProfileButtons li.active {
  background-image: url(buttons/btn_active.png);
  background-repeat: no-repeat;
}

#toolbar {
  background: #cccccc url(buttons/buttons_background.gif) repeat-x;
  float: left;
  width: 100%;
}

table.compatibility td {
  height: 30px;
}

table.compatibility a {
  text-decoration: none;
}

table.compatibility .odd {
  background-color: #EAEAEA;
}

table.compatibility td {
  border-bottom: darkgray 1px solid;
  vertical-align: middle;
}

table.rating {
  height: 15px;
  width: 150px;
  border: 1px solid #000000;
}

table.rating td {
  padding: 1px;
  height: 30px;
  width: 15px;
}

table.rating .on {
  background-color: #990000;
}

table.rating .off {
  background-color: #CCCCCC;
}

table.rating .hover {
  background-color: #FF9900;
}
