
/* tirei do começo .playBtnSel .btnLbl, */

.playBtn .btnLbl, .toolsBtnSel .btnLbl, .toolsBtn .btnLbl, .homeBtnSel .btnLbl, .homeBtn .btnLbl{
	position:absolute;
	bottom:55px;
	left: 50px;
	top:auto;
	color:black;
	background-color:white;
	padding:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	border:1px solid #d6d6d6;
	-webkit-box-shadow: 0px 0px 3px gray;
	-moz-box-shadow: 0px 0px 3px gray;
	box-shadow: 0px 0px 3px gray;
	display: block
}


.playBtnSel .btnLbl{
	color:#D1322F;
}



.toolsBtnSel .btnLbl{
	color:#2C6314;
}

.homeBtnSel .btnLbl{
	color:#815720;
}

.playBtn:hover .btnLbl, .toolsBtn:hover .btnLbl, .homeBtn:hover .btnLbl{
	color:#0051C4;
}

.helpBtnSel {
	background: url(../img/btn/helpSel.png) no-repeat;
}
.noPrevBtn, .noNextBtn{
	background: url(../img/btn/emptyRgt.png) no-repeat;
}

.homeBtn, .homeBtnSel{
	position:absolute;
	top:12px;
	left:53px;
}

.toolsBtn, .toolsBtnSel{
	position:absolute;
	top:12px;
	left:210px;
	z-index:1
}

/*
.playBtn, .playBtnSel{
	position:absolute;
	left:138px;
	top:12px;
}
*/
.printBtn{
	position:absolute;
	top:90px;
	right:33px;
	color:#001283;
	text-decoration: none;
	text-align:center
}

.printBtn .btnLbl{
	text-decoration: underline;
	margin-left:5px;
	display:block
}

#tplRgt .btnLbl{
	display:none
}

.prevBtn{
	position: absolute;
	bottom:40px;
	right:40px;
	width:34px;
	height:34px
}

.nextBtn{
	position: absolute;
	bottom:80px;
	right:40px;
	width:34px;
	height:34px
}



/*****************/
/*  Evaluation   */
/*****************/
.gotoEval{
	text-align: center;
	font-size: 18px;
	margin-top: 1em;
}
a.btnEval{
	background: url(../img/deco/assmntUaMnu.png) no-repeat left;
	height: 33px;
	display: inline;
	padding-left: 25px;	
	color: #00767E;
}
a.btnEval:hover{
	-moz-opacity:0.6;
	filter:Alpha(opacity=60);
	opacity:0.6; 
}
.btnEval span{
}

/*****************/
/*    SubWin     */
/*****************/
.printSubWinBtn{
	text-decoration: none;
	/* 
	height: 130px;
	width: 144px;
	*/
	height: 30px;
	width: 16px;

	display: block;
	position:absolute;
	bottom:0px;
	left:0px;
}
.printSubWinBtn img{
	/*
	height: 40px;
	width: 45px;
	*/
	height: 16px;
	width: 16px;
	left: 20px;
	
}

.printSubWinBtn{
	color: white;
	font-size: 0px;
	left: 10px;
}
.printSubWinBtn img{
	border:0px;
	
}

/*****************/
/* informations */
/*****************/
.infoBtn_a {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/blocks/info.png) no-repeat top right;
	text-decoration: none;
	height: 33px;
	width: 33px;
	display: block;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
.infoBtn_a span {
	visibility: hidden;
}
