@import url("default.css");

/* Shared styles for webprogram */

/* GENERAL STYLES */

/* Links */
a:link {
	color: #008C99;
	text-decoration: none;
}

a:visited {
	color: #008C99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #008C99;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}

/* Body for all pages */
body {
	background-color: #EDEDED;
	color: #484848;
	text-align: center;
	margin: 0px;
	font-size: 01 em;
	padding-top:0px;
	margin-top:0px;
}	
/* background to match insar website */
.backgroundwrap {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -20px;
	background: url("../images/top_fold.png") repeat-x scroll 0 80px #FFFFFF;
	}
	
body>.backgroundwrap {
	background: url("../images/top_fold.png") repeat-x scroll 0 86px #FFFFFF;
}
	
/* Main div for each page */
.page {
	background-color: #FFFFFF;
	color: #484848;
	width: 827px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/* Page title */
.title {
	background-color: #eaf1f4;
	padding: 10px 20px 3px 20px;
	border-bottom: 2px solid #FFFFFF;
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}

/* Page subtitle */
.subtitle {
	background-color: #009DAA;
	color: #ffffff;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
}

/* Banner image block - should match banner size */
.banner {
	background: url("../images/top_fold.png") repeat-x scroll 0 86px #C0B390;
	padding-top: 51px;
	padding-left: 27px;
	width: 827px;
	padding-bottom: 30px;
}

.page>.banner {
	width: 800px;
	padding-bottom: 0px;
	}
	
.banner img{
	width: 343px;
	height: 39px;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: auto;
	margin-right: auto;
	float: left;
	}
/* Navigation breadcrumbs */

 .navigation {
  background-color: #C0B390;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  margin: 0; }

.navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
	
.navigation ul li {
  font-weight: bold;
  font-size: 0.8em;
  float: left;
  margin: 0;
  /* divider between navigation items */
  border-right-color: #ffffff;
  border-right-width: 1px;
  border-right-style: dotted; }
	  
.navigation ul li a {
  color: #fff;
  display: block;
  margin: 0;
  padding: 8px 10px; }
		
.navigation ul li a:link, .navigation ul li a:active, .navigation ul li a:visited {
  color: #fff;
  display: block;
  margin: 0;
  padding: 8px 10px; }
		  
.navigation ul li a:hover {
  background: none repeat scroll 0 0 #5A5541;}

.navigation li {
  background: transparent;
  display: table-cell;    
  min-width: 120px;
  padding: 0;
  vertical-align: middle;
}

.navigation li.currentpage {
  background: none repeat scroll 0 0 #5A5541;
}

.navigation li a {
  color: #FFFFFF;
  display: block;
  font: normal 14px Arial;  
  padding: 26px 19px 20px 18px;  
  text-decoration: none;
}

/* Content of each page */
.content {
	text-align: left;
	margin:  0px 20px 20px 20px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Generic list items */
.item {
	margin: 2px 0px 8px 0px;
	text-align: left;
	clear: left;
}

.item .recordings {
	float: left;
	width: 3.5em;
	text-align: center;
}

.item .itemnumber {
	float: left;
	width: 3.5em;
	margin-right: 1.0em;
	text-align: center;
}

.item .itemtitle {
	font-weight: bold;
	margin-left: 8.6em;
}

.instructions {
	margin: 1.0em 0.0em 1.0em 0.0em;
	text-align: left;
	font-style: italic;
}

/* END GENERAL STYLES */


/* AUTHOR INDEX STYLES */

.authorindex .alphalist {
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	border: 1px solid #BFAA60;
}

.authorindex .author {
	float: left;
	font-weight: bold;
	margin-right: 1.0em;
}

.authorindex .papers {
	margin-left: 10.0em;
}

/* END AUTHOR INDEX STYLES */


/* MEETING STYLES */
.meeting .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #B0A67E;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.meeting .author {
	font-weight: normal;
}

.meeting .time {
	color: #484848;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.meeting .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.meeting .symposium {
	clear:left;
	font-weight:normal;
	margin:0 0 0 8.6em;
	text-align:left;
	text-decoration:underline;
	}

/* END MEETING STYLES */


/* PAPER STYLES */

.paper .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #6096BF;
}

.paper .abstract {}

.paper .author {
	font-style: italic;
	clear: left;
}

.author .name {}

.author .affiliation {}

.paper .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}

.paper .medialink {
	padding: 0.2em 0.1em;
	border: 1px solid #994D00;
	margin-right: 20px;
	white-space: nowrap;
}

.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #B0A67E;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.paper .location {
	font-style: italic;
	text-align: left;
	color : #B0A67E;
	margin-bottom: 1em;
}

.paper .parents {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

/* END PAPER STYLES */


/* PROGRAM STYLES */

.program .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #1C497F;
}

.program .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #B0A67E;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.program .author {
	font-weight: normal;
}

.program .time {
	color: #484848;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.program .days {
	float: right;
	text-align: right;
	font-size: 0.9em;
}


/* END PROGRAM STYLES */


/* SESSION STYLES */

.session .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #401010;
}

.session .abstract {
	margin: 1.0em 0.0em 1.0em 0.0em;
	text-align: left;
}

.session .paper {
	margin: 5px 0px 5px 0px;
	text-align: left;
	clear: left;
}

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	background: transparent url(../images/containerwrap-bg.gif) repeat-x scroll center top;
}

.session .papernumber {
	margin-left: 7px;
	width: 70px;
	float: left;
	text-align: center;
	background: transparent url(../images/containerwrap-bg.gif) repeat-x scroll center top;
	font-weight: bold;
}

.session .papertitle {
	margin-left: 168px;
	text-align: left;
}

.session .paperauthors {
	font-weight: bold;
	font-style: italic;
}

.session .persongroup {
	margin: 5px 0px 5px 0px;
	text-align: left;
	clear: left;
}

.session .group {
	width: 161px;
	float: left;
	text-align: right;
	font-size: 1.0em;
}

.session .people {
	margin-left: 168px;
	text-align: left;
	font-style: italic;
	font-size: 1.0em;
}

.session .datetime {
	font-style: italic;
	text-align: left;
	color : #B0A67E;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.session .location {
	font-style: italic;
	text-align: left;
	color : #B0A67E;
	margin-bottom: 1em;
}

.session .parents {
	margin-top: 1.0em;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

.session .siblings {
  background: url("../images/bottom_fold.png") repeat-x scroll left top #CAEAEB;
  color: #808080;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;    
  padding: 26px 125px 26px;
}

.session .siblings a:link {
	color:#808080;
	text-decoration: none;
}

.session .siblings a:hover {
	color: #808080;
	text-decoration: underline;
	}
.session .siblings a:visited {
	color: #808080;
	text-decoration: underline;
	}
.session .media {
	margin: 10px;
	padding: 0px 5px;
	line-height:2em;
}

/* END SESSION STYLES */


/* START PAGE STYLES */
.start .header {
	text-align: left;
}

.start .intro {
	padding: 2px 0px 2px 0px;
	text-align: center;
	background: #EFEFEF;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
}

.start .section {
	padding: 10px;
}

.start .leftcolumn {
	float: left;
	width: 30%;
}

.start .rightcolumn {
	margin-left: 30%;
}

.start .columnheader {
	font-weight: bold;
	padding-bottom: .5em;
}

.header .download{
	text-align: left;
	padding-left:40%;
	}

/* Make the htdig search form match everything else */
.searchform TD {
	font-size: 0.65em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* END START PAGE STYLES */


/* MULTIMEDIA FILE STYLES */

.file {
	background-repeat: no-repeat;
	padding-left: 20px;
}
.file_pdf { background-image: url(../images/pdf.gif); }
.file_mp3 { background-image: url(../images/mp3.gif); }
.file_m4a,.file_m4p,.file_wmv,.file_wma,.file_avi,.file_wav,.file_mpg  { background-image: url(../images/wmv.gif); }
.file_mov { background-image: url(../images/mov.gif); }
.file_wrf { background-image: url(../images/wrf.gif); }
.file_podium { background-image: url(../images/podium.gif); }
.file_many { background-image: url(../images/more.gif); }
.file_pps,.file_ppt,.file_pptx {  background-image: url(../images/ppt.gif);  }
.file_wp,.file_wpd {  background-image: url(../images/wp.gif); }
.file_css,.file_mht,.file_html,.file_htm { background-image: url(../images/htm.gif); }
.file_bmp,.file_gif,.file_png,.file_jpg,.file_tif,.file_tiff {  background-image: url(../images/image.gif); }
.file_psd,.file_ps,.file_eps {  background-image: url(../images/psd.gif); }
.file_rtf,.file_doc,.file_docx {  background-image: url(../images/doc.gif); }
.file_xls,.file_xlsx {  background-image: url(../images/xls.gif); }
.file_tex {  background-image: url(../images/tex.gif); }
.file_fm {  background-image: url(../images/fm.gif); }
.file_zip {  background-image: url(../images/zip.gif); }
.file_poster {  background-image: url(../images/poster.gif); }

/* END MULTIMEDIA FILE STYLES */

