﻿/************ Commenting Widget section *********/
#comments {
    float: left; 
    clear: both; 
    width: 100%;
    margin: 5px 0;
    padding: 0;
}

.cbCommentsAgree {
    padding:0 0 5px 0;
    margin: 0;
    float: left;
    clear: left;
}
#comments textarea {
    width: 65%;
    float: left;
    clear: right;
}

#comments fieldset {
    margin-top: 15px;
} 

#comments p.terms {
    float: left; 
    clear: both; 
    padding: 0;
    margin: 5px 0 5px 33%;
    width: 66%;
}
.commentDate {
    color: #bbbbbb;
    font-size: .9em;
}
.commentEdited {
    color: #bbbbbb;
    font-size: .9em;
    font-weight: bold;
}
.commentAgreeCb {
    float: left;
    clear: left;
    margin: 5px 0 5px 33%;
}

#comments ul {
    float: left;
    clear: both;
    width: 99%;
    margin: 10px 0;
    padding: 0;
    border: solid 1px #fff;
}
#comments ul li {
    list-style-type: none;
    margin: 7px 0;
    padding: 5px;
    
    /* white-space: pre;    */       /* CSS 2.0 */
	/* white-space: pre-wrap;   */   /* CSS 2.1 */
	/* white-space: pre-line;   */   /* CSS 3.0 */
	/*white-space: -pre-wrap;*/     /* Opera 4-6 */
	/*white-space: -o-pre-wrap; */  /* Opera 7 */
	/*white-space: -moz-pre-wrap;*/ /* Mozilla */
	/*word-wrap: break-word;*/      /* IE 5+ */  

}
.commentActions {
    background: #f8f8f8;
    border: solid 1px #bbb;
    padding: 1%;
    margin: 0;
    font-weight: bold;
    float: left;
    clear: both;
    width: 97%;
}
.commentAdmin 
{
    background: #efefef;
}

.commentActions a:hover{
	cursor: pointer;
}