/* Author: mcl */

/* Help Bookmark */

.helpBookmarkContent {
	position: absolute;
	top: 0px;
	left: 40px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: white;
	z-index: -50;
}

.helpBookmark {
	height: 35px;
	width: 126px;
	background: transparent;
	border-bottom: 0px solid #FFFFFF; 
}

.helpBookmarkButton {
	text-decoration: none;
	cursor: pointer;
	height: 35px;
	width: 126px;
}

.helpBookmarkLeft {
	width: 15px;
	height: 35px;
	background: transparent url(../../img/helpBookmark/helpBookmarkLeft.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.helpBookmarkMiddle {
	width: 96px;
	height: 35px;
	background: transparent url(../../img/helpBookmark/helpBookmarkGrad.png);
	background-repeat: repeat-x;
	background-position: right top;	
	text-decoration: none;
}

.helpBookmarkRight {
	width: 15px;
	height: 35px;
	background: transparent url(../../img/helpBookmark/helpBookmarkRight.png);
	background-repeat: no-repeat;
	background-position: right top;
}
