﻿/* reusable CommentControl start */
.commentControl
{
    background-color: #fff;
    display: block;
    width: 560px;
    margin-left: 10px;
    padding: 15px 15px 15px 15px;
}
.description .commentControl
{
    background-color: #fff;
    display: block;
    width: 570px;
    padding: 15px 5px 15px 15px;
    padding-left: -15px !Important;
    margin-left: -15px !Important;
    border-top: solid 1px #afb7bc;
    margin-top: 20px;
}
.contributions .commentControl
{
    background-color: Transparent !Important;
    padding-left: 0px !Important;
    margin-left: 0px !Important;
}
.slideComment .commentControl
{
    /*background-color: #fff;*/
    display: block;
    width: 625px;
    margin-left: 0px;
    padding: 15px 15px 15px 0px;
    border-top:  solid 1px #afb7bc;
    z-index: 1;
}
.commentControl .ccRead
{
    color: #898b86;
    background-image: url(Media/read.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}
.commentControl .ccRead:hover
{
	color: #eb6909;
    background-image: url(Media/read_hover.png);
}
.commentControl .ccWrite
{
    color: #898b86;
    background-image: url(Media/write.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
} 
.commentControl .ccWrite:hover
{
	color: #eb6909;
    background-image: url(Media/write_hover.png);
}
.ccReadComment 
{
    padding-bottom: 5px;
}
.commentControl .ccCommentHeader
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 560px;
    padding-bottom: 15px;
}
.ccReadComment .ccCommentItem
{
    padding-bottom: 15px;
}
.ccForm .ccArea
{
    position: relative;
    display: block;
    width: 375px;
    margin-top: 18px;
}
.ccForm .ccMax
{
    position: absolute;
    right: 0;
    top: 0;
    color: #666666;
}
.ccForm .ccLabel
{
    display: block;
    padding-bottom: 4px;
}
.ccForm .ccTextbox
{
    width: 175px;
}
.ccForm .ccTextarea
{
    width: 370px;
    height: 57px;
}
.commentControl .ccButtons
{
    height: 19px;
    padding-top: 14px;
}
.commentControl .ccButtons a
{
    display: block;
    float: left;
    padding: 1px 8px;
    margin-right: 4px;
    font-weight: bold;
}
.commentControl .ccButtons .sendButton
{
    color: #fff;
    background-color: #a8aca5;
    text-decoration: none;
}
.commentControl .ccButtons .sendButton:hover
{
    background-color: #eb6909;
}
.commentControl .ccButtons .showButton,
.commentControl .ccButtons .cancelButton
{
    color: #898b86;
    text-decoration: underline;
}
.commentControl .ccButtons .showButton:hover,
.commentControl .ccButtons .cancelButton:hover
{
    color: #eb6909;
}
/* reusable CommentControl end */