/*
Document   : WQstyle.css
Created on : Jun 19, 2008
Author     : jp
*/


@media screen {

  html {
    background-color: #609fc8;
    background-image: url(../images/fade3.png);
    background-repeat: repeat-y;
    background-position: left;
  }

  body {
    background-image: url(../images/Title3.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
  }

  /* restore buttons that get crunched by yui-reset */
  input[type='submit'], input[type='button'] {
    padding: 1px 8px;
  }

  .backgroundContainer{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background-color: #ece4ca;
    padding: 10px 20px 10px 20px;
  }

  div.tabStyle, div.tabstyle {
    background-color: #468;
    color:white;
    margin: 15px 0px 0px 0px;
    padding: 3px;
    font-weight: bold;
  }

  div.tabBody {
    border: 1px solid #468;
    background-color:white;
    margin: 0px 0px 15px 0px;
    padding: 10px 10px 10px 10px;
  }

  .rounded {
    border-radius: 5px;
  }
  .roundedTop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .roundedBottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #hd {
    height:80px;
    width:100%;
    text-align:left;
  }

  #appTitle {
    font-size: 25px;
    color:#069;
  }

  #subTitle {
    color: #990000;
    font-size:20px;
    padding-left:5px;
  }

  #ft {
    color: white;
    margin: 25px;
    text-align:center;
  }

  #ft a {
    text-decoration:none;
    color: black;
  }

  h2 {
    font-size:25px;
  }

  h3 {
    font-size:16px;
  }

  a.externalLink{
    background: url(../images/external.png) right no-repeat;
    padding: 0px 15px 0px 0px;
  }

  .message {
    padding:1em;
    border:1px solid #fbb;
    background-color:#fdd;
    margin: 0px 0px 15px 0px;
  }

  table {
    width: 100%;
    text-align: center;
  }

  tr.odd {
    color: black;
    background-color: #e0e0e0;
  }

  tr.even {
    color: black;
    background-color: #f0f0f0;
  }

  .tableheader th {
    color: black;
    background-color: #B0C4DE;
    text-align: center;
    font-weight: bold;
    border: solid 2px white;
  }

  .wqtable td, left {
    text-align: left;
    padding-left: .7em;
    padding-right: .7em;
  }

  .wqtableBorder td {
    border: solid 1px white;
  }

  /* generic names as these may be overridden with other colors */
  .bg-color1 {
    background-color: #ece4ca;             /* this is often set to the same color as the backgroundContainer  */
  }

  .bg-color2 {
    background-color: #e5e5e5;
  }

  #mapLegend {
    border: 1px solid #336699;
    background-color: white;
    overflow:auto;
    /*
    warning padding-top/bottom must be zero otherwise
    mapLegend and mapWindow won't align correctly
    */
    padding:0px 10px 0px 10px;
  }

  #mapLegend li {
    text-align:left;
    margin:10px 0px 0px 5px;
  }

  #mapLegend .legendHead {
    text-align:center;
    margin:15px 0px 10px 0px;
  }

  #mapWindow {
    border: 1px solid #336699;
  }

  .disclaimer {
    text-align:center;
    margin: 15px 0px 15px 0px;
  }

  p {
    margin-bottom: 1em;
  }
  
  strong, .strong {
    font-weight: bold;
  }
  
  .standaloneMsgBox {
    padding: 1em; 
    margin: 5px 0px 15px 0px;
  }

  .bg-color-odd {
    background-color: #e0e0e0;  
  }

  .bg-color-even {
    background-color: #f0f0f0; 
  }

  .float-width-35 {
    float: left;
    width: 35%;
  }

  .float {
    float: left;
  }
}