html,body { margin: 0; padding: 0; }
body {
	font-family: Tahoma,
	             "Trebuchet MS",
	             "Nimbus Sans L",
	             sans-serif;
	font-size: 10pt;
}

a#title-link {
	color: #eeeeee;
	text-decoration: none;
}

a#title-link:hover {
	color:white;
	text-decoration: underline;
}

#content {
	margin: 2em;
	margin-bottom: 5em;
	background-color: white;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0.1em;
	padding-bottom: 2em;
	border-radius: 25px;
}

#banner {
	margin-top: 0em;
	padding: 1em;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background-color: #222;
}

body {
	background-color: black;
}

#banner h1 {
	color: #922;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0em;
	font-size: 5em;
}

#content h1 {
	color: #922;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 1.5em;
	font-size: 3em;
}

h2 {
	color: #922;
	font-weight: normal;
	font-size: 1.3em;
	margin-top: 2em;
}

h3 {
	color: #844;
	font-weight: normal;
	margin: 0;
	font-size: 1.1em;
}

#banner h1 { color: #fff; }
#banner h2 { color: #eee; }
#banner h3 { color: #ddd; text-align: center; }

a { color: #e22; }
a:visited { color: #d22; }
a:hover { color: #f44; }

p {
	margin: 1em 2em;
}

#map {
	width: 400px;
	height: 400px;
	overflow:hidden;
	margin: 1em 3em;
	border: 1px solid gray;
}

.cfp {
  width: 600px;
  margin: 3em auto;
  padding: 2em;
  background-color: #eee;
  border: 1px solid #999;
}

.program {
  width: 80%;
  margin: 0 auto;
}

.program td {
	padding: 3px;
	background-color: #eee;
}

.program .day {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

.program .session td {
	font-style: italic;
	background-color: #800;
	color: #fff;
}

.program .misc td {
	background-color: #008;
	color: #fff;
	font-style: italic;
}

.program .time {
	width: 7em;
	text-align: right;
	padding-right: 5px;
	font-style: italic;
}

.program .invited td {
	background-color: #efe;
}

.program .tutorial td {
	background-color: #fee;
}

.program .long td {
	background-color: #eef;
}

.program .short td {
	background-color: #eee;
}

.program .title {
	font-style: italic;
}