.select		{
		border: 1px solid #CCCCCC; 
		font-family: Arial;
		cursor: default;

	}
	
.selected	{
		background-color: #FFFFFF; 
		padding: 0px; 
		font-family: Arial;

	}
	
.selectTable	{
		height: 100%; 
		width: 100%;
		background-color: #FFFFFF;
	}
	
.option		{
		font-family: Arial;
		font-size: 11px;
		border: 1px solid #FFFFFF;
		padding-top: 0px; 
		padding-bottom: 0px;
		padding-left: 2px; 
		padding-right: 2px; 
		width: 100%;
	}
	
.dropDown	{
		position: absolute; 
		left: -1px;
		visibility: hidden; 
		width: 101%;
		border: 1px solid #CCCCCC; 
		background-color: #FFFFFF;
		border:1px solid #05297B;
		border-top:1px solid #CCCCCC;
	}
	
.select2	{
		width: 16px;
		cursor: hand;
		padding-right:0px;
		
	}
