/* XXX - for dojo alignment */
body, html {
  margin: 0px;
  overflow: hidden;
  //background-color:#9ec3fb;
  background-color:#7591bc;
}
#pageContainer {
  width:100%;
  height:100%;
}
#hdrPane {
  height:50px;
  margin-left:10px;
}
#ftrPane {
  height:20px;
  margin-top:10px;
  margin-right:15px;
  text-align:right;
}
#info {
  padding:10px;
  margin-right:10px;
  font-size:10pt;
}
#mapPane {	
  width:60%;
  margin-left:10px;
  margin-right:10px;
  border:1px solid grey;
}
#ysmwin {
  font-size:9pt;
}
#yswid {
  font-size:9pt;
}
#ysaeid {
  font-size:9pt;
}
body {
      font-family:arial,sans-serif;
      font-size:9pt;
}

table.listing {
  border:1px solid grey;
  border-collapse:collapse;
}
table.listing td, table.listing th {
  border:1px solid grey;
  border-collapse:collapse;
  padding:3px;
}
table.listing tr {
  font-size:10pt;
}
table.listing tbody td {
  background:#ddd;  
}
table.listing tbody tr.tr1 td {
  background:#aaa;
}
