	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	
	#colorPicker{
		position:absolute;
		width:758px;
		padding-bottom:1px;
		background-color:#FFF;
		border:1px solid #317082;
	}
	
	#colorPicker .colorPicker_topRow{
		height:16px;
		padding-bottom:1px;
		border-bottom:3px double #317082;
		background-color:#E2EBED;
		padding-left:2px;
		color:#FFFFFF;
		
		width: 682px;	/* IE 5.x */
		width/* */:/**/756px;	/* Other browsers */
		width: /**/756px;
		
		height: 20px;	/* IE 5.x */
		height/* */:/**/16px;	/* Other browsers */
		height: /**/16px;
		
		
			
	}
	
	#colorPicker .colorPicker_statusBar{
		height:13px;
		padding-bottom:2px;
		
		border-top:3px double #317082;	
		background-color:#E2EBED;
		padding-left:2px;
		clear:both;
		
		width: 682px;	/* IE 5.x */
		width/* */:/**/756px;	/* Other browsers */
		width: /**/756px;	
		
		height: 18px;	/* IE 5.x */
		height/* */:/**/13px;	/* Other browsers */
		height: /**/13px;		
	}
	
	#colorPicker .colorSquare{
		width:60px;
		height:60px;
		margin-left:1px;
		margin-bottom:1px;
		float:left;
		border:1px solid #000;
		cursor:pointer;
		
		width: 60px;	/* IE 5.x */
		width/* */:/**/60px;	/* Other browsers */
		width: /**/60px;			
	}
	
	#colorPicker .largeColorSquare{
		width:120px;
		height:120px;
		margin-left:1px;
		margin-bottom:1px;
		float:left;
		border:1px solid #000;
		cursor:pointer;
		
		width: 120px;	/* IE 5.x */
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;			
	}
	
	.colorPickerTab_inactive,.colorPickerTab_active{
	
		height:17px;
		padding-left:4px;
		cursor:pointer;	
		
		
	}
	.colorPickerTab_inactive span{
		background-image:url('__images/tab_left_inactive.gif');
		color:#FFFFFF;

	}
	
	.colorPickerTab_active span{
		background-image:url('__images/tab_left_active.gif');
		color:#000000;

	}
	.colorPickerTab_inactive span, .colorPickerTab_active span{
		line-height:16px;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
		padding-top:1px;
		vertical-align:middle;
		background-position:top left;
		background-repeat: no-repeat;	
		float:left;
		padding-left:6px;
		-moz-user-select:no;
	}	
	.colorPickerTab_inactive img,.colorPickerTab_active img{
		float:left;
	}
	.colorPickerCloseButton{
		text-align:center;
		line-height:11px;
		border:1px solid #317082;
		position:absolute;
		right:1px;
		font-size:12px;
		font-weight:bold;
		top:1px;
		padding:1px;
		cursor:pointer;	
		color:#000000;
		
		width: 13px;	/* IE 5.x */
		width/* */:/**/11px;	/* Other browsers */
		width: /**/11px;
		
		height: 13px;	/* IE 5.x */
		height/* */:/**/11px;	/* Other browsers */
		height: /**/11px;	
				
		
	}
	#colorPicker_statusBarTxt{
		font-size:11px;
		font-family:arial;
		vertical-align:top;
		line-height:13px;

	}
	
	#colorPicker_colorsTxt.backTxt{
		font-size:9px;
		font-family:arial;
		vertical-align:middle;
		

	}
	.colorPicker_box{
		width:176px;
		font-size:11px;
		height:12px;
		float:left;
		border:1px dotted;
		padding-top:2px; 
		cursor: default; 
	}