.tableBtn
{
   color: #000000;
   cursor: pointer;
   background-color:#f7f7e7;
   height:27px;
   width: 70px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   border-style:outset;
   border-color:#336600;
   padding-top: 3px;
   padding-bottom: 4px;
      border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
}

.tableBtn:hover {
   cursor: pointer;
   color: #FFFFFF;
   background-color:#838d19;
}

.frmBtn
{
   cursor: pointer;
   color: #000000;
   background-color:#f7f7e7;
   height:25px;
   width: 90px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   border-style:outset;
   border-color:#336600;
   padding-top: 3px;
   padding-bottom: 4px;
      border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
}

.frmBtn:hover {
   cursor: pointer;
   color: #FFFFFF;
   background-color:#557f9a;
}
.frmBtn:focus {   cursor: pointer;   color: #FFFFFF;   background-color:#557f9a;  behavior: url(../css/pie/PIE.htc); }

.frmBtn[disabled],
.frmBtn[disabled]:hover,
.frmBtn[disabled]:active {
  background: #999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dadada), to(#f3f3f3));
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #cecece;
  color: #8f8f8f;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  cursor: not-allowed;
  text-shadow: 0 -1px 1px #ebebeb;
}

.frmBtn2
{
   cursor: pointer;
   color: #000000;
   background-color:#f7f7e7;
   height:25px;
   width: 130px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   border-style:outset;
   border-color:#336600;
   padding-top: 3px;
   padding-bottom: 4px;
      border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
}

.divHint {
	width:100%;
	color:#800b0b;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 0.9em; 
}

.divMsg {
	width:100%;
	color:#214962;
	font-weight: bold;
	font-size: 1.3em Verdana, Helvetica, Arial, sans-serif; 
}

.divMsg2 {
	width:100%;
	color:#214962;
	font-size: 1.3em Verdana, Helvetica, Arial, sans-serif; 
}

.cancelButtonW {
	width: 190px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
   	font-weight: bold;
  	text-align: center;
   	height:27px;
   	border:none;
	background: white url('../images/en/cancelbuttonW.gif') no-repeat center;
   	cursor: pointer;
   	color: white;
	padding-top: 3px;
	padding-bottom: 4px;
}

.cancelButtonW:hover {
 	border:none;
	height:27px;
	background: white url('../images/en/cancelbuttonW2.gif') no-repeat center;
   	cursor: pointer;
   	color: #333;
}

.cancelButtonWDisabled {
	width: 190px;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 14px;
   	font-weight: bold;
  	text-align: center;
   	height:27px;
   	border:none;
	background: white url('../images/en/cancelbuttonW.gif') no-repeat center;
   	cursor: pointer;
   	color: #eaeaea;
	padding-top: 3px;
	padding-bottom: 4px;	
}


.x-btn-focus.highlight-btn {  background:#5EFBA8; }
.x-btn-over.highlight-btn {  background: #5EFBA8; }

.highlight-combo .x-field-form-focus {  background: #D9FEFE; } 

.checkBoxInput:focus {
  background: #ffffcc;
  outline:5px solid #ffffcc;
}

