/* Styles für Datepicker */

/* Quelle: MISC_WEB*/

/* Styles für Checkbox und Radio-Button */

.itb-trash_wrapper, itb-revert_wrapper, .itb-check_wrapper, .itb-radio_wrapper {width: 19px;height:15px;display:inline-block;text-align:left;}

.itb-check {background-image: url(../img/jquery/checkBigGreen.png);}
.itb-trash {background-image: url(../img/jquery/checkTrash.png);}
.itb-radio {background-image: url(../img/jquery/radioBigGreen.png);}

.itb-trash, 
.itb-check, 
.itb-radio {
	position: absolute;
	width: 19px;
	height:18px;
	background-color: transparent;
	background-repeat: no-repeat;
background-position: -3px 0;
}

.itb-trash-hover, 
.itb-check-hover, 
.itb-radio-hover{
	background-position: -3px -18px;
}

.itb-trash-checked, 
.itb-check-checked, 
.itb-radio-checked{
	background-position: -3px -36px;
}

.itb-trash-checked.itb-trash-hover,
.itb-check-checked.itb-check-hover, 
.itb-radio-checked.itb-radio-hover {
	background-position: -3px -54px;
}

.itb-trash-checked.itb-trash-disabled,
 .itb-check-checked.itb-check-disabled, 
 .itb-radio-checked.itb-radio-disabled{
	background-position: -3px -72px;
}

.itb-trash-disabled,
.itb-check-disabled, 
.itb-radio-disabled{
	background-position: -3px -90px;
}
