.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:3px;
}

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

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

/*   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;
}

.flagged {
    color: #FF0000;
    font-weight : bold;
    font-size : 8pt;
}

/*  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;
}


/*    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;
}

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




.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;
}

fieldset {
  margin: 0 0 16px 3px; 
  padding: 5px 5px 5px 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


legend {
  color: blue;
  font-weight: bold;
}

label {
  float:left;
  width:140px;
}


