a.button, span.ActionButton, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.ActionButton, del.button,
a.button span, span.ActionButton button, span.ActionButton A, span.ActionButton input, del.button span{
    background-image:url(Img/WiiButtonIdea-fs8.png);
    _background-image:url(Img/WiiButtonIdea-fs8.png);
}


a.button span, span.ActionButton button, span.ActionButton A, span.ActionButton input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#666;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:Verdana, "Arial" !important;
    font-size:10px !important;
    font-style:normal; 
		font-weight:bold;   
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.ActionButton button, span.ActionButton A{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.ActionButton button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.ActionButton button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.ActionButton button, span.ActionButton input, span.ActionButton A{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.ActionButton:hover,
a.button:focus, 

a.dom-button-focus, 
span.ActionButton-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.ActionButton:hover button, 
span.ActionButton:hover A, 
a.button:focus span, 

span.ActionButton-behavior-hover button, 
span.ActionButton-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span, span.ActionButton a:active {
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}




/*Optional hack for IE6 to simulate :hover selector*/
/*
span.ActionButton button, span.ActionButton A, del.button span, span.ActionButton input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){
				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};

			};
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
		})(this));
}
*/

/* JUSTIN FIXES */

span.ActionButton {  /* _border:1px solid black; */ }
span.ActionButton A { line-height:3em; display:block; text-decoration:none; }
span.ActionButton A:hover { color:#6DB33F; }

.MiniButtons { padding-right:0px; cursor: pointer; }
.MiniButtons span.ActionButton A { padding:7px 10px 0 0px; }
.MiniButtons:hover .MiniLabel, .MiniButtons:hover .MiniLabel2, .MiniButtons:hover .MiniLabel3 { text-decoration:underline;  }
span.ActionButton A IMG { display:block; margin-top:0px; }
.MiniLabel, .MiniLabel2, .MiniLabel3 { color:#666; padding-left:10px; font-size:11px;  font-weight:bold; }
.MiniLabel:hover, .MiniLabel2:hover, .MiniLabel3:hover  { text-decoration:underline;  }
.MiniLabel2 { padding-left:0px; }
.MiniLabel3 { padding-left:0px; padding-right:10px; }

.TightButtons a.button, .TightButtons span.ActionButton, .TightButtons del.button {
margin:0pt 0px 0px 0pt;
}
.HeadingButtons .MiniLabel2, .HeadingButtons .MiniLabel { font-size:14px; font-weight:bold; padding-right:5px; text-decoration:none;  }

.HelpLink A { background:url(help-browser.png) no-repeat left center; padding-left:18px; }