@import url("default.css");

/* Links */
a:link {
	color: #007AB5;
	text-decoration: none;
}

a:visited {
	color: #007AB5;
	text-decoration: none;
}

/* Banner image block - should match banner size */
.banner {
	width : 700px;
	height : 158px;
}

body {
	background-color: #d4c8bf;
}

/*
.page {
	background: #d4c8bf url(../images/ContentBg.gif) repeat-y;
	width: 700px;
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
}
*/


/* Page subtitle */

.subtitle {
	background-color: #CCE4F0;
	margin-left: 8px;
	margin-right: 8px;
}

/*
.navigation {
	background-color: #d4c8bf;
	background: #d4c8bf url(../images/ContentBg.gif) repeat-y;
	margin-left: 0px;
	margin-right: 0px;
}
.content {
	text-align: left;
	margin:  0px 28px 0px 28px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	width: 700px;
	height: 21px;
	background: #d4c8bf url(../images/footerimg.gif) no-repeat;
}

*/

/* MEETING STYLES */

.meeting .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.meeting .time {
	color: #D39E0F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

.posters .date {
	clear: left;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 2px 0px 2px 0px;
	margin:  5px 0px 0px 0px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
}

.posters .time {
	color: #D39E0F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

/* PROGRAM STYLES */

.program .time {
	color: #D39E0F;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
}

/* SESSION STYLES */

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	background-color: #E6F4FF;
}

.session .papernumber {
	margin-left: 0px;
	width: 0px;
	float: none;
	background-color: transparent;
}

.session .papertitle {
	margin-left: 95px;
}

.session .persongroup {
	margin: 5px 0px 5px 0px;
	text-align: left;
	clear: left;
}

.session .group {
	width: 84px;
}

.session .people {
	margin-left: 95px;
}
.session .datetime {
	font-style: italic;
	text-align: left;
	color : #D39E0F;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.session .location {
	font-style: italic;
	text-align: left;
	color : #D39E0F;
	margin-bottom: 1em;
}

/* PAPER STYLES */

.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #D39E0F;
	margin: 1.0em 0.0em 0.2em 0.0em;
}