/*
  ABLS Team WebSite - Standard Page CSS
  Copyright (c) 2004 ABLS Team Snc
*/


/* Specific elements */

#mainTable
{
  border: 0px;
  width: 760px;
}

#headerTable
{
  border: 0px;
}

#menuTable
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#menuButton
{
  padding: 0px;
  margin: 0px;
}

#menuCell
{
  background-image: url("../img/ly_menu_body.gif");
  width: 645px;
}

#sideBar
{
  background-color: #003366;
  width: 120px;
}

#footerCell
{
  background-image: url("../img/ly_footer_copyright.gif");
  height: 59px;
}

#pageLeft
{
  background-image: url("../img/ly_page_left.gif");
  width: 7px;
}

#pageRight
{
  background-image: url("../img/ly_page_right.gif");
  width: 7px;
}

#pageContents
{
  border: 0px;
}


/* Page layout */

.PageContents
{
  background-color: #336699;
  padding: 10px;
  width: 100%;
}

.PageBreadCrumbs
{
  background-color: #333366;
  border: solid 1px #003366;
  color: white;
  font-size: 7pt;
  margin-bottom: 8px;
  padding: 2px;
  text-align: left;
}

.SideBoxTable
{
  border: solid 1px #00008b;
  width: 144px;
  margin: 2px;
}

.SideBoxTitleCell
{
  background-color: navy;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  padding: 2px;
  text-align: center;
}

.SideBoxContentCell
{
  background-color: #336699;
  background-position: bottom right;
  background-repeat: no-repeat;
  font-size: 8pt;
  padding: 4px;
}


/* Copyright and policy */

.PageCopyright
{
  font-size: 8pt;
  color: #ffffff;
}

A.PagePolicy
{
  font-size: 8pt;
}

A.PagePolicy:link
{
  color: #00ffff;
}

A.PagePolicy:visited
{
  color: #d3d3d3;
}

A.PagePolicy:hover
{
  background: none;
  color: #ffffff;
}

A.PagePolicy:active
{
}
