* {
   padding: 0; 
   margin: 0; 
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   }

body {
   position: relative; 
   font-size: 100%;
	overflow:hidden;
	overflow-x:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
   }
.cdp-presentation {
   width:100%;
   margin:0 0 0 0;
   background-color: rgb(255,255,255);
   padding:0;
   border:1px solid white;
   height: 100%; 
   min-width: 400px; 
   }
.cdp-controls {
	}
.cdp-options {
	position:absolute;
	left:4px;
	top:30px;
	z-index: 999;
	padding: 0px 5px 0 5px;
	}
.cdp-tool {
	height: 40px;
	line-height: 40px;
	font-family: arial, sans-serif;
	font-size: 12px; 
	margin: 0 5px 0px 0;
	padding:2px 0 2px 5px;
	text-align:center;
	display:table;
	background-color:rgba(0, 0, 0, 0.2); 
	border-bottom: 1px solid rgb(120, 120, 120);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.cdp-tool:first-child {border-top: none; border-radius: 0px 0px 10px 10px;}
.cdp-tool button {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	padding:0;
	text-align:center;
	box-shadow: 2px 2px 4px black;
	-moz-box-shadow: 2px 2px 4px black;
	-webkit-box-shadow: 2px 2px 4px black;
	
	}
.cdp-tool button.cdp-subtool {
	
	}
.cdp-tool img {
	width:24px; 
	vertical-align:middle;
	border:1px solid transparent;
	margin-left: -3px;
	}
...cdp-tool img:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border:1px solid gray;
	border-radius:4px;
	}
.mute {
	opacity: 0.3;
	background-color: transparent;
	border:1px solid gray;
	}
.mute:hover {
	background-color: transparent;
	}
.option-header {
	font-size: 15px;
	font-weight:bold;
	line-height: 24px;
	float:left;
	width: 50px;
	margin-right: 25px;
	}
button img {height: 24px; width: 24px; }
.cdp-controls .cdp-tool {
	margin-right:0px;
	}
.spacer {
	display: inline-block; 
	width:12px; 
	}
.cdp-controls .cdp-nav-section {
	float:right;
	}
/* TOC FLYOUT ================== */
.document-nav-controls {
	position:absolute;
	right: 0px;
	top: 32px;
	bottom: 0 !important;
	width: 10px;
	height: 125px;
	z-index:29;
	background-color: rgba(240, 240, 220, 1);
   z-index: 1200;
   border-radius: 5px 0 0 5px;
   -moz-border-radius: 5px 0 0 5px;
   -webkit-border-radius: 5px 0 0 5px;
   border-top: 1px solid rgb(150, 150, 150);
   border-left: 1px solid rgb(150, 150, 150);
   border-bottom: 1px solid rgb(40, 40, 40);
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out; 
	}
.document-nav-controls {
	width: 300px;
	height: 95%;
   background-color: rgba(240, 240, 220, 0.9);
   -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
   border-top: 1px solid rgb(190, 190, 190);
   border-left: 1px solid rgb(190, 190, 190);
   border-bottom: 1px solid rgb(90, 90, 90);
   z-index: 1400;
   padding: 0px 0px 10px 0;
	}
.document-nav-controls .nav-tools {
	height:30px;
	background-color: rgb(160, 160, 140);
	margin:0;
	padding: 0px 0 0 1px;
	overflow:hidden;
	}
.document-nav-controls .nav-tools > div {
	width: 35px;
	height: 30px;
	float:left;
	margin:1px 0 0 2px;
	padding:4px 0 0 0;
	text-indent: 0;
	display:inline-block;
	text-align:center;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	}
.document-nav-controls div.hide {display:none;}
.document-nav-controls div.show {display:inherit;}
.toc-container {
	overflow: auto;
	position:absolute;
	top:30px;
	right:0;
	left:0;
	bottom:0;
	}
/* TOC FIXED ================== */
div.toc-fixed {
	width: 300px;
	height: inherit !important;
	}
.toc-fixed > div {display:inherit;}
.document-nav-controls .nav-tools div.active {
	border:1px solid rgb(130, 130, 130);
	border-bottom: none;
	background-color: rgba(255, 255, 255, 0.5);
	}
.document-nav-controls .nav-tools div:hover {
	background-color: rgba(255, 255, 255, 0.5);
	border:1px solid gray;
	border-bottom: none;
	}
.document-nav-controls .nav-tools > div img {width: 24px;}
.document-nav-controls h4 {
	font-family: sans-serif;
	padding: 6px;
	background-color: rgb(180, 180, 160);
	border-top:1px solid rgb(130, 130, 130);
	}
.document-nav-controls ol {
	margin: 0;
	padding: 6px;
	}
.document-nav-controls ol li {
	list-style-type:none;
	border-bottom: 1px solid rgb(170, 170, 170);
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	font-family: sans-serif;
	font-size: 14px;
	cursor:pointer;
	}
.cdp-footer {
   height: 25px; 
   background-color: gray;
   font-size:12px;
   color:white;
   padding: 4px 0 0 10px;
   }
.aco-presentation { 
   display: block;
   background:white;
   font-size:1em;
	overflow:hidden;
	position:absolute;
	top:20px;
	bottom:0;
	left:0;
	right:0;
	margin: 0 0 0 0;
   padding:30px 40px 40px 40px;
	}
.cdp-header {
	position:absolute;
	top:0px;
	height:30px;
	left:0px;
	right:0px;
   z-index: 100;
   font-family: sans-serif; 
   font-size: 12px; 
    color: rgba(0, 0, 0, 0.7);   
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 5px 0; 	
	padding:2px 8px 2px 8px;
	box-shadow: 0px 2px 4px black;
	-moz-box-shadow: 0px 2px 4px black;
	-webkit-box-shadow: 0px 2px 4px black;
	-o-box-shadow: 0px 2px 4px black;
	-ms-box-shadow: 0px 2px 4px black;
	}
.cdp-navbar {
	display: inline-block; 
	position: absolute; 
	top: 0; 
	right: 0;
	padding: 1px 2px 2px 2px; 
	}
.cdp-titlebar {
	display: inline-block; 
	position: absolute; 
	top: 0; 
	left: 6px;
	padding: 0px 2px 2px 0px; 
	line-height:30px;
	}
.cdp-header button {
	width: 28px;
	height: 28px; 
	border: 1px solid transparent; 
	background: none; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.cdp-header .cdp-titlebar button {
	width: 40px;
	height: 30px; 
	border: 1px solid transparent; 
	background: none; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.cdp-header button.audio-options {
	width: 56px;
	height: 30px; 
	}
.cdp-header .cdp-titlebar button img {
	width: 30px;
	height: 30px;
	margin-top: -2px;
	}
.cdp-titlebar button.user-options {
	width: 56px; 
	height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	border:1px solid rgb(0, 0, 0);
	}
	/*
.cdp-titlebar span {
	vertical-align:middle;
	float:left; 
	margin-left:20px;
	}
	*/
.cdp-header button:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border:1px solid gray;
	}
.cdp-header button img {
	margin-left:-2px;
	}
/* CDP PAGP NAV */
.cdp-nav-left {
	position:absolute;
	left:0;
	top:50px;
	right:0;
	bottom:0;
	width:40px;
	padding-top:40%;
	text-align:center;
	font-weight:bold;
	background:rgb(180,180,160);
	border-right:1px solid gray;
	}
.cdp-nav-right {
	position:absolute;
	top:50px;
	right:0;
	bottom:0;
	width:40px;
	padding-top:40%;
	text-align:center;
	font-weight:bold;
	background:rgb(180,180,160);
	border-left:1px solid gray;
	}
.cdp-nav-left button, .cdp-nav-right  button {
	text-align:center;
	font-size:30px;
	cursor:pointer;
	}	
.font-scale, .margin-scale, .line-scale {
	position: absolute;
	width: 60px;
	height: 10px;
	z-index: 999;
	}
iframe {
	padding-top: 30px;
	border:none;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	bottom: 0;
	}
.background-dialog {
	display:inline-block;
	position: absolute; 
	width: 92px; 
	box-shadow: 0 0 4px 4px gray;
	}
.background-dialog .bckgrnd-tile {
	display:inline-block; 
	width: 30px; 
	height: 30px; 
	float:left; 
	border:1px solid gray;
	}
.background-dialog #background1 {
	background-color: rgba(100, 150, 0, 1);
	}
.background-dialog #background2 {
	background-color: rgba(0, 150, 120, 1);
	}
.background-dialog #background3 {
	background-color: rgba(250, 130, 0, 1);
	}
.background-dialog #background4 {
	background-color: rgba(180, 0, 180, 1);
	}
.background-dialog #background5 {
	background-color: rgba(150, 150, 150, 1);
	}
.background-dialog #background6 {
	background-color: rgba(255, 255, 255, 1);
	}
	