@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

/* Links */
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}

/* Body for all pages */
body {
	background-color: #FFE0A7;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
}

/* Main div for each page */
.page {
	background-color: #FFFFFF;
	width: 700px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

/* Page subtitle */
.subtitle {
	background-color: #FFF2E6;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 0.85em;
	font-weight: bold;
}

/* Banner image block - should match banner size */
.banner {
	width : 700px;
	height : 102px;
}

/* MEETING STYLES */

.meeting .time {
	text-align: left;
	margin: 8px 0px 7px 0px;
	clear: left;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #FFECB9;
	border-bottom: none;
	display: inline;
}

.meeting .days {
	float: none;
}

/* PROGRAM STYLES */

.program .number {
	color: #FFFFFF;
	padding: 2px;
	background-color: #FFECB9;
}



/* SESSION STYLES */

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	background-color: #FFECB9;
}

.session .papernumber {
	margin-left: 7px;
	width: 70px;
	float: left;
	text-align: center;
	background-color: #FFECB9;
	font-weight: bold;
}

.session .paperauthors {
	font-style: italic;
	font-weight: normal
}