﻿body
{
  background: #fff url('images/template/content.bg.gif') repeat-y left;
}

#page
{
  font-size: 0.7em;
  line-height: 1.3em;
  text-align: left;
  width: 994px;
  width: 100%;
}

#pageheader
{
  background: #000 url('images/template/header.bg.right.nobr.jpg') no-repeat right;
  height: 130px;
  position: relative;
}

#pageheader .logo {
  background: transparent url('images/template/header.logo.jpg') no-repeat 18px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 130px;
}

#pageheader .logo a {
  width: 100%;
  height: 100%;
}

#pagemenu.horizontal
{
  background: transparent url('images/template/navigation.hor.filler.gif') no-repeat left -2px;
  height: 35px;
  padding-left: 150px;
}

#pagemenu.horizontal table
{
  border-spacing: 4px;
  height: 28px; 
  width: 100%;
  table-layout: fixed;
}

#pagemenu.horizontal table td
{
  height: 28px;
  margin: 0;
  padding: 0;
}

#pagemenu.horizontal table a
{
  background: transparent url('images/template/navigation.hor.bg.gif') repeat-x -5px; 
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-variant:small-caps;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  text-decoration: none;
}

#pagemenu.horizontal label {
  line-height: 1em;
}


#pagemenu.horizontal table tr td a:hover
{
  background: transparent url('images/template/navigation.hor.bg.selected.gif') repeat-x -5px;
  color: #002b5f;
}

#pagecontentcontainer 
{
/*  background: transparent url('images/debug_grid.gif') no-repeat top left;*/
  border: none 0 transparent;
  position: relative;
  width: 100%;
}

#pagesubmenu.vertical
{
  background: transparent url('images/template/navigation.left.bg.jpg') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;

  min-height: 527px;
  height: auto !important; /* min-height hack for several non-IE browsers */
  height: 527px;
}

#pagecontent
{ 
  margin: 2px 8px 10px 158px;
}

#pageinnercontent
{
  width: 100%;
}

/* thinmaster overrides */
body.thinmaster
{
  background: #fff none;
}

.thinmaster #page
{
  background: #fff none;
  margin: 0;
  text-align: left;
  width: auto;
}

.thinmaster #page
{
  margin: 8px;
}
.thinmaster #pagecontentcontainer
{ 
}

.thinmaster #pagecontent
{
  margin: 0;
/*  padding: 8px;*/
}

#pageinnercontent a {
  border-bottom: dotted 1px #2f688b;
  color: #2f688b;
  text-decoration: none;
}

#pageinnercontent a:hover {
  border-bottom-style: solid;
  color: #184f70;
  text-decoration: none;
}
