﻿#ListFeatureBanner
{
  padding-left:24px;
  float:left;
  width:700px;
  font-family:Arial;
  font-size:.70em;
  color:#434343;    
  text-align:left;
}

/* left hand side image panel */
.LFBImagePanel
{
 border:4px solid #000;    
 float:left; 
 width:204px;
 text-align:center;
}

.LFBImagePanel Img
{   
    border:0px;
}

.LFBImagePanelHover
{
    border:4px solid #f1388f !important;
}

/* For list comment reporting */
.reportLink 
{
    font-family: Arial;
    float: left; 
    text-align: left;
    padding-top: 5px;
    color:#434343;
}
.reportLink a:hover 
{
    color: #f1388f;
}

/* For reporting a whole list */
.reportLinkMain 
{
    font-family: Arial;
    float: left; 
    clear:left;
    text-align: left;
    color:#434343;
    padding-top:10px;
}
.reportLinkMain a
{
    color: #434343;
}
.reportLinkMain a:hover 
{
    color: #f1388f;
}

/* Feature details panel */
.LFBFeatureDetails
{
  width:220px;  
  float:left;
  margin-left:20px;
  font-size:medium;                
}

.LFBFeatureDetailDesc
{
    float:left;
    padding-top: 5px;
    color:#000;    
    font-family:Georgia;
    padding-bottom:9px;
}
.LFBFeatureStartedBy
{
    float:left;
    clear:left;
    font-family:Arial;
    color:#000;
    font-weight:bold;
}
.LFBFeatureStartedBy a
{
    text-decoration:none;
    font-family:Arial;
    color:#000;
    font-weight:bold;
}
.LFBFeatureStartedBy a:hover
{
    background-color:#f1388f;
    color:#fff;
}
.LFBFeatureDetailData
{
    font-family:Arial;
    color:#434343;
}
.LFBFeatureDetailData span
{
    font-family:Arial;
    color:#000;
    font-weight:bold;
    padding-right:5px;
}
.LFBFeatureDetailData a
{
    font-family:Arial;
    color:#434343;
}
.LFBFeatureDetailData a:hover
{
    color:#f1388f;
}
.LFBStarRating
{
    margin-top:5px;
    background-image:url("/Media/images/system/lists/listHeaderStarRatingBG.jpg");
    height:26px;
    width:176px;
    padding-top:10px;
    padding-left:10px;
    font-weight:bold;
    float:left;        
} 
.LFBStarRating span
{
    font-family:Arial;
    color:#000;
    font-weight:bold;
}
/* User/Feature owner details panel */
.LFBUserDetailPanel
{    
    margin-left:20px;    
    width:226px;        
    float:left;   
    margin-top:10px;    
    padding:0px;
}
.LFBUserDetailStartedBy
{
    margin-left:15px;
}

.LFBIEFloatFixer
{
    padding-left:12px;
}
.LFBUserImagePanel
{
    float:left;
    width:60px;
    margin:0px;
    margin-top:6px;
    
    background:white;    
    padding:3px 3px 3px 3px;
    border:1px solid #cccccc;
 }
  .LFBUserImagePanelHover
{
    border: 1px solid #f1388f;
}
.LFBUserDetails
{
    float:left;
    margin-left:14px;
    margin-top:6px;
    width:120px;    
}
.LFBUserDetailName A
{
    font-family:Georgia;
    font-size:1.2em;
    color:#333;
    font-weight:bold;
    margin-bottom:4px;
    
}
.LFBUserDetailQuote
{
    font-weight:bold;
    color:#000;
    margin-bottom:3px;
}
.LFBUserDetailData
{}
.LFBuserLink
{
    margin-top:15px;
}
.LFBuserLink a
{
    color:#000;
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    margin-left: 5px;         
    margin-bottom:10px;
}   

.LFBuserLink a:Hover
{
    color:#ec008c;
}

.ListContributorIcons
{
    clear:both;
    padding-left:13px;
    padding-bottom:5px;
    padding-top:10px;
}

.contributorCountLabel
{
    display:block;
    margin-bottom:5px;
    font-weight:bold;
    font-size: 0.68em;
    padding-left: 5px;
}
.ContributorIcon
{
    margin-left:3px;
    margin-bottom:3px;
}

/* Sponsored List Area */
.sponsoredListArea
{
    float:left;
    background-color:#E3E3E3;
    width:225px;
    /*height:100px;*/
}
.sponsoredListAreaT
{
    float:left;
    width:200px;
    font-family:Arial;
    color:#000;
    font-weight:bold;
    font-size:11px;
    padding-left:12px;
    padding-bottom:10px;
}
.sponsoredListAreaImg
{
    float:left;
    width:167px;
    padding-left:12px;
    margin-bottom:5px;
}
/* Top and bottom curved edges on UserStats/Sponsorship area */
.userInfoControlTopEdge
{
    float:left;
    width:225px;
    height:6px;
    background: url( /Media/images/system/user_stats_box_bg_top.gif ) no-repeat;
}
.userInfoControlBottomEdge
{
    float:left;
    width:225px;
    height:6px;
    background: url( /Media/images/system/user_stats_box_bg_bottom.gif ) no-repeat;
}