/*
*****************************************************
** File Name: detail_nyahsa-org.css
** Author: Steve Davies
** Create Date: 5/15/2007
** Desc: extensions and overrides for "NYAHSA Org" Detail Pages
**  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., "NYAHSA Org")

*****************************************************
**  begin style sheet file
*/

/* ---- pull in all rules common to all Type I pages, for ""NYAHSA Org"" biz section --------- */

@import url(vert_layout_nyahsa-org.css);



/*  --- general class styles --- */

div.leftColumn {
    float: left;
    width: 50%;
    height: auto;  /*  the default */
}


div.rightColumn {
    float: right;
    width: 50%;
    height: auto;  /*  the default */
}




/*  --- 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%;
}

/* JBouchard 03/24/2010 Added for Vision2020 page */
div#mainContentInner span.conferenceName {
	
	font-weight:bold; 
	font-size:125%;
}


/*  end of stylesheet file */

