/*Guestbook*/
* { font-family: Verdana, Arial, Helvetica; }

table.gbOuter {
   border-collapse: collapse;
   empty-cells    : show;
   padding:0px;
   border: 1px solid #67452A;
   width: 100%;
}

table.gbInner {
   border-collapse: collapse;
   empty-cells    : show;
   padding:3px;
   border: 0px;
   width: 100%;
}

div.tx-veguestbook-pi1 img {
   float: left;
}
div.tx-veguestbook-pi1 td {
   vertical-align: top;
}

div.tx-veguestbook-pi1 input, div.tx-veguestbook-pi1 textarea {
	color:maroon !important;
	background:white !important;
	font-size:100% !important;
	padding:2px;
}

.tx-guestbook-list-header {
        background: #EEEEEE;
        width:75px;
        padding:2px;
}

.tx-guestbook-list-row {
        background-color: #EEEEEE;
        padding: 5px;
        color:maroon;
}

.tx-guestbook-list-rowleft {
        background-color: transparent;
        padding: 2px 4px 2px 2px;
        min-height:35px;
        width:80%;
}

.tx-guestbook-list-upper {
		  font-weight:bold;
/*		  text-transform::uppercase;*/
		  font-variant:small-caps;
}
.tx-guestbook-list-small {
        font-size  : 8pt;
        color:white;
        text-transform:none;
}

.tx-veguestbook-pi1-browsebox TD {
         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: #8C8C8C;
         color: #FFFFFF;
         font-weight:bold;
}

.tx-guestbook-latest-row {
         background-color: #FFFFFF;
}

.tx-guestbook-latest-small {
         color: #666666;
}

.tx-guestbook-form-inputfield-small {
         border-style: solid;
         border-width: 1pt;
         border-color:#440000;
         width:80px;
         margin: 5px 0px 5px 0px;
}
.tx-guestbook-form-inputfield-med {
         border-style: solid;
         border-width: 1pt;
         border-color:#440000;
         width:250px;
         margin: 5px 0px 5px 0px;
}

.tx-guestbook-form-inputfield-big {
         border-style: solid;
         border-width: 1pt;
         border-color:#440000;
         width:300px;
         margin: 5px 0px 5px 0px;
}

.tx-guestbook-form-textarea {
         border-style: solid;
         border-width: 1pt;
         border-color:#440000;
         width:300px;
         margin: 5px 0px 5px 0px;
}

.tx-guestbook-form-obligationfield {
         color: #ffCC00;
}

.tx-guestbook-form-error {
         color: #ffCC00;
}

.tx-veguestbook-pi1 {
         padding: 0px;
}

h3.tx-guestbook-list-entrycomment-title {
   font-size: 8pt;
   color: #990099;
   font-weight:bold;
   margin-top:5px;
   padding:2px;
   border-top:1px dotted #9F1E19;
}

.tx-guestbook-list-entrycomment {
   font-size: 8pt;
   color: #990099;
   font-weight:normal;
}

.tx-guestbook-form-captcha {
   text-align:center;
	vertical-align:middle !important;
}

div.fe-edit-panel table {
	background: #f80;
	border:1px solid black;
	padding:2px;
	}

