@import url("default.css");

/* 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: underline; color: #036; font-weight:bold;}



body.wp {
    color: #333333;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 13px;
    line-height: 1.3em;
    text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #759ac7;
}
/* page structure */

#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}

#page {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #759ac7;
}
img#fsb_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -9999;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img#fsb_image {
                left: 50%;
                margin-left: -512px;   /* 50% */
             	
        }
}

.page { 
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	text-align: center;
	margin: 0 auto 0 -484px;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Tahoma, sans-serif;
}
#header {
	width: 960px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fffffff;
}
.banner {
	width: 960px;
	height: 224px;
	text-align: right;
}
.banner img {
	width: 960px;
	height: 224px;
}

#contentwrapper {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}
#contentarea {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#footer {
	width: 960px;
	max-height:135px;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #333;
}

#footer ul {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

#footerMidContent {
	text-align: left;
	margin: 0;
	padding: 5px 19px 2px 19px;
	background: #fff;
}

.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;
}

#footer a, #footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration: none;
}

#footer a:hover {
	color: #C60;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
/* 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 */

/* top ngwa.org navigation */
/* #utilityBar{display:none; } hide utility bar content */
#utilityBar {
	background-color: #fff;
	padding: 5px 0 15px;
}	
#utilityBar ul {
	background-color: #69C;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 300;
	width: 100%;
}
#utilityBar ul li {
	float: left;
	display: inline-block;
	position: static;
	line-height: 36px;
	font-size: 12px;
	border-left: solid 1px white;
	text-align: right;
	z-index: 100;
}

li {
	list-style-type: none;
}
#utilityBar ul li a {
	display: inline-block;
	color: white;
	text-shadow: #264C6C 1px 1px 0;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}


#utilityBar ul li a:hover {
	color: white;
	text-shadow:  #C60 1px 1px 0;
	background-color: #C60;
}


/* end top ngwa navigation */

.cb {
    clear: both;
}

h1#sub_header { margin-top: 0; }

#header #logo {
    clear: right;
    margin: 16px 0 5px 29px;
	width: 250px;
	float: left;
}

h1#wptitle {
	position: absolute;
	margin-left: -9999px;
	display: none;
}

#stayConnected {
    clear: right;
	float: right;
	color: #909090;
    font-size: 12px;
    margin: 60px 25px 0 0 ;
}
#stayConnectedText {
    float: left;
}
.stayConnectedIcon {
    float: left;
    margin: 0 1px;
}

/*  BELOW IS MORE SPECIFIC TO CFP, MAY WANT TO ADAPT FOR WEBPROGRAM */

#contentarea {
    background: url(../images/contentBG.png) repeat-x #4E6D8C;
	margin: auto;
	padding: auto;
    min-height: 250px;
    position: relative;
    width: 960px;
	text-align: center;
}
#contentarea #mainbody {
    display: block;
	background: none repeat scroll 0 0 #FFFFFF;
   
	
}
/* END NGWA LAYOUT AND DESIGN STYLES */

/* BEGIN CONFEX WEBPROGRAM CONTENT STYLES */

.subtitle {
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	border-bottom: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
} 

h2.subtitle {
	background-color: #ffffff;
	}

.navigation {
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	line-height: 1.4em;
	background: #669acc;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




.navigation a:link {color: #ffffff; text-decoration: underline; }
.navigation a:visited {color: #ffffff; text-decoration: underline; }
.navigation a.hover {color: #ffffff; text-decoration: underline; }

.content { 
	font-size: 1em;
	margin: 0 20px;
}

/* 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: 15%;
}

.start .rightcolumn {
	margin-left: 65%;
}

.session .papernumber {
	margin-left: 1px;
	width: 5px;
	float: left;
	text-align: center;
	background-color: #fffff;
	font-weight: bold;
}

.session .papertitle {
	margin-left: 100px;
	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}


.meeting .file_pdf {
background-image:url("../images/pdf.gif");
background-repeat:no-repeat;

}

.file {
background-repeat:no-repeat;
margin-left:0px;
}


.addthis { text-align: right; float:right;display:block;}

.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 .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: 0px;
	padding: 0 0px;
}

.meeting .file_pdf {
background-image: url("../images/multiple.gif");
background-repeat: no-repeat;
margin-left:50px;
}

.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;
   
}

.program .symposium {
    clear: left;
    font-size: .8em;
    margin: 0 0 0 7.5em;
    text-align: left;
    color:#660033;
    text-decoration: none;
}

.meeting .date {
	background: none repeat scroll 0 0 #EFEFEF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	border-bottom:0px;
}


.meeting .time {color:#960;  font-weight:bold;}

.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: #960;
    font-weight:bold;
}


.session .location {
    color: #660033;
}

.paper .datetime {
    color: #960;
     font-weight:bold;
    }
.item .itemtitle, .itemset .itemnumber {
    font-weight: normal;
    margin-bottom: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;
}

.session .paper {
margin: 5px 5px 10px 0px;
text-align: left;
clear: left;
}


.session .papertime {#960; font-weight:bold;
}


.instruction {
	float:left; 
	text-align:left;
	color: #737835; 
	font-weight:bold;
}