@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */
/* colors
#EECD77 ASH gold
#993333 ASH maroon
#79623E brown
*/

td {
        width: manual;
        font-size:0.8em;
}

/* Links */
a:link {
        color: #993333;
        text-decoration: none;
}

a:visited {
        color: ##660000;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}


/* Body for all pages */
body {
        background-color: #E0DCCE;
        text-align: center;
        margin: 0px;
		font-size: 0.85em;
}

/* Main div for each page */
.page {
	background-color: #FFFFFF;
	width: 750px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	/*margin-top: 35px;*/
    border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #BEBAAE;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #BEBAAE;
}   

/* Navigation breadcrumbs */
.navigation {
	background: #DAC184;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* Page subtitle */
.subtitle {
	background-color: #FFFFFF;
	color: #993333;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.4em;
}
.paper .subtitle {
	font-size: 1.0em;
}
/* Banner image block - should match banner size */
.banner {
        width : 750px;
        height : 116px;
        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.0em;
}

.item .itemtitle {
    font-weight: bold;
	margin-left: 2.6em;
	
}
.item .mteitemtitle {
    font-weight: bold;
	margin-left: 2.6em;
	color: #501E7C;
}

/* MEETING STYLES */
.meeting .td {
        width: 15em;
        font-weight: normal;
}

.meeting .date, body.symposium .date, .program .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #EECD77;
	color: #79623E;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}

.meeting .days {
        float: right;
        text-align: right;
        font-size: 1.2em;
}

.meeting .time {
	color: #C3362F;
	text-align: left;
	border-bottom: none;
	margin: 8px 0px 7px 0px;
	clear: left;
	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;
}

/* END MEETING STYLES */


/* PAPER STYLES */

.paper .number {
        color: #000000;
        background-color: #F7F5EE;
}

.paper .author {
        font-weight: normal;
        clear: left;
}

.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;
}


/* 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;
}


/* END PROGRAM STYLES */

/* SESSION STYLES */
.session .group {
	width: 9.0em;
}
.session .people {
	margin-left: 9.5em;
}
.session .paper {
	border-top: 1px dashed #CCCCCC;
	margin-top: 0.5em;
	padding-top: 0.3em;
}
/*.session .papertime {
	background-color: #F7F5EE;
	width: 5.0em;
	white-space: nowrap;
}
.session .papernumber {
	background-color: #F7F5EE;
	margin-left: 0em;
	width: 4.0em;
}*/
.session .papertime {
	background-color: #FFFFFF;
	width: 5.0em;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
}
.session .papernumber {
	background-color: #FFFFFF;
	margin-left: 0em;
	width: 4.0em;
	border-bottom: 1px solid #FFFFFF;
}
.session .papertitle {
	margin-left: 9.5em;
	
}
.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 {
	visibility: collapse;
}
.session .papertitle {
	font-weight: bold;
}

/* START STYLES */

.start h3.header {
	clear: left;
	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: .95em;
	color: #666666
}
/* 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;
}
