.add_new_frame {
  border:              solid 1px #c0c0c0;
  padding:             4px;
}

.add_new_entry td {
  color:               black;
  font-weight:         normal;
}

.add_new_entry td .text {
  border:              1px inset #c0c0c0;
  background-color:    white;
}

.add_new_entry td .submit {
  border:              1px outset #808080;
  background-color:    white;
  padding:             0px;
  padding-left:        6px;
  padding-right:       6px;
}

td.smb_title
{
   background: #d59500;
   font-weight: normal;
   color: black;
   font-size: 1.0em;
}

td.smb_lightline
{
   background: #ffdf91;
}

td.smb_darkline
{
   background: #ffcf5d;
}

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

div.smb_name
{
   font-weight: bold;
   font-size: 1.0em;
   overflow: hidden;
   width: 100%;
}

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

