.commentslist a:link, .commentsbox a:link {
  color: #0000C0;
  text-decoration: none;
  font-weight: bold;
} 

.commentslist a:visited, .commentsbox a:visited {
  color: #000080;
  text-decoration: none;
  font-weight: bold;
} 

.commentslist a:hover, .commentsbox a:hover {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
} 

.commentslist {
  margin-top:10px;
}

.commentsbox {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
    background-color: #EEEEEE;
    padding:6px;
}

#post {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
    border: 1px solid blue;
    margin:0; 
    background-color: #EEEEEE;
}

/*   The header class is used for titles on the comments pages */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 14pt;
}




/*    The error class is used for error messages such as incorrect input      */
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
        font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

/*  The content class is the body text    */
.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

.contentbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
    font-weight: bold;
}

.fixed {
	font-family: "Courier New";
	color: #000000;
	font-size : 10pt;
    font-weight : normal;
}


/*    The contentsmall class is the same as content, except it's small text.
 */
.contentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}

.titlecomment {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 9pt;
    font-weight: bold;
}

.titlecommentlite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 9pt;
}


.colorpicker td {
  padding:4px;
}

