/* Copyright (c) 2008-2016 IRCOBI - designed by PHD Computer Consultants Ltd www.phdcc.com */
#heading1
{
	color:#D21F2C;
	margin:0px;
}
#heading2
{
	margin:0px;
}
#heading3
{
	color:#D21F2C;
	font-weight:bold;
	margin:0px;
}
.toc
{
	border:2px solid maroon;
	border-radius:2px;
	padding-left:1em;
	color:#D21F2C;
	margin-top:3px;
}
#tocSearchDiv
{
	border:2px solid maroon;
	color:#D21F2C;
	margin:3px;
	padding-left:1em;
	padding-right:3px;
}
#tocLink
{
	display:inline;
}
#tocSearch
{
	display:inline;
}
#Author{
	font-size:1.1em;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
tr td, tr th
{
	padding-top:0.5em;
}
td
{
	vertical-align:top;
}
th
{
	vertical-align:top;
	text-align:left;
	font-size:1.5em;
	color:#D21F2C;
}
.SessionRow td td, .SessionRow td th
{
	/*padding-top:10px;
	border-top:10px solid white;*/
}
.sponsor
{
	float:left;
	padding:10px;
	height:180px;
	width:250px;
	text-align:center;
}
.sponsor img
{
	max-width:250px;
	max-height:150px;
}
.sponsorwide
{
	float:left;
	padding:10px;
	height:180px;
	width:500px;
	text-align:center;
}
.sponsorwide img
{
	max-width:500px;
	max-height:150px;
}
.leftec
{
	vertical-align:middle;
	padding-left:20px;
	width:3em;
}
.left
{
	padding-left:20px;
	width:6em;
}
.ExpandContact
{
	width:2em;
}
hr
{
	color:maroon;
	background-color:maroon;
}
.credits
{
	border:2px solid maroon;
	padding:5px 5px 5px 1em;
	color:maroon;
}

.sponsor a img
{
	border:0;
}

.line
{
	overflow:hidden;
}

.line .sponsor
{
	float:none;
	margin: 0 auto;
	width:400px;
	height:120px;
}
.line .sponsor img
{
	max-width:400px;
	max-height:100px;
}

.year
{
	font-size:large;
	margin-top:1em;
	border-top:10px solid #DDD;
	padding-top:5px;
}

.button
{
	display:inline-block;
	background:none;
	background-color:#e2B4B4;
	color:#3E3E3E;
	border-radius:5px;
	font-size: 16px;
	padding:5px 14px;
	border:none;
	font-family: Calibri,Arial,Helvetica,Sans-Serif;
	margin-top:2px;
	font-weight:bold;
	border: 1px solid #e2B4B4;
}

.button:hover
{
	background-color:#e2D4D4;
	color:#000;
}

.button a,
.button a:link
{
	color: #3E3E3E;
}

.button a:hover,
.button a:hover
{
	color: #000;
}

#results {
	font-size:1.1em;
}
#results li {
	margin-top:0.25em;
}

@media (max-width: 480px) {
	#heading1 {
		font-size: 1.5em;
		text-align:center;
	}
	.toc{
		padding:0;
		text-align:center;
	}

	.leftec {
		vertical-align: text-top;
		padding-left: 5px;
		width: 2em;
	}
	td{
		display:block;
	}
	.left {
		background-color:#eee;
	}
	#Contents td:nth-child(even) {
		padding-left: 20px;
	}
	#Contents th{
		font-size: 1.25em;
	}
}
