/* SIDE MENU */

.account_menu {
float:left;
font-size: 120%;
}
account_menu ul {
list-style: none;
}
.account_menu ul li a {
width:190px;
display: block;
padding: 5px 5px 4px;
text-decoration: none;
color: #666;
border-bottom: 1px dashed #888;
}
.account_menu ul li a:hover,
.account_menu ul li a:focus {
color: #ffffff;
background-color:#2B95FF;
}

.account-area {
  margin-left:220px;
}
.account-header {
  border-bottom:1px solid #333;
  margin-bottom:20px;
}
.account-area .section {
  margin-bottom:45px;
}
.account-area .view-all {
  font-size:90%;
  float:right;
  margin-right:10px;
}
.account-area .pagination-wrapper {
  clear:none;
  float:right;
  padding-bottom:10px;
}

.content-header3 h2 {
  margin-bottom:0;
}
.pm_menu {
  margin-bottom:10px;
}
.msg-header {
  margin-bottom:10px;
  border-bottom: 1px dashed #AAA;
  font-size:13px;
}
.msg-header label {
  font-weight:bold;
  color:#555;
}
.msg-body {
  padding:10px;
  background-color:#EEE;
  border:1px solid #CCC;
}

table.profile td {
  font-size:12px;
  border-bottom:none;
  padding:4px 0;
}
table.profile label {
  font-size:13px;
  font-weight:bold;
}
