
/*
 *	Custom CSS for Sexy Buttons
 * This is separate from the regular to aid in upgrades to the base library
 */


/* Blue Button Skin */

.sexybutton.sexyblue,
.sexybutton.sexyblue:hover,
.sexybutton.sexyblue:focus {
	color: #FFFFFF !important;
}

.sexybutton.sexyblue span {
	background-image: url(/GYGlobal/images/skins/blue/button_right.gif);
}

.sexybutton.sexyblue span span {
	background-image: url(/GYGlobal/images/skins/blue/button_left.gif);
}

.sexybutton.sexyglassblue,
.sexybutton.sexyglassblue:hover,
.sexybutton.sexyglassblue:focus {
	color: #FFFFFF !important;
	font: 13px Verdana, "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
}

.sexybutton.sexyglassblue span {
	background-image: url(/GYGlobal/images/skins/glass_blue_right.png);
}

.sexybutton.sexyglassblue span span {
	background-image: url(/GYGlobal/images/skins/glass_blue_left.png);
}


/* Silk Icons - http://www.famfamfam.com/lab/icons/silk/ */

.sexybutton span.key				{ background-image: url(/GYGlobal/images/icons/silk/key.png) !important; }
.sexybutton span.mail			{ background-image: url(/GYGlobal/images/icons/silk/mail.png) !important; }
.sexybutton span.playgreen		{ background-image: url(/GYGlobal/images/icons/silk/play_green.png) !important; }
.sexybutton span.time			{ background-image: url(/GYGlobal/images/icons/silk/time.png) !important; }
.sexybutton span.phone			{ background-image: url(/GYGlobal/images/icons/silk/phone.png) !important; }
.sexybutton span.table			{ background-image: url(/GYGlobal/images/icons/silk/table.png) !important; }
.sexybutton span.map				{ background-image: url(/GYGlobal/images/icons/silk/map.png) !important; }

