@import url('adapt.css');
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, body.webprogram, BODY {
  background-color: #d7d6d6;
  font-size: 14px;
  color: #474747;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
	}
a:link, a:visited {
	color:#93BD4F;
	text-decoration: none;
	}
	a:hover {
		color: #A7BA8C;
		}

.start .header {
padding: 0.2em 0;
text-align: right;
font-weight: normal;
font-size: 1em;
margin: 0 auto;
background: white;
}	

.banner {
	padding: 30px 0;
	}
/*	html#range_0 .banner {
		background-color: #A7BA8C;
		}*/
		html#range_0 .banner h1 div.bannertitle {
			background-color: transparent;
			}
			.banner img {
				width: auto;
				height: auto;
				}
				html#range_0 .banner img {
			        display: block;
				    width: 95%;
				    padding-left: 15px;
				}

				html#range_0 .banner .logo {
					display: block;
				}

				html#range_0 .tagline {
					display: none;
				}
				html#range_1 .banner img, html#range_1 .banner {
					width: 100%;
					height: auto;
					}
					html#range_1 .banner img {
						width: auto;
						height: auto;
						}
					.banner h5 {
						margin-top: .5em;
						margin-bottom: 1.5em;
						}
						html#range_0 .banner h5, html#range_0 .banner h2{
							display: none;
							}					
						.banner h5 a{
							font-size: 14px;
							color: #93BD4F;
							font-weight: normal;
							}
							.banner h2 {
								font-size: 1.6em;
								font-weight: normal;
								margin-bottom: 3px;
								}
.divider_bar {
	height: 50px;
	background-color: #E5E5E5;
	background-image: url('/img/sim/webprogram/divider.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 1px solid #474747;
	}
	
.content {
	border: none;
	}
	
.content h2 {
	background-color: #FFFFFF;
	color: #474747;
	font-size: 1.2em;
	font-weight: normal;
	}
		
.sidebar_priority {
	border: none;
	background-color: #eeeeee;
	
	}
	.sidebar_priority h5 {
		background-color: transparent;
		font-size: 1.2em;
		color: #333333;
		text-align: center;
		font-weight: normal;
		}
	
			
.navigation {
	border: none;
	}
	.navigation li {
		border-color: #E0DEDE;
		color: #333333;
		border-right: 1px #E0DEDE solid;
		border-top: 1px #E0DEDE solid;
		border-left: 0px;
		border-style: solid;
		}
		.navigation li:last-child {
			border-bottom:1px #E0DEDE solid;
			}
		.navigation ul li ul li {
			border: none;
			}
			.navigation ul li ul li:last-child {
				border-bottom: none;
				}
				.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus {
					font-weight: normal;
					background: #F6F6F6;
					background: -moz-linear-gradient(right, #F6F6F6, #fff);
					background: -webkit-gradient(linear, right center, left center, from(#F6F6F6), to(#fff)); 
					}
					.navigation li a:hover {
							background: #FFFFFF;
							border-right: 2px solid #0072bb;
							color: #0072bb;
						}
						.navigation li a.currentpage, .navigation li a.currentpage:link, .navigation li a.currentpage:visited, .navigation li a.currentpage:active, .navigation li a.currentpage:focus {
							background: #FFFFFF;
							border-right: 2px solid #0072bb; 
							color: #0072bb;
							}
							a:hover {
								text-decoration: none;
							}
.meetingDate{
	margin-top:80px;
}

/* Webprogram preliminary session listing */
.meeting .item .item ul {
	list-style: disc outside none;
	margin-left: 40px;
	}
	.meeting .item .item ul li {
		list-style: disc;
		}


/* BOYD STYLES */

.rightAside {
	display: inline-block;
	width: 70%;
	padding: 0 10px;
	float: right;
}

.leftAside {
	display: inline-block;
	width: 25%;
	padding: 0 10px;
}


@media (max-width: 760px) {
	.leftAside, .rightAside {
		width: 100%;
		float: none;
	}

	.leftAside {
		float: left;
	}
}
/* SCHEDULER STYLES */

	.container_12 {
		max-width: 1020px!important;
		width: 100%!important;		
	}


/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


/****** BODY BACKGROUND GRADIENT ******/

/* body, body.webprogram { 	
	background: #ccc url('/static/img/bg-gradient.png') 50% 0 repeat-x;
} */

/****** ADDS SHADOWING TO ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/*-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85); */
	

/****** ADDS ROUNDED CORNERS TO ALL CORNERS OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/

/****** ADDS ROUNDED CORNERS TO THE BOTTOM OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/* -moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; */

/******* ADDS ROUNDED CORNERS TO THE TOP OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; */


/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING HEADERS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background:#666 url('/static/img/buttongradient.png') 50% 10% repeat-x;	
}*/



/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING LIST ITEMS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	background:#ddd url('/static/img/buttongradient.png') 50% 50% repeat-x;
}*/

.paper .number {
    padding: 0.2em;
    color: #000000;
}

.session .papertitle {
    margin-left: 15em;
    text-align: left;
}

.papertopicalcategory {background-color:#EEEEEE; color:#000; margin-left:-20px; margin-bottom:10px; padding:5px;}

.session .papernumber {
    margin-left: 0.5em;
    width: 3em;
    float: left;
    text-align: center;
    font-weight: bold;
}

.session .papertitle {
    margin-left: 9em;
    text-align: left;
}

.paper .abstract {
	text-align:left;
    border: 0;
    margin-top: 1em; margin-bottom:1em;
    padding:0em;
    font-size: 100%;
}

.paperauthors {
    font-style: italic;
    font-weight: normal;
	text-align:left;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;}