/*  

This is an stylesheet that contains every single style that affects /convention/program_detail.cfm. I will be carefully annotating the styles to indicate what they affect. This will help for the annual style changes for each new convention.




/* Styles taken from /convention/includes/dcstyle.css */

#invitedPrograms {
	position:absolute;
	top:287px;
	left:129px;
	width: 100%;
	display: table;
	}

#fixedWidth {
	width: 615px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	}

#invitedPrograms ul {
	width: 615px;
	margin: 0;
	}

#invitedPrograms ul li {
	width: 119px;
	display: block;
	float: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0 2px;
	font-size: .9em;
	}

#invitedPrograms ul li.top {
	height: 18px;
	}

#invitedPrograms ul li.bottom {
	height: 18px;
	}

* html #invitedPrograms ul li {
	padding: 0;
	}

#invitedPrograms ul li a {
	color: #FFFFFF;
	/*font-weight: bold;*/
	display: block;
	width: 123px;
	text-decoration: none;
	}
	
#invitedPrograms ul li.top a {
	height: 18px;
	/*background-color: #70ACC2;*/
	}

#invitedPrograms ul li.bottom a {
	background: #006c93;
	height: 18px;
	/*padding-top: 2px;*/ 
	}


#invitedPrograms ul li.top a:hover {
	background: #006c93;
	}
	
#invitedPrograms ul li.bottom a:hover {
	background: #006c93;
	}

#invitedPrograms ul li.top a.selected {
	background: #006c93;
	}

#invitedPrograms ul li.top a.selected:hover {
	background: #006c93;
	}

#invitedPrograms ul li.bottom a.selected {
	background: #DDEBF0;
	}

#invitedPrograms ul li.bottom a.selected:hover {
	background: #9FC8D6;
	}

#invitedPrograms ul li.bottom a.topSelected {
	background: #9FC8D6;
	}

#invitedPrograms ul li.bottom a.topSelected:hover {
	background: #9FC8D6;
	}

h4 {margin-top: 25px; margin-bottom: 5px;}
p.noMargin {margin: 0;}
p.label {margin: 0; color: #000; font-size: 1em; font-weight: bold; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;}
p.sublabel {margin: 0; font-weight: bold; color: #000;}
.dropShadow {margin-left: 2px;}
* html .dropShadow {margin: 0; padding: 0; position: absolute; top: 300px; left: 147px;}
.hiddenPic {display: none;}
.feature, td h4  {font-size: 1.1em;}


/* Styles taken from /convention/includes/printstyle.css */

.dropShadow {display: none;}

/* Styles taken from /convention/2007convention.css */

.keynotespeaker1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #566c11;
	line-height: 20px;
}	
.keynotespeaker2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #566c11;
	line-height: 20px;
}	
.keynotespeaker3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #566c11;
	font-style: italic;
	line-height: 20px;
}	
.subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566c11;
	line-height: 18px;
}	
.subnavigation  a:link{
	color: #566c11;
}	
.subnavigation  a:hover{
	color: #566c11;
}	
.subnavigation  a:active{
	color: #566c11;
}	
.subnavigation  a:visited{
	color: #566c11;
}	
.plenarylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	
.plenarylinks  a:link{
	color: #566c11;
}	
.plenarylinks  a:hover{
	color: #566c11;
}	
.plenarylinks  a:active{
	color: #566c11;
}	
.plenarylinks  a:visited{
	color: #566c11;
}	
#speaker {
	float: left;
	width: 50%;
	height: 115px;
}
#familyspeaker {
	width: 50%;
	float: right;
	height: 115px;
}
.photo {
	margin-right: 10px;
}	




/* Styles taken from /convention/2008convention.css */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #006C93;
	line-height: 20px; 
	}
.keynotespeaker1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #64A6BD;
	line-height: 20px;
}	
.keynotespeaker2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #e71839;
	line-height: 20px;
}	
.keynotespeaker3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #e71839;
	font-style: italic;
	line-height: 20px;
}	
.subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566c11;
	line-height: 18px;
}	
.subnavigation  a:link{
	color: #566c11;
}	
.subnavigation  a:hover{
	color: #566c11;
}	
.subnavigation  a:active{
	color: #566c11;
}	
.subnavigation  a:visited{
	color: #566c11;
}	
.plenarylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	
.plenarylinks  a:link{
	color: #566c11;
}	
.plenarylinks  a:hover{
	color: #566c11;
}	
.plenarylinks  a:active{
	color: #566c11;
}	
.plenarylinks  a:visited{
	color: #566c11;
}	
#speaker {
	float: left;
	width: 50%;
	height: 115px;
}
#familyspeaker {
	width: 50%;
	float: right;
	height: 115px;
}
.photo {
	margin-right: 10px;
}	


/* Styles taken from the file /convention/Program_detail.cfm itself */

/* The styles below named "programCommittee" dictate the look of the footer at the bottom of /convention/program_detail.cfm. This footer contains the program committee. Both the text and the colors change annualy with each new convention */
#programCommittee {
	width: 630px;
	background-color: #64A6BD;
	color: #211c21;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 139px;
	clip: rect(auto,auto,auto,140px);
}

#programCommitteeflush {
	width: 630px;
	background-color: #64A6BD;
	color: #211c21;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	clip: rect(auto,auto,auto,140px);
}

/* This "fix" is styling only for the program committee at the bottom of (http://www.psychologicalscience.org/cfs/index.cfm). It was positioning the footer about 140 pixels too far to the right, so a seperate styling was made to correct the problem. */

#programCommitteefix {
	width: 630px;
	background-color: #64A6BD;
	color: #211c21;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -6px;
	clip: rect(auto,auto,auto,-4px);
	padding: 0px;
}

		#programCommittee h4 {color: #ffffff; font-size: 16px; float: left; width: 120px; padding: 5px 0 0 5px;}
		#programCommittee ul {margin: 0 0 0 126px; padding: 0 5px 5px 0;}
		#programCommittee li {display: inline; list-style-type: none; font-size: .9em;}
				#programCommitteefix h4 {color: #ffffff; font-size: 16px; float: left; width: 120px; padding: 5px 0 0 5px;}
		#programCommitteefix ul {margin: 0 0 0 126px; padding: 0 5px 5px 0;}
		#programCommitteefix li {display: inline; list-style-type: none; font-size: .9em;}
		
		.feature, td h4  {font-size: 1.1em;}
		
.style2 {color: #000000}
.style3 {color: #64A6BD}
.style2 {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}



/* Styles from /convention/2007text.css */

h2 {color: #5c6e1c;}
blockquote {font-size: 1.1em; font-style: italic;}
td p, td td, td th {font-size: 1.1em;}
table#cost {
	margin-left: 5px; 
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}
table#cost td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #ccc;
	text-align: center;
}
th {text-align: center;}

#logo {text-align: center; margin-bottom: 62px;}

#exhibitNavigation {
	position: absolute;
	top: 252px;
	left: 139px;
	height: 28px;/*decreased from 39; text + padding didn't add up.*/
	width: 630px;
	background: #006C93;
	margin-left: 1px;
	padding: 0;
	}
	
#exhibitNagivation {
	position: absolute;
	top: 280px;
	left: 139px;
	height: 32px;/*decreased from 39; text + padding didn't add up.*/
	width: 630px;
	background: #006C93;
	margin: 0;
	padding: 0;
	}

* html #exhibitNavigation {
	margin-top: -4px;
	} 

/* The styles below named "exhibitnavigation" dictate the look of the navigation menu near the top of /convention/program_detail.cfm. The menu options themselves change annually, and the look does as well. The menu options themselves are dictated by. the file /convention/convention_links.cfm. */

#exhibitNavigation ul {
	margin: 0 0 0 0px;
	padding-left: 90px;
	}

#exhibitNavigation ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	}

#exhibitNavigation ul li a {
	float: left;
	padding: 6px 8px 4px 8px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #000;
	}

#exhibitNavigation ul li.first a {
	border-left: 0;
	}


#exhibitNavigation ul li a:hover {
	background: url(exhibit/images/navhover2.jpg) top left repeat-x;
	color: #fff;
	/*color: #FFF37B;*/
	/*background-color: #2D509F;*/
	}
.sanfrantitleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #70ACC2;
}


#exhibitNavigation ul li {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}


/* */


/* */



/* */



/* */


/* */



/* */


/* */
.larger_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

