/**
 * @package UMS2-Sample
 * @subpackage Themes-Default
 * @version $Id: default.css,v 1.1 2007/01/14 00:08:17 neven Exp $
 * @author Neven Boyanov
 * @copyright 2006 by Neven Boyanov and AppletWorks
 **/

/* ---- Body items ---- */

BODY
{
  COLOR: Black;
  BACKGROUND-COLOR: White;
  MARGIN: 10px;
}

/* ---- Anchor items ---- */

A
{
  font-weight: bold;
  text-decoration: none;
  color: DarkGrey;
}

A:hover
{
  color: Black;
  text-decoration: underline;
}

/* ---- Table items ---- */

TD
{
  font-size: 10pt;
  COLOR: DarkGrey;
  BORDER: 1px dotted Grey;
  PADDING: 4px;
}

/* ---- Form items ---- */

INPUT
{
  font-family: Monospace;
  font-weight: bold;
  color: #666666;
  margin: 2px;
  padding: 2px;
}

INPUT:focus
{
  outline: 2px solid #ddeeff;
}

INPUT[type=text],
INPUT[type=password]
{
  background: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
}

INPUT[type=password]
{
  color: #a0a0a0;
  background: #f2f2f2;
}

INPUT[type=submit]
{
  background: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
}
INPUT[type=submit]:active
{
  border: 1px solid #cccccc;
  border-top: 2px solid #bbbbbb;
  border-left: 2px solid #bbbbbb;
}
