@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */

body {
    padding: 0;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #000;
    margin-top: 10px 0 0 0;
    background-color: #46A59D;
}
.banner {
	width : auto;
	height : auto;
}
.start .header, .header {
	padding:0;
}
a {
	color:#B4421A;text-decoration:none;
}

a:link {
	color:#B4421A;text-decoration:none;
}

a:visited {
	color:#B4421A;text-decoration:none;
}

a:hover {color:#B4421A;
	text-decoration:underline;
}

a:active {
	color:#B4421A;
	text-decoration:underline;
}


.navigation {
	line-height: 1.4em;
	background: #000000;
	border-bottom: 0px;
	color:#FFFFFF;
	font-size:12pt;	
}

.navigation a:link,.navigation  a:active,.navigation  a:visited { 
	text-decoration: none;
	color: #FFFFFF;
}

.navigation a:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}
.content {
	background-color: #fff;
	padding:15px 25px;
	margin:0;
	font-size:1em;
}
.subtitle {
	background-color:#FFF0D9;
	border:1px solid #000000;
	font-size:1.0em;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:5px 20px 5px 5px;
	text-align:left;
	line-height: 1.4em;
}
.content .item {
	padding: 5px 0;
	border-bottom: dashed 1px #ccc;
}
.content .item li {
	list-style-type:none;
	padding:0;
	margin:0;
}

.session .papertitle {
	text-align:left;
	margin-left:0;
}

.paperauthors a:link {
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
}

.paper .datetime {
	color:#B4421A;
	font-style:italic;
	margin:1em 0 0.2em;
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
}

.session .datetime {
	color:#B4421A;
	font-style:italic;
	margin:1em 0 0.2em;
	text-align:left;
	font-size: 1.1em;
	font-weight: bold;
}

.session .papertime {
	width: 84px;
	float: left;
	text-align: right;
	background-color: #FFF0D9;
	
}

.session .papernumber {
	margin-left: 7px;
	width: 70px;
	float: left;
	text-align: center;
	background-color: #FFF0D9;
	font-weight: bold;
}

.paper .number {
	background-color:#ffffff;
	color:#410605;
	padding:2px;
	border: 1px solid #CCCCCC;
}

.meeting .time {
	color:#B4421A;
}

td {font-size: 0.8em;}

.session .siblings {
	margin-top: 5px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}