  .fr_no_indent {
    list-style: none;
    margin-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .fr_row_dark {
     background-color: #d9e4e6;
     border-bottom: 3px solid #ffffff;
   }

  .fr_row_light {
    background-color: #e8f3f5;
    border-bottom: 3px solid #ffffff;
  }
 
  .fr_row_hover {
     display: block;
     text-decoration: none;
     height: 100%;
     padding: 12px 12px 12px 12px;
     cursor: default;
   }
 
  .fr_row_hover img {
     border: 0;
     }
 
   .fr_row_hover:hover {
     color:#D6BE7E;
     background-color: #cfe6e9;
   }

  .fr_avatar {
    float: left;
    padding-right: 12px;
      }

  .fr_content {
    font-size: 13px;
    color: #141414;
      }

  .fr_text {
    display: block;
      }

  .fr_info {
    font-size: 9px;
    display: block;
    padding-top: 4px;
      }

  .fr_name {
    color: #465355;
    float: left;
      }

  .fr_date {
    color: #465355;
    float: right;
      }

  .fr_medium {
    width: 16px;
    height: 16px;
    padding-left: 16px;
  }

  .fr_link {
    border: none;
  }
  
  .fr_left {
  	float:left;
  	width:60px;
  }
  
  .fr_right {
  	float:right;
  	width: 85%;
  }
  
  .fr_clear {
  	width:100%;
  	clear:both;
  }
