
@media screen {

  .border-2-blue{
    border-top-style:solid;
    border-top-color:#468;
    border-top-width:10px;
  }

  .messages{
    text-align: center;
    margin-bottom:5px;
    background-color: #e5e5e5;
    color:red;
  }

  .title-bar{
    width:auto;
    height:auto;
    text-align:center;
    font-size:105%;
    padding:5px;
  }

  .header-menu{
    float: right;
    height: 35px;
  }
  .header-menu a{
    position: relative;
  }
  .header-menu div{
    float: left;
    margin-top: 7px;
    padding-right: 3px;
  }
  .header-menu-cap{
    float: right;
    width: 40px;
    height: 35px;

  }

  /* school select tag */
  #outer-box{
    height:auto;
    padding:10px;
  }
  #list-box{
    width:auto;
    border : 1px solid #000;
    margin-top:10px;
    padding:5px;
  }
  #table-box{
    height:450px;
    overflow:auto;
  }
  


  div #print {
    float: right;
    width:35px;
    margin-right:10px;
  }
  div #print:hover {
    cursor: pointer;
  }
  div #back {
    float: left;
    width:35px;
    margin-left:10px;
  }
  div #back:hover{
    cursor: pointer;
  }
  #appTitle{
    font-size: 25px;
    color:#069;
  }
  div #pageTitle{
    text-align:center;
    font-size: 25px;
    color:#069;
  }
  .sectionTitle{
    text-align:center;
    margin-top:15px;
    font-size: 20px;
    color:#069;
    clear:both;
    width:100%;
    height:25px;
  }
  div.infoColumn{
    width:48%;
    float:left;
    text-align:left;
  }
  div#letterList {
    margin: 5px 0px 5px 0px;
    width:100%;
    /*float:left;*/
    text-align:center;
    /*height:45px;*/
  }
  div#letterList a.active{
    color:red;
    font-size:large;
  }
  div#letterList a{
    padding:0px 3px 3px 3px;
    color:blue;
    /*text-decoration:none;*/

  }

  /* restore buttons that get crunched by yui-reset */
  input[type='submit'], input[type='button'] {
    padding: 1px 8px;
  }

  .thinBlackBorder {
    border: solid;
    border-width: thin;
    border-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  div.ThinBlackBorder {
    border: solid;
    border-width: thin;
    border-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  div.tabFrame {
    margin: 0px 10px 0px 10px;
  }
  div.ThinGrayBorder {
    border: solid;
    border-width: thin;
    border-color: #e0e0e0;
  }
  div.ThickBlueBorder {
    border: solid;
    border-width: thick;
    border-color: #000066;
  }
  span.StrongText {
    font-weight: 700;
    text-align: center;
  }
  table.Warning {
    width: 100%;
    background-color: #0000a0;
    border: solid;
    border-width: thick;
    border-color: #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
  }
  
  #updateBusPassForm input[type='radio']{
    margin-left: 10px;
    margin-right: 3px;
  }

  .rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .roundedTop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
  }
  
  .roundedTopRight {
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
  }

  .roundedBottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
  }

}