@charset "utf-8";
/* CSS Document */

body {background-color: #white;font-family: "Times New Roman", Georgia, serif;font-size: 14px;color: #black;}

H1, H2, H3, H4, H5, H6 { font-family: "Times New Roman", Georgia, serif; margin-left:5px;background-color:#0099FF;color: black;}

p {font-family: "Times New Roman",Georgia, serif; font-size: 14px;margin-left:5px; margin-right:5px;}

table{ border-collapse:collapse; border:hidden;}

a:hover{background-color:#7FBBF3;}

td, th, tr {font-family: "Times New Roman", Georgia, serif; font-size: 14px;border-collapse:collapse; border:hidden;}

a {color: #330000;}

form {background-color: #0099ff;}


#HCB_comment_box {
  color:blue;
}

#HCB_comment_box textarea {
  /* add any custom CSS for the comment box here. */
  
}

/* the entire html comment box container. applies to everything */
#HCB_comment_box {
  font-family: verdana, serif;
  color: blue;
  background-color: #fff;
}

#HCB_comment_box p.error {
  border: 1px solid red;
  background-color: #fee;
}

#HCB_comment_box textarea, #HCB_comment_box input.text {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #f8f8f8;
}

#HCB_comment_box .hcb-wrapper-half {
    display:block;
    width:50%;
    float:left;
}
#HCB_comment_box .hcb-wrapper {
    clear:both;
}
#HCB_comment_box input.text {
    display:block;
    width:97%;
}
/* the submit button */
#HCB_comment_box input.submit {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  background-color: #ccc;
  color: #666;
  font-weight:bold;
  cursor:pointer;
}

#HCB_comment_box span.home-desc {
  font-size:10px;
  opacity:0.4;
}

/* the individual comment display containers */
#HCB_comment_box div.comment {
  border-bottom:1px dotted #eee;
  margin-bottom:5px;
}

/* the moderator message */
.hcb-mod  i{
  color:darkblue;
}

/* next, prev, ok and x link style */
.hcb-link {
  color:blue;
  text-decoration:underline;
}


