@import url('adapt.css');

body, body.webprogram {
	background-color: #FFFFFF;
	}
	
	
a:link, a:visited, a:focus {
	color: #253372;
	text-decoration: underline;
	}
	a:hover {
		color: #494949;
		}

		h1, h2, h3 {
		color: #1E5A8B;
		}
.note
{
margin: 0 0 5px; 0;
padding: 0 5px;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
}

.banner {
	margin: 10px -10px;
	}

.bannerimage {text-align: center;
 }
		
/************************
 Navigation 
************************/

.navigation {
	border-bottom: none;
	}
	.navigation ul li {
		display: block;
		border-bottom: 1px dotted #B4B9BC;
		border-top: none;
		}
		.navigation ul li:last-child {
			border: none;
			}
			.navigation ul li a {
				color: #FFFFFF;
				display: block;
				font-size: 13px;
				font-weight: bold;
				padding: 5px 50px;
				text-decoration: none;
				text-transform: uppercase;
				font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
				}
				.navigation ul li a:hover {
					background-color: #019599;
					}
					
/************************
Headers
************************/
.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background-color: #019599;
	}
	
/**********************
Left Nav 
**********************/
.sidebar_priority {
	background-color: #E3E3E3;
	}

/**********************
Start page
**********************/

.content ul.instructions, .content ul.instructions li {
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
	}
	
/**********************
Session Page
**********************/
.session .persongroup .group {
	font-weight: bold;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
	.session .persongroup .people {
		width: 100%;
		display: inline;
		margin-left: 0;
		}

.session .number {
	background-color: transparent;
	padding: 0 0 0.2em 0;
	}
		
.session h5 {
	margin-bottom: 8px;
	}
	.sessionItem {
		margin-bottom: 15px;
		}
		
.people .Affiliation {
	margin: 10px 0px;
	}

span.desc {
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 8px;
	box-shadow: 1px 1px 1px 1px #666666;
	font-size: 0.85em;
	margin-left: 250px;
	margin-top: -25px;
	padding: 5px;
	position: absolute;
	white-space: normal;
	width: 275px;
	z-index: 500;}

/* Hover display */
a.index:hover + span.desc {
  display: block; }
/*Meeting */
.timeslot .author {
	font-weight: normal;
	}
	
/******************
* Search Filter 
******************/

.searchform input.searchbox {
	width: 60%;
	}
	
h3 {
	font-size: 1.2em;
	padding: 10px;
	}
	
h3.filterlabel {
	background-color: #007DBA;
	color: #FFFFFF;
	padding: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-size: 1em;
	}
	
ul.filtertable {
	border: 1px solid #CCCCCC;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px;
	column-count:2;
	column-rule:4px outset #cccccc;

	/* Firefox */
	-moz-column-count:2;
	-moz-column-rule:4px outset #cccccc;

	/* Safari and Chrome */
	-webkit-column-count:2;
	-webkit-column-rule:4px outset #cccccc;
	}
	
.filtertable li {
	clear: both;
	}

	.filtertable li input {
		 width: 15px;
		 display: block;
		 float:left;
		}
		.filtertable li label {
			line-height: 1.5em;
			padding-left: 28px; 
			display: block;
			}
			.filtertable li.keyword_categories input {
				display: inline-block;
				float: left;
				width: auto;
				}
				.filtertable li.keyword_categories label {
					display: inline-block;
					line-height: 1em;
					padding: 0;
					font-size: .67em;
					}
			
label.ultoggle {
	cursor: pointer;
	}
	label.ultoggle h3.filterlabel:before {
		background-color: #F9F9F9;
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		content: "+";
		margin-right: 4px;
		padding: 0 4px;
		width: 5px;
		cursor: pointer;
		color: #999999;
		}
		label.ultoggle.open h3.filterlabel:before {
		content: "-";
		padding: 0 5px;
		margin-right: 5px;
		}
	
.keyword_title {
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
	padding: 5px;
	}
	.keyword_title:before {
	background-color: #F9F9F9;
		border: 1px solid #CCCCCC;
		border-radius: 2px;
		content: "+";
		margin-right: 4px;
		padding: 0 4px;
		width: 5px;
		cursor: pointer;
		color: #999999;
		margin-left: 4px;
		}
		
.topdisplay_role, .topdisplay_people {
	font-size: inherit;
	}

/******************
* Program Index
******************/
body.programindex section.programs {
	display: block;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
	
	
/******************
* Footer
******************/

#footer {
	height: 370px;
	color: #033740;
	}

#footer .meeting_footer {
	border-top: 1px solid #000000;
	font-size: 12px;
	}
	.meeting_footer ul, .meeting_footer p {
		margin-top: 8px;
		}
		.meeting_footer p {
			line-height: 12px;
			}
			.meeting_footer ul li {
				display: inline;
				float: left;
				padding: 0 7px;
				border-right: 1px solid #2960AD;
				}
				.meeting_footer ul li a {
					color: #033740;
					text-decoration: none;
					text-transform: none;
					padding: 0px;
					font-weight: normal;
					line-height: 12px;
					height: 12px;
					font-size: 12px;
					}
					.meeting_footer ul li a:hover {
						background-color: transparent;
						}
						
.footnote {
	font-size: 12px;
	margin-top: 15px;
	}
	
.image_footer {
	background: url("/img/agu/bg-footer-bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
	}
	
			
.image_1 {
	background-image: url('/img/agu/bg-footer-bridge.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 310px;
	display: inline;
	width: 35%;
	float: left;
	z-index: 100;
	}
	
.image_2 {
	background-image: url('/img/agu/bg-footer-cityscape.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 310px;
	display: inline;
	width: 45%;
	float: right;
	z-index: 100;
	}
		
.authorindex h3, h4.paperslabel {
	padding: 3px;
	margin: 20px 0 10px 0;
	background-color: #ddd;
	text-align: center;
	}
a.btn {
	border: 1px solid #ccc;
	padding: 3px 5px;
	text-decoration: none;
	margin: 0 0 10px;
	display: inline-block;
	width: auto;
	background-color:#007DBA;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	a.btn:hover {
		border: 1px solid #FFFFFF;
		background-color: transparent;
		color:#24666C;
		}
.topdisplay {
	padding: 8px 0;
	}

/* For PRELIM MODE ONLY */
.session .papertime, 
.session .papernumber, 
.session .media, 
.session .paperauthors, 
.program .item .recordings,
.program .item .itemnumber {
	display: none;
	}
.session .papertitle {
	margin-left: 0;
	}
	.session .papertitle a {
		text-decoration: none;
		}
		.session .papertitle a:hover {
			text-decoration: underline;
			}
			
.session .paper {
	margin: 0;
	padding: 8px 0 ;
	border-bottom: 1px dashed #ccc;
	}
	.session .paper:hover {
		background-color: #ddd;
		}
		
.program .itemtitle {
	margin-left: 0;
	}
	
.tooltip:hover { 
text-decoration: none;
color: #333;
cursor: pointer;
}

h4.deadline {
    color: #FF0000;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 1em 0;
     
    }
	
/* END PRELIM MODE ONLY */
.banner img {
    height: 110px;
    width: auto;
}

.red {
	color: #CC0000;
}

.redstrong {
	color: #CC0000;
	font-weight: bold;
}