/* My Profile Tab */

.my_profile_photo {
  float: left;
  width: 65px;
}

.my_profile_links {
  float: right;
  width: 170px;
  line-height: 150%;
}

.my_profile_links H3 {
  font-size: 14px;
  font-weight: bold;
}

table#my-posts {
  margin-left:1px;
  border-collapse: collapse;
  width: 679px;
  border: 1px solid #666;
}

#my-posts col {
  border-right: 1px solid #ccc;
}

#my-posts col#DateCol {
  border: none;
  width: 160px;
}

#my-posts thead {
  background-color: #ebeae7;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

#my-posts th {
  font-weight: normal;
  text-align: left;
}

#my-posts th, td {
  padding: 0.1em 1em;
}

#my-posts .odd {
  background-color:#edf5ff;
}
#my-posts .post-type {
    white-space: nowrap;
}
#my-posts .post-actions {
  white-space: nowrap;
  padding: 4px 7px 2px 7px;
}
#my-posts .post-actions a{
  display:inline;
  width: auto;
  white-space: nowrap;
}

#my-posts tr:hover {
  background-color: #009ade;
  color: #fff;
}
#my-posts tr:hover a, #my-posts tr:hover a:link, #my-posts tr:hover a:visited, #my-posts tr:hover a:hover, #my-posts tr:hover a:active {
  color: #fff;
} 
#my-posts a {
  display: block;
  width: 100%;
  text-decoration: none;
}

#my-posts thead tr:hover, #my-posts tr.thead:hover {
  background-color: #ebeae7;
  color: black;
}

#postlinks{
  margin-top: 10px;
}
#postlinks lh {
  font-weight: bold;
}
#postlinks li{
  display: inline;
  font-weight: bold;
  padding-left: 5px;
}

.jump_bar {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

