/* $Header: /cvs/cvs_archive/applications/webtier/webappjs/infor/css/base/inforCheckbox.css,v 1.1.2.8.2.1.2.3.2.1 2018/02/01 03:02:10 jessyr Exp $ */
/* $NoKeywords: $
 * LaVersion=8-)@(#)@10.00.08.00.24 Mon Apr 16 01:45:58 Central Daylight Time 2018 */
/***************************************************************
 *                                                             *
 *                           NOTICE                            *
 *                                                             *
 *   THIS SOFTWARE IS THE PROPERTY OF AND CONTAINS             *
 *   CONFIDENTIAL INFORMATION OF INFOR AND/OR ITS              *
 *   AFFILIATES OR SUBSIDIARIES AND SHALL NOT BE DISCLOSED     *
 *   WITHOUT PRIOR WRITTEN PERMISSION. LICENSED CUSTOMERS MAY  *
 *   COPY AND ADAPT THIS SOFTWARE FOR THEIR OWN USE IN         *
 *   ACCORDANCE WITH THE TERMS OF THEIR SOFTWARE LICENSE       *
 *   AGREEMENT. ALL OTHER RIGHTS RESERVED.                     *
 *                                                             *
 *   (c) COPYRIGHT 2018 INFOR.  ALL RIGHTS RESERVED.           *
 *   THE WORD AND DESIGN MARKS SET FORTH HEREIN ARE            *
 *   TRADEMARKS AND/OR REGISTERED TRADEMARKS OF INFOR          *
 *   AND/OR ITS AFFILIATES AND SUBSIDIARIES. ALL               *
 *   RIGHTS RESERVED.  ALL OTHER TRADEMARKS LISTED HEREIN ARE  *
 *   THE PROPERTY OF THEIR RESPECTIVE OWNERS.                  *
 *                                                             *
 ***************************************************************/ 
.inforCheckboxOn
{
  border : none;
  background : transparent url("../../images/icn_checkbox-on_enabled.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOnOver
{
  border : none;
  background : transparent url("../../images/icn_checkbox-on_over.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOnActive
{
  border : none;
  background : transparent url("../../images/icn_checkbox-on_press.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOnDisabled
{
  border : none;
  background : transparent url("../../images/icn_checkbox-on_disabled.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOff
{
  border : none;
  background : transparent url("../../images/icn_checkbox-off_enabled.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOffOver
{
  border : none;
  background : transparent url("../../images/icn_checkbox-off_over.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOffActive
{
  border : none;
  background : transparent url("../../images/icn_checkbox-off_press.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}
.inforCheckboxOffDisabled
{
  border : none;
  background : transparent url("../../images/icn_checkbox-off_disabled.png") no-repeat center center;
  font-family : Arial;
  font-weight : normal;
  font-size : 11px;
  color : #000000;
  height : 14px;
  width : 14px;
  display : -moz-inline-stack;
  display : inline-block;
}