@CHARSET "ISO-8859-1";

	.divIconpool
	{
		float:left;
		width:590px;
		background-color:#FFFFE1;
		border:1px dashed #CFCFCF;
		padding:5px;
		margin-left:10px;
		min-height:250px;
	}
	
	.divIconpool h4
	{
		margin:0px;
		line-height: 16px;
	}
	
	#iconpool
	{
		float: left;
		width: 100%;
	} * html #iconpool { height: 12em; } /* IE6 */
	
	.iconpool.custom-state-active { background: #eee; }
	.iconpool li
	{
		float: left;
		width: 96px;
		padding: 0.4em;
		margin: 0 0.4em 0.4em 0;
		text-align: center;
	}
	.iconpool li h5 { margin: 0 0 0.4em; cursor: move; }
	.iconpool li a { float: right; }
	.iconpool li img { width: 100%; cursor: move; }

	#linkicons
	{
		background-color:#FFFFE1;
		border:1px dashed #CFCFCF;
		float: left;
		width: 590px;
		min-height:250px;;
		padding: 5px;;
	} * html #linkicons { height: 18em; } /* IE6 */
		
	#linkicons h4 { line-height: 16px; margin:0px; }
	#linkicons h4 .ui-icon { float: left; }
	#linkicons .iconpool h5 { display: none; }
	
	.iconpool
	{
		list-style-type:none;
	}
	

	
	.ui-icon-linkicons
	{
		background-image:url("../../pics/arrow-l.gif");
		width:100%;
	}
	
	.ui-icon-refresh
	{
		background-image:url("../../pics/arrow-r.gif");
		width:10px;
	}
	
	.ui-widget-header 
	{
		background-color:#ffffe1;
		border:1px solid #E78F08;
		color:#000000;
		font-weight:bold;
	}
	
	
	.ui-icon
	{
		height:10px;
		background-repeat:no-repeat;
		display:block;
		overflow:hidden;
		text-indent:-99999px;
	}