.extrabutton {
	display: inline-block;
	margin: 0;
	padding: 0;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
}

.extrabutton span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.extrabutton span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}

.extrabutton span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _background-image: none;		Or just hide icons from the undeserving IE6 */
	/* _padding-left: 0;					Or just hide icons from the undeserving IE6 */
}

.extrabutton span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;					Or just hide icons from the undeserving IE6 */
}

.extrabutton[disabled],
.extrabutton[disabled]:hover,
.extrabutton[disabled]:focus,
.extrabutton[disabled]:active,
.extrabutton.disabled,
.extrabutton.disabled:hover,
.extrabutton.disabled:focus,
.extrabutton.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.extrabutton:hover span,
.extrabutton:focus span {
	background-position: 100% -24px;
}

.extrabutton:hover span span,
.extrabutton:focus span span {
	background-position: 0% -24px;
}

.extrabutton:active span {
	background-position: 100% -48px;
}

.extrabutton:active span span {
	background-position: 0% -48px;
}

.extrabutton[disabled] span,
.extrabutton.disabled span {
	background-position: 100% -72px;
}

.extrabutton[disabled] span span,
.extrabutton.disabled span span {
	background-position: 0% -72px;
}

.extrabutton:hover span span span,
.extrabutton:focus span span span,
.extrabutton:active span span span,
.extrabutton[disabled] span span span,
.extrabutton.disabled span span span {
	background-position: left center;
}

.extrabutton:hover span span span.after,
.extrabutton:focus span span span.after,
.extrabutton:active span span span.after,
.extrabutton[disabled] span span span.after,
.extrabutton.disabled span span span.after {
	background-position: right center;
}

.extrabutton img {
	margin-right: 5px;
	vertical-align: text-top;
	/* IE6 Hack */
	_margin-top: 4px;
	_vertical-align: text-bottom;
	/* IE6 still requires a PNG transparency fix */ 
	/* _display: none;		Or just hide icons from the undeserving IE6 */
}

.extrabutton img.after {
	margin-right: 0;
	margin-left: 5px;
	/* IE6 still requires a PNG transparency fix */ 
	/* _margin-left: 0;		Or just hide icons from the undeserving IE6 */
}

.extrabutton.extramedium	{ font-size: 15px !important; }
.extrabutton.extralarge	{ font-size: 18px !important; }


/*
 * Button Skins
 * 
 * .PNG background images with alpha transparency are also supplied if you'd rather use them instead of the 
 * default .GIF images. (Just beware of IE6's lack of support.) 
 * 
 * Additional skins can be added below. The images/skins/ButtonTemplate.psd can be used to create new skins.
 * Prefix the skin name with "extra" to avoid any potential conflicts with other class names. 
 */

/* Silver Button Skin (the default skin) */

.extrabutton,
.extrabutton.extrasilver {
	color: #666 !important;
}
	
.extrabutton:hover,
.extrabutton:focus,
.extrabutton.extrasilver:hover,
.extrabutton.extrasilver:focus {
	color: #333 !important;
}
	
.extrabutton span,
.extrabutton.extrasilver span {
	background-image: url(images/skins/silver/button_right.gif);
}

.extrabutton span span,
.extrabutton.extrasilver span span {
	background-image: url(images/skins/silver/button_left.gif);
}

/* Blue Button Skin */

.extrabutton.extrablue,
.extrabutton.extrablue:hover,
.extrabutton.extrablue:focus {
	color: white !important;
}
	
.extrabutton.extrablue[disabled],
.extrabutton.extrablue[disabled]:hover,
.extrabutton.extrablue[disabled]:active,
.extrabutton.extrablue[disabled]:focus,
.extrabutton.extrablue.disabled,
.extrabutton.extrablue.disabled:hover,
.extrabutton.extrablue.disabled:active,
.extrabutton.extrablue.disabled:focus {
	color: #333 !important;
}
	
.extrabutton.extrablue span {
	background-image: url(images/skins/blue/button_right.png);
}

.extrabutton.extrablue span span {
	background-image: url(images/skins/blue/button_left.png);
}

.extrabutton.extrablue.extrahome,
.extrabutton.extrablue.extrahome:hover,
.extrabutton.extrablue.extrahome:focus {
    margin-right: -6px;
    margin-left: -6px;
    padding-right: 5px;
	padding-left: 4px;
    font: 8pt Verdana, sans-serif !important;
    color: white !important;
    text-decoration: none;
}

.extrabutton.extrablue.extrahome.ok,
.extrabutton.extrablue.extrahome.ok:hover,
.extrabutton.extrablue.extrahome.ok:focus {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}


/* Green Button Skin */

.extrabutton.extragreen,
.extrabutton.extragreen:hover,
.extrabutton.extragreen:focus {
	color: white !important;
}
	
.extrabutton.extragreen[disabled],
.extrabutton.extragreen[disabled]:hover,
.extrabutton.extragreen[disabled]:active,
.extrabutton.extragreen[disabled]:focus,
.extrabutton.extragreen.disabled,
.extrabutton.extragreen.disabled:hover,
.extrabutton.extragreen.disabled:active,
.extrabutton.extragreen.disabled:focus {
	color: #333 !important;
}
	
.extrabutton.extragreen span {
	background-image: url(images/skins/green/button_right.gif);
}

.extrabutton.extragreen span span {
	background-image: url(images/skins/green/button_left.gif);
}

/* Orange Button Skin */

.extrabutton.extraorange,
.extrabutton.extraorange:hover,
.extrabutton.extraorange:focus {
	color: white !important;
}
	
.extrabutton.extraorange[disabled],
.extrabutton.extraorange[disabled]:hover,
.extrabutton.extraorange[disabled]:active,
.extrabutton.extraorange[disabled]:focus,
.extrabutton.extraorange.disabled,
.extrabutton.extraorange.disabled:hover,
.extrabutton.extraorange.disabled:active,
.extrabutton.extraorange.disabled:focus {
	color: #333 !important;
}
	
.extrabutton.extraorange span {
	background-image: url(images/skins/orange/button_right.gif);
}

.extrabutton.extraorange span span {
	background-image: url(images/skins/orange/button_left.gif);
}

/* Yellow Button Skin */
	
.extrabutton.extrayellow span {
	background-image: url(images/skins/yellow/button_right.gif);
    color: #6F3100 !important;
}

.extrabutton.extrayellow span span {
	background-image: url(images/skins/yellow/button_left.gif);
}


/* 
 * Simple Skin Buttons
 */

.extrabutton.extrasimple { 
	position: relative; 
	padding: 5px 10px 5px;
	font: inherit;
	font-size: 13px !important;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #fff !important;
	line-height: 1; 
	background-image: url(images/skins/simple/awesome-overlay-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	
	/* Special effects */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
	/* IE only stuff */
	border-bottom: 1px solid transparent\9;
	_background-image: none;
	
	/* Cross browser inline block hack - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*display: inline !important;
	position: relative;
	
	/* Force hasLayout in IE */
	zoom: 1;
	
	/* Disable text selection (Firefox only)*/
	-moz-user-select: none;
}

.extrabutton.extrasimple::selection {
	background: transparent;
}

.extrabutton.extrasimple:hover,
.extrabutton.extrasimple:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}

.extrabutton.extrasimple:active { 
	background-position: 0 -100px; 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); 
	/* Unfortunately, Safari doesn't support inset yet */
	-webkit-box-shadow: none;
	
	/* IE only stuff */
	border-bottom: 0\9;
	border-top: 1px solid #666\9;
}

.extrabutton.extrasimple[disabled], 
.extrabutton.extrasimple.disabled { 
	background-position: 0 -150px; 
	color: #333 !important;
	text-shadow: none; 
}

.extrabutton.extrasimple[disabled]:hover,
.extrabutton.extrasimple[disabled]:focus,
.extrabutton.extrasimple[disabled]:active,
.extrabutton.extrasimple.disabled:hover,
.extrabutton.extrasimple.disabled:focus,
.extrabutton.extrasimple.disabled:active {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
} 

.extrabutton.extrasimple span {
	height: auto;
	padding-left: 24px;
	padding-right: 0;
	background-position: left center;
	background-repeat: no-repeat;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-left: 0;		Or just hide icons from the undeserving IE6 */
}

.extrabutton.extrasimple span.after {
	padding-left: 0;
	padding-right: 24px;
	background-position: right center;
	/* IE6 still requires a PNG transparency fix */ 
	/* _padding-right: 0;		Or just hide icons from the undeserving IE6 */
}

/* Simple button colors */
.extrabutton.extrasimple					{ background-color: #666; }		/* Default */
.extrabutton.extrasimple.extrablack		{ background-color: #666; }
.extrabutton.extrasimple.extrared		{ background-color: #a90118; }
.extrabutton.extrasimple.extraorange	{ background-color: #ff8a00; }
.extrabutton.extrasimple.extrayellow	{ background-color: #ffb515; }
.extrabutton.extrasimple.extragreen		{ background-color: #59a901; }
.extrabutton.extrasimple.extrablue		{ background-color: #015ea9; }
.extrabutton.extrasimple.extrateal		{ background-color: #2daebf; }
.extrabutton.extrasimple.extramagenta	{ background-color: #a9014b; }
.extrabutton.extrasimple.extrapurple	{ background-color: #9d01a9; }

/* Simple button sizes */
.extrabutton.extrasimple.extrasmall          { padding: 4px 7px 5px; font-size: 10px !important; }
.extrabutton.extrasimple.extrasmall:active   { padding: 5px 7px 4px; }
.extrabutton.extrasimple                    { /* default */ }
.extrabutton.extrasimple:active             { padding: 6px 10px 4px; }
.extrabutton.extrasimple.extramedium         { /* default */ }
.extrabutton.extrasimple.extramedium:active  { padding: 6px 10px 4px; }
.extrabutton.extrasimple.extralarge          { padding: 8px 14px 8px; font-size: 14px !important; }
.extrabutton.extrasimple.extralarge:active   { padding: 9px 14px 7px; }
.extrabutton.extrasimple.extraxl             { padding: 8px 14px 8px; font-size: 16px !important; }
.extrabutton.extrasimple.extraxl:active      { padding: 9px 14px 7px; }
.extrabutton.extrasimple.extraxxl            { padding: 8px 14px 8px; font-size: 20px !important; }
.extrabutton.extrasimple.extraxxl:active     { padding: 9px 14px 7px; }
.extrabutton.extrasimple.extraxxxl           { padding: 8px 14px 8px; font-size: 26px !important; }
.extrabutton.extrasimple.extraxxxl:active    { padding: 9px 14px 7px; }

.extrabutton.extrasimple.extrasmall[disabled]:active,
.extrabutton.extrasimple.extrasmall.disabled:active   	{ padding: 4px 7px 5px; }
.extrabutton.extrasimple[disabled]:active,
.extrabutton.extrasimple.disabled:active 	            { padding: 5px 10px 5px; }
.extrabutton.extrasimple.extramedium[disabled]:active,
.extrabutton.extrasimple.extramedium.disabled:active 		{ padding: 6px 10px 4px; }
.extrabutton.extrasimple.extralarge[disabled]:active,
.extrabutton.extrasimple.extralarge.disabled:active   	{ padding: 8px 14px 8px; }
.extrabutton.extrasimple.extraxl[disabled]:active,
.extrabutton.extrasimple.extraxl.disabled:active	      { padding: 8px 14px 8px; }
.extrabutton.extrasimple.extraxxl[disabled]:active,
.extrabutton.extrasimple.extraxxl.disabled:active 		   { padding: 8px 14px 8px; }
.extrabutton.extrasimple.extraxxxl[disabled]:active,
.extrabutton.extrasimple.extraxxxl.disabled:active    	{ padding: 8px 14px 8px; }


/*
 * Icon Definitions
 */

/* Silk Icons - http://www.famfamfam.com/lab/icons/silk/ */
/* (Obviously not all Silk icons are defined here. Feel free to define any other icons that you may need.) */

.extrabutton span.ok				{ background-image: url(images/icons/silk/tick.png) !important; }
.extrabutton span.cancel			{ background-image: url(images/icons/silk/cross.png) !important; }
.extrabutton span.add				{ background-image: url(images/icons/silk/add.png) !important; }
.extrabutton span.delete			{ background-image: url(images/icons/silk/delete.png) !important; }
.extrabutton span.download		{ background-image: url(images/icons/silk/arrow_down.png) !important; }
.extrabutton span.download2		{ background-image: url(images/icons/silk/package_down.png) !important; }
.extrabutton span.upload			{ background-image: url(images/icons/silk/arrow_up.png) !important; }
.extrabutton span.search			{ background-image: url(images/icons/silk/magnifier.png) !important; }
.extrabutton span.find			{ background-image: url(images/icons/silk/find.png) !important; }
.extrabutton span.first			{ background-image: url(images/icons/silk/resultset_first.png) !important; }
.extrabutton span.prev			{ background-image: url(images/icons/silk/resultset_previous.png) !important; }
.extrabutton span.next			{ background-image: url(images/icons/silk/resultset_next.png) !important; }
.extrabutton span.last			{ background-image: url(images/icons/silk/resultset_last.png) !important; }
.extrabutton span.play			{ background-image: url(images/icons/silk/play_blue.png) !important; }
.extrabutton span.pause			{ background-image: url(images/icons/silk/pause_blue.png) !important; }
.extrabutton span.rewind			{ background-image: url(images/icons/silk/rewind_blue.png) !important; }
.extrabutton span.forward		{ background-image: url(images/icons/silk/forward_blue.png) !important; }
.extrabutton span.stop			{ background-image: url(images/icons/silk/stop_blue.png) !important; }
.extrabutton span.reload			{ background-image: url(images/icons/silk/reload.png) !important; }
.extrabutton span.sync			{ background-image: url(images/icons/silk/arrow_refresh.png) !important; }
.extrabutton span.save			{ background-image: url(images/icons/silk/disk.png) !important; }
.extrabutton span.email			{ background-image: url(images/icons/silk/email.png) !important; }
.extrabutton span.print			{ background-image: url(images/icons/silk/printer.png) !important; }
.extrabutton span.heart			{ background-image: url(images/icons/silk/heart.png) !important; }
.extrabutton span.like			{ background-image: url(images/icons/silk/thumb_up.png) !important; }
.extrabutton span.dislike		{ background-image: url(images/icons/silk/thumb_down.png) !important; }
.extrabutton span.accept			{ background-image: url(images/icons/silk/accept.png) !important; }
.extrabutton span.decline		{ background-image: url(images/icons/silk/decline.png) !important; }
.extrabutton span.help			{ background-image: url(images/icons/silk/help.png) !important; }
.extrabutton span.home			{ background-image: url(images/icons/silk/house.png) !important; }
.extrabutton span.info			{ background-image: url(images/icons/silk/information.png) !important; }
.extrabutton span.cut			{ background-image: url(images/icons/silk/cut.png) !important; }
.extrabutton span.copy			{ background-image: url(images/icons/silk/page_white_copy.png) !important; }
.extrabutton span.paste			{ background-image: url(images/icons/silk/paste_plain.png) !important; }
.extrabutton span.erase			{ background-image: url(images/icons/silk/erase.png) !important; }
.extrabutton span.undo			{ background-image: url(images/icons/silk/arrow_undo.png) !important; }
.extrabutton span.redo			{ background-image: url(images/icons/silk/arrow_redo.png) !important; }
.extrabutton span.edit			{ background-image: url(images/icons/silk/pencil.png) !important; }
.extrabutton span.calendar		{ background-image: url(images/icons/silk/date.png) !important; }
.extrabutton span.user			{ background-image: url(images/icons/silk/user.png) !important; }
.extrabutton span.settings		{ background-image: url(images/icons/silk/cog.png) !important; }
.extrabutton span.cart			{ background-image: url(images/icons/silk/cart.png) !important; }
.extrabutton span.wand			{ background-image: url(images/icons/silk/wand.png) !important; }
.extrabutton span.wrench		{ background-image: url(images/icons/silk/wrench.png) !important; }
.extrabutton span.maps			{ background-image: url(images/icons/silk/map.png) !important; }
.extrabutton span.xls           { background-image: url(images/icons/silk/table_excel.png) !important; }


****************EXTRANET**********************

.extrabutton
    {
	font: bold 13px Verdana,"Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
    }

.extrabutton span
    {
	color: white;
    }

.extrabutton.extrasimple.extrasmall          { margin-top: 3px; padding: 2px 7px 3px; font-size: 10px !important; }
.extrabutton.extrasimple.extrasmall:active   { margin-top: 3px; padding: 3px 7px 2px; }

.extrabutton span.user_edit			{ background-image: url(images/icons/silk/lock_edit.png) !important; }
.extrabutton span.comment			{ background-image: url(images/icons/silk/comment.png) !important; }
.extrabutton span.links		    	{ background-image: url(images/icons/silk/link.png) !important; }
.extrabutton span.power_off			{ background-image: url(images/icons/silk/control_power_blue.png) !important; }


