/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop 
{
	display:none;
	text-decoration:none;
	position:fixed;
	/*position:absolute;*/
	/*position:relative;*/
	/*bottom:240px;*/
	bottom:215px;
	right:0;
	overflow:hidden;
	/*width:130px;
	height:27px;*/
	width:25px;
	height:24px;
	border:none;
	/*background:url(../../Images/Shared/back_to_top_icon_blue_n.jpg) no-repeat left top;*/
	background:url(../../Images/Shared/back_to_top_icon_white_n.jpg) no-repeat left top;
}

#txt {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    position: relative;
    right: -5px;
    text-align: center;
    top: -27px;
    width: 100px;
    word-wrap: normal;
}

#toTopHover {
	/*width:130px;
	height:27px;*/
	width:25px;
	height:24px;
	display:block;
	overflow:hidden;
	z-index:100px;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	/*background:url(../../Images/Shared/back_to_top_icon_blue_h.jpg) no-repeat left top;*/
}

#toTop:active, #toTop:focus {
	outline:none;
}