/* generic.css - styles that apply to generic page elements */

.hidden { display: none; }

form {
  margin-top: 0; # For IE
}

p.notice { background: #EEFFEE; border: 2px solid #00CC00; margin-left: 1%; margin-right: 1%; }

h2 { margin-top: 0; }

/* Getting the width of the main area to be the same in IE and FF */
body.hide-right-bar #main { width: 99.5%; }

span.header { font-size:80%; }

.table_head { background: #CCD5FC; }
.odd { background: #EAEDFD; }
