/* If you need to override styles at the client level, create a blank archives.css 
   in the client/stylesheets directory and add a first line to import shared archives.css */
/* @import url("/style/shared/archives.css"); */

body.wp {
	color: #000;
	background-color: #fff;
	}
.headerwrapper .header, .wp .headerwrapper .start .header {
	background-color: #fff;
	}
.banner h1 {
	border: none;
	display: block;
	font-size: 2.2em;
	height: auto;
	margin: 0;
	padding: 15px 0;
	text-align: left;
	}
html#range_1 .bannerimg img {
	width: 100%;
	height: auto;
	}
html#range_0 .bannerimg img {
	height: 60px;
	width: auto;
	}
html#range_0 .banner {
	height: auto;
	display: block;
	font-size: 0.75em;
	background-color: #fff;
	border-bottom: none;
	padding: 0;
	margin: 0 0 5px 0;
	}
	html#range_0 .banner h1 {
		display: none;
		}
		
/* Top content section */
.top {
	}

/* END top sections */
				
/* Events section */
ul.events {
	/* consider using http://www.jqueryrain.com/?8OKI7cdR jQery plugin instead */
	height: 15em;
	overflow-y: scroll;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}
	.results ul.events {
		height: 10em;
		}
ul.events .item {
	clear: left;
	border-bottom: 1px dashed #ccc;
	padding: 0.3em 0;
	margin: 0.2em 0;
	}
	ul.events .item h4.MeetingTitle {
		color: #0B68AC;
		font-weight: normal;
		float: left;
		width: 75%;
		text-align: left;
		margin:0;
		padding: 0;
		}
	ul.events .BrowsePurchase {
		float: left;
		width: 20%;
		padding: 0; 
		margin:0 0 0 2%; 
		}



/* end Events section */

/* instructions */

.as_instructions p {
	margin: 0.3em 0;
	}
	.sidebar .as_instructions {
		font-size: .85em;
		}

/* end instructions */

.menuwrapper .mainnav  ul li.back_button {
	float: right;
	margin: 0 -1px 0 0;
	padding:0.125 0;
	font-size: 0.75em;
	}
.back_button input {
	margin-left: 6px;
	width: auto;
	}

.formitem {
	clear: left;
	}
	
/* END General Form element styles */ 

.feedback {
	margin-top: 20px;
	}
	
.webprogram .section, .videogateway .section {
	display: none;
	}
.meetingdescription {margin: 10px 0 -5px 25px;}

.meetinglist ul{
	border-bottom: 1px solid #000000;
	}
.archives .meetinglist {
	display: none;
	}
	.webprogram.meeting.archives .meetinglist {
		display: block;
		}
	.webprogram.session.archives .meetinglist{
		display: block;
		}
	.webprogram.paper.archives .meetinglist{
		display: block;
		}
.webprogram.session .medialink {
	display: inline-block;
	margin-top: 5px;
	}	

/* Results */
.resultswrapper .meetinglist { }

.results {
	clear: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	}
	/* OLD TABLE MADE WITH table, tr, td 
	.results table {
		margin-top:10px;
		}
		.results th {
			}
		.results tr {
			}
		.results td {
			border-bottom: 1px dashed #ccc;
			}
	.archives table{    
		width: 100%;
		}	
		.archives td {
			}
			*/
    
.resultsMeeting {font-style:italic; margin-right:10px;}

/* NEW TABLE MADE OF UL's */
.archiveresults ul {
		font-size: 0.75em;
		margin: 5px 0;
		border-top: 1px dashed #ccc;
		}
		.contentwrapper .content .archiveresults ul li {
			display: inline-block;
			vertical-align: top;
			}
			.contentwrapper .content .archiveresults ul.resultsheader {
				font-weight: bold;
				background-color: #ccc;
				}
			.archiveresults ul li.yr, .archiveresults ul li.ml {
				width: 50px;
				}
			.archiveresults ul li.pr, .archiveresults ul li.ti {
				width: 250px;
				}
				html#range_1 .archiveresults ul li.pr, html#range_1 .archiveresults ul li.ti {
					width: 160px;
					}
				html#range_0 .archiveresults ul li.yr, html#range_0 .archiveresults ul li.ml {
					width: 45%;
					margin: 2px 4px 2px 0;
					}
				html#range_0 .archiveresults ul li.pr, html#range_0 .archiveresults ul li.ti {
					width: 100%;
					margin: 2px 0;
					}	 
					
select#meeting, select#meeting option {
	width: 100%;
	overflow: hidden;
	}
	
/* Styles specifically for webprogram archives mode prefixed with .wp */

.wp .sidebar {
	border: none;
	margin: 0;
	padding: 0 0 10px;
	}
	
.wp .navigation li a, 
.wp .navigation li a:link, 
.wp .navigation li a:visited, 
.wp .navigation li a:active, 
.wp .navigation li a:focus, 
.wp .navigation li a:hover {
	color: #000;
	border-color: transparent;
	border-bottom-width: 0;
	border-bottom-style: none;
	/*border-top-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;*/
	padding: 2px;
	}
	.wp .navigation li a:hover	 {
		background-color: #efefef;
		}
.wp .navigation {
	margin: 15px 0;
	border-bottom: none;
	border-top: 1px solid #000;
	}
	.wp .navigation li {
		border-top: none;
		padding: 0;
		}
.wp .footerinfo {
	text-align: center;
	}
	
/* end webprogram archives mode styles */

.search_for label {
	display: block;
	float: none;
	}

