/**
 * Styles for report form
 */

/* Positioning for all list boxes */
.report-form .list-metrics, 
.report-form .list-locations, 
.report-form .list-years, 
.report-form .list-schooltypes {
  margin-top: 6px;
}

.report-form .check-excel {
  margin-top: 7px;
}


/* Borders for select boxes */
.report-form .list-years select, .list-schooltypes select {
  border: 1px solid #cccccc;
}

/* Metrics selector */
.report-form .list-metrics {
  font-size: .9em;
  border: 1px solid #cccccc;
}

.report-form .list-metrics .select-links {
  padding: 2px 0 0 6px;
}

.report-form .list-metrics .scroll-container {
  height: 260px;
  overflow: auto;
}

.report-form .list-metrics td {
  padding: 0;
}

.report-form .list-metrics tr.stat-group {
  background: transparent url(images/titlefader.png) 0 0 repeat-x;
}

.report-form .list-metrics tr.stat-group td {
  padding: 2px 2px 2px 2px;
  font-weight: bold;
}

.report-form .list-metrics tr.stat td {
  padding: 0 2px 2px 0;
}

.report-form .list-metrics tr.stat td.check {
  vertical-align: top;
}

/* Locations selector */
.report-form .list-locations {
  font-size: .9em;
  border: 1px solid #cccccc;
}

.report-form .list-locations h5 {
  margin: 2px 6px;
}

.report-form .list-locations .locations {
  padding: 0px 6px;
}

.report-form .list-locations .locations table {
  margin: 0px;
}

.report-form .list-locations .locations table td {
  padding: 0 2px 2px 2px;
}

.report-form .list-locations .locations table td.check {
  vertical-align: top;
  width: 20px;
}

.report-form .list-locations .clear-link {
  float: right;
  text-align: right;
}

div.location-selector {
  padding: 10px;
}

