﻿body {
}
#comments
{
    margin-top: 8px;
   
    padding-bottom: 10px;
}
#commentsAdd
{
    
}
#commentsAdd textarea
{
    border: 2px solid #828282;
    margin: 8px 20px 8px 20px;
    padding: 5px;
    width: 70%;
    height: 90px;
    border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #FDFDFD;
}
#commentsAdd p
{
    padding: 3px 10px 3px 10px;
    margin-left: 15px;
    margin-right: 15px;
}
#commentsAdd p a
{
    float: right;
    padding: 5px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    background-color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    color: #404A51;
}
#commentsAdd p a:hover
{
    background-color: #FFFDF0;
}
#commentsAdd p span
{
    color: #808080;
    font-size: 11px;
}

#noadd {
    margin: 15px 20px 5px 20px;
    background-position: 10px 5px;
    padding: 5px 10px 5px 60px;
    border: 2px solid #FFE8C6;
    background-color: #F9FBFF;
    color: #545C78;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-image: url('../../photos/images/alert.png');
    background-repeat: no-repeat;
}
#noadd p
{
    font-family: tahoma;
    font-size: 14px;
    line-height: 40px;
    text-align: justify;
    vertical-align: sub;
}
#resultsGrid
{
    padding-right: 7px;
}
#resultsGrid .item
{
    background-color: #F9FAFF;
}

#resultsGrid .item .img
{
    width: 105px;
}
#resultsGrid .item .img div
{
    background-position: -1px -1px;
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
}

#resultsGrid .item .author
{
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #F89807;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 12px;
    font-family: tahoma;
}
#resultsGrid .item .author a
{
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    color: #FF6600;
    float: right;
    margin-right: 10px;
}
#resultsGrid .item .author a:hover
{
    text-decoration: underline;
}
#resultsGrid .item .author .date
{
    font-size: 11px;
    color: #808080;
}
#resultsGrid td.item
{
    
    overflow: hidden;
    
}
#resultsGrid .item td
{
    vertical-align: top;
}
#resultsGrid .item .up
{
    height: 30px;
    vertical-align: middle;
}
#resultsGrid .item .txt
{
    
    font-size: small;
    font-family: Tahoma;
    color: #2F3537;
}
#resultsGrid .item .txt img
{
    border-style: none;
    margin: 0px 0px 0px 5px;
    width: auto;
    height: auto;
}

#resultsGrid  .alternate .item
{
    background-color: #FCFCFC;
}

#smiles
{
    width: 120px;
    float: right;
    height: 100px;
    padding-top: 10px;
    padding-right: 15px;
}
#smiles ul li
{
    background-position: 2px 2px;
    margin: 3px 5px 3px 5px;
    width: 20px;
    height: 20px;
    float: left;
    background-repeat: no-repeat;
    cursor: pointer;
}
#resultsGrid table .paging table
{
    width: auto;
    margin-left: 26px;
}
#resultsGrid table .paging table span
{
    color: #808080;
}
#resultsGrid table .paging table a
{
    color: #3399FF;
    cursor: pointer;
}
.act
{
    margin-left: 50px;
}
.act a
{
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
}
.act a:hover
{
    text-decoration: underline;
}