/* utf8-marker = äöüß */
td.gbtitle
{
   background: #555555;
   font-weight: normal;
   color: white;
   font-size: 1.2em;
}

td.gbtitleadmin
{
   background: #999999;
   font-weight: normal;
   color: white;
   font-size: 1.2em;
}

td.gblightline
{
   background: #2D343A;
}

td.gbdarkline
{
   background: #2D343A;
}

td.gbadminlightline
{
   background: #2D343A; /* #FBFFE0; */
}

td.gbadmindarkline
{
   background: #2D343A; /* #FFF0E0; */
}

span.gbdatetime
{
   font-size: 0.8em;
}

div.gbname
{
   font-weight: bold;
   font-size: 1.0em;
   color: #CCCCCC;   
   overflow: hidden;
   width: 100%;
}

span.gbmessage
{
   font-weight: normal;
   font-size: 1.0em;
}

input.gbcaptcha
{
   font-weight: normal;
   color: black;
   /* background: white; */
}

input.gbtextbox
{
   font-weight: normal;
   color: white;
   background: #2D343A;
}

textarea.gbmsgbox
{
   font-weight: normal;
   color: white;
   background: #2D343A;
   overflow: auto;
}

/* .textinput { border: 1px solid #bbb; background: #eee; color: #000000; } I have this defined in my template for the whole page, (un)comment if necessary */
