.default_XButtonInnerButton {
   cursor     : hand;
   cursor     : pointer;
   background : #DDDDDD url('bin/XButtonBody.png') repeat-x;
   border     : none;
}

.default_XButtonInnerButtonSelected {
   cursor : hand;
   cursor : pointer;
   background : #DDDDDD url('bin/XButtonSelected.png') repeat-x;
   border     : 1px dashed #BDDEFF;
   
}

.default_XButtonTopBorder {
   border: none;
}

.default_XButtonLeftBorder {
   border           : none;

   
}

.default_XButtonBottomBorder {
   border           : none;

}

.default_XButtonRightBorder {
   border           : none; 
}


.default_XButtonCornerLT {
  border           : none;
}
.default_XButtonCornerLB {
   border           : none;
}
.default_XButtonCornerRT {
   border           : none;
}
.default_XButtonCornerRB {
   border           : none;
}

.default_XButtonTopBorderDown {
   background : transparent url('bin/XButtonTopBorderDown.png') repeat-x;
   border     : none;
}


.default_XButtonLeftBorderDown {
   background : transparent url('bin/XButtonLeftBorderDown.png') repeat-y;
   border           : none;
}

.default_XButtonBottomBorderDown {
   background : transparent url('bin/XButtonBottomBorderDown.png') repeat-x;
   border           : none;
}

.default_XButtonRightBorderDown {
   background : transparent url('bin/XButtonRightBorderDown.png') repeat-y;
   border           : none;
}



.default_XButtonCornerLTDown {
   background       : transparent url('bin/XButtonLeftTopCornerDown.png') no-repeat;
   border           : none;
}

.default_XButtonCornerLBDown {
   background       : transparent url('bin/XButtonLeftBottomCornerDown.png') no-repeat;
   border           : none;
}
.default_XButtonCornerRTDown {
   background       : transparent url('bin/XButtonRightTopCornerDown.png') no-repeat;
   border           : none;
}
.default_XButtonCornerRBDown {
   background       : transparent url('bin/XButtonRightBottomCornerDown.png') no-repeat;
   border           : none;
}

.default_XButtonTopBorderSelected {
   border     : none;
}

.default_XButtonLeftBorderSelected {
   border           : none;
}

.default_XButtonBottomBorderSelected {
   border           : none;
}

.default_XButtonRightBorderSelected {
   border           : none;
}


.default_XButtonCornerLTSelected {
   border           : none;
}
.default_XButtonCornerLBSelected {
   border           : none;
}
.default_XButtonCornerRTSelected {
   border           : none;
}
.default_XButtonCornerRBSelected {
   border           : none;
}




.default_XButtonText{
   font:  12.5px 'Nunito', 'Roboto', 'Arial';;
   margin: 0;
   text-align       : center;
   color            : white;
   background-color : #1CA5EA;
   transition: all 0.4s ease;
}
.default_XButtonText:hover{
   background-color: #4578a5;
   transition: all 0.4s ease;
}


.default_XButtonImageDisabled{
    background-repeat :no-repeat;
    border-width:0px;
    filter:alpha(opacity=10);
    float:left;
    -moz-opacity:.10;
    opacity:.20;
    cursor : default;
}

.default_XButtonImageEnabled{
	background-repeat :no-repeat;
	cursor :  hand;
	cursor : pointer;
    border-width:0px;
    filter:alpha(opacity=100);
    float:left;
    -moz-opacity: 1;
    opacity:1;
    background-color: #ffffff !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 1px 0px 7px -1.8px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 1px 0px 7px -1.8px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 0px 7px -1.8px rgba(0,0,0,0.5) !important;
    transition: all 0.3s ease !important;
   }
   .default_XButtonImageEnabled:hover{
      -webkit-box-shadow: 1px 0px 7px 2.7px rgba(0,0,0,0.5) !important;
      -moz-box-shadow: 1px 0px 7px 2.7px rgba(0,0,0,0.5) !important;
      box-shadow: 1px 0px 7px 2.7px rgba(0,0,0,0.5) !important;
      transition: all 0.3s ease !important;
   }


