/*
 * BUTTON.CSS
 * Copyright (C) 2005-2006 Six Ray Vision LLC.  All rights reserved.
 * $Source: /opt/cvs/lasvegas/war/style/button.css,v $
 */


/* ***** BUTTON ***** */
a em, a:link em, a:visited em, a:active em {
  font-style: normal;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 5px;
  background: #f0f0f0;
  color: #666;
  border: 1px solid #ccc;
}

a:hover em {
  cursor: pointer;
  background: #fafafa;
  color: #333;
  border: 1px solid #666;
}

.button, input.button {
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px;
  background: #f63;
  color: #fff;
  border: 1px solid #333;
  cursor: pointer;
}

input.button-cancel {
  background:      #900;
  color:           #fff;
  cursor:          pointer;
}

input.button-commit {
  background:      #090;
  color:           #fff;
}

.button-stack input, input.button-stack {
  font-family:     arial, tahoma, arial, helvetica, sans-serif;
  margin:          2px 0px;
  background:      #ffc;
  padding:         0px 5px;
  cursor:          pointer;
}

