@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* Links */
a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #006699;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}


/* START PAGE STYLES */

.start .leftcolumn {
	float: left;
	width: 30%;
}

/* SCHEDULE STYLE */
body.schedule .page {
	width: 100%;
}

/* Page subtitle */
.subtitle {
	background-color: #006699;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
.subtitle em {
	font-size: 0.85em;
}

/* Body for all pages */
body { 
	margin: 0; 
	font-size: 16px;
	color: #000; 
	background: #fff;
	text-align: center;
}

td { font-size: 12px; }

td .abstract { font-size: 1em; }

table#sectionTitle td {
	font: bold 22px/24px "Trebuchet MS", Arial, helvetica, sans-serif;
}

h2#sectionHeader { 
	margin: 0; height: 20px; padding-top: 4px; padding-left: 10px; color: #fff; font-size: 13.4px; line-height: 100%; background: #007ac3 url(../images/blue_tile.gif); 
}

.start .leftcolumn {
	width: 45%;
}
.start .section {
	padding: 0px;
}
.start .header {
	background: #FFF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
.start .instructions {
	font-size: 9px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}
.start .instructions center {
	text-align: left;
}


ul#menu, #nav ul#menu {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#nav .navlink {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}
#nav ul li ul {
	list-style: none;
	margin-left: 0px;
}

/* Generic list items */

.item .itemtitle {
	color: #133A8C;
	font-weight: bold;
	margin-left: 8.6em;
}
.item .itemtitle {
	color: #007C84;
}

/* MEETING STYLES */
.meeting .daysheader, .program .daysheader, .posters .daysheader, .symposium .daysheader { font-size: 11px; }
.meeting .date, .program .date, .posters .date, .symposium .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #596F80;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.meeting .time, .posters .time, .symposium .time {
	text-align: left;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-size: 12px;
	background-color: #EFEFEF;
	border-bottom: none;
	display: inline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.meeting .days, .program .days, .posters .days, .symposium .days {
	font-size: 11px;
	float: none;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

/* PROGRAM STYLES */

.program .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.program .time {
	text-align: left;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-size: 12px;
	background-color: #EFEFEF;
	border-bottom: none;
	display: inline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

/* SESSION STYLES */

.session .number {
	color: #000000;
	padding: 2px;
	background-color: #F1EEDF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.session .papertime {
	width: 64px;
	float: left;
	text-align: left;
	background-color: #EFEFEF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.session .papernumber {
	margin-left: 7px;
	width: 70px;
	float: left;
	text-align: center;
	background-color: #EFEFEF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.session .paperauthors, .paper .paperauthors {
	font-style: italic;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.session .datetime {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin: 1.0em 0.0em 0.2em 0.0em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.sponsor {
	font-style: normal;
	font-weight: normal;
	background-color: #E3E0D0;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.cosponsor  .item .itemtitle {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
/* Generic list items */

.item .itemnumber {
	color: #007C84;
	float: left;
	width: 3.5em;
	margin-right: 1.0em;
	text-align: center;
}

/* PAPER STYLES */

.paper .number {
	color: #000000;
	padding: 2px;
	background-color: #F1EEDF;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #994D00;
	margin: 1.0em 0.0em 0.2em 0.0em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.author .affiliation {
	font-style: normal;
}

table.relationshiptable {font-size:12px;}

/* RECORDING STYLES */

.file {
	padding-bottom: 0px;
}

/* END RECORDING STYLES */
