#profile_tabs div.actions {
  float: right;
  margin-right: 5px;
}

#profile_tabs div.actions img {
  margin-bottom: 5px;
  margin-left: 6px;
}

#profile_tabs {
  overflow: hidden;
  background-image: url('../../img/design/profile/tabs.jpg');
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 27px;
}

#profile_tabs ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
  margin-top: 3px;
}

#profile_tabs ul li {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
}

#profile_tabs ul li a {
  display: block;
  padding: 3px;
  padding-bottom: 5px;
  border-top: 1px solid #FFFFFF;
  text-decoration: none;
}

#profile_tabs ul li:hover {
  margin-left: 3px;
  margin-right: 3px;
}

#profile_tabs ul li:hover.active {
  margin-left: 4px;
  margin-right: 4px;
}

#profile_tabs ul li.active a, #profile_tabs ul li a:hover {
  background-color: #FFFFFF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

table.list {
  width: 100%;
}

table.list tr th {
  width: 120px;
  text-align: left;
  font-weight: normal;
}

table.list tr td {
  font-weight: bold;
}

table.list tr td, table.list tr th {
  border-bottom: 2px solid #FFFFFF;
}

table.list tr.row1 td, table.list tr.row1 th {
  background-color: #e2e2e2;
}

table.list tr.row2 td, table.list tr.row2 th {
  background-color: #f2f2f2;
}
