/*******************
  Copyright (c) 2004-2008 TinyWebGallery
  written by Michael Dempfle
  TWG version: 1.7.4
********************/

/* this file is used when a skin defines some borders that should be different when no border is used. */

td.twg_info {
	border:none;
	border-top: 2px inset;
}

td.bottomtable {
	background-color: transparent;
}

td.twg_bottom {
  background-color:  transparent;
}

td.twg_counterpixel {
  background-color: transparent;
}

td.bottomtablesideleft {
  background-color: transparent;
  color:#ffffff;
}

td.bottomtableside {
  background-color: transparent;
}

td.bottomtable a:link { color:#ffffff; text-decoration: none; }
td.bottomtable a:visited { color:#ffffff; text-decoration:none }
td.bottomtable a:hover { color:#555555; text-decoration:none }

td.bottomtableside a:link { color:#ffffff; text-decoration: none; }
td.bottomtableside a:visited { color:#ffffff; text-decoration:none }
td.bottomtableside a:hover { color:#555555; text-decoration:none }