﻿body
{
}


.CommentBackgroundEven
{
    background-color: #E4E4E4;
    
}
.CommentBackgroundEvenHeader
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;*/
}
.CommentBackgroundOdd
{
    background-color: #F6F6F6;   
    
}
.CommentBackgroundOddHeader
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;  */
    
}

.CommentDate
{
    font-size: 10px;
    font-weight: normal;
    color: Black;    
}
.CommentType
{
    font-size: 10px;
    font-weight: bold;
    color: Black;    
}

.CommentSmallHeader
{
    font-weight: bold;    
}



.CommentRow
{
    vertical-align: top;    
    width: 515px;
}
.CommentRow A:link
{   
    color: Black; 
    font-weight:bold; 
}
.CommentRow A:visited
{
    
    color: Black; 
    font-weight:bold; 
}
.CommentRow A:active
{
    
    color: Black; 
    font-weight:bold; 
}
.CommentRow A:hover    
{
    
    color: Gray;
    font-weight:bold;    
}

.CommentText
{
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;    
}


.CommentNavigator
{
    font-size: 12px;    
    font-weight:bold; 
}

.CommentNavigator A:link
{
    font-size: 12px; 
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.CommentNavigator A:visited
{
    font-size: 12px; 
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.CommentNavigator A:active
{
    font-size: 12px; 
    text-decoration: underline;
    color: Black; 
    font-weight:normal; 
}
.CommentNavigator A:hover    
{
    font-size: 12px; 
    text-decoration: underline;
    color: Gray;
    font-weight:normal;    
}