@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THIS STYLESHEET
* Use this stylesheet to override styles in default.css
* Do not copy all of default.css into here.  
* Only put in the css that is different than default.css
 */


/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */
/* colors
#EECD77 Endo gold
#993333 Endo maroon
#79623E brown
*/

td {
        width: manual;
        font-size:0.8em;
}

/* Links */
a:link {
        color: #56267A;
        text-decoration: none;
}

a:visited {
        color: #8C7B35;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}


/* Body for all pages */
body {
        background-color: #E3EEF9;
        text-align: center;
        margin: 10px;
		font-size: 0.85em;
}

/* Main div for each page */
.page {
	background-color: #FFFFFF;
	width: 950px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 35px;*/
}   

/* Navigation breadcrumbs */
.navigation {
	border: 1px solid #898B8E;
	margin: 20px 0 30px;
	padding: 1px;
	width: 200px;
}

#leftnav, .subnav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #C4A154;
	font-family: Verdana,"Trebuchet MS",sans-serif;
}

.navigation li {
	border-bottom:1px #fff solid;
}

.navigation li a {	
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 15px;
	text-decoration: none;
	width: 170px;
	font-weight: bold;
}

.navigation li a:visited {
	color:#fff;
}

.navigation ul.subnav {
	background-color: #F7E4BA;
	font-size: 11px;
	padding: 0;
	width: inherit;
}

.navigation ul.subnav li a {
	color: #5B4F1D;
	padding-left: 25px;
	padding-right: 6px;
}
.navigation ul.subnav li a:visited {
	color:#5b4f1d;
}
.undernavigation .notes {
	font-size: .75em;
	color: #666666;
	text-align: left;
}

/* Page subtitle */
.subtitle {
	background-color: #FFFFFF;
	color: #56267A;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.4em;
	padding-top: 0px;
}
.subtitle .description{
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	font-size: .6em;
	padding-top: 0px;
}
.paper .subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
/* Banner image block - should match banner size */
.banner {
        width : 950px;
        height : 139px;
        text-align: left;
}
.bannerembargo {
	width : 1005px;
        height : 152px;
        text-align: center;

}
/* Generic list items */
.item .recordings {
    width: 1.0em;
}

.item .itemnumber {
	margin-right: 0.0em;
    width: 1.5em;
     
}

.item .itemtitle {
    font-weight: bold;
	margin-left: 4em;
	
}
.item .mteitemtitle {
    font-weight: bold;
	margin-left: 2.6em;
	color: #501E7C;
}

.item, .itemset {
	clear: none;
}

/* MEETING STYLES */
.meeting .td {
        width: 15em;
        font-weight: normal;
}

.meeting .date, body.symposium .date, .program .date {
	clear: none;
	background-color:#FFFFFF;
	border-bottom: 1px solid #EECD77;
	color: #B5954E;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

.meeting .days {
        float: right;
        text-align: right;
        font-size: 1.2em;
}

.meeting .time {
	color: #A28D3A;
	text-align: left;
	border-bottom: none;
	margin: 8px 0px 7px 0px;
	clear: none;
	font-weight: normal;
	font-size: 0.9em;
}
.meeting h4.symposium {
	margin:0.5em 0em 0.2em 0em;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.meeting .daysheader { 
	clear: none; 
	width: 100%; 
}

/* END MEETING STYLES */


/* PAPER STYLES */

.paper .number {
        color: #56267A;
        background-color: transparent;
}

.paper .author {
        font-weight: normal;
        clear: none;
}

.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 .papertitle {
        font-weight: bold;
        margin-left: 168px;
        text-align: left;
       /* width: 42em;*/

}

.paper .siblings {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.paper .parents {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}
.paper .abstract {
	border-top: 1px solid #CCCCCC;
	text-align:justify;
}


/* END PAPER STYLES */

/* PROGRAM and SYMPOSIUM STYLES */

.program .date, .symposium .date {
	font-size: 1.4em;
}

.program .days {
        float: right;
        text-align: right;
        font-size: 1.2em;
}

.program h4.symposium {
	margin:1.0em 0em 0.4em 0em;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}

.program .time, .symposium .time {
	border-bottom: none;
}
.program .registration{
	background-color: #FFFFFF;
	color: red;
	margin-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	font-size: 1.5em;
	padding-top: 0px;
}
.program .registrationinformation{
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 0px;
	font-size: 1.1em;
	padding-top: 0px;
}


/* END PROGRAM STYLES */

/* SESSION STYLES */
.session .group {
	width: 9.0em;
	float: none;
	text-align: left;
	font-weight: bold;
}
.session .people {
	margin-left: 0;
	font-style: normal;
}
.session .paper {
	border-top: 1px dashed #CCCCCC;
	margin-top: 0.5em;
	padding-top: 0.3em;
}
.session .papertime {
	background-color: #FFFFFF;
	width: auto;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
}
.session .papernumber {
	background-color: #FFFFFF;
	margin-left: 0em;
	width: auto;
	border-bottom: 1px solid #FFFFFF;
	margin-right: 1em;
	margin-left: 1em;
}
.session .papertitle {
	margin-left: 13em;
	
}
.session .paperauthors {
    font-weight: normal;
}
.session p.name, .session p.address {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding: 0px;
}
.session .number {
	visibility: hidden;
	width: 0px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.session span.number {
	display: none;
}
.session .papertitle {
	font-weight: bold;
}

/* START STYLES */

.start h3.header {
	background-color:#FFFFFF;
	border-bottom: 1px solid #EECD77;
	color: #79623E;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 10px 0px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}
.start .section {
	padding: 10px;
	
}
.start .bottomnotes{
	font-size: .60em;
	color: #666666
}

/* SEARCH FILTER STYLES */

.filtercontainer {
	padding: 5px;
	margin: 5px;
}

.filterlabel {
    font-weight: bold;
}

.filtertable td {
	padding: 5px;
}

#filterdivbyDay {
	float: left;
	width: 50%;

}

#filterdivbySessionType {
	display: inline;
}

#filterdivbySymposium {
	float: left;
	width: 50%;
}
#filterdivbySymposium  select{
	width: 100%;
	float: left;
	}

/* PERSON STYLES */

.person .title {
	font-size: 1.0em;
}
.person .page {
	width: 500px;
}

/* TOOLTIP STYLES */
tooltip:hover {
        overflow:hidden;
        text-decoration:none;
}

a.tooltip span {
        display:none;
        text-decoration:none;
}

a.tooltip:hover span {
        background-color:#DFDFDF;
        border:1px solid black;
        color:#000000;
        display:inline;
        margin-left:2px;
        overflow:hidden;
        padding:2px;
        position:absolute;
}

/* Columns */
#leftcolumn {
	float: left;
	width: 200px;
}

#rightcolumn {
	margin: 20px 0 0 225px;
}

/* Footer */
#footer {
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #858585;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	width: 950px;
}

#footer img {
	float: right;
}

#footer #information {
	margin-right: 400px;
}

#footer #information ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#footer #information .title {
	color: #000000;
	text-transform: uppercase;
	background-color: transparent;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
}

#footer li {
	font-size: 77%;
}

.updated {
	text-align: center;
}

.updated .date {
	font-weight: bold;
}

.session .persongroup, .session .paper, .program .time {
	clear: none;
}

.program .time {
	color: #A28D3A;
}

#type {
	color: #666;
	font-size: 110%;
	margin-top: 0;
}

.content {
	padding-top: 0;
	min-height: 500px;
}

.bannerembargo {
	width: inherit;
}

.authorindex .alphalist, .keywordindex .alphalist {
	margin: 1em 0 1.2em;
}

.papers .papernumber {
	font-weight: bold;
}

.paper .location, .session .location {
	font-style: normal;
	color: #56267A;
}

.paper .datetime, .session .datetime {
	font-style: normal;
	color: #56267A;
}

.header {
	font-weight: bold;
}

#info {
	font-weight: normal;
	color: #56267A;
	margin: 1em 0 0.2em;
	text-align: left;
	
}
/* TM67959 Widget Enhancement*/
.expander { line-height: 1.5em; }

.updated { /* float: left; */ padding: 0 5% 0 0; text-align: left; width: 45%; }

.searchform TD { font-size: 1em; }

.searchform label {
	display: block;
	}
