/* RedWhale services page stylesheet */

body {
  background-image: url(/images/bg_gradient_blocks.gif);
  background-repeat: no-repeat;
  background-position: 77px 366px;
}

#content {
  padding-top: 105px;
  width: 700px;
}

#ui-content, #appdev-content {
  width: 518px;
  padding-left: 53px;
  padding-bottom: 40px;
}

#left {
  position: relative;
  width: 195px;
  padding-left: 53px;
  padding-right: 30px;
  float: left;
}

#right {
  position: relative;
  left: 40px;
  width: 300px;
  float: left;
}


table.mouseover-table {
  width: 520px;
  padding: 0;
  margin: 0;

  font-size: 11px;
}

table.mouseover-table th {
  height: 25px;
  background-color: #bdc3cf;
  color: inherit;
  text-align: left;
  padding-left: 10px;
}

table.mouseover-table td {
  height: 25px;
  background-color: white;
  color: inherit;
  padding-left: 10px;
}

table.mouseover-table tr.alt td {
  background-color: #ebebeb;
  color: inherit;
}

table.mouseover-table td.alt {
  background-color: #ebebeb;
  color: inherit;
}
