#buttonsdiv
{
  background-image: url("./../images/content.png");
}

img.buttonwith
{
  background-image: url("./../images/green/imgbtn.gif");
}

img.button:hover
{
  background-image: url("./../images/green/imgbtn.gif");
}

#test
{
  background-image: url("./../images/green/main.gif");
  background-repeat: repeat;
  height: 37px;
}

#hlineup
{
  background-image: url("./../images/green/down.gif");
}

#hlinedown
{
  background-image: url("./../images/green/up.gif");
}

div.topic
{
  background-image: url("./../images/green/down.gif");
}

div.topic2
{
  background-image: url("./../images/green/down.gif");
}

th.data
{
  background: url("./../images/green/down.gif") repeat;
}

th.data:hover
{
  background: url("./../images/green/up.gif") repeat;
}

th.datae
{
  background: url("./../images/green/down.gif") repeat;
}
  
td.blink_with
{
  background: url("./../images/green/blink.gif") repeat;
}

td.blink_with
{
  border: 1px solid rgb(43, 49, 43);
}


