/* *********************************************************
	Import slide CSS
*/
@import url("slideHtml.css");

/* *********************************************************
	Slideshow root page styles
*/
div#tplRootPge{
	position: absolute;
	top:0.25% ;
	left:0.25%;
	width:99.5%;
	height:99.5%;
}
div#tplToc{
	position: absolute;
	top:5%;
	left:0px;
	height: 90%;
	width: 25%;
	background: #e0dcd8;
}
div#tplTocCo{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
}
div#tplTocScroll{
	position: absolute;
	top:2%;
	left:3%;
	height: 96%;
	width:94%;
	background: #FFFFFF;
}
div#tplSldFra{
	position: absolute;
	top:0px;
	left: 26%;
	height: 85%;
	width:70.5%;
	font-size: 1.2em;
	overflow: auto;
	background-color:#FFFFFF;
	border: 11px solid #e0dcd8;
	padding-left:5px;
	
}
div#tplRootNav{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 35px;
	width: 100px;
}
#btnNxt{
	position: absolute;
	width:30px;
	height:30px;
	top: 0px;
	background-repeat: no-repeat;
}
#btnNxt{
	right: 15px;
	background-image: url(../img/nav/btnNxt.gif);
}
#btnNxt:hover{
	background-image: url(../img/nav/btnNxtOvr.gif);
}
#btnNxt span{
	display: none;
}
div#tplTools{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 44px;
	width: 20px;
}
a#btnModeSs{
	position: absolute;
	height : 22px;
	top:0px;
	width:20px;
	right:0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
}
a#btnModeSs{
	background-image: url(../img/tools/btnMdeSs.png);
	opacity:0.3;
	filter:Alpha(opacity=30); 
}
a#btnModeSs:hover{
	opacity:1;
	filter:Alpha(opacity=100); 
}
a#btnModeSs span{
	display: none;
}
div#tplFootBanner{
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 0.8em;
	color: gray;
	cursor:default;
}
div#tplFootBanner .copyright{
	font-style: italic;
}
div#tplFootBanner .version{
	color: #74515F;
}
/* *********************************************************
	Menu styles
*/
ul#toc{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-align:left;
	cursor: default;
	overflow-y:auto;
	font-variant:small-caps;
}
ul#toc a {
	text-decoration: none;
	color: #000000;
}
ul#toc a img{
	border: 0px;
	vertical-align: middle;
}
ul#toc ul{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	}
ul#toc li{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style-image: none;
}
ul#toc .toc_i{
	color: black;
	padding-left: 15px;
	position: relative;
}
ul#toc a.toc_lnk {
	padding: 2px 2px;
	display: block;
}
ul#toc .toc_b{
	background: url(../img/toc/tgle_o.gif) 2px no-repeat;
}
/*** Leaf ***/
ul#toc .toc_l{
	background: url(../img/toc/itm.gif) 3px no-repeat;
}
ul#toc div.toc_sel_no:hover{
	background-color:#f0eeeb;
}
ul#toc .tocPre{
	font-style: italic;
}
ul#toc .pres a.toc_lnk{
	color:#74515F;
	font-size:1.5em;
}
ul#toc .pres{
	padding-left:5px;
}

/* *********************************************************
	Content styles
*/
.sldHome_ti{
	text-align: center;
	margin-top:3em;
	font-size: 3em;
	text-transform:uppercase;
}