/* exPresen Structure */
html.ex-presen{
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
html.ex-presen body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
html.ex-presen div.chap-pack{
	margin:0 auto;
	position:relative;
	height:100%;
	xoverflow:hidden;
}
html.ex-presen div.chap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
html.ex-presen div.chap-in{
	margin:2em 1em;
}
html.ex-presen div.chap-header{
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:70%;
}
html.ex-presen div.chap-footer{
	text-align:right;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:70%;
}
html.ex-presen div#chap-page-display{
	text-align:center;
	position:absolute;
    bottom: 2em;
    right: 1.5em;
    padding: 0.5em;

	font-size:0.7em;
	color:#000;
    background: #fff;
	
	border-radius: 5px;         /* CSS3 */
   	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */
}

html.ex-presen div#chap-address{
    padding: 5px 10px;
}

html.ex-presen .pause{
	display:none;
	overflow:hidden;
	zoom:1;
}
html.ex-presen div.chap-header span.title,
html.ex-presen div.chap-footer span.title{
	margin:0 1em;
}
html.ex-presen span.desc{
	display:block;
	font-size:60%
}
html.ex-presen .hide-presen{
	display:none!important;
}
.hide-page{
	display:none;
}
html.ex-presen .hide-page{
	display:block;
}
html.ex-presen .xxx-large{
	font-size:140%;
}
html.ex-presen .xx-large{
	font-size:130%;
}
html.ex-presen .x-large{
	font-size:120%;
}
html.ex-presen .large{
	font-size:110%;
}
html.ex-presen .mdedium{
	font-size:100%;
}
html.ex-presen .small{
	font-size:90%;
}
html.ex-presen .x-small{
	font-size:80%;
}
html.ex-presen .xx-small{
	font-size:70%;
}
html.ex-presen .xxx-small{
	font-size:60%;
}

html.ex-presen ol#listmenu 
{
	z-index: 9999;
    position: absolute;
    top: 5em;
    right: 2em;
    padding: 5em;
    border: 1px solid #2b2b2b;
    background: #fff;
    width: 25em;
	padding: 0px;
	font-size:70%;
}
html.ex-presen ol#listmenu li 
{
    display: block;
    cursor: pointer;
	margin-left:1em;
	margin-right:1em;
	text-indent:0.8em;
    border-bottom: 1px solid #eae5e3;
	line-height:1.5em;
	color:#333;
}
html.ex-presen ol#listmenu li:hover
{
    background: #eae5e3;
}

/* exPresen design */
html.ex-presen{
	background-color:#eeeed0;
}

html.ex-presen div.chap-pack,
html.ex-presen div.chap,
html.ex-presen .pause{
	background-color:#000;
	color:#FFF;
}
html.ex-presen div.chap-header,
html.ex-presen div.chap-footer{
	line-height:1.4em;
	background-color:#6CF;
	color:#fff;
	font-weight:bold;
}
html.ex-presen h1{
	margin-top:1em;
	margin-bottom:0.5em;
    text-shadow: 1px 1px 1px #666;
	color:#FFF;
}
html.ex-presen h2{
	border-left:solid 8px #F00;
	padding-left:0.7em;
	margin-top:1em;
	margin-bottom:0.5em;
    text-shadow: 1px 1px 1px #666;
	color:#FFF;
}
html.ex-presen h3{
    text-shadow: 1px 1px 1px #666;
	color:#FFF;
}
html.ex-presen h4{
    text-shadow: 1px 1px 1px #666;
	padding-left:.5em;
	line-height:1.2em;
	border-left:solid 8px #55aabb;
	color:#55aabb;
}

html.ex-presen div.cover h1,
html.ex-presen div.cover h2,
html.ex-presen div.cover h3,
html.ex-presen div.cover h4,
html.ex-presen div.cover h5,
html.ex-presen div.cover h6{
	color:#FFF;
    text-shadow: 1px 1px 1px ##CCC;
    padding: 0;
    border: none;
    text-align: center;
}

html.ex-presen div.cover h1,
html.ex-presen div.cover h2{
    margin: 5em 0 10px;
}

html.ex-presen div.cover h1,
html.ex-presen div.cover h2{
    margin: 5em 0 10px;
}


html.ex-presen div.cover h3,
html.ex-presen div.cover h4{
    margin: 10em 0 10px;
}


html.ex-presen div.cover p{
    text-align: center;
}

html.ex-presen div.cover dl{
    margin-left: 60%;
}

html.ex-presen div.cover dl dd{
    line-height: 120%;
}
html.ex-presen img.reflection {
	background-color:#000;
	box-shadow:#FFF;
    -webkit-box-reflect: below 1px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.66, transparent), to(white));
}

/* exPresen Conponent design */
html.ex-presen h1 span.desc{
	color:#F60;
}
html.ex-presen li.agenda{
	color:#ff5577;
}

html.ex-presen .hot{
	font-weight:bold;
	color:#ff5577;
}

html.ex-presen pre code{
	padding:.5em;
	display:block;
	border:solid 4px #aaccff;
	background:#f0f0f0;
	color:#333;
}
html.ex-presen pre code .pause{
	background:#f0f0f0;
}

html.ex-presen table.data{
	margin:0 16px;
	background:#aaccff;
	color:#333;
}
html.ex-presen table.data th{
	padding:2px 4px;
	background:#ddeeff;
}
html.ex-presen table.data td{
	padding:2px 4px;
	background:#f0f0f0;
}

html.ex-presen ul.column-2{
	overflow:hidden;
	zoom:1;
}
html.ex-presen ul.column-2 li{
	margin:0;
	padding:0;
	width:49.5%;
	float:left;
	overflow:hidden;
	zoom:1;
}

/* exPresen Thumbnail design */

html.ex-presen-thumbnail{
	overflow-y:auto;
}
html.ex-presen-thumbnail div.chap-header,
html.ex-presen-thumbnail div.chap-footer,
html.ex-presen-thumbnail div.chap-address{
	display:none!important;
}
html.ex-presen-thumbnail div.chap img{
	width : 20%;
	height : 20%
}
html.ex-presen-thumbnail div.chap .pause{
	display:block;
}
html.ex-presen-thumbnail div.chap input,
html.ex-presen-thumbnail div.chap select,
html.ex-presen-thumbnail div.chap button{
	display:none!important;
}
html.ex-presen-thumbnail div.chap{
	border:solid 1px #eee;
	cursor:pointer;
}
html.ex-presen-thumbnail div.thumbnail-hover{
	border-color:#555;
}


