

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

img {
        border: none;
}

a, a:link, a:hover, a:visited, a:active {text-decoration: none; color: #036; font-weight:bold; }

/* page structure */

body.webprogram {
    /*background: transparent url(../images/mainbgBottom.png) repeat-x center bottom;*/
	margin: 44px 0 0 0;
	width: 100%;
	
	background: rgb(122,154,201); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzdhOWFjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(122,154,201,1) 3%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(122,154,201,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(122,154,201,1) 3%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(122,154,201,1) 3%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(122,154,201,1) 3%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(122,154,201,1) 3%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9ac9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	background-repeat: no-repeat;
	}
	html#range_0 body.webprogram {
		margin:0;
		}
	html#range_0 body.webprogram .wrap {
		padding-bottom: 0px;
		}
		
.contentwrapper {
	z-index: 10;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	}

html#range_0 .bannerwrapper .wrap {
	min-height: 60px;
	height: auto;
	}
.bannerwrapper .wrap {
	margin: 0 auto;
	min-height: 100px;
	height: 100px;
	background-color: transparent;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	}
		
.contentwrapper .wrap {
	margin: 0 auto;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
	}
	html#range_1 .contentwrapper .wrap {
		margin: -4px auto 0 auto;
		}
		
/* HEADER */

.banner {
	background: #0B5CAD url(../images/headerback.png) no-repeat center 0px;
	border-bottom: 1px #fff solid;
	font-family: 'Archivo Narrow', 'Arial Narrow', Arial, sans-serif;
	font-weight: 400;
	text-align: left;
	width: auto;
	height: 100px;
	margin: 0 -10px;
	padding: 0;
	}
	.banner h1 {
		display:none;
		margin: 20px 20px 10px;
		width: auto;
		color: #fff;
		font-style: normal;
		font-size: 1.3em;
		float: left;
		}
		.banner h1 a {
			color: #fff;
			}
			.banner h1 a span {
				display: block;
				font-size: 0.8em;
				}
	html#range_1 .banner img, html#range_1 .banner {
		width: auto;
		height: auto;
		}
	.banner #logo {
		clear: right;
		margin: 5px 0 10px 40px;
		width: 160px;
		float: left;
		}
		.banner #logo img {
			width:156px;
			height: 80px;
			}
	.banner #stayConnected {
		clear: right;
		float: right;
		color: #909090;
		font-size: 12px;
		margin: 55px 25px 0 0 ;
		}
		html#range_0 .banner #stayConnected {
			clear: both;
			margin: 5px 10px 0;
			}
		
		#stayConnectedText {
			float: left;
		}
		.stayConnectedIcon {
			float: left;
			margin: 0 2px;
			}
			html#range_0 .stayConnectedIcon {
				margin: 0 5px;
				}
			.banner .stayConnectedIcon img {
				width: 33px;
				height: 33px;
				}
				html#range_0 .banner .stayConnectedIcon img {
					display: inline-block;
					}
	html#range_0 .banner .menu {
		z-index: 60;
		}	
		
/* END HEADER */		

.footer {
	clear: left;
	margin: 10px 0;
	}
.footerwrapper {
	z-index: 50;
	width: 100%;
	min-height: 600px;
	clear: left;
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NGE3ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(132,167,216,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(132,167,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(132,167,216,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(132,167,216,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(132,167,216,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(132,167,216,1) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#84a7d8',GradientType=0 ); /* IE6-8 */
	}

#footer {
	background: transparent url(../images/FooterBottomSwooshDark.png) no-repeat center bottom;	
	margin: -8px -13px 0;
	text-align: left;
	padding: 0 0 60px 0;

}
#footer .cb {
	background: transparent url(../images/FooterBottomSwoosh.png) no-repeat center bottom;	
	height: 72px;
	margin: 0;
	padding: 0;
	}
	html#range_1 #footer .cb {
		margin: 0 3px;
		}
#footerMidContent {
	-webkit-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.3);
	text-align: left;
	margin: 0 3px;
	padding: 30px 19px 5px 19px;
	background-color: #CEE0EE;
}

#footerCol1 {
    float: left;
    width: 250px;
}
#footerCol2 {
    float: left;
    width: 370px;
}
#footerCol3 {
    float: left;
}
.footerColInner {
    padding: 10px;
}

.footerTitle {
    font-weight: bold;
    text-transform: uppercase;
}
#footerNavigation ul {
    list-style: none outside none;
    margin: 2px 0 0;
    padding: 0;
}
#footerCol1, #footerCol2, #footerCol3 { /* hide original footer content from ngwa.org */
	display:none;
}

/* end page structure */

/* basic generic styles */

h1, h2, h3, h4, h5, h6, h7 {
    line-height: 1.3em;
}
h1 {
    color: #660033;
    /*font-size: 18px;*/
    font-style: italic;
    font-weight: bold;
}
h2 {
    color: #003366;
    /*font-size: 22px;*/
    font-weight: bold;
}
h3 {
    color: #003366;
   /* font-size: 18px;*/
}
h4 {
   color: #003366;
    /* font-size: 15px;*/
}
h5 {
   color: #003366;
   /*  font-size: 15px; */
    font-style: italic;
}
h6 {
    color: #660033;
   /* font-size: 15px;*/
    font-style: italic;
    font-weight: bold;
}
h7 {
    color: #660033;
    /*font-size: 12px;*/
    font-style: italic;
    font-weight: bold;
}
p {
    line-height: 1.3em;
    margin: 0 0 1.5em;
}
a {
    color: #4E6D8C;
    font-weight: normal;
}

/* end basic generic styles */





/* BEGIN CONFEX WEBPROGRAM CONTENT STYLES */

.subtitle {
	font-size: 1em;
} 

.navigation {
	font-size: 0.9em;
	font-weight: normal;
	border-bottom: 1px solid #555;
	color: #333;
	}
	.navigation li {
		border-top-color: #555;
		}
	.navigation ul ul li {
		padding-left: 20px;
		}
/*
.navigation {
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	line-height: 1.4em;
	background: #4E6D8C;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

*/

/*
.navigation a:link {color: #ffffff; text-decoration: underline; }
.navigation a:visited {color: #ffffff; text-decoration: underline; }
.navigation a.hover {color: #ffffff; text-decoration: underline; }
*/

h5, .sidebar_priority h5, .content h2 {
	background-color: #69C;
	}
#sidebar .labels, #sidebar .info {
	width: auto;
	float:none;
	margin: 0 ;
	}
	#sidebar .info {
		margin-bottom: 1em;
		}
	
.content { 
	font-size: 1em;
}

/* MEETING STYLES */
 .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.item .itemtitle {
	margin-left: 8.6em;
	color: rgb(0, 51, 102);
}




p.contact {margin: 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12pt;
	}
	
li.contact {margin: 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12pt;
	}
		
.start .leftcolumn {
	float: left;
	margin-left: 0;
	}

.start .rightcolumn {
	margin-left: 55%;
	}

.session .papernumber {
	margin-left: 1px;
	width: 5px;
	float: left;
	text-align: center;
	background-color: #fffff;
	font-weight: bold;
}

.session .papertitle {
	margin-left: 9em;
	text-align: left;
}

.cep {	border:1px solid #D3DAE2;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	line-height: 1.7em;
}


.potentialspeakers {
	clear:left;
	margin-left:20px;
	text-align:left;
}

.start .header {
	font-size:1.2em;
	font-weight:bold;
}




.paper .media {
border:0px;
margin-right:190px;
margin-bottom: 20px;
padding:0.2em 0.1em;
white-space:nowrap;
}	



.media li { list-style: none; padding-left:0px}


.file {
background-repeat:no-repeat;
margin-left:0px;
}

.meeting .file_pdf {
background-image:url("../images/pdf.gif");
background-repeat:no-repeat;

}

.addthis { text-align: right; float:right;display:block; margin-top:14px;}

.topdisplay_people {
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    display: block;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 5px 20px;
    width: 90%;
}

.topdisplay {
    padding: 8px;
    width: 100%;
}

.session .group {
	width: 161px;
	float: left;
	text-align: right;
	font-family:Arial,Helvetica,sans-serif;
    	font-size:10pt;
}


.topdisplay_role {
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}


.paper .abstract {margin-top:5px;} 

.paper .content .paperauthors .name {
	margin: 10px 0 5px;
	border-bottom: 0px ;
	padding: 0 0 3px 0;
	}
	
.paperauthors {clear:left;}
	
.paper .content .authorimage img {
	float: left;
	display: inline-block;
	margin: 0 15px 10px 0;
	padding: 3px;
	border: 1px solid #ccc;
	}
	.paper .content .authorimage p {
		margin: 0;
		padding: 0;
		}
.paper .content .authorbio {
	}


.paper .medialink {
background-image:url("../images/pdf.gif");
margin-left:7px; padding-left:25px;
background-repeat:no-repeat;
border: 0px;
}

.session .medialink {
	background-image:url("../images/pdf.gif");
	padding-left:25px;
	background-repeat:no-repeat;
	border: 0px;
	margin-left: 25px;
	padding-top:0px;
}





.session .media {
	line-height: 2em;
	margin: 0 0 0 9em;
	padding: 0 0px;
}



.meeting .recordings {margin-left:50px;}

.item .recordings, .itemset .recordings {
	float: left;
	margin-left:50px;
	width: 3.5em;
	text-align: center;
}

.meeting .symposium {
    clear: left;
    font-size: .8em;
    margin: 0 0 0 7.5em;
    text-align: left;
    color:#660033;
    text-decoration: none;
	margin-left: 100px;
   
}

.symptitle {margin-left:100px; }
.symptitle A:link {text-decoration: none; color: #547CAF; }
.symptitle A:visited {text-decoration: none; color: #547CAF; }
.symptitle A:active {text-decoration: none; color: #547CAF; }
.symptitle A:hover{text-decoration: none; color: #547CAF; }

.track  {
font-size: 11px;
font-style: bold;
text-indent: 10px;
}



.track  a {
color: #547CAF;
}

.track  a.link {
color: #547CAF;
}


.track  a.hover {
color: #547CAF;
}


.track  a.visited {
color: #547CAF;
}


.track  a.active {
color: #547CAF;
}



.symposium .time {
color: #660033;
}


.program .symposium {
    clear: left;
    font-size: .8em;
    margin: 0 0 0 7.5em;
    text-align: left;
    color:#660033;
    text-decoration: none;
}

.meeting .date, .program .date {
	background-color: #6699CC;
	color:#ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	border-bottom:0px;
}
.meeting .days, .program .days, .poster .days, .symposium .days {
	width: 100%;
	margin-bottom: 1em;
	}

.meeting .time {color:#660033}

.item .itemnumber, .itemset .itemnumber {
    float: left;
    margin-right: 1em;
    text-align: center;
    width: 5em;
}

 .author {
    font-weight: normal;
    margin-left: 0em;
    color:#333333;
    float: left;
}

.meeting .author {
    font-weight: normal;

    color:#000000;
    float: left;
}

.program .author {
    font-weight: normal;

    color:#333333;
    float: left;
}


.item, .itemset {
    clear: left;
    margin: 2px 0 8px;
    text-align: left;
    margin-bottom:1em;
}


.session .datetime {
    color: #660033;
}


.session .location {
    color: #660033;
}

.paper .datetime {
    color: #660033;
    }
.item .itemtitle, .itemset .itemnumber {
    font-weight: normal;
	margin-left: 0;
}
	.item p {
		margin-left: 2em;
		}


.start .columnheader {
    font-weight: bold;
    padding-bottom: 0em;
}


.authorindex .alphalist, .keywordindex .alphalist {
    border: 1px solid #EFEFEF;
    padding:  0.5em 0;
    text-align: center;
    margin-bottom:1em;

}
.authorindex .item {
	margin: 0;
	padding: 5px 0;
	border-bottom: 0px;
	}
	.authorindex .author, .person .author {
		float: left;
		width: 120px;
		height: auto;
		overflow:visible;
		z-index: 100;
		}
.authorphoto {
	display: block;
	position:relative;
	margin:5px 0;
	}
	.authorphoto p {
		width: 110px;
		height:auto;
		margin:0;
		padding: 0;
		}
		.authorphoto p img {
			width: 100%;
			height: auto;
			}
		.authorphoto .photofull {
			display: none;
			z-index: 200;
			}
			.authorphoto:hover .photofull {
				display: inline-block;
				position: absolute;
				margin: -180px 0 0 120px;
				float:left;
				}
			.authorphoto .photofull p {
				width: 230px;
				padding: 5px;
				background-color: #fff;
				border: 1px solid #666;
				-webkit-box-shadow:  2px 2px 3px 3px rgba(0, 0, 0, 0.3);
				box-shadow:  2px 2px 3px 3px rgba(0, 0, 0, 0.3);
				}
							
	.authorindex .authorpaper, .person .authorinfo {
		margin: 0 0 5px 135px;
		padding: 0;
		}
	.person .grayboxcontent {
		padding-top:10px;
		}
	.person h1 {
		font-size: 1.4em;
		margin: 10px;
		padding:0;
		color: #fff;
		}

.session .paper {
margin: 5px 5px 5px 0px;
text-align: left;
clear: left;
}

.session .papertime {
}

.clear {
	clear:both;
	}
.center {
	text-align: center;
	}

.speakers {
	font-weight: normal;
	color: #9B7836;
	background-color: transparent;
	}

td {font-size: 1em;}



/* Alphabetical Content Listing Styles */
.itemtitle_aclSession {
	/*margin-left: 8.6em;*/
	margin-top:1em;
	color: rgb(0, 51, 102);
	}
	.itemtitle_aclSession h3 {
		background-color: #B5D1EE;
		padding: 2px;
		}
		.itemtitle_aclSession h3 a {
			font-weight: bold;
			}
.itemtitle_aclPaper {
	margin-left: 3.6em;
	color: rgb(0, 51, 102);
	margin-top:1em;
	}
	html#range_0 .itemtitle_aclPaper {
		margin-left: 1em;
		}
	.itemtitle_aclSession .itemtitle_aclPaper h4 {
		color: #003366;
		border-bottom: #69C 1px solid;
		}
		.itemtitle_aclSession .itemtitle_aclPaper h4 a {
			font-weight: bold;
			}
/* End of Alphabetical Content Listing Styles */


/* Scott code below */

li.authorindexpaper {
	list-style: disc;
	margin-bottom:1em;
	margin-top:-.3em;
	}

h3.authorindexletter {
	color: #fff;
	background-color:#6699CC;
	padding-left:5px;
	}


.bio {
	margin-top:.9em; 
	font-style: italic;
	}
	
/* exhibitor index */
.exhibitorindex .item {
	display: table;
	width: 100%;
	
}
.exhibitorindex .exhibitorDetails, .exhibitorindex .exhibitorkeywords {
	display: table-row;
	width: 100%;
	}
	.exhibitorindex .exhibitorDetails .itemtitle, .exhibitorindex .exhibitorDetails .membership, .exhibitorindex .exhibitorDetails .new, .exhibitorindex .exhibitorDetails .boothnumber {
		display:table-cell;
	}

.newExhibitor {
	background-color: #004589;
    border-radius: 16px;
    color: #fff;
    font-size: 7px;
    font-weight: bold;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0.25em 0.5em;
    text-align: left;
    text-indent: -1px;
    text-shadow: 1px 1px 1px #999;
    text-transform: uppercase;
    width: 2em;
	}

	
.exhibitorindex .item .itemtitle, .exhibitorindex .itemset .itemnumber {
	width: 30em;
	vertical-align:top;
	}
	.exhibitorDetails .boothnumber {
		width: 5em;
		float: right;
		vertical-align:top;
		}
		.exhibitorDetails .membership, .exhibitorDetails .new {
			padding: 0 1em;
			vertical-align:top;
			}
			.exhibitorDetails .membership {
				width: 3.42em;
				}
				.exhibitorDetails .new {
					width: .25em;
					}
					
.exhibitorindex .item.heading {
		font-weight: bold;
		text-align: center;
}

.exhibitorindex .exhibitorkeywords, .exhibitorkeywords {
	font-style: italic;
	}

	
.exhibitorheading {
	font-weight: bold;
	border-bottom: 1px solid #999;
	}
	.exhibitorheading .exhibitorDetails .itemtitle {
		width: 30em;
		}
		.exhibitorheading .itemtitle, .exhibitorheading .membership, .exhibitorheading .boothnumber, .exhibitorheading .new {
			vertical-align: bottom;
			float: none;
			}