﻿.comment_box
{
    background-color: #eeeeee;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    width: 480px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    min-height: 80px;
}

.comment_textarea
{
    border: 1px solid #c3c3c3 /*{borderColorDefault}*/;
    padding: 3px 5px 4px 5px;
    font-size: 11px;
    font-family: Tahoma;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 400px;
    max-height: 40px;
}

.comment_button
{
}


.comment_left
{
    float: left;
    display:block;
    width:32px;
    height:32px;
}

.comment_right
{
    display:block;
    float:left;
    position: relative;
    left: 10px;
}

.comment_header
{
    margin-left: 0px;
    width: 420px;
    height:20px;
}
.comment_header_c
{
    margin-left: 0px;
    width: 420px;
    height:50px;
}

.comment_delete:hover
{
    border:solid 1px #aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.comment_delete 
{
    border:solid 1px #f1f1f1;
    width:17px;
    height:17px;

}

.comment_username
{
    font-size: 11px;
    font-family: Tahoma;
}

.comment_date
{
    font-size: 11px;
    font-family: Tahoma;
}
.comment_text
{
    position: relative;
    left: 0px;
    padding: 0px 15px 4px 0px;
    font-size: 11px;
    font-family: Tahoma;
    width: 420px;
}

.comment_userimage
{
    float: left;
    margin-right: -32px;
    margin-left: 2px;
    width: 32px;
    max-height: 64px;
}

.comment_footer
{
    position: relative;
    left: 0px;
    padding: 3px 15px 4px 0px;
    height: 1px;
}


#pager
{
    margin: auto;
    width: 350px;
}
#pager ul.pages
{
    display: block;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0;
    padding: 0;
}

#pager ul.pages li
{
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    background-color: #eeeeee;
    
    list-style: none;
    float: left;
    color: #3388FF;
    /*border: 1px solid #445566;*/
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 5px;
}
#pager ul.pages li:hover
{
    border: 1px solid #0066CC;
}
#pager ul.pages li.pgEmpty
{
    /*border: 1px solid #334455;*/
    color: #888;
    background-color:#ddd;
}
#pager ul.pages li.pgCurrent
{
    color: #000;
    font-weight: 700;
    
}

#commentsOutside
{
    width: 920px;
    margin-left: 20px;
    display: table;
    background-color: #95c1cb; /*filter:alpha(opacity=50);     opacity:0.5;*/ /*background:rgba(200,200,200,0.4);*/
    -moz-border-radius-bottomleft: 16px /*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px /*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 16px;
}
#commentsInside
{
    width: 480px;
    display: table;
    margin: 20px auto;
    
}