﻿body
{
}


.StartCommentTable
{
    text-align: left;  
    width: 835px;  
}

.StartCommentHeader
{
    
    width: 460px;
    font-size: 14px;
    font-weight: bolder;
    border-bottom-width: 1px;
    border-bottom-color: Gray;
    border-bottom-style: dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    
}

.StartCommentLeft
{
    
    width: 495px; 
    padding-top: 15px;
    padding-left: 20px;    
    padding-right: 20px;     
    vertical-align: top;
}

.StartCommentRight
{
    vertical-align: top;
    width: 260px; 
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
       
}

.StartCommentBackgroundEven
{
    background-color: #E4E4E4;
}
.StartCommentBackgroundOdd
{
    background-color: White;   
}


.StartCommentHorse
{
    font-size: 12px;
    font-weight: bold;    
}

.StartCommentHorse A:link
{
    text-decoration: underline;
    color: Black; 
    font-weight:bold; 
}
.StartCommentHorse A:visited
{
    text-decoration: underline;
    color: Black; 
    font-weight:bold; 
}
.StartCommentHorse A:active
{
    text-decoration: underline;
    color: Black; 
    font-weight:bold; 
}
.StartCommentHorse A:hover    
{
    text-decoration: underline;
    color: Gray;
    font-weight:bold;    
}

.StartCommentDateHeader
{
    font-size: 11px;
    font-weight: normal;
    color: Black;    
}

.StartCommentDate
{
    font-size: 11px;
    font-weight: normal;
    color: Gray;    
}


