/* view: odd rows */
table.gbentry {
  width: 95%;
  border: 1px solid #ffc833;
  border-collapse: collapse;
  margin: 0 14px 10px 14px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 5px 5px;
  background-color: #a46923;
  color: #ffc833;
	border-bottom: 1px solid #ffc833;
}
table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #a46923;
  color: #ffc833;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* view: even rows */
table.gbentry_b {
  width: 95%;
  border: 1px solid #ffc833;
  border-collapse: collapse;
  margin: 0 14px 10px 14px;
}
table.gbentry_b td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #a46923;
  color: #ffc833;
	border-bottom: 1px solid #ffc833;
}
table.gbentry_b td.gbcontent {
  padding: 5px; 
  background-color: #a46923;
  color: #ffc833;
}
table.gbentry_b div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #BCBCBC;
}

/* add entry */
.required {
  color: #ffc833;
}
img.button {
  vertical-align: bottom;
}
.input_form {
	font-size: 12px;
	border: 0;
}
input {
	border: 1px solid #ffc833;
	background: #a46923;
	color: #ffc833;
}
.input_name_field {
	width: 350px;
	background: #a46923;
	border: 1px solid #ffc833;
	color: #ffc833;
}
.input_mail_field {
	width: 350px;
	background: #a46923;
	border: 1px solid #ffc833;
	color: #ffc833;
}
.input_website_field {
	width: 350px;
	background: #a46923;
	border: 1px solid #ffc833;
	color: #ffc833;
}
.input_message_field {
	width: 350px;
	height: 100px;
	background: #a46923;
	border: 1px solid #ffc833;
	color: #ffc833;
}
.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;
}

