/* Lovingly taken from A List Apart (http://www.alistapart.com/articles/onionskin/) */


.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url("/images/shadows/shadow.gif") right bottom no-repeat;
}

.wrap2 {
  background:url("/images/shadows/corner_bl.gif") left bottom no-repeat;
}

.wrap3 {
  padding:0 4px 4px 0;
  background:url("/images/shadows/corner_tr.gif") right top no-repeat;
}

.general_profile {
  background: #faffee;
  float: left;
  width: 100%;
  padding: 0em 0 1em 0;
}

.member_photo {
  float: left;
  margin: 20px;
}

.about_member { 
  float: left;
  margin: 5px 5px 10px 0;
  width: 15em;
}

.member_interests { 
  float: left;
  margin: 5px 5px 10px 5px;
  width: 25em;
}

.about_title, .interests_title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 3px 0 3px 0;
  margin: 0 0px 10px 0px;
 
}

.profile_headers {
  background-color: #f0f0ff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  clear: both;
  margin: 5px 0 5px 0;
  padding: 5px;
}

.profile_table tr th{
  vertical-align: top;
}

.profile_table tr th {
  width: 10em;
}
.profile_table tr th, .profile_table tr td{
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#networking tr.contents td {
    background: #FFCCCC;
    text-align: center;
}

#personal_profile {
  float: left;
  width: 100%;
  background: #fff0f0;
  padding: 1em 0 1em 0;
}

#my_messages, #my_discussions {
  width: 48%;
  padding: 0 .5em 0 .5em;
  float: left;
}

#my_groups  {
  width: 96%;
  padding: 0 .5em 0 .5em;
  float: left;
}

#my_messages_title, #my_discussions_title, #my_groups_title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 3px 0 3px 0;
  margin: 0 0px 10px 0px;
}

#my_groups ul#my_group_list {
  list-style-type: none;
}

#my_groups ul#my_group_list li {
  float: left;
  text-align: center;
  padding-top: 5px;
  margin: 0;
  width: 25%;  
}

#my_groups ul#my_group_list li h4 {
  text-align: center;
  display: inline;
  height: 40px;
}

#my_groups ul#my_group_list li span {
  display: block;
  text-align: center;
}

#training_profile_div {
  background: #eeeeee;
}

#training_profile_header {
  clear: both;
  margin: 5px 0 5px 0;
  padding: 5px;
}


span.speaker_label {
  color: red;
}

span.vendor_label {
  color: blue;
}

