/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.alert-error {color:red}
.alert-notice {color:green}

a {
  color: blue;
}

a:visited {
  color: darkblue;
}

body {
  margin: 0;
  padding: 1em 2em;
}

table {
  border-collapse: collapse;
}

table.layout {
  margin: 0;
}

table.layout th {
  padding: .5em 0;
  padding-right: 1em;
  text-align: left;
  border: 0
}

table.layout td {
  border-width: 0;
  padding: .5em 0;
}

td,th {
  border: 1px solid #888;
  padding: 0.2em 1em;
}

h4 {
  text-align: left;
  margin-bottom: 0;
}

ul.menu {
  list-style: none;	
  margin: 1em 0 2em;
  padding: 0;
}

ul.menu li {
  display: inline;  
  font-size: 12pt;
  margin: 0 0.5em;
}

ul.menu form {
  display: inline;
}

ul.menu a, ul.menu input {
  font-family: arial;
  font-size: 12pt;
  text-decoration: none;
  color: darkblue;
  border: 0;
  padding: 0.5em 0.5em;
  background-color: #aee;
}

ul.menu a:hover, ul.menu input:hover {
  color: purple;
  background-color: #eea;
  cursor: pointer;
}

