/*
**********************************************************
** File Name: detail_pro_care.css
** Author: Steve Davies
** Create Date: 3/27/2008
** Desc: extensions and overrides for "ProCare" Detail Pages.
**
**  Note: for a rule to qualify to be declared in this module,
**  it CANNOT be applied to:
**  1) all pages
**  2) all Type I (vertical) pages
**  3) all "Detail" pages (i.e., across biz areas)
**  4) all pages (i.e., Type I and Type II ) for a given biz area (e.g., "ProCare")

**********************************************************
**  begin style sheet file
*/

/* ---- pull in all rules common to all Type I pages, for "ProCare" biz section --------- */

@import url(vert_layout_pro_care.css);



/*  --- general class styles --- */



/*  --- specific ID  styles --- */

div#mainContent {
/* bottom and margin-bottom appear to have no effect, considering the way this is nested and overflowed */
    width: 99.5%;
	/* debug */
	/* border: 1px dashed orange;  */
    z-index: 1;
}


div#mainContentInner {
    top: 1%;
    left: 0.75%;
    width: 96.5%;    /* 95% */ 	

	/* debug */
	/* border: 1px dashed green;  */

/* margin-bottom has no effect, nested and overflowed the way this is */
/* use of "bottom" has the undesirable effect of truncated the end of the content , especially if the content overflows */
/* ? an overflow condition will not reveal a possible bottom border, cuz technically the bottom border would be at the point of overflow?? */ 

    padding-bottom: 2%;  /* this DOES have a positive effect, even in an overflow condition */
}


div#mainContentInner  span.fullName {
/*   font-size: 1em; */
/*	  display: block; */
/*	  text-align: left; */
    font-weight: bold; 
}


div#mainContentInner span.section {
	font-weight:bold; 
	text-decoration:underline; 
	font-size:125%;
}


/*  end of stylesheet file */

