﻿@media screen {

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #9a9b9a;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 90%;
}

div.verticalspacerbox {
  width: 760px;
  margin: 0 auto 0 auto;
  padding: 0;
  height: 5px;
  clear: both;
}

div.horizontalspacerbox {
  float: left;
  width: 5px;
  height: auto;
  margin: 0;
  padding: 0;
}

div.horizontalspacerbox-top {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

div.horizontalspacerbox-middle {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

div.horizontalspacerbox-bottom {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

div#pagebox {
  width: 760px;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000000;
}

div#titlebox {
  height: 100px;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url( 'titlebox-background.jpg' );
  background-repeat: no-repeat;
}

div#menubox {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
}

div#menubox-top {
  width: auto;
  margin: 0;
  padding: 0;
  background-image: url( 'menubox-background-top.jpg' );
  background-repeat: no-repeat;
}

div#menubox-middle {
  width: auto;
  margin: 0;
  padding: 5px 0 5px 0;
  background-image: url( 'menubox-background-middle.jpg' );
  background-repeat: repeat-y;
}

div#menubox-bottom {
  width: auto;
  height: 19px;
  margin: 0;
  padding: 0;
  background-image: url( 'menubox-background-bottom.jpg' );
  background-repeat: no-repeat;
}

div#contentbox {
  float: left;
  width: 605px;
  min-height: 200px;
  margin: 0;
  padding: 0;
  font-family: "Verdana", "Arial", sans-serif;
}

div#contentbox-top {
  width: 605px;
  margin: 0;
  padding: 0;
  background-image: url( 'contentbox-background-top.jpg' );
  background-repeat: no-repeat;
}

div#contentbox-middle {
  width: 575px;
  margin: 0;
  padding: 5px 10px 5px 5px;
  background-image: url( 'contentbox-background-middle.jpg' );
  background-repeat: repeat-y;
}

div#contentbox-bottom {
  width: 605px;
  height: 19px;
  margin: 0;
  padding: 0;
  background-image: url( 'contentbox-background-bottom.jpg' );
  background-repeat: no-repeat;
}

div#footerbox {
  clear: both;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 80%;
}

div#addressesbox {
  float: right;
  width: 605px; 
}

div#colophonbox {
  clear: both;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 80%;
}

/* --- MENUS --- */
div.menu {
  width: auto;
  padding: 2px 7px 2px 2px;
  margin: 0;
  color: #000000;
  background-color: Transparent;
  font-size: 75%;
  font-family: "Tahoma", "Arial", Sans-Serif;
}

div.menu a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding-left: 5px;
}

div.menu a:hover {
  color: #ffffff;
  background-color: #909090;
  text-decoration: underline;
}

div.menu ul {
  display: block;
  list-style: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

div.menu ul li {
  background-color: transparent;
  padding: 0;
  margin: 0;
}


/* Menu Level 1 */
div.menu > ul > li > a {
  padding-left: 2px;
}

/* Menu Level 2 */
div.menu > ul > li > ul > li > a {
  padding-left: 2px;
}

/* Menu Level 3 */
div.menu > ul > li > ul > li ul > li > a {
  padding-left: 10px;
}

/* Forms */
form.aspform {
  display: inline;
}

table.form {
  width: 98%;
}

table.form tbody tr td {
  font-size: 90%;
}

div.form {
  margin: auto;
  width: auto;
}

div.section {
  margin: .5em auto .5em auto;
  clear: both;
}

div.section > label {
  display: block;
}

div.section > span {
  display: inline;
}

div.sectionpart {
  float: left;
  margin-right: 1em;
}

div.sectionpart > label {
  display: block;
}

div.sectionpart > span {
  display: inline;
}

div.section input {
}

.wizardstep {
  width: 512px;
  min-height: 400px;
  margin: 0;
  padding: 5px;
  border: solid 1px #808080;
  font-size: 11px;
}

.wizardsidebar {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  /* background-image: url( '../images/bubble-background_orange.jpg' ); */
  border: solid 0px black;
}

.wizardsidebarbuttons {
  display: block;
  width: 80px;
  /* height: 25px; */
  margin: 0 auto 0 auto;
  padding: 2px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}

.wizardsidebarbuttons:hover {
  background-color: #909090;
}

div.validationsummary {
  height: 15em; 
  width: 80%; 
  margin: auto;
  font-size: 80%;
}

/* Clearing elements */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* Parallel Columns */
div.parallelcols {
}

div.parcol {
}

/* Tables */
table caption { font-weight: bolder; }

/* Headers */
h1 { font-size: 120%; font-style: normal; font-weight: bold; text-align: center; }
h2 { font-size: 115%; font-style: normal; font-weight: bold; text-align: center; }
h3 { font-size: 110%; font-style: italic; font-weight: bold; }
h4 { font-size: 105%; font-style: normal; }
h5 { font-size: 10o%; font-style: italic; }
h6 { font-size: 100%; font-style: normal; }

img.imagebutton { border: none; }

/* Miscellaneous */
.required { text-decoration: underline; color: #ff0000; }
.note { font-size: 80%; font-style: italic; }
.title { font-size: 80%; font-weight: bolder; text-align: center; }
.inset1 { float: right; width: 162px; margin: 5px; border: solid 1px black; padding: 5px; }

div.hr {
  width: 90%;
  height: 2px;
  margin: 5px;
  background-image: url( 'hr.jpg' );
  background-repeat: repeat-x;
}

}