body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

	background-image: url('presentation-background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#control-panel {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;

	/* For slidelist-panel */
	padding-left: 11px;
}

#control-panel #prev,#next {
	float:left;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	font-weight: bold;
	font-size: .8em;
	background-color: #DAFCD5;
}

#control-panel #prev {
	border-bottom: 1px solid #A2A969;
	border-right: 1px solid #C4C99C;
}

#control-panel #next {
	border-right: 1px solid #A2A969;
	border-bottom: 1px solid #A2A969;
}

.slide, .slide_notitle {
	/* For the slidelist-panel */
}

.slide-container {
	background-color: white;
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#progress {
	position: absolute;
	top: 5px;
	right: 20px;
	font-weight: bold;
}


.slide_content {
	/*
	 * padding-left: 30px;
	 * margin-left: 20px;
	 */
	margin-left: 100px;
}

.slide-title {
	text-align: center;
	margin-right: 20px;
	background-color: #EFF3FF;
	border: 3px solid darkgrey;
	padding: 0px;
	font-size: 30pt;
}

.slide-body {
	font-size: 20pt;
	padding-right: 40px;
}

pre.code {
	border: 1px solid #AACCDD;
	background-color: #F3F3FF;
	margin-left: 15px;
	margin-right: 15px;
	padding: 3px;
	overflow: auto;
}

#slidelist-panel {
	height: 100%;
	z-index: 3;
	background-color: #D8D8FF;
	position: fixed;
	top: 0px;
	width: 130px;

	overflow: auto;
}

#slidelist-expander {
	width: 10px;
	top: 0px;
	height: 100%;
	border-right: 1px solid black;
	border-left: 1px solid grey;
	background-color: lightgrey;
	background-image: url('images/expand.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: 4;
}

#content-panel {
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: skyblue;
}

ul.table-of-contents {
	margin: 0px;
	padding: 0px;
	font-size: .75em;
}

ul.table-of-contents li {
	border-bottom: 1px solid grey;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

ul.table-of-contents li:hover {
	background-color: #FFEAEA;
}

/* Slide-Specific Properties
 * HTML Tags within slides get set here
 */

dt {  font-family: courier; }
