td.gbtitle
{
   background: #5C6D8A;
   font-weight: normal;
   color: white;
   font-size: 1.0em;
}

td.gbtitleadmin
{
   background: #5C6D8A;
   font-weight: normal;
   color: #FFFF29;
   font-size: 1.0em;
}

td.gblightline
{
   background: #FFFFFF;
}

td.gbdarkline
{
   background: #DAE5EA;
}

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

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

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

div.gbname
{
   font-weight: bold;
   font-size: 1.0em;
   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: black;
   /* background: white; */
}

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

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

