/* 	

	Created by Jordan Dobson Nov 14th 2008 - Controls to expose sumbit button for the drop down & Artist Name in item display

	UPDATES

	* Name Date - Update Info
	
*/



/******************************************************************************* Artist Select Menu */


/* Need to show this for Non Javascript Version */
/* This is basically identical to the submit button */
div#menu menu li form i em input{
	display: inline;
	
	height: 20px;	
	width: 26px;
	
	padding-bottom: 2px;
	padding-left: .55%;
	
	overflow: hidden;
	
	line-height: 20px !important;
	
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal !important;
	text-transform: Uppercase;
	font-size: .7em;
	letter-spacing: 1px;
	
	text-align: center !important;

	color: #ffffff;
	background-color: #0099CC;
	
	vertical-align: middle;	
	cursor: pointer;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px !important;
	
	opacity: .99; /* For Firefox 2 to display rounded edges */
	
	/* These are added to the default Add Button style */	
	margin: 2px 0 2px 4px;
		
	vertical-align: top;

	background-image: url(/_site/img/ff_artist_select_bg.gif);
	background-position: bottom left;


}

div#menu menu li form i em input:hover{
	background-color: #FF00A7;
	/* This is added to the default Add Button style */	
	background-image: url(/_site/img/ff_artist_select_hover_bg.gif);
}

/* Adjustments for: FireFox 2 & 3-ONLY */
div#menu menu li form i em input,
x:-moz-any-link {
	height: 21px;
	font-size: .85em;
	letter-spacing: 0px;

	/* Border added for Rounded Edges */
	-moz-background-clip: padding;
	border: 1px solid #fff;
	margin: 1px 0px 1px 4px;
}

/* Adjustments for: FireFox 2 & 3-ONLY */
html>/**/body div#menu menu li form i em input, 
x:-moz-any-link, 
x:default {
	height: 19px;
	font-size: .7em;
	border: none;
	-moz-background-clip: border;
	margin: 2px 0px 2px 4px;
}

div#menu menu li form i em select{
	/* Less wide to allow for GO button */
	width: 121px;	
}

div#menu menu li form i b em select{
	width: 110px;	
}
