/* 
	///////////////////////////////////////
	styles of tt_news plugin (informatikjahr.de)
	WE DO communcation GmbH 2005
	http://www.wedo-berlin.de 
	///////////////////////////////////////
*/

.guestListContainer {
	margin-top:10px;
	background-color:#FFFFFF;
}
div.guestListItem {
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
}
.guestListDate {
	display:block;
	text-align:right;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid #e60003;
	padding-bottom:0px;
	/* the background image is temorarely deactivated */
	/*	
	background-image:url(../../page/img/icon_news_inv.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	*/
	height:17px;
}
h3.tx-guestbook-list-header { 
	margin-top:5px;
	margin-bottom:15px;
	padding-top: 8px;
}
p.tx-guestbook-list-row {
	margin-top: 0px; /* reset the default browser margins */
	margin-bottom: 0px; /* reset the default browser margins */
}
.tx-guestbook-list-userinfo {
	margin-top:2px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	float:right;
	width:200px;
}
.tx-guestbook-list-row {
	margin-bottom:10px;
}
h4.tx-guestbook-list-entrycomment-title {
	margin-top: 15px; /* reset the default browser margins */
	margin-bottom:0px; /* reset the default browser margins */
	padding-bottom: 2px; /* a little space above line */
	border-bottom:1px solid #999;
	margin-left: 30px;
}
.tx-guestbook-list-entrycomment {
	margin-top: 12px;
	margin-left: 30px;
}

/* the form */
div.tx_veguestbook_form_firstRow {
	float:left;
	padding-left: 20px;
	/*width: 400px;*/
}
div.tx_veguestbook_form_secondRow {
	float:left;
	padding-left: 20px;
}
div.tx_veguestbook_form_submitRow {
	clear: both;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
form.tx_veguestbook_form {
	margin:0; /* reset default browser behaviour */
	padding:0; /* reset default browser behaviour */
}
.tx_veguestbook_form fieldset {
	border: 1px solid #999;
}
.tx_veguestbook_form_firstRow label,
.tx_veguestbook_form_secondRow label {
	margin-top: 8px;
	margin-bottom: 2px;
	display:block;
}
.tx_veguestbook_form div.formField {
	margin-right: 20px;
}
.tx_veguestbook_form_secondRow textarea {
	width: 250px;
}
.tx_veguestbook_form_firstRow input,
.tx_veguestbook_form_secondRow textarea,
.tx_veguestbook_form_submitRow input {
	margin:0;
	border: 1px solid #555; /*the sam as the 'box border and as all the inputs of the other forms*/
	font-size: 12px;
}
.guestListCount {
	text-align:left;
	float:left;
}
.guestListPageLink {
	text-align:right;
	white-space:nowrap;
	margin-bottom:20px;	
}
.guestListNextPageLink, .guestListPrevPageLink {
	display:inline;	
}

.guestListNextPageLink a {
	background-image: url(../../page/img/readmore_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;	
	margin-right: 10px;
}
.guestListPrevPageLink a {
	background-image:url(../../page/img/readmore_arrow_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-left: 10px;	
}
/* default styles for extension "tx_veguestbook_pi1"
.tx-guestbook-list-header { 
	background-color: #539521; 
	color: #FFFFFF; 
	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; 
}
.tx-guestbook-list-entrycomment { 
	font-style: italic; 
}
.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: #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 { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#539521; 
	font-size:12; 
	color:#333333; 
	width:100; 
	height:20; 
}
.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#539521; 
	font-size:12; 
	color:#333333; 
	width:150; 
	height:20; 
}
.tx-guestbook-form-textarea { 
	border-style: solid; 
	border-width: 1pt; 
	border-color:#539521; 
	font-size:12; 
	color:#333333; 
	width:250; 
}
.tx-guestbook-form-obligationfield { 
	color: #CC0000; 
}
.tx-guestbook-form-error { 
	color: #CC0000; 
}*/