/**
 * Selector Css
 * 
 * @author Jerry Emmanuel
 * @version 1.0
 * @contact Cognizant - Jerry Emmanuel, 3M - Gerianne Freiberger
 * @revision 21-Feb-2011; Created
 * @revision 20-Jun-2011; Modified for styles for Multiple selectors
 */
#sel_IATDSel div.selectorContainer {
		display: block; 
		float: left;
/*		border: 1px solid #CCCCCC;  */
		text-align: center;
		/*height:220px;*/
		width: 100%;
    background: white;
	padding: 0px;
	*margin-bottom: 2px;
	}
	
	#sel_IATDSel img.instantiate {	
		padding-top: 10px;
	}
	
	#sel_IATDSel #selectorContainer_blocker {
		width : 100%; 
	}
	
	#sel_IATDSel #selectorContainer_2 {
		padding: 3px;
		padding-bottom: 20px;				
	}
	
	#sel_IATDSel div.buttonsPalette { text-align: center; width : 100%; padding-bottom: 10px;}
	#sel_IATDSel div.topLinksHolder { text-align: right; width : 100%}
	#sel_IATDSel div.topLinksHolder a { padding-right: 5px;}
	
	#sel_IATDSel #selectorPalette {
		width: 100%; 
		table-layout: fixed; 
		border-collapse: collapse;
		float: left;
	
		}
		#sel_IATDSel #selectorPalette td {
			padding-top: 20px;
			padding-top: 20px;
   	 		float: left;
    		width: 175px;
	}
		#sel_IATDSel #selectorPalette td.label {
			text-align: left; 
			padding-right: 10px;
			font-weight: bold;
    		margin-bottom: -15px;
			}
		#sel_IATDSel #selectorPalette td.fp {text-align: left; }
		#sel_IATDSel #selectorPalette select {width: 100%;}
		
	#sel_IATDSel .error {text-align:center;}
	#sel_IATDSel #noOfResults {}