body {
  background-color: #f5ebcc;
  background-image: url('../images/bg/page-bg.png');
  background-position: 50% 0%;
  background-repeat: repeat-y;
  margin: 0px;
  }

body,table,input,select,text-area {
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 13px;
  color: #444444;
  }

#pageTop {
  background-image: url('../images/bg/page-top-blue-bg.png');
  background-position: 50% 0%;
  background-repeat: repeat-x;
  }

#banner {
  width: 893px;
  margin: 0px auto;
  height: 79px;
  background-image: url('../images/bg/banner-bg.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  text-align: right;
  padding-right: 25px;
  }

#banner img {
  width: 56px;
  height: 53px;
  border: 0px;
  opacity: 0.66;
  filter:alpha(opacity=66); /* For IE8 and earlier */
  }

#banner img.act, #banner img:hover {
  opacity: 1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  }

#pageCnt {
  width: 838px;
  padding: 8px 40px 20px 40px;
  margin: 0px auto;
  }

p {
  line-height: 150%;
  margin-top: 0px;
  }

hr {
  border: 0;
  color: #b7d0e5;
  background-color: #b7d0e5;
  height: 1px;
  margin: 20px 0px;
  }

ul {
  margin: 10px 0px 20px 20px;
  padding: 0px;
  list-style-type: square;
  }

li {
  padding-top: 3px;
  margin-bottom: 3px;
  }

a:link,a:visited,a:active {
  color: #3178b4;
  text-decoration: underline;
  font-weight: bold;
  }

a:hover {
  color: #000;
  text-decoration: none;
  }

a:link.red,a:visited.red,a:active.red,a:hover.red {
  color: #990000;
  }

h1 {
  color: #3178b4;
  text-align: right;
  font-size: 21px;
  margin: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #3178b4;
  padding-bottom: 5px;
  }

h3 {
  color: #3178b4;
  margin: 5px 0px 15px 0px;
  font-size: 14px;
  }

h1 span {
  font-weight: normal;
  }


/* Wizard */

#wizard {
  background-color: #cbddec;
  border: 1px solid #3178b4;
  border-collapse: collapse;
  height: 29px;
  width: 100%;
  margin-bottom: 50px;
  font-family: "Trebuchet MS";
  font-size: 12px;
  font-weight: bold;
  }

#wizard td {
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  }

#wizard #wiz0 {
  background-color: #f5ebcc;
  padding-left: 20px;
  background-image: url('../images/wizard/magic-wand.png');
  background-repeat: no-repeat;
  width: 80px;
  }

#wizard #wiz1 {
  padding: 0px 15px;
  color: #3178b4;
  }

#wizard #wiz1_a {
  padding: 0px 15px;
  background-color: #3178b4;
  color: white;
  }

#wiz1 b {
  color: #444444;
  }

#wiz1_a b {
  color: #cbddec;
  }

#wizard img {
  width: 8px;
  height: 29px;
  }

#wizard .arrow {
  width: 8px;
  }


/* Buttons */

.btnAdd, .btnCancel, .btnGo, .btnBack {
  display: block;
  padding: 5px 8px 5px 25px;
  background-color: #d7f4c3;
  border: 1px solid #b0d597;
  background-image: url('../images/misc/add.png');
  background-repeat: no-repeat;
  background-position: 6px 5px;
  float: right;
  font-size: 12px;
  margin-left: 10px;
  }

a:link.btnAdd, a:active.btnAdd, a:visited.btnAdd {
  color: #69a242;
  font-weight: normal;
  }

a:hover.btnAdd {
  color: #000;
  }

.btnCancel {
  background-color: #f4cac3;
  border: 1px solid #d5a097;
  background-image: url('../images/misc/cancel.png');
  }

a:link.btnCancel, a:active.btnCancel, a:visited.btnCancel {
  color: #a24f42;
  font-weight: normal;
  }

a:hover.btnCancel {
  color: #000;
  }

.btnGo {
  background-color: #c8deee;
  border: 1px solid #8fbcdd;
  background-image: url('../images/misc/go.png');
  }

a:link.btnGo, a:active.btnGo, a:visited.btnGo {
  font-weight: normal;
  }

.btnBack {
  background-color: #c8deee;
  border: 1px solid #8fbcdd;
  background-image: url('../images/misc/back.png');
  }

a:link.btnBack, a:active.btnBack, a:visited.btnBack {
  font-weight: normal;
  }

