html{
	height: 100%;
	overflow:hidden;
}
/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:50px;
	width:auto;
	z-index:90;
	font-size:7pt;
	top:3px;
	opacity: 0.2;
	filter:Alpha(opacity=20); 
	color:white;
}
ul#accessibility:hover,
ul#accessibility.waiFocus{
	opacity: 0.7;
	filter:Alpha(opacity=70); 
}
ul#accessibility li{
	float: left;
	margin-left:10px;
}
ul#accessibility a{
	color:white;
	text-decoration: none;
}
ul#accessibility a:hover{
	text-decoration: none;
}

ul.mnuMode{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
noscript{
	font-size: 0.8em;
	font-style: italic;
}
#tplFra {
/*	position: absolute; compat IE7 */
	background-color: black;
	height:100%;
	width:100%;
	min-width:700px;
	min-height:360px;
}
#tplTop {
	position: absolute;
	width:100%;
	height:50px;
	top:0px;
	left:0px;
	color: white;
	text-align: left;
	font-size:16px;
	
}
#titleRoot{
	position: absolute;
	height:23px;
	width:100%;
	bottom: 0px;
	right: 50px;
	font-size: 18px;
	text-align: right;
	padding: 5px 10px 5px 0;
	background: url(../img/struct/topBkg.png) repeat-y top right;
	color:white;
	font-weight:bold;
}

#tplLft {
	position: absolute;
	width:48px;
	top:50px;
	left:2px;
	color: white;
	overflow: hidden;
	text-align: center;
	padding-bottom:26px;
	background: url(../img/struct/leftBkg.png) bottom right no-repeat;
}
#tplMain{
	position: absolute;
	background-color: white;
	top:4.2em;
	bottom:50px;
	left: 50px;
	right:50px;
}
#tplMnu {
	position: absolute;
	background-color: white;
	width:250px;
	top:0px;
	left:0px;
	bottom:0px;
	text-align: left;
}

#tplMnuOpenedCo{
	position: absolute;
	width: 15px;
	height: 27px;
	right:0px;
	bottom:210px;
}
#mnuBtnCollapse{
	position: absolute;
	width: 15px;
	height: 27px;
}
#mnuBtnCollapse .btnImg{
	border:0px;
}
#mnuBtnCollapse .btnLbl{
	color:black:
}

#tplIco{
	position: absolute;
	text-align: center;
	width:240px;
	bottom:0px;
	height:200px;
	overflow: hidden;
}
#tplIco img{
	position: absolute;
	left:0px;
	bottom:0px;
}
#tplMnuClosed{
	position: absolute;
	background-color: white;
	top:0px;
	left:0px;
	bottom:0px;
	width: 15px;
}
#tplBtnOpenMenu{
	position: absolute;
	width: 15px;
	height: 27px;
	bottom:210px;
}
#tplBtnOpenMenu .btnImg{
	border:0px;
}

#tplBtnOpenMenu .btnLbl{
	color:black:
}
#tplCo {
	position: absolute;
	background-color: white;
	top:0px;
	left:250px;
	right:0px;
	bottom:0px;
	overflow: auto;
}

/* with overflow=auto, margin-bottom does not work correctly for some browsers */
/* using this method as a workaround : http://www.brunildo.org/test/overscrollbackV.html */
#tplCoSpacer {
	height:20px;
}

#tplRgt {
	position: absolute;
	width:50px;
	height:92px;
	right:0px;
	bottom:50px;
	overflow: hidden;
	text-align: center;
	background: url(../img/struct/rightBkg.png) top left no-repeat;
}
#tplBtm {
	position: absolute;
	width:100%;
	height:50px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: right;
}
#tplBtmLeft{
	position: absolute;
	display: block;
	left: 50px;
	height:48px;
	padding-right:26px;
	background: url(../img/struct/bottomBkg.png) top right no-repeat;
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 50px;
	left: 150px;
	padding-top:2px;
	color: #808080;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img{
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: white;
}
#tplBtmIn a:hover {
	color: lightgray;
}
