/*
  index.css
  Hawk v0.01 beta
  This code is distributed under the terms of the LGPL (cross-browser.com/license.html)
*/

#column1 {
  color:#000; background:#336699;
  padding:10px;
  font-size:12px;
  font-family:arial,verdana,sans-serif;
  border-left:1px solid #000;
  visibility:hidden;
}
#column2 {
  color:#000; background:#fff;
  padding:10px;
  font-size:12px;
  font-family:arial,verdana,sans-serif;
/* downgrade mode */
  float:left;
  width:40%;
}
#column3 {
  color:#000; background:#fff;
  padding:5px;
  font-size:12px;
  font-family:arial,verdana,sans-serif;
  border-left:1px dotted #999;
/* downgrade mode */
  float:left;
  width:25%;
}

/* downgrade mode, these get over-ridden in site.css */

.xmBox {
  margin-left:10px;
/*
  border-left:1px dotted #633;
  border-top:1px dotted #633;
*/  
}
#SiteMenu {
  width:18%;
  float:left;
}
#PageMenu {
  float:left;
  width:18%;
}

