@import url('/css/template/');

@media print {
  ul#mascotLink {
    display: none;
  }

  #mascots {
    page-break-before: always;
  }
}



  div#footerContainer {
    clear: both;
    margin-top: 2cm;
  }



/* School lists */
  ul#mascotLink {
    float: right;
  }

  table.schools {
    width: 99%;
    margin: 0 auto 1em;
    border: 1px dashed #00337f;
  }

  table.schools th {
    padding: .5em;
    border-bottom: 1px dashed #00337f;
  }

  table.schools td {
    padding: .25em .5em;
    vertical-align: middle;
  }

  table.schools tr.even td {
    background-color: #d5eaff;
  }

  table.schools tr.odd td {
    background-color: #fff;
  }



/* Campus Information Page */

  div.asideColumn,
  div.contentColumn {
    border-style: solid;
    border-color: #00337f;
    border-width: 1px;
    padding: 0;
  }

  div.contentColumn {
    float: none;
    width: auto;
    overflow: visible; /* Webkit does a wonky width if overflow: auto */
    margin-left: 350px;
  }

  div.asideColumn {
    float: left;
    width: 320px;
  }

  div.columnBlock {
    overflow: auto;
  }

  div.columnBlock h3 {
    height: 25px;
    margin-bottom: .25em;
    background: #00337f url('/images/layout/bg-banner-25px.png') repeat-x;
    font-size: 18px;
    color: #dedbf7;
    text-align: center;
  }

  div.columnBlock p {
    padding-left: .5em;
    padding-right: .5em;
  }

  div.columnBlock li {
    padding-bottom: .25em;
  }

  div#schoolPhoto {
    background-color: #00337f;
    text-align: center;
    color: #fff;
    font-family: 'Arial Narrow', 'Lucida', sans-serif;
  }

  div#schoolPhoto h2 {
    margin-top: 0;
    color: #fff;
  }

  div#schoolPhoto address {
    font-size: 1.2em;
  }

  div#schoolPhoto p.phoneNumber {
    float: left;
    padding-top: 1em;
  }

  div#schoolPhoto p.faxNumber {
    float: right;
    padding-top: 1em;
  }

  div#googleMap {
    margin-bottom: 1em;
    border-bottom: 1px solid #007ac0;
  }

  div#map { /* Generated by googleLocation() */
    margin: 0 auto;
  }

  div#districtCalendar {
    float: left;
    width: 170px;
  }

  div#adLinks {
    float: right;
    width: 150px;
    text-align: center;
  }

  div#adLinks img {
    width: 100%;
    margin-top: 2.5em;
  }

  div#relatedVideos,
  div#namesakeBio {
    clear: left;
  }


  div#schoolInfo h3 {
    margin-top: 0;
  }

  div#schoolInfo table {
    width: auto;
  }

  div#schoolInfo th,
  div#schoolInfo td {
    text-align: left;
    padding: .25em .5em;
  }

  div#schoolInfo img#mascotLogo {
    float: right;
    margin: 1cm 1cm 0 0;
    width: 150px;
  }

  /* type0=alert, type1=info */
  li.alert.type0 {
    list-style-type: none;
    margin: .25em 1.5em 1em 0;
    padding: .5em;
    background-color: #ffd;
    border: 2px solid #ffd700;
  }

  a#boundariesAndBusesLink,
  a#attendanceZoneLink {
    display: block;
    float: right;
    width: 49%;
    text-align: center;
  }

  ul#boundaryChanges {
    clear: right;
  }

  div#taksScores table {
    width: 99%;
  }

  div.columnBlock#taksScores table td {
    text-align: center;
    border-bottom: 1px solid #c9eaff;
  }

  div.columnBlock#bondInfo p {
    text-align: center;
  }


