﻿/* PAGE COMMENT STYLE */
DIV.PageComment
{
    width: inherit;
    margin: 10px 0px 10px 0px;
    text-align: justify;
}
DIV.PageCommentContainer
{
    width: 100%;
    position: relative;
    top: 10px;
}
TABLE.PageComment
{
    width: 100%;
    text-align: justify;
}
TABLE.PageCommentForm td
{
    font-family: Verdana;
    font-size: 8.5pt;
    border-style: none;
    padding: 5px 5px 5px 5px;
}
DIV.PageCommentTitle
{
    
    width: inherit;
    height: 20px;
    background-color: #E0DAC2;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: bottom;
}
.PageCommentTitle table tr td
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
}
html > body DIV.PageCommentTitle
{
    width: inherit;
    height: 28px;
    background-color: #E0DAC2;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: bottom;
}
html > body .PageCommentTitle table tr td
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
    color: Black;
}
DIV.PageCommentLink
{
    position: relative;
    top: 5px;
    padding-bottom: 5px;
}
.PageCommentTable
{
    width: 100%;
    padding: 3px 3px 3px 3px;
}
.PageCommentLabel
{
    font-family: Verdana;
    font-size: 8.5pt;
    width: 15%;
    vertical-align: top;
}
.PageCommentValue
{
    font-family: Verdana;
    font-size: 8.5pt;
    width: 85%;
    vertical-align: top;
}
.PageCommentItem
{
    padding: 5px;
}
.PageCommentItemSelected
{
    border: outset 5px #F58000;
    padding: 5px;
}
/* END - PAGE COMMENT STYLES */