/* change background color/add background image to control page background area */
@import url("transitional_styles.css");

.disabled { color: #777;}

body.programBody {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 0px solid #9A938B;
}

.particulars h3 {
  text-indent: -9999px;
  height: 25px;
  background: transparent url(../images/particulars.gif) top left no-repeat;
  margin: 0;
}

.banner-bg  {
   background: #F8F8F6 url(../images/banner-bg.jpg) top left no-repeat;
}
   
div#secondary .banner-bg  {
   background: #F8F8F6 url(../images/banner-bg2.jpg) top left no-repeat;
}
   
div#programPageArea cite  {
	font-size: 9px;
   }

div#programPageArea a:active, a:link, a:visited
   {
   font-size: 11px;
   color: #758181;
   font-weight: normal;
}

div#programPageArea a:hover
   {
   color: #ffffff;
   font-weight: normal;
   background-color: #758181;
}

 
/* form, option, input, select, pre
   {
   font-family: Verdana, Georgia, sans-serif;
   font-size: 11px;
   color: #ffffff;
   } */ 

div#programPageArea ul, li, td, tr, p
   {
   font-size: 11px;
   color: #000000;
   }
   
div#programPageArea blockquote
   {
   font-size: 11px;
   color: #000000;
   }
   
div#programPageArea .passage  {
   font-size: 11px;
   color: #000000;
   background: #f3f3f3;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 5px solid #989560;
   border-bottom: 5px solid #989560;
}

div#programPageArea .passage2  {
   font-size: 11px;
   color: #000000;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 1px solid #E6E0D0;
   border-right: 0px solid #E6E0D0;
   border-bottom: 0px solid #E6E0D0;
   border-left: 2px solid #E6E0D0;
   background: #F8F8F6;
   -moz-border-radius : 8px;
}

div#programPageArea .passage3  {
   font-size: 11px;
   color: #000000;
   background: #ffffff;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   opacity: .85;
   -moz-border-radius : 8px;
}

div#programPageArea .passage4  {
   font-size: 11px;
   color: #000000;
   background: #eee;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 1px solid #aaa;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

div#programPageArea .passage5  {
   font-size: 11px;
   color: #000000;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #2b2f2e;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

div#programPageArea .passage6  {
   font-size: 11px;
   color: #000000;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #2b2f2e;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

div#programPageArea .passage7  {
   font-size: 11px;
   color: #000000;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #2b2f2e;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

div#programPageArea .yourvoices-left  {
   font-size: 11px;
   color: #000000;
   background: #d9d9d9 url(../images/yourvoices-left.gif) no-repeat;
   text-align: left;
   border: 0px solid #2b2f2e;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

div#programPageArea .yourvoices-right  {
   font-size: 11px;
   color: #000000;
   background: #d9d9d9 url(../images/yourvoices-right.gif) no-repeat;

   text-align: left;
   border: 0px solid #2b2f2e;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: .95;
}

.doctitle
   {
   font-size: 15px;
   color: #000000;
   font-weight : bold;
   font-variant: small-caps;
   }
   
.doctitle-caption {
   font-size: 12px;
   color: #000000;
   font-variant: small-caps;
}

.doctitle-date {
   font-size: 12px;
   color: #000000;
   font-variant: small-caps;
}

.reflectiontitle
   {
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   font-variant: small-caps;
}
   
.voicesbio					{
   font-size: 13px;
   color: #000000;
   list-style: square;
   font-variant: small-caps;
   font-weight: bold;
   }
