/*
/ This stylesheet contains per-page overrides and style additions
*/


/* Menu hover color overrides */
.menu .menu-item a:hover
{
  background: #A7CADC;
}

/* body content background overrides */
.body
{
  background: url(contact.png);
  background-color: #91BDD4;
}

/* Href color overrides */
a 
{
  color: #293F4A;
  text-decoration: none;
}

a:hover
{
  color: #5B7380;
  text-decoration: underline;
}

/* Table overrides */

.contact_list
{
  position: absolute;
  border: none;
  top: 25px;
  padding: 10px;
  width: 228px;
  height: 290px;
}

.contact_list .entry
{
  clear: left;
  margin-bottom: 20px;
}

.contact_list .header
{
  border-bottom: 1px dashed black;
  background: url(../shared/img/background-dithered-white.png);
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 9pt;
}

.contact_list .name
{
  font-weight: bold;
  float: left;
  font-variant: small-caps;
}

.contact_list .instrument
{
  float: left;
  color: #808080;
  font-variant: small-caps;
  padding-left: 3px;
}

.contact_list .data
{
  padding-left: 3px;
  color: #293F4A;
}
