.user_profile_main_table {
}

.user_profile_main_table td {
  font-size: 14px;
  font-family: arial;
}

.user_profile_main_table a {
  color: #312F55;
  text-decoration: none;
}

.user_profile_main_table a:hover {
  color: #312F55;
  text-decoration: underline;
}

.user_profile_hr_separator {
  color: #666699;
  background-color: #666699;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.user_profile_header {
  padding: 5px;
  font-family: georgia;
  font-size: 18px;
  font-weight: bold;
  background-color: #3A687E;
  color: #fafafa;
  margin-bottom: 10px;
}

.user_profile_header a {
  color: white !important;
  font-weight: bold;
}
.user_profile_header a:hover {
  color: white;
  font-weight: bold;
}

.user_profile_left_column {
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #7094A7;
  border-left: 1px solid #7094A7;
}

.user_profile_right_column {
  padding: 10px;
  background-color: #D9E2E8;
  border-right: 1px solid #7094A7;
  border-bottom: 1px solid #7094A7;
}

.user_profile_info_title {
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
  color: #0D4851;
  background-image: url('../../images/dotted_arrow.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  border-bottom: 1px dotted #11636F;
  padding-top: 5px;
  padding-left: 25px;
}

.user_profile_info_value {
  font-weight: normal;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 10px;
}

.user_profile_ratings {
  padding: 20px;
}

.user_profile_info_title_td {
  padding: 5px;
  border-bottom: 1px dotted #E7EDF1;
  background-color: #E7EDF1;
}

.user_profile_info_value_td {
  padding: 5px;
  color: #A85400;
  background-color: #fafafa;
  text-align: center;
  border-bottom: 1px dotted #E7EDF1;
}

.user_profile_photo_description {
  padding: 5px;
  font-family: arial;
  font-size: 12px;
  border: 1px solid gray;
  border-top: 0px; 
  background-color: #ffffff;
}

.user_profile_photo_title {
  padding: 5px;
  font-family: arial;
  font-size: 12px;
  border: 1px solid gray;
  border-bottom: 0px; 
  background-color: #336699;
  color: #ffffff;
  font-weight: bold;
}

.user_profile_photo_comment {
  background-color: #F3F3F3;
  border: 1px solid #CCCCCC;
  width: 720px;
  padding: 5px;
}