@CHARSET "UTF-8";
h2.feed{
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0 5px 0;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

#statusFeed .status{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#statusFeed .status .photo{
    width: 58px;
    float: left;
    margin: 0 20px 10px 0;
    padding: 3px;
    border: 1px solid #ccc;
}
#statusFeed .status .text{
    width: 90%;
    float: left;
    margin-bottom: 10px;
}
#statusFeed .status .img a{
    font-size: 0;
}
#statusFeed .status .img{
    border: 1px solid #ccc;
    padding: 3px;
    margin: 4px;
    float: left;
}
#statusFeed .status .img:HOVER{
    background: #f4f4f4;
    border-color: #aaa;
    box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd;
    -moz-box-shadow: 0px 0px 8px #ddd;
}
#statusFeed .status .img img{
    width: 50px;
}
#statusFeed .status .content a{
    color: #1B5B66;
    text-decoration: none;
    font-weight: bold;
}
#statusFeed .status .competition{
    padding: 10px;
}
#statusFeed .status .competition img{
    vertical-align: bottom;
    margin-right: 10px;
}
#statusFeed .status .competition .location img{
    width: 20px;
}
#statusFeed .status .name a{
    color: #1B5B66;
    font-size: 13px;
    font-weight: bold;
}
#statusFeed .removeStatus{
    float: right;
}
#statusFeed .removeStatus img{
    margin: 3px;
}

#statusFeed .commentInput{
    display: none;
}

#statusFeed .link{
    color: #329DAC;
    cursor: pointer;
}
#statusFeed .link:hover{
    color: #329DAC;
    text-decoration: underline;
}

#statusFeed .commentInput textarea{
    width: 400px;
}
#statusFeed .comments .comment .photo{
    width: 36px;
    height: 36px;
    padding: 2px;
    margin-right: 10px;
}
#statusFeed .comments .comment .photo img{
    border: none;
    width: 30px;
    height: 30px;
}
#statusFeed .comments .comment .autor a{
    color: #1B5B66;
    font-size: 12px;
}
#statusFeed .comments .comment .timeInfo{
    float: right;
    font-size: 7pt;
}
#statusFeed .comments .comment .content{
    float: left;
    width: 350px;
}
#statusFeed .comments .comment .removeComment{
    float: right;
}
#statusFeed .comments .comment .removeComment img{
    padding: 2px;
}
#statusFeed .line{
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    height: 1px;
    margin: 5px 0 10px;
    width: 5%;
}
#statusFeed .time{
    float: right;
    font-size: 8pt;
    text-align: right;
    color: #999;
    margin-left: 7px;
}
#statusFeed .sendComment{
    display: none;
}
#feedBottom{
    margin: 20px 0 20px 0;
    border: 1px solid #ccc;
    background: #fafafa;
    padding: 10px;
    text-align: center;
    display: none;
    width: 100% !important;
}

#statusFeed .note{
    font-size: 9pt;
    color: #2E9AFE;
    text-align: center;
    padding: 5px;
    margin: 5px;
}
#statusFeed .status .ranking img{
    width: 16px;
    height: 16px;
}
