/**
 *
 *	Stylesheet definitions for ve_guestbook plugin
 *
 */

.tx-guestbook {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 11px;
}
.tx-guestbook table {
	padding: 0;
	margin: 0;
	border: none;
}
.tx-guestbook ul li {
	font-size: 12px !important;
}
.tx-guestbook-pagenav {
	margin: 0 0 20px 0;
}
.tx-guestbook-item {
	padding: 10px 0 20px 0;
	margin: 0 0 15px 10px;
	/*border-top: 1px solid #666666;*/
	border-bottom: 1px solid #666;
}
.tx-guestbook-list-date {
	font-size: 9px;
	color: #666666;
	display: block;
	margin: 0 0 2px 0;
	float: right;
	padding: 0;
}
.tx-guestbook-entry { 
	line-height: 180%;
}
.tx-guestbook-list-entrycomment-title {
	margin: 10px 0 0 0;
}
.tx-guestbook-item img {
	border: none;
}
.tx-guestbook-result {}
.tx-guestbook table table td {
	padding: 2px;
}
.tx-guestbook-list-header { 
 	background-color: /*#17290F;*/;
	color: #000;
	font-weight: bold;
}
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #EEEEEE; }
.tx-guestbook-list-entrycomment-title {
	font-weight: bold;
	border: 1px solid #666;
	margin: 10px 0 10px 10px;
	padding: 10px;
	background: #f9ffe5;
	color: #334c23;
	
}
.tx-guestbook-list-entrycomment {
	font-style: italic;
	font-weight: normal;
	line-height: 160%;
	margin: 0 0 0 10px;
	display: block;
}
.tx-guestbook-list-small {
	font-size: 9px;
	color: #666666;
}
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong,
.tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header {
	background-color: #17290F; /*539521;*/
	color: #FFFFFF;
	font-weight: bold;
}
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small {
	font-size: 9px;
	color: #666666;
}
.tx-guestbook-form-inputfield-med,
.tx-guestbook-form-inputfield-big {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	font-size: 12px;
	color: #333333;
	width: 100px;
}
.tx-guestbook-form-textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	font-size: 12px;
	color: #333333;
	width: 250px;
}
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }




