#content-area table {
  font-size:12px;
  margin:20px;
}
#content-area form table {
  margin:0;
}
#content-area tr {
  border-bottom:1px dotted;
}

#content-area form tr {
  border-bottom:none;
}

#content-area th {
  padding:20px 15px 5px 0;
  border-top: inherit !important;
  border-right: inherit !important;
  border-bottom: inherit !important;
  border-left: inherit !important;
}

#content-area td {
  padding:5px 15px 5px 0;
  border-top: inherit !important;
  border-right: inherit !important;
  border-bottom: inherit !important;
  border-left: inherit !important;
}

.ie7 #content-area th, .ie7 #content-area td {
  border-bottom:1px solid !important;
}

.page-galleries #content-area td {
  padding:15px 15px 5px 0;
  width:25%; /* 4-column grid of images*/
}

.teaser-gallery-image {
  display:block;
  clear:both;
  width:150px;
}
.teaser-gallery-title {
  display:inline;
  clear:both;
  width:150px;
}
.teaser-gallery-container {
  width:150px;
}

.views-view-grid td { vertical-align:top;padding-bottom:20px !important; }


.views-table tr.even {
  background:none;
}
.views-table tr.odd {
  background: url("../images/bkg-40pctW.png");
}



