.ResourcePanelInfo 
    {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    }
.CollectionPanelInfo
    {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    }
.ContributorsListFirstLetter 
    {
    color: #3C3C3C;
    width: 20%;
    font-size: 22px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    }
.ContributorsList 
    {
    width: 80%;
    margin: 20px auto;
    }
.ContributorsColumn 
    {
    margin-top: 8px;
    float: left;
    width: 40%;
    line-height: 31px;
    font-size: 13px;
    }
#ContributorsLabel
    {
    width: 120px;
    padding-top: 5px;
    }
.PersonCard 
    {
      
    height: 35px;
    display: block;
    padding: 3px 15px 3px 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius:10px;	-moz-border-radius: 10px; -webkit-border-radius: 10px;
    border: 1px solid #d0d0d0;
    	border-radius:10px;	-moz-border-radius: 10px; -webkit-border-radius: 10px;	
    	xbackground: #e9e9e9 url(../gfx/whitegry/interface/shadeback.png) repeat-x 0 0;
    
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
        -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#eee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#eee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%,#eee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    }
.PersonCollections
    {
   
    
    }
.PersonCollectionsSpacer
    {
    height: 100px;
    
    }
.CardName 
    {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    
    }
.CardAddInfo
    {
    font-size: 12px;
    
    }
.CardEmail
    {
    float: right;
   
    }
.CardAvatar
    {
    float: left;
    margin: 5px;
    margin-right: 7px;
    }  
.AvatarView 
    {
    margin: 5px;
    padding: 0;
    float: left;
    border: 0;
    height: 48px;
    padding-top: 5px;
    padding-bottom: 5px;
    }
.CommentCommenterAvatar 
    { 
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    clear: both;
    }
.AvatarView img 
    {
    border: 1px solid #aaa;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);        
    }

.AvatarSmall 
    {
    width: 24px;
    
    border: 1px solid #bbb;
    margin-bottom: -8px;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);  
    
    }
.AvatarIcon
    {  
    padding-bottom: 3px;
    
    height: 24px;
    }
li.UserName
    {
    border-left: 0;
    padding-left: 2px;
    }
#HeaderNav1 
    {
    height: 32px;
    
    }

#HeaderNav2 
    {
    height: 22px;
    margin-top: 6px;
    }

.CommentEntryInfoContainer 
    {
    display: table; 
    width: 85%;
    }
.CommentFormBody 
    {
     width: 530px;
    
    }
.CommentFormSubmit 
    {
    
    margin-left: 65px;
    }
.CommentFormFullname 
    {
    
    margin-left: 65px;
    }
.CommentRespond
    {
    clear: both;
    margin-left: 65px;   
    }
.CommentFlagReason 
    {
     width: 530px;
    
    }

.ScrambledField
    {
        display: inline;
    }
.SmallContribLink
    {
    font-size: 10px;
    }
.SocialToolsSpacer
    {
    height: 12px;
    }
