@charset "utf-8";
/* CSS Document */


/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
    font-size: 90%;
    color:#666666;
}
.generic_comment {
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    background-color: #F5F8EB;
    margin-bottom: 4px;
}
.river_item .generic_comment {
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    background-color: #F5F8EB;
    margin-bottom: 4px;
    margin-left: 50px;
}
.generic_comment_icon {
    float: left;
    margin: 3px 10px;
}
.generic_comment_details {
    margin-left: 55px;
    padding: 5px;
}
.generic_comment_details p {
    margin: 0 0 5px 0;
}
.generic_comment_owner {
    color:#666666;
    margin: 0px;
    font-size:90%;
    border-top: 1px solid #aaaaaa;
}
/* IE6 */
* html #generic_comment_tbl { width:676px !important;}


