.publicationNewsListDefaultItemBottomDate {
      color: gray;  
}

.publicationNewsListDefaultItemBottom {
    color: #4d3b25;
}

.publicationNewsListDefaultItemIntro {
    border-bottom: 1px solid #91a81a;
    padding-bottom: 10px;   
}

.publicationNewsListDefaultItemBottom {
    margin-top: 1px;
    background-color: #e5e5e5;
    padding: 8px 11px;
    font-size: 11px;
}

.publicationNewsListDefaultItemContent {
    padding-right: 40px;
}



.publicationNewsListDefaultItemIntroImage {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 1px;
    background-color: white;
    border: 6px solid #edebe9;  
}



.publication-news-detail-answer {
    padding-bottom: 0px;
    border-bottom: 3px solid #91a81a;
    	
}




.publication-news-detail-answer-bg {
    background-color: #e5e5e5;
    padding: 7px;
}

.publication-news-detail-comments {
    margin-top: 10px;	
}

.publication-news-detail-comments-newentry h2 {
    margin: 0px;
}

.publication-news-detail-comments-newentry td {
    border-bottom: 1px dashed #eee;
}


.publication-news-detail-comments-newentry textarea {
    width: 100%;
    height: 100px;
}

.publication-news-detail-comments-item {
    padding: 15px;
    background-color: #e5e5e5;
    margin-bottom: 9px;
    border-bottom: 1px solid #91a81a;
    font-size: 11px;
}

.publication-news-detail-comments-item-0 {
    /*background-color: #f6f6f6;*/
}

.publication-news-detail-comments-item-1 {
    /*background-color: #eee;*/
}

.publication-news-detail-comments-item-message {
    white-space: pre;
    padding: 5px 0px;
}


.publicationNewsDetaultCommentDefaultNavi{
    text-align: center;
    padding: 6px;
}

.publicationNewsDetaultCommentDefaultNavi a,
.publicationNewsDetaultCommentDefaultNavi a:link,
.publicationNewsDetaultCommentDefaultNavi span {
    text-decoration: none;
    padding: 0px 4px;
    border: 1px solid silver;
    margin: 0px 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}


.publicationNewsDetaultCommentDefaultNavi span {
    font-weight: bold;
    background-color: #ddd;
}


