/*
 * Basic CSS for the GWTCButton widget
 */
.gwtc-Button {
  padding-top:    1px;
  padding-left:   5px;
  padding-right:  5px;
  padding-bottom: 2px;
  background :   #dfdfdf url(gwtc-button-bg.jpg) repeat-x bottom;
  border-top:    2px solid #EEE;
  border-left:   2px solid #EEE;
  border-right:  2px solid #777;
  border-bottom: 2px solid #777;
  cursor: default;
  text-align : center;
  margin-left: auto;
  margin-right: auto;
}
button.gwtc-Button:hover, 
button.gwtc-Button.gwtc-Hover { 
  background : #d0d0d0 url(gwtc-button-bg-over.jpg) repeat-x bottom; 
}
button.gwtc-Button:active,
button.gwtc-Button.gwtc-Active {
  cursor: wait;	
}	
button.gwtc-Button.gwtc-Active { 
  padding-top:    2px;
  padding-left:   8px;
  padding-right:  2px;
  padding-bottom: 1px;
  border-top:    2px solid #777;
  border-left:   2px solid #777;
  border-right:  2px solid #EEE;
  border-bottom: 2px solid #EEE;
}
button.gwtc-Button.gwtc-Disabled {
   color: #dfdfdf;
   font-weight: bold;
   border: 2px solid #dfdfdf;
}
