
/* 
 *	Generic styles for all McComb Buttons
 */

.mccombbutton
{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    text-decoration: none;
    /*font-weight: bold;*/
    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;
}

.mccombbutton span {
	display: block;						/* Prevents :active from working in IE--oh well! */
	height: 24px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
}

.mccombbutton span span {
	padding-right: 0;
	padding-left: 12px;
	line-height: 24px;
	background-position: left top;
}

.mccombbutton 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 */
}

.mccombbutton 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 */
}

.mccombbutton.mccombicononly span span span {
	padding-left: 16px;
}

.mccombbutton.mccombicononly span span span.after {
	padding-left: 0px;
	padding-right: 16px;
}

.mccombbutton[disabled],
.mccombbutton[disabled]:hover,
.mccombbutton[disabled]:focus,
.mccombbutton[disabled]:active,
.mccombbutton.disabled,
.mccombbutton.disabled:hover,
.mccombbutton.disabled:focus,
.mccombbutton.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.mccombbutton:hover span,
.mccombbutton:focus span {
	background-position: 100% -24px;
}

.mccombbutton:hover span span,
.mccombbutton:focus span span {
	background-position: 0% -24px;
}

.mccombbutton:active span {
	background-position: 100% -48px;
}

.mccombbutton:active span span {
	background-position: 0% -48px;
}

.mccombbutton[disabled] span,
.mccombbutton.disabled span {
	background-position: 100% -72px;
}

.mccombbutton[disabled] span span,
.mccombbutton.disabled span span {
	background-position: 0% -72px;
}

.mccombbutton:hover span span span,
.mccombbutton:focus span span span,
.mccombbutton:active span span span,
.mccombbutton[disabled] span span span,
.mccombbutton.disabled span span span {
	background-position: left center;
}

.mccombbutton:hover span span span.after,
.mccombbutton:focus span span span.after,
.mccombbutton:active span span span.after,
.mccombbutton[disabled] span span span.after,
.mccombbutton.disabled span span span.after {
	background-position: right center;
}

.mccombbutton 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 */
}

.mccombbutton 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 */
}

.mccombbutton.mccombmedium	{ font-size: 15px !important; }
.mccombbutton.mccomblarge	{ 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 "mccomb" to avoid any potential conflicts with other class names. 
 */

/* Silver Button Skin (the default skin) */

.mccombbutton,
.mccombbutton.mccombsilver {
	color: #666 !important;
}
	
.mccombbutton:hover,
.mccombbutton:focus,
.mccombbutton.mccombsilver:hover,
.mccombbutton.mccombsilver:focus {
	color: #333 !important;
}
	
.mccombbutton span, .mccombbutton.mccombsilver span
{
    background-image: url('../../Images/skins/silver/button_right.png');
}

.mccombbutton span span,
.mccombbutton.mccombsilver span span {
	background-image: url(../../Images/skins/silver/button_left.gif);
}

/* Orange Button Skin

.mccombbutton.mccomborange,
.mccombbutton.mccomborange:hover,
.mccombbutton.mccomborange:focus {
	color: white !important;
}
	
.mccombbutton.mccomborange[disabled],
.mccombbutton.mccomborange[disabled]:hover,
.mccombbutton.mccomborange[disabled]:active,
.mccombbutton.mccomborange[disabled]:focus,
.mccombbutton.mccomborange.disabled,
.mccombbutton.mccomborange.disabled:hover,
.mccombbutton.mccomborange.disabled:active,
.mccombbutton.mccomborange.disabled:focus {
	color: #333 !important;
}
	
.mccombbutton.mccomborange span {
	background-image: url(../../Images/skins/orange/button_right.gif);
}

.mccombbutton.mccomborange span span {
	background-image: url(../../Images/skins/orange/button_left.gif);
}

/* Yellow Button Skin 

.mccombbutton.mccombyellow,
.mccombbutton.mccombyellow:hover,
.mccombbutton.mccombyellow:focus {
	color: #994800 !important;
}
	
.mccombbutton.mccombyellow span {
	background-image: url(../../Images/skins/yellow/button_right.gif);
}

.mccombbutton.mccombyellow span span {
	background-image: url(../../Images/skins/yellow/button_left.gif);
}

*/

/* 
 * Simple Skin Buttons
 */

.mccombbutton.mccombsimple {  
	position: relative; 
	padding: 5px 10px 5px;
	/*font: inherit;*/
	font-size: 75% !important;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #fff !important;
	line-height: 1; 
	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;
 }


.mccombbutton.mccombsimple::selection {
	background: transparent;
}

.mccombbutton.mccombsimple:hover,
.mccombbutton.mccombsimple:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}

.mccombbutton.mccombsimple: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;
}

.mccombbutton.mccombsimple[disabled], 
.mccombbutton.mccombsimple.disabled { 
	background-position: 0 -150px; 
	color: #333 !important;
	text-shadow: none; 
}

.mccombbutton.mccombsimple[disabled]:hover,
.mccombbutton.mccombsimple[disabled]:focus,
.mccombbutton.mccombsimple[disabled]:active,
.mccombbutton.mccombsimple.disabled:hover,
.mccombbutton.mccombsimple.disabled:focus,
.mccombbutton.mccombsimple.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);
} 

.mccombbutton.mccombsimple 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 */
}

.mccombbutton.mccombsimple 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 */
}

.mccombbutton.mccombsimple.mccombicononly span {
	height: 16px;
	padding-left: 16px;
}

.mccombbutton.mccombsimple.mccombicononly span.after {
	padding-left: 0px;
	padding-right: 16px;
}

/* Simple button colors */
.mccombbutton.mccombsimple					{ background-color: #333; }		/* Default */
.mccombbutton.mccombsimple.mccombblack		{ background-color: #333; }
.mccombbutton.mccombsimple.mccombred		{ background-color: #a90118; }
.mccombbutton.mccombsimple.mccomborange	{ background-color: #ff8a00; }
.mccombbutton.mccombsimple.mccombyellow	{ background-color: #ffb515; }
.mccombbutton.mccombsimple.mccombgreen		{ background-color: #59a901; }
.mccombbutton.mccombsimple.mccombburgundy		{ background-color: #8e2344; }
.mccombbutton.mccombsimple.mccombblue		{ background-color: #1B395A; } 
.mccombbutton.mccombsimple.mccombteal		{ background-color: #2daebf; }
.mccombbutton.mccombsimple.mccombmagenta	{ background-color: #a9014b; }
.mccombbutton.mccombsimple.mccombpurple	{ background-color: #9d01a9; }

/* Simple button sizes */
.mccombbutton.mccombsimple.mccombsmall          { padding: 4px 7px 5px; font-size: 10px !important; }
.mccombbutton.mccombsimple.mccombsmall:active   { padding: 5px 7px 4px; }
.mccombbutton.mccombsimple                    { /* default */ }
.mccombbutton.mccombsimple:active             { padding: 6px 10px 4px; }
.mccombbutton.mccombsimple.mccombmedium         { /* default */ }
.mccombbutton.mccombsimple.mccombmedium:active  { padding: 6px 10px 4px; }
.mccombbutton.mccombsimple.mccomblarge          { padding: 8px 14px 8px; font-size: 14px !important; }
.mccombbutton.mccombsimple.mccomblarge:active   { padding: 9px 14px 7px; }
.mccombbutton.mccombsimple.mccombxl             { padding: 8px 14px 8px; font-size: 16px !important; }
.mccombbutton.mccombsimple.mccombxl:active      { padding: 9px 14px 7px; }
.mccombbutton.mccombsimple.mccombxxl            { padding: 8px 14px 8px; font-size: 20px !important; }
.mccombbutton.mccombsimple.mccombxxl:active     { padding: 9px 14px 7px; }
.mccombbutton.mccombsimple.mccombxxxl           { padding: 8px 14px 8px; font-size: 26px !important; }
.mccombbutton.mccombsimple.mccombxxxl:active    { padding: 9px 14px 7px; }

.mccombbutton.mccombsimple.mccombsmall[disabled]:active,
.mccombbutton.mccombsimple.mccombsmall.disabled:active   	{ padding: 4px 7px 5px; }
.mccombbutton.mccombsimple[disabled]:active,
.mccombbutton.mccombsimple.disabled:active 	            { padding: 5px 10px 5px; }
.mccombbutton.mccombsimple.mccombmedium[disabled]:active,
.mccombbutton.mccombsimple.mccombmedium.disabled:active 		{ padding: 6px 10px 4px; }
.mccombbutton.mccombsimple.mccomblarge[disabled]:active,
.mccombbutton.mccombsimple.mccomblarge.disabled:active   	{ padding: 8px 14px 8px; }
.mccombbutton.mccombsimple.mccombxl[disabled]:active,
.mccombbutton.mccombsimple.mccombxl.disabled:active	      { padding: 8px 14px 8px; }
.mccombbutton.mccombsimple.mccombxxl[disabled]:active,
.mccombbutton.mccombsimple.mccombxxl.disabled:active 		   { padding: 8px 14px 8px; }
.mccombbutton.mccombsimple.mccombxxxl[disabled]:active,
.mccombbutton.mccombsimple.mccombxxxl.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.) */

.mccombbutton span.ok				{ background-image: url(../../Images/icons/silk/tick.png) !important; }
.mccombbutton span.cancel			{ background-image: url(../../Images/icons/silk/cross.png) !important; }
.mccombbutton span.add				{ background-image: url(../../Images/icons/silk/add.png) !important; }
.mccombbutton span.delete			{ background-image: url(../../Images/icons/silk/delete.png) !important; }
.mccombbutton span.download		{ background-image: url(../../Images/icons/silk/arrow_down.png) !important; }
.mccombbutton span.download2		{ background-image: url(../../Images/icons/silk/package_down.png) !important; }
.mccombbutton span.upload			{ background-image: url(../../Images/icons/silk/arrow_up.png) !important; }
.mccombbutton span.search			{ background-image: url(../../Images/icons/silk/magnifier.png) !important; }
.mccombbutton span.find			{ background-image: url(../../Images/icons/silk/find.png) !important; }
.mccombbutton span.first			{ background-image: url(../../Images/icons/silk/resultset_first.png) !important; }
.mccombbutton span.prev			{ background-image: url(../../Images/icons/silk/resultset_previous.png) !important; }
.mccombbutton span.next			{ background-image: url(../../Images/icons/silk/resultset_next.png) !important; }
.mccombbutton span.last			{ background-image: url(../../Images/icons/silk/resultset_last.png) !important; }
.mccombbutton span.play			{ background-image: url(../../Images/icons/silk/play_blue.png) !important; }
.mccombbutton span.pause			{ background-image: url(../../Images/icons/silk/pause_blue.png) !important; }
.mccombbutton span.rewind			{ background-image: url(../../Images/icons/silk/rewind_blue.png) !important; }
.mccombbutton span.forward		{ background-image: url(../../Images/icons/silk/forward_blue.png) !important; }
.mccombbutton span.stop			{ background-image: url(../../Images/icons/silk/stop_blue.png) !important; }
.mccombbutton span.reload			{ background-image: url(../../Images/icons/silk/reload.png) !important; }
.mccombbutton span.sync			{ background-image: url(../../Images/icons/silk/arrow_refresh.png) !important; }
.mccombbutton span.save			{ background-image: url(../../Images/icons/silk/disk.png) !important; }
.mccombbutton span.email			{ background-image: url(../../Images/icons/silk/email.png) !important; }
.mccombbutton span.print			{ background-image: url(../../Images/icons/silk/printer.png) !important; }
.mccombbutton span.heart			{ background-image: url(../../Images/icons/silk/heart.png) !important; }
.mccombbutton span.like			{ background-image: url(../../Images/icons/silk/thumb_up.png) !important; }
.mccombbutton span.dislike		{ background-image: url(../../Images/icons/silk/thumb_down.png) !important; }
.mccombbutton span.accept			{ background-image: url(../../Images/icons/silk/accept.png) !important; }
.mccombbutton span.decline		{ background-image: url(../../Images/icons/silk/decline.png) !important; }
.mccombbutton span.help			{ background-image: url(../../Images/icons/silk/help.png) !important; }
.mccombbutton span.home			{ background-image: url(../../Images/icons/silk/house.png) !important; }
.mccombbutton span.info			{ background-image: url(../../Images/icons/silk/information.png) !important; }
.mccombbutton span.cut				{ background-image: url(../../Images/icons/silk/cut.png) !important; }
.mccombbutton span.copy			{ background-image: url(../../Images/icons/silk/page_white_copy.png) !important; }
.mccombbutton span.paste			{ background-image: url(../../Images/icons/silk/paste_plain.png) !important; }
.mccombbutton span.erase			{ background-image: url(../../Images/icons/silk/erase.png) !important; }
.mccombbutton span.undo			{ background-image: url(../../Images/icons/silk/arrow_undo.png) !important; }
.mccombbutton span.redo			{ background-image: url(../../Images/icons/silk/arrow_redo.png) !important; }
.mccombbutton span.edit			{ background-image: url(../../Images/icons/silk/pencil.png) !important; }
.mccombbutton span.calendar		{ background-image: url(../../Images/icons/silk/date.png) !important; }
.mccombbutton span.user			{ background-image: url(../../Images/icons/silk/user.png) !important; }
.mccombbutton span.settings		{ background-image: url(../../Images/icons/silk/cog.png) !important; }
.mccombbutton span.cart			{ background-image: url(../../Images/icons/silk/cart.png) !important; }
.mccombbutton span.wand			{ background-image: url(../../Images/icons/silk/wand.png) !important; }
.mccombbutton span.wrench			{ background-image: url(../../Images/icons/silk/wrench.png) !important; }
