/**
 * banner.css - hide titles of banner blocks
 * $Id: banner.css 109 2009-08-03 14:13:03Z darren $
 */

/* Turn it back on */
.block-banner h2 {
  /* display: none; */
  display: inline;
}
/* Image border */
table.block-banner tr td a {
  display: block; /* Make the images one above the other */
  width: 120px; 
  text-align: center;
  margin: 5px 0px; 
  padding: 0px; 
}
table.block-banner tr td a img {
  border: solid black 1px; 
  margin: 0px; 
  padding: 0px; 
}

/* top banner position banner images */

#topbanner table.block-banner {
  width: 100%;
  margin: 0px; 
  padding: 0px; 
}
#topbanner table.block-banner tr td {
  text-align: center;  /* Put banner in the middle */
  margin: 0px; 
  padding: 0px; 
}
#topbanner table.block-banner tr td a {
  display: inline; /* Restore images to inline */
  margin: 0px; 
  padding: 0px; 
}
#topbanner table.block-banner tr td a img {
  text-align: center;
  border: 0px; 
}

/* left banner position Square Buttons 125x125 */

td#sidebar-left table.block-banner {
  width: 137px;
  height: 125px;
  margin: 0px; 
  margin-bottom: 4px;
  padding: 0px; 
}
td#sidebar-left table.block-banner tr td {
  text-align: center;  /* Put banner in the middle */
  width: 137px;
  height: 125px;
  margin: 0px; 
  padding: 0px; 
}
td#sidebar-left table.block-banner tr td a {
  display: inline; /* Restore images to inline */
  width: 125px;
  height: 125px;
  margin: 0px; 
  padding: 0px; 
}
td#sidebar-left table.block-banner tr td a img {
  text-align: center;
  border: 0px; 
}
