/*	|=======================================================| **
**	| Project         : JeaBsy Web							| **
**	| Created By      : Jeffrey Benistant					| **
**	| Date            : May 2011							| **
**	| Email           : Jeffrey@24design.nl					| **
**	|=======================================================| */

/*******************************************************************************************************************************/

.JeaBsyIconButton {
	text-align:		center;
	vertical-align: top;
	margin:			5px 5px;
	background-color: #fff;
	border:			#666 1px solid;
	cursor: 		pointer;
	color:			#232323;
	line-height:	20px;
}

.JeaBsyIconButton:hover {
	border:				#AA0 1px solid;
	background-color:	#EEE;
}

.JeaBsyIconButtonSelected {
	background:		#CCCCFF;
	border:			#EFEFEF 1px dashed;
}

.JeaBsyIconButtonSelected:hover {
	background:		#CCCCFF;
	border:			#EFEFEF 1px dashed;
}

.JeaBsyIcon_16_apply {	background-image: url(./icons/icon-16-apply.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_apply {	background-image: url(./icons/icon-32-apply.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_cancel {	background-image: url(./icons/icon-16-cancel.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_cancel {	background-image: url(./icons/icon-32-cancel.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_delete {	background-image: url(./icons/icon-16-delete.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_delete {	background-image: url(./icons/icon-32-delete.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_edit {	background-image: url(./icons/icon-16-edit.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_edit {	background-image: url(./icons/icon-32-edit.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_refresh {	background-image: url(./icons/icon-16-refresh.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_refresh {	background-image: url(./icons/icon-32-refresh.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_save {	background-image: url(./icons/icon-16-save.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_save {	background-image: url(./icons/icon-32-save.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_new {	background-image: url(./icons/icon-16-new.png); height:16px; width:16px; background-repeat:no-repeat }
.JeaBsyIcon_32_new {	background-image: url(./icons/icon-32-new.png); height:32px; width:32px; background-repeat:no-repeat }

.JeaBsyIcon_16_disabled {	background-position: 0px -16px; display: block; }
.JeaBsyIcon_32_disabled {	background-position: 0px -32px; display: block; }