﻿.CommentItem
{
    overflow: hidden;
    max-height: 50px;
    min-width: 100px;
}
.CommentItemSmall
{
    overflow:hidden;
    max-width: 100px;
}
.DoubleComment
{
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
    display: none;
    border: 1px solid navy;
    background-color: #D7EDFF;
    padding: 10px;
    width: 400px;
    position: absolute;
}
.ReplyCommentBackPanel
{
    margin: 0 auto;
    width: 500px;
    height: 100%;
}
.ReplyPanel
{
    position: fixed;
    top: 100px;
    border: 3px double gray;
    background-color: #EAEFF2;
    z-index: 99;
    padding: 3px;
    width: 500px;
}
.ReplyPanel textarea
{
    width: 98%;
}
.ReplyPanel .CommentOnEdit
{
    border: 1px solid gray;
    background-color:#f0f0f0;
    padding: 7px;
    margin: 5px;
}
.ReplyBackPanel
{
    background-color: Gray;
    -moz-opacity: .5;
    filter: alpha(opacity=5);
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 98;
}
.ReplyPanelHeader
{
    background-color: #336699;
    color: Aqua;
    font-size: small;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.ReplyPanelFooter
{
    background-color: #336699;
    color: Aqua;
    margin-top: 8px;
    padding: 5px;
}
.ReplyPanelFooter a
{
    color: Aqua;
}
.ReplayUpdatePanel
{
    position: fixed;
    top: 0;
    right: 0;
    background-color: Orange;
}
.ReplayUpdatePanelInner
{
    padding: 2px;
}