/* THEME CSS */
.aetbody {
  background-image: url('../images/bd-bg.gif');
  background-repeat: repeat-y;
  background-position:center;
}

body, .hd-full, .bd-full, .ft-full {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

/* HEADER */

.hd-left {
  left: 0px;
  position: absolute;
  height: 212px;
  width: 50%;
  background-image: url('../images/h-left.gif');
}
.hd-right {
  position: absolute;
  right: 0px;
  height: 212px;
  width: 50%;
  background-image: url('../images/h-right.gif');
}
.hd-center {
  position: relative;
  width: 950px;
  margin: 0px auto;
  height: 212px;
  background-image: url('../images/h-mid.gif');
}
.hd-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 212px;
  width: 265px;
  background-image: url('../images/h-logo.gif');
}
.hd-slogan {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 212px;
  width: 361px;
  background-image: url('../images/h-slogan.gif');
}
#hd-scroller {
  position: absolute;
  top: 151px;
  left: 0px;
  height: 60px;
  width: 265px;
  background-image: url('../images/animation.jpg');
  background-repeat: repeat;
}

/* BODY */

.bd-full {
  background-color: rgb(220, 223, 248);
}
.bd-center {
  width: 948px;
  margin: 0px auto;
  padding: 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: white;
}
.content {
  overflow: hidden;
  width: 100%;
}
.content-left {
  float: left;
  width: 190px;
  padding: 5px;
  padding-right: 0px;
}
.content-mid {
  float: right;
  width: 737px;
  padding: 5px;
  border-left: 1px solid black;
}

/* FOOTER */

.ft-full {
  background-image: url('../images/f-side.gif');
  border-top: 1px solid black;
}
.ft-center {
  width: 948px;
  margin: 0px auto;
  height: 39px;
  background-image: url('../images/f-mid.gif');
  border-left: 1px solid black;
  border-right: 1px solid black;
}
body.printmode {
  padding: 0.5em;
  background-image: none;
}

/* GENERAL ELEMENT CSS */

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #444;
}
a {
  color: rgb(23,55,150);
  font-weight: bold;
  text-decoration: none;
}

/* GENERAL CLASS CSS */

.centerdata {
	text-align: center;
}
.centerdata td.first {
	text-align: left;
}
.datatable {
  border-width: 1px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
  background-color: white;
}
.datatable th {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: gray;
  background-color: white;
}
.datatable td {
  padding: 3px;
  border: 0px solid white;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background-color: white;
}
.datatablesmall td.first {
  font-size: 11px;
}
.datatablesmall td {
  font-size: 9px;
}
.datatable tr.odd td {
  background-color: #d0d2ff;
}
.datatable tr:hover td, .datatable tr:hover td a {
  background-color: #666;
  color: #fff;
}
.datatable tr.first td, .datatable tr.first td a {
  background-color: #064469;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 2px;
}
.datatablesmall tr.first td, .datatablesmall tr.first td a {
  font-size: 9px;
  padding: 1px;
}
p.gen-h1 {
  width: 94%;
  background-color: #f7921e;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 5px;
}
p.gen-h2a {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 900;
  margin: 0px;
  color: #e9ebf0;
  line-height:80%;
  text-indent: -0.4em;
  margin-left: 0.4em;
}
p.gen-h2b{
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight: 900;
  margin: 0px;
  color: #064469;
  position: relative;
  top: -0.8em;
  left: 1.3em;
}
hr.small {
  height: 1px;
  background-color: black;
  border: 0px solid black;
  width: 85%;
}
.title {
  font-weight: bold;
}
.linesImage {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-top: 3px;
  padding-bottom: 3px;
}
.moduletitle {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.summarytitle {
  font-weight: bold;
}
.breadcrumb {
  display: inline;
}
.thumb {
  padding: 3px 3px 8px 3px;
  background-color: #eee;
  border: 1px solid #aaa;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

