
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #e2d1d3;
}

div#page_body
{
  background-color: white ;
}

div#banner
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  height: 118px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: #760c28 ;
  background-image: url(../images/menu-background.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 149px;
  vertical-align: top;

  min-height: 500px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background-color: #c39a9e ;  
  width: 150px;
  vertical-align: top;

  min-height: 500px;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
}

div#sidebar_menu
{
  background-color: #760c28 ;
  background-image: url(../images/menu-background.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 149px;
  font-size: 15px;
}

div.menu
{
  margin-top: 10px;
}

div.menuItem,div.menuItemActive
{
  margin-bottom: 10px;
  margin-left: 10px;
  clear: both;
}

div.menuItem img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
  visibility: hidden;
}

div.menuItemActive img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
}

div.menuItem a
{
  text-decoration: none;
  color: white ;
}

div.menuItemActive
{
  cursor: pointer;
}

div.menuItemActive a
{
  text-decoration: none;
  color: #e2d1d3 ;
}


div#current_funerals
{
  position: relative;
  top: -17px;
  left: 0 ;
  background-color: #c39a9e ;
  background-image: url(../images/obit-topedge.png) ;
  background-repeat: repeat-x ;  
  width: 150px;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: #760c28;
  font-size: 12px;
}

div#current_funerals div.title
{
  margin-top: 10px ;
  text-align: center;
}

div#current_funerals hr
{
  border: 0 ;
  visibility: hidden;
}

div#current_funerals div
{
  padding-top: 2px;
}

div#footer
{
  height: 13px;
  background-image: url(../images/footer-background.png) ;
  background-repeat: repeat-x ;    
}

a.deceased { position: relative; }

a.deceased div { display:none;}

div.hover_details img { float: left; height: 45px; margin-left: 20px; border: thin solid black;}

a.deceased:hover > div {
   display: block;
   position: absolute; 
   left: -225px;
   top: -45px;
   width: 200px;
   height: 56px;
   padding-right: 15px;
   padding-top: 3px;
   margin: 10px; 
   margin-right: 200px;
   z-index: 100;
   color: #black; 
/*   background: #DDD;
   border: thin double black; */
   background-image: url(../swd/images/obit-bubble-left.png);
   background-repeat: no-repeat;
   background-position: top center;
   font: 9px Verdana, sans-serif;
   vertical-align: middle; 
   text-align: center; !important
}

div.obit_details#details_image { display: block; float: left; }
div.obit_details#details_image img {height: 45px; margin-left: 20px; border: thin solid black;}
div.obit_details#details_dod:before { content: "Passed On\A"; white-space: pre;}
div.obit_details#details_dod { display: block;}
div.obit_details#details_service_date:before { content: "Service Date\A"; white-space: pre;}
div.obit_details#details_service_date { display: block;}
