/* *********************************************************
	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%;
	background: white url("../img/tpl/btmPge.png") bottom right repeat-x;
}
div#tplToc{
	position: absolute;
	top:5%;
	left:0px;
	height: 90%;
	width: 25%;
	background: #f8f8f8; /* KELIS OFFICE*/
	-moz-box-shadow: 2px 4px 4px #696969; /* KELIS OFFICE*/
	-webkit-box-shadow: 2px 4px 4px #696969; /* KELIS OFFICE*/
	box-shadow: 2px 4px 4px #696969; /* KELIS OFFICE*/
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius: 0px 5px 5px 0px;
}
div#tplTocCo{
	position: absolute;
	top:0px;
	left:0px;
	height: 100%;
	width:100%;
}
div#tplTocScroll{
	position: absolute;
	top:2%;
	left:3%;
	height: 96%;
	width:94%;
}
div#tplSldFra{
	position: absolute;
	top:0px;
	left: 27%;
	height: 93%;
	width:73%;
	font-size: 1.2em;
	overflow: auto;
	background: white url("../img/tpl/topPge.png") top right no-repeat;
}
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: #6A9662;
}

div#tplHeader{
	display:none;
}

/* *********************************************************
	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;
}
ul#toc a {
	text-decoration: none;
	color: #4c4c4c;
}
ul#toc a img{
	border: 0px;
	vertical-align: middle;
}
ul#toc ul{
	list-style-image:none;
	list-style-type:none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	}
ul#toc li{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
ul#toc .toc_i{
	color: black;
	padding-left: 25px;
	position: relative;
	font-weight:bold;
}
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) 9px no-repeat;
}
ul#toc div.toc_sel_no a.toc_lnk:hover{
	color: #890c08; /* KELIS OFFICE*/
	text-decoration: underline;
}
ul#toc div.toc_sel_yes a.toc_lnk{
	color: gray;
}
ul#toc .pres{
	background: url(../img/toc/itmHome.gif) 3px no-repeat;
	border-bottom:1px solid #C89290;
}


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

/* *********************************************************
	KelisOffice Notice
*/
.sldHome_co{
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.propertyContact {
	font-style:italic;
	margin-top:5%;
}
.contact {
	font-style:italic;
}
.participants {
	margin-top:5%;
}
.participant_ti {
	font-style:italic;
	text-decoration:underline;
}
