#logo-parish {
	background: url(images/parish_logo.png) 0 0 no-repeat;
	height:104px;
	margin-left:0px;
	margin-top:0px;
	width:467px;
}

/* makes the alert section red, bold and bigger so it gets noticed */
table.contentpaneopen-alert {
	font-weight: bold; 
        color: white;
        font-size: 150%;
	background-color: red;
}

/* info tables */
table.infotables {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}

table.infotables th, table.infotables td {
  border: 1px black solid;
}

table.infotables th {
  background: url(th-bg.jpg) repeat-x top #277bc0;
  text-align: center;
  color: white;
  padding: 0.1cm;
}

table.infotables td {
  background: url(td-bg.jpg) repeat-x top #efecbe;
  text-align: left;
  color: black;
  padding: 0.1cm;
}

table.infotables td:hover {
  color: #333444;
  background: #DDCFAE;
}


/* link tables */
table.linktable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
  width=100%;
}

table.linktable th, table.linktable td {
  border: 0px black solid;
}

table.linktable th {
  background: url(linktable_td-bg.jpg) repeat-x top #2678bb;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 0.2cm;
  font-size: 150%;

}

table.linktable td {
  background: url(linktable_td-bg.jpg) repeat-x top #2678bb;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 0.2cm;
  font-size: 150%;
}

table.linktable th a:link, table.linktable th a:visited{
  color: white;
}
