
body.schedPage {
	font-size:12pt ;
	text-align:center;
 	background-color:#ECF1F7 ;
  background-image:url(../common/images/bkiris.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	color:#191970;
}

table.schedList {
	font-size:0.85em ;						 
	margin-bottom:8ex ;
	border-bottom:thin solid ;
	width:99% ;
}

table.schedDetails {
	font-size:0.85em ;						 
	width:100% ;
}

thead.schedListHdr {
	vertical-align:top; 
  text-align:left ;
	font-weight:bold;
}

tr.schedDetailHdr {
	font-weight:bold; 
  text-align:left ;
	vertical-align:bottom; 
}

tr { 
	vertical-align:top; 
}

td.schedDetailFirst {
  padding-top:2ex ;
}

td.schedDividLine {
  text-align:right ;
	padding-bottom:1.5ex ;
	border-bottom:medium double silver ;
}

td.SchedServicedBy {
   font-size:2.0ex ;
	 font-style:italic ;
}

div.schedTitle {
		font-size:1.5em ;
		text-align:center ;
		line-height:1.75ex ;
		margin:1ex ;
}

div.schedDetailTitle {
   text-align:left ;
	 vertical-align:middle ;
	 border-bottom:thin solid ;
	 border-Top:thin solid ;
	 margin-bottom:0.25em ;
	 margin-right:0.25em ;
	 margin-left:0.25em ;
   color:#0000CD;
}

div.schedListMsg {
    text-align:left ;
		font-size:.90em ;
		line-height:2.5ex ;
		margin-top:1ex ;
		margin-bottom:0.5em ;
    margin-right:.5em ;
		margin-left:.5em ;
}

div.schedListTitle {
   text-align:left ;
	 vertical-align:middle ;
	 border-bottom:thin solid ;
	 margin-bottom:0em ;
	 margin-right:0.25em ;
	 margin-left:0.25em ;
}

p.schedSmall {
  font-size:0.5em ;
  font-variant:small-caps ;
  margin-top:0em ;
	margin-bottom:.25em ;
}

p.schedObituary {
	font-size:.9em ;
	text-align:left ;
  font-variant:small-caps ;
	margin-top:0.5em ;
	margin-bottom:0ex;
}

.schedObit {
	font-size:.9em ;
	font-variant:small-caps ;
}

span.schedName {
  font-size:1.1em ;
	font-weight:bold ;
  color:#0000CD;
}

span.schedService {
  font-size:1.0em ;
	font-weight:bold ;
}

span.schedLocation {
  font-weight:bold ;
}

a.schedToTop {
	 font-size:0.8em ;
   color:blue ;
}

a.schedA {
		color:blue ;
}

.schedCondolences {
	 text-align:right ;
	 font-weight:normal;
}

.schedLeft {
	 text-align:left ;
}

.schedCenter {
	 text-align:center ;
}

.schedRight {
	 text-align:right ;
}

.schedBorderColor {
  border-color:#000000 ;
}

@media print {
	 .schedCondolences {
	     display:none ;
	 }
	 a.schedToTop {
	 		 display:none ;
	 }
	 body.schedPage {
	 		 background-image:none;
			 background-color:white;
			 color:black;
	 }
}
	 
