<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}

.page {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}	


.page .container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.leftAside {
	box-sizing: border-box;
	width: 25%;
	padding: .25em .5em;
}

.rightAside {
	box-sizing: border-box;
	width: 75%;
	padding: .25em .5em;
}

@media (max-width: 480px) {

	.page .container {
		flex-direction: column;
	}
	.leftAside, .rightAside {
		display: block;
		float: none;
		width: 100%;
	}

	.clientNavigation {
		display: none;
	}

	.topRight {
		display: none;
	}

	.topLeft {
		text-align: center;
		width: 100%;
	}
}
.navigation {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-right: 5%;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation ul li {
	line-height: 1.2em;
    margin-top: 15px;
}

@media (max-width: 480px) {

}
/*======================================
=            Default Styles            =
======================================*/


/* Generic list items */
.item, .itemset {
	margin: 2px 0px 8px 0px;
	text-align: left;
	clear: left;
}

.item .recordings, .itemset .recordings {
	float: left;
	width: 3.5em;
	text-align: center;
}

.item .itemnumber, .itemset .itemnumber {
	float: left;
	width: 3.5em;
	margin-right: 1.0em;
	text-align: center;
}

.item .itemtitle, .itemset .itemnumber {
	font-weight: bold;
	margin-left: 8.6em;
}

.withdrawn {
	font-weight: bold;
	background-color:#D4D0CB;
	font-style: italic;
	color: #A30017;
	
}

.itemset {
	margin-left: 5em;
}

.itemset .parentitem {
	border-bottom: 1px dotted gray;
}

.instructions {
	margin: 1.0em 0.0em 1.0em 0.0em;
	text-align: left;
	font-style: italic;
}

/* END GENERAL STYLES */


/* AUTHOR AND KEYWORD INDEX INDEX STYLES */

.authorindex .alphalist, .keywordindex .alphalist{
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	border: 1px solid #BFAA60;
}

.authorindex .author, .keywordindex .keyword {
	float: left;
	font-weight: bold;
	margin-right: 1.0em;
}

.authorindex .papers, .keywordindex .papers {
	margin-left: 10.0em;
}

.authorindex .medialink, .keywordindex .medialink {
	padding: 0.2em 0.1em;
	border: 1px solid #994D00;
	margin-right: 20px;
	white-space: nowrap;
}

.authorindex .media, .keywordindex .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}

.keywordindex .entries {
	margin-left: 15.0em;
}


/* END AUTHOR INDEX STYLES */


/* MEETING STYLES */
.meeting .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #596F80;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.meeting .author {
	font-weight: normal;
}

.meeting .time {
	color: #C3362F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.meeting .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.meeting .daysheader {
	margin-bottom: 10px;
	clear: all;
	text-align: center;
	font-size: 0.9em;
}

.meeting .symposium {
	text-align: left;
	clear: left;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 0px 8.6em;
}

.meeting .medialink {
	padding: 0.2em 0.1em;
	border: 1px solid #994D00;
	margin-right: 20px;
	white-space: nowrap;
}

.meeting .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}

/* END MEETING STYLES */

/* POSTER STYLES */
.posters .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #596F80;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.posters .author {
	font-weight: normal;
}

.posters .time {
	color: #C3362F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.posters .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.posters .daysheader {
	margin-bottom: 10px;
	clear: all;
	text-align: center;
	font-size: 0.9em;
}

.posters .symposium {
	text-align: left;
	clear: left;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 0px 8.6em;
}

.posters .medialink {
	padding: 0.2em 0.1em;
	border: 1px solid #994D00;
	margin-right: 20px;
	white-space: nowrap;
}

.posters .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}

/* END POSTER STYLES */


/* PAPER STYLES */

.paperauthors {
	font-style: italic;
	font-weight: normal
}

.paper .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #6096BF;
}

.paper .abstract {}

.paper .author {
	font-style: italic;
	clear: left;
}

.author .name {}

.author .affiliation {}

.paper .media {
	margin: 10px;
	padding: 0px 5px;
}
.paper .medialink {
/*	padding: 0.1em 0.1em 0.2em 0.4em;*/
	border: none;
/*	margin-right: 20px;*/
}
.paper fieldset.media li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	min-height: 24px;
	list-style-type: none;
}
.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.paper .location {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin-bottom: 1em;
}

.paper .parents {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

/* END PAPER STYLES */


/* PROGRAM STYLES */

.program .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #1C497F;
	display: none;
}

.program .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #596F80;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.program .author {
	font-weight: normal;
}

.program .time {
	color: #C3362F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.program .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.program .symposium {
	text-align: left;
	clear: left;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 0px 8.6em;
}


/* END PROGRAM STYLES */


/* PROGRAM INDEX STYLES */

.programindex .symposia {
	margin: 0px 8px 0px 40px;
}

.programindex .symposium {
	display: list-item;
}

.expand_paperinfo {
	margin-left: 10em;
	padding-top: 8px;
	}


/* END INDEX STYLES */


/* SYMPOSIUM STYLES */

.symposium .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #1C497F;
}

.symposium .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #596F80;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.symposium .author {
	font-weight: normal;
}

.symposium .time {
	color: #C3362F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.symposium .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.symposium .symposium {
	text-align: left;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: underline;
	margin-left: 8.6em;
}


/* END SYMPOSIUM STYLES */


/* SESSION STYLES */

.session .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #401010;
	margin-right: .5em;
}

.session .abstract {
	margin: 1.0em 0.0em 1.0em 0.0em;
	text-align: left;
}

.session .paper {
	margin: 5px 0px 5px 0px;
	text-align: left;
	clear: left;
}

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	background-color: #E6F4FF;
}

.session .papernumber {
	margin-left: 7px;
	width: 70px;
	float: left;
	text-align: center;
	background-color: #E6F4FF;
	font-weight: bold;
}

.session .papertitle {
	margin-left: 168px;
	text-align: left;
}

.session .persongroup {
	margin: 5px 0px 5px 0px;
	text-align: left;
	clear: left;
}

.session .group {
	width: 161px;
	float: left;
	text-align: right;
	font-size: 1.0em;
}

.session .people {
	margin-left: 168px;
	text-align: left;
	font-style: italic;
	font-size: 1.0em;
}

.session .datetime {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.session .location {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin-bottom: 1em;
}

.session .parents {
	margin-top: 1.0em;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

.session .siblings, .paper .siblings {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.session .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}
.session .media li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	min-height: 24px;
	list-style-type: none;
}
.session .medialink {
	padding: 0.2em 0.1em;
	margin-right: 20px;
	white-space: nowrap;
}

/* END SESSION STYLES */


/* START PAGE STYLES */

.start .header {
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}

.start .section {
	padding: 10px;
}

.start .leftcolumn {
	float: left;
	width: 50%;
}

.start .rightcolumn {
	margin-left: 50%;
}

.start .columnheader {
	font-weight: bold;
	padding-bottom: .5em;
}

/* Make the htdig search form match everything else */
.searchform TD {
	font-size: 0.65em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Hide db build */
.searchform .databasebuild {
	display: none;
}

div.searchform .item {
	margin: 5px 0px;
}

div.searchform .label {
	display: inline-block;
	font-weight: bold;
	width: 200px;
}

div.searchform .field {
	display: inline-block;
	font-weight: bold;
}

.childitem .paper {
    clear: both;
    background-color: #e6e6e6;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 5px 0 5px 56px;
}

.papertime, .papernumber, .papertitle {
    display: inline-block;
}

.papertitle {
    width: 84%;
    float: right;
}

/* END START PAGE STYLES */


/* MULTIMEDIA FILE STYLES */

.file {
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
}
.file_flv { background-image: url(../images/flv.gif);}
.file_pdf { background-image: url(../images/pdf.gif);}
.file_mp3 { background-image: url(../images/mp3.gif);}
.file_m4a,.file_mp4,.file_wmv,.file_wma,.file_avi,.file_wav,.file_mpg  { background-image: url(../images/wmv.gif); }
.file_mov { background-image: url(../images/mov.gif); }
.file_wrf { background-image: url(../images/wrf.gif); }
.file_podium { background-image: url(../images/podium.gif); }
.file_many { background-image: url(../images/more.gif); }
.file_pps,.file_ppt,.file_pptx {  background-image: url(../images/ppt.gif);}
.file_wp,.file_wpd {  background-image: url(../images/wp.gif); }
.file_css,.file_mht,.file_html,.file_htm { background-image: url(../images/htm.gif); }
.file_bmp,.file_gif,.file_png,.file_jpg,.file_tif,.file_tiff {  background-image: url(../images/image.gif); }
.file_psd,.file_ps,.file_eps {  background-image: url(../images/psd.gif); }
.file_rtf,.file_doc,.file_docx {  background-image: url(../images/doc.gif); }
.file_xls,.file_xlsx {  background-image: url(../images/xls.gif); }
.file_tex {  background-image: url(../images/tex.gif); }
.file_fm {  background-image: url(../images/fm.gif); }
.file_zip {  background-image: url(../images/zip.gif); }
.file_poster {  background-image: url(../images/poster.gif); }
.file_multi { background-image: url(../images/multifile.gif); }

/* END MULTIMEDIA FILE STYLES */

.presenter .name {
       font-weight: bold;
}

/* MISC STYLES */
.itemset .childitem {
	padding-left: 8.6em;
}

/* TOPDISPLAY STYLES */
.topdisplay {
	width: 100%;
	padding: 8px;
}

.topdisplay .role {
	width: 10%;
	font-size: 1em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	
}

.topdisplay .people {
	width: 90%;
	font-size: 1em;
	font-weight: normal;	
	font-style: normal;
}

.topdisplay_role {
	font-size: 1em;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	
}

.topdisplay_people {
	width: 90%;
	font-size: 1em;
	font-weight: normal;	
	font-style: normal;
	margin: 0 0 5 20;
	display: block;	
}


td {font-size: 0.8em;}

.addthis {  text-align: right; float:right;display:block;
	}

@media print {
	.noprint {
		display: none;
	}
}

.snapshot_img {
width: 60px;
height: 80px;
}


/* Alphabetical Content Listing Styles */
.itemtitle_aclSession {
	margin-left: 8.6em;
	margin-top:1em;
	color: rgb(0, 51, 102);
}


.itemtitle_aclPaper {
	margin-left: 3.6em;
	color: rgb(0, 51, 102);
	margin-top:1em;
}
/* End of Alphabetical Content Listing Styles */


/*=====  End of Default Styles  ======*/

/*===================================
=            At-A-Glance            =
===================================*/

 
 #steps .dateexpand a:link, #steps .dateexpand a:visited {
    background-image: url("/static/img/arrow-down.gif");
    background-position: 98% 50%;
	background-repeat: no-repeat;}
  #steps .dateexpand a:hover, #steps .dateexpand a:active, #steps .dateexpand a:focus {
    text-decoration: underline;
    outline: 0 none; }
  #steps .dateexpand a.open:link, #steps .dateexpand a.open:visited {
    background-image: url("/static/img/arrow-up.gif");
    background-position: 98% 50%;
	background-repeat: no-repeat;}

#steps h1.dateexpand {
	font-size: 1.1em;
	border-bottom: 2px solid #ccc;
	margin: 0.2em 0;
	padding: 0 0 0.2em 0;
	clear: left;
}
#steps h2.programexpand {
	font-size: 0.9em;
	border-bottom: 1px dashed #ccc;
	margin: 0.8em 0 0.5em 1.5em;
	padding: 0 0 0.2em 0;
	padding: 0 0 0.5em;
	clear: left;
	background-color: transparent;
}

#steps .amcol, #steps .pmcol , #steps .pmcol2 {
	font-size: 0.8em;
	width: 28%;
}

#steps .amcol {
	float: left;
	margin-left: 4%;
	margin-right: 0%;
}
#steps .pmcol {
	float: left;
	margin-left: 4%;
	margin-right: 0%;
}

#steps .pmcol2 {
	margin-left: 70%;
}



.item .itemtitle {
    font-weight: normal;
}

.fieldname {
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
    padding-left: 5px;
}

.fieldcontent, .descriptioncontent {
    margin-left: 8.4em;
    margin-right: 10px;
    text-align: left;
}

.session .papertitle {
    margin-left: 2em;
	}
	
.sesspapers {
    border-top: 1px dashed #C5C1C1;
	padding-top: 1em;
	}
	
.session .datetime {
    font-style: normal;
    font-weight: bold;
	}
	
.session .location {
    font-style: normal;
	}
	
.paper .datetime {
    font-style: normal;
    font-weight: bold;
	}
	
.paper .location {
    font-style: normal;
	}
	
.paperauthors {
    font-style: normal;
    font-weight: normal;
}

.authorindex .item, .keywordindex .item {
    border-top: 1px dashed #CCCCCC;
	padding: 0.2em 0;
}

.sessionprogramtitle {
	margin-left: 8.6em;
	font-weight:bold;
	}
	
.meeting .time, .program .time, .posters .time, .symposium .time {
    color: #C3362F;
	}

.meeting .date, .program .date, .posters .date, .symposium .date {
	color: #0B286A;
	font-weight: bold;
	}


/*=====  End of At-A-Glance  ======*/
/* Awards page */

ul.AwardsList h2.awardTitle {
	color: #991906;
}

ul.AwardsList li {
	padding-left: 2em;
	list-style-type: none;
}</pre></body></html>