/* view: odd rows */
table.gbentry {

  width: 98%;

  border: 1px solid #8B4513;

  border-collapse: collapse;

  margin-bottom: 10px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #FF6600;
  color: #330000;
        border-bottom: 1px solid #8B4513;
}
table.gbentry td.gbcontent {
  padding: 5px;
  background-color: #FEE0B3;
  color: #330000;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px;
  border: 1px dashed #8B4513;

}


/* view: even rows */
table.gbentry_b {

  width: 98%;

  border: 1px solid #8B4513;

  border-collapse: collapse;

  margin-bottom: 10px;
}
table.gbentry_b td.gbtitle {

  font-weight: bold;

  padding: 0 5px 0 5px;

  background-color: #FFB266;

  color: #330000;
        border-bottom: 1px solid #8B4513;
}

table.gbentry_b td.gbcontent {

  padding: 5px;

  background-color: #FFCC7F;

  color: #330000;
}

table.gbentry_b div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px;
  border: 1px dashed #8B4513;

}


/* add entry */
.required {
  color: #EE0000;
}
img.button {

  vertical-align: bottom;

}

.input_form {

        font-size: 1em;

        border: 0;

}

.input_name_field {

        width: 300px;

}

.input_mail_field {

        width: 300px;

}

.input_website_field {

        width: 300px;

}

.input_message_field {

        width: 300px;

        height: 80px;

}

.input_smileys {

        text-align: right;

}

.smileys {

        border: 0;

}

.captcha_table {

        padding-top: 5px;

}

.image_captcha {

        border: 0;

}

.captcha_expl {

        font-size: 0.8em;

}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
        display:none;
}
