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

  width: 98%;

  border: 1px solid #baa5a6;

  border-collapse: collapse;

  margin-bottom: 10px;
}
table.gbentry td.gbtitle {
    font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #faf1eb;
  color: #000000;
	border-bottom: 1px solid #baa5a6;
}
table.gbentry td.gbtitle2 {
    font-weight: normal;
  padding: 0 5px 0 5px;
  background-color: #faf1eb;
  color: #000000;
	border-bottom: 1px solid #baa5a6;
}
table.gbentry td.gbcontent {
  padding: 5px; 

  color: #000000;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px; 
  border: 1px dashed #baa5a6;

}


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

  width: 98%;
  border: 1px solid #baa5a6;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry_b td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #faf1eb;
  color: #000000;
	border-bottom: 1px solid #baa5a6;
}
table.gbentry_b td.gbtitle2 {
  font-weight: normal;
  padding: 0 5px 0 5px;
  background-color: #faf1eb;
  color: #000000;
	border-bottom: 1px solid #baa5a6;
}
table.gbentry_b td.gbcontent {

  padding: 5px; 

  

  color: #000000;
}

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

}


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

  vertical-align: bottom;

}

.input_form {

	font-size: 1em;

	border: 0;

}

.input_name_field {

	width: 280px;
margin:0px 0px 1px 10px
}

.input_mail_field {

	width: 280px;
	margin:0px 0px 1px 10px
}

.input_website_field {
	width: 280px;
	margin:0px 0px 1px 10px

}

.input_message_field {

		width: 280px;
	margin:0px 0px 1px 10px;

	height: 110px;

}

.input_smileys {
text-align: center;
margin:0 0 5px 0 ;
padding:0;
}
.input_smileys br{
margin:0 ;
padding:0;
line-height:12px
}

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