/** vim: ts=4:sw=4:nu:fdc=4:nospell
 *
 * A CSS File for Handling clicks on items Example
 *
 * @author    Ing.Jozef Sakáloš
 * @copyright (c) 2009, by Ing. Jozef Sakáloš
 * @date      4. February 2008
 * @version   $Id: itemclick.css 114 2009-02-04 12:45:04Z jozo $
 *
 * @license itemclick.css is licensed under the terms of the Open Source
 * LGPL 3.0 license. Commercial use is permitted to the extent that the 
 * code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 * 
 * License details: http://www.gnu.org/licenses/lgpl.html
 */

div.item {
	float:left;
	border:1px solid silver;
	background-color:#f0f080;
	margin:10px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:11px;
	font-family:sans-serif;
}
.clickable {
	cursor:pointer;
}
.x-item-disabled {
	cursor:default ! important;
}
#win .x-window-body {
	background-color:#f0f0f0 ! important;
	padding:10px ! important;
}
 
/* eof */
