
body{
  background: #eee url('SiteImages/paneBackground.jpg') center center no-repeat;
  color: #000;
  min-width: 800px;
  font-family: Arial, tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

a{
  text-decoration: none;
}


* img{
  border: 0;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/***********************************
* PAGE CONTAINER TO FOOT THE FOOTER
***********************************/
div#container {
  position: relative;
  min-height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}


/*********
* HEADER
*********/
div#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}
div#header table{ 
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div#header a{
 color: #fff;
}
div#header table tr,
div#header table tr td{ 
  margin: 0;
  padding: 0;
}
div#logout{
  background: transparent;
  position: absolute;
  top: 55px;
  right: 0;
  width: 100px;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}
div#logout a{ 
  text-decoration: none;
  color: #000;
}

div.error{
  color: red;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
  display: block;
  margin: 15px auto;
  padding: 10px;
  max-height: 100px;
  max-width: 600px;
  overflow: auto;
  z-index: 2;
}

/******************************
* WRAPPERS FOR THE INDEX PAGES
******************************/
div#infopane{
  margin: 30px 30px auto 30px;
  border: 1px solid #ccc;
  background: #e0e0e0;
}

table.infowrapper{
  width: 100%;
  padding: 20px;
  border-spacing: 10px;
}

table.infowrapper td{
  margin: 20px;
  vertical-align: top;
}
div#infopane div.nav{
  display: block;
  font-size: 12px;
  max-height: 450px;
  overflow: auto;
  padding-right: 10px;
  margin: 0;
}
* html div#infopane div.nav{ 
  height: 450px;
}
div#infopane td.nav h3{
  margin: 10px;
  text-align: center;
  border-bottom: 1px solid #aab;
}
div#infopane td.nav, div#infopane .search-results{
  background: #eef;
  border: 1px solid #aab;
}
.search-results{
 padding: 20px;
  font-size: 90%;
}

div#infopane .search-results p{
  display: inline;
}
div#infopane div.options{
  display: block;
  padding: 0px;
  margin: 0 30px;
}
div#infopane div.options img{
  vertical-align: middle;
}
div#infopane div.options a{
  color: #339;
}
div#infopane div.options ul{
  margin: 0;
  padding: 0;
}
div#infopane div.options ul li{
  width: 90%;
  padding: 3px;
}

div#infopane .info{
  padding: 20px;
  background: #fff;
  border: 1px solid black;
  max-height: 600px;
  overflow: auto;
}

div#infopane .info a{
  color: #339;
}

div#infopane ul{
  list-style: none;
  padding-left: 20px;
}
* html div#infopane ul{
  padding: 0;
}
div#infopane ul ul{
  border: 0;
  padding: 0 0 0 16px;
}
* html div#infopane ul ul{
  margin:0;
}
div#infopane ul li{
  /*width: 100%;*/
  padding: 0px;
}

div#infopane ul a{
  color: black;
  margin: 0;
  text-decoration: none;
}

.offline, .offline a{
  background: #faa;
}

div#blurb{
  font-size: 13px;
}
div#blurb ul{
  list-style: disc;
}

/***************************
* INDEXES
***************************/
table.index{
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}
table.index td.title{
  margin: 0;
  padding: 0;
  vertical-align: top;
}
table.index td.title p{
 display: inline;
}
table.index td.tdPn{
  margin: 0;
  padding: 0;
  width: 20px;
  text-align: right;
}
table.index td.tdButton{
  width: 16px;
  padding: 0;
  margin: 0;
}

/***************************
* FORM
***************************/
div.form{
  padding: 30px 10px;
}

/*IE6 hack*/
* html div.form{ 
  width: 280px;
}

div.field{
  display: block;
  float: right;
  clear: right;
  padding: 10px;
}

/*********************************
* WRAPPERS FROM SLIDE POSITIONING
*********************************/
div#slide{
  min-height: 753px;
}
div#pagewrapper{ 
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
  text-align: center;
}

table#centertable{ 
  position: absolute;
  margin-left: -421px;
  top: -338px;
  left: 50%;
  padding: 0;
  visibility: visible;
}

div#page{
  background: #e0e0e0;
  width: 842px;
  height: 676px;
  border: 1px solid #ccc;
  position: relative;
  padding: 0 10px 10px 10px;
  text-align: right;
  font-variant: small-caps;
  font-size: 12px;
  overflow: hidden;
  z-index: 1;
}
* html div#page{
  text-align: left;
}

/***************************
* UI DISPLAYS
***************************/
div#progressBar{
  display: none;
  position: absolute;
  width: 0px;
  height: 6px;
  margin-top: 4px;
  max-width: 840px;
  background: #eef;
  border: 1px solid #dde;
  z-index: 1;
  overflow: hidden;
}
* html div#progressBar{
}
div#pageNumber{
  min-height: 14px;
  position: relative;
  z-index: 2;
}
* html div#pageNumber{
  display:block;
  float:right;
}
#spinner{
  display: none;
  position: absolute;
  margin-top: 10px;
  margin-left: 790px;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}
* html #spinner{
  margin-top: 20px;
}

/************************************
* CONTENTS - slide content container
************************************/
div#contents{
  background: #fff;
  width: 800px;
  height: 600px;
  padding: 20px;
  margin: 0;
  border: 1px solid #bbb;
  overflow: auto;
  text-align: left;
  font-size: 12pt;
  font-variant: normal;
}
div#contents a{
  color: #339;
}
div#contents a.autolink-term{
font-weight: bold;
}
div#contents a.autolink-term:hover{
  text-decoration: underline;
}


div#contents img{
  vertical-align: middle;
}

/***************************
* CONTROLS
***************************/
div#controls{
  color: #000;
  background: #eef;
  text-align: center;
  border: 1px solid #aab;
  padding: 2px 0;
  display: block;
  height: 16px;
  left:0;
  right:0;
  bottom: 0;
  font-size: 12px;
  overflow: hidden;
}
div#controls a{ 
  color: #000;
  text-decoration: none;
}
div#controls img{
  vertical-align: middle;
}
div#controls table {
  height: 16px;
  margin: 0;
}
div#controls td, div#controls tr{ 
  padding: 0 10px;
  margin: 0;
}

/***************************
* FOOTER
***************************/
div#footer{
  display: block;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 2px 0px;
  border: 0;
  height: 22px;
  overflow: hidden;
}

div#footer table{
  margin: 0 auto;
  padding: 0;
}

div#footer a{
  color: #fff;
  text-decoration: none;
}
div#footer a:hover{
  text-decoration: underline;
}
