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

.hidden { display: none; }

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

h2 { margin-top: 0; }

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

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

.table_head { background: #d2e2f0; }
.odd { background: #eaf1f8; }