﻿
	/* Btn2state */
	/* toggle-style checkbox */
	/* enabled, not checked */
	.dhxform_obj_dhx_skyblue div.dhxform_img.btn2state_0 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/toggle_off.png");
		width: 42px;
		height: 20px;
	}
	/* enabled, checked */
	.dhxform_obj_dhx_skyblue div.dhxform_img.btn2state_1 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/toggle_on.png");
		width: 42px;
		height: 20px;
	}
	/* disabled, not checked */
	.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.btn2state_0 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/toggle_off_dis.png");
		width: 42px;
		height: 20px;
	}
	/* disabled, checked */
	.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.btn2state_1 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/toggle_on_dis.png");
		width: 42px;
		height: 20px;
	}
		
	/* star-style checkbox */
	/* enabled, not checked */
	.dhxform_obj_dhx_skyblue div.dhxform_img.star_0 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/star_off.png");
		width: 19px;
		height: 19px;
	}
	/* enabled, checked */
	.dhxform_obj_dhx_skyblue div.dhxform_img.star_1 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/star_on.png");
		width: 19px;
		height: 19px;
	}
	/* disabled, not checked */
	.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.star_0 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/star_off_dis.png");
		width: 19px;
		height: 19px;
	}
	/* disabled, checked */
	.dhxform_obj_dhx_skyblue div.disabled div.dhxform_img.star_1 {
		background-image: url("../CommonIcons/18/dhtmlx/button2state/star_on_dis.png");
		width: 19px;
		height: 19px;
	}
		
	/* common */
	/* fix label align a bit */
	.dhxform_obj_dhx_skyblue div.dhxform_item_label_right div.dhxform_label div.dhxform_label_nav_link {
		padding-top: 2px;
	}
    /* Btn2state */
