/*****************************************************************************
** www.KennedyApproach.com
** (c) 2009 M.Franssen
*****************************************************************************/
body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  cursor: default;
  text-align: left;
  background-color: #004080;
}

/* Page Menu
************/
table.barmenu {
  border-width: 0px;
  border-style: solid;
  border-spacing:0px;
  border-collapse: collapse;
  border-color:#000000;
  width:100%;
  color: #000000; font-size: 10px; font-family: Verdana;
}
/* used inside barmenu to make sure it stays 75px wide. Goddamn browsers. */
div.barmenu {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}
tr.barmenu {
  height:20px;;
  min-height:20px;
  max-height:20px;
}
td.barmenufiller {
  background: url("images/css/ka/barfiller.bmp") 0 0 repeat-x;
  width:auto;
}
td.barmenu {
  color: #000000; 
  font-size: 10px; 
  font-family: Verdana;
  width:75px;
  min-width:75px;
  max-width:75px;
  height:20px;
  background: url("images/css/ka/tabs.bmp") 0 0 no-repeat;
  text-align:center;
  vertical-align:middle;
}
td.barmenu:hover {
  color: #FFFFFF; 
  background-position: 0 -20px;
  cursor : pointer;
}
td.barmenuactive {
  color: #000000; 
  font-size: 10px; 
  font-family: Verdana;
  width:75px;
  min-width:75px;
  max-width:75px;
  height:20px;
  text-align:center;
  vertical-align:middle;
  background: url("images/css/ka/tabs.bmp") 0 0 no-repeat;
  background-position: 0 -40px;
}


/* Page Root
************/
table.root{
  width:100%;
  background-color: #211BAE;
  background-color: #004080;
}
td.rootcenter{
  width:auto;
  height: 75px;
  background: url("images/css/fpka.bmp") 50% 50% no-repeat;
  background-attachment:fixed;
  background-position: 200px 5px;
}
td.rootfill{
  width: 5px;
  min-width: 5px;
  max-width: 5px;
/*  background-image: url("images/css/ka/root.bmp"); */
}
td.rootbottom{
  height: 5px;
  min-height: 5px;
  max-height: 5px;
/*  background-image: url("images/css/ka/root.bmp"); */
}

