/********************************************
	Copyright (C) ProProfs.com
	@Description:	Buttons & Icons CSS
********************************************/
/***** BUTTONS ****************************/

/*** bookmark and tell a friend buttons, for story.php file ***/
.btButtons{
	margin:-5px 0 0 0;
	padding:5px 0 0 0;
}

.gobtn{
	width:50px;
	height:28px;
	display:block;
	background:url("../master-proprofs.html") #ffffff no-repeat top left; background-position:0px -300px;
}
.gobtn:hover{
	background:url("../master-proprofs.html") #ffffff no-repeat top left; background-position:-50px -300px;
}

/* Template for new yellow buttons */
.designy-button {
	display: block;
	cursor: hand;
	cursor: pointer;
	float:left;
	margin-right:10px;
	text-decoration: none;
}
.designy-button .designy-button-leftcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -132px -37px;
}
.designy-button .designy-button-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	letter-spacing:normal;
	font-weight: bold;
	float: left;
	display: block;
	color:#990000;
	text-decoration: none;
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll 0 -174px;
	height: 20px;
	padding: 5px 4px 0 4px;
}
.designy-button .designy-button-rightcap {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -137px -37px;
}
.designy-button:hover .designy-button-leftcap {
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -142px -37px;
}
.designy-button:hover .designy-button-text {
	color:#069;
	text-decoration:none;
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll 0 -199px;
}
.designy-button:hover .designy-button-rightcap {
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -147px -37px;
}
.designy-button.inactive .designy-button-leftcap {
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -152px -37px;
}
.designy-button.inactive .designy-button-text {
	color: #333;
	text-decoration:none;
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll 0 -224px;
}
.designy-button.inactive .designy-button-rightcap {
	background: transparent url(../gif/designy-spirits.gif) no-repeat scroll -157px -37px;
}
.newWindow{
	background: transparent url(../gif/icon_newwindow.gif) no-repeat right;
	padding-right:14px;
}

