td {
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}

td.center {
  text-align: center;
}

td.pink {
  background-color: pink;
}

table.page {
  background-color: #fff;
}

table.page td.shadowtop {
  vertical-align: bottom;
  padding: 0px;
  margin: 0px auto;
  height: 5px;
}

table.body {
  margin: 0px auto;
  padding: 0px;
}

table.body td {
  margin: 0px auto;
  padding: 0px;
}

table.body td.content {
/*  background-color: #fafafa;*/
  background-color: #f6f6f6;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

table.body td.homecontent {
  padding-right: 30px;
}

table.body td.homecontentsmall {
  padding-right: 20px;
}

table.body td.homecontentright {
  padding-right: 0px;
}

table.body td.footer {
  border-top: 1px solid #eee;
  color: #999;
  font-size: 7pt;
  padding: 6px 20px 10px 20px;
  text-align: right;
}

table.container {
}

table.container td {
  margin: 0px auto;
  padding: 0px;
}

table.container td.snippet {
  padding-right: 20px;
}

table.container td.snippetright {
  padding-right: 0px;
}

table.container td.newssnippet {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin: 0px auto;
  padding: 1px 12px 10px 12px;
}

table.container td.newssnippettop {
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0px auto;
  padding: 1px 12px 10px 12px;
}

table.container td.newssnippetmiddle {
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin: 0px auto;
  padding: 8px 12px 2px 12px;
}

table.container td.newssnippetbottom {
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0px auto;
  padding: 1px 12px 1px 12px;
}

table.container td.comment {
  padding: 8px 0px 2px 0px;
}

table.lightbox {
}

table.lightbox td {
  padding: 2px 2px 15px 2px;
  text-align: center;
  vertical-align: top;
}

table.lightbox td.left {
  padding: 2px 2px 15px 2px;
  text-align: left;
  vertical-align: top;
}

table.header td {
  margin: 0px auto;
}

table.header td.logo {
  padding: 4px 0px 2px 6px;
  text-align: left;
}

table.header td.rightmenu {
  color: #aaa;
  font-size: 8pt;
  padding: 7px 20px 10px 0px;
  text-align: right;
  vertical-align: top;
}

table.header td.menu {
  border-bottom: double #ccc;
  color: #aaa;
  padding: 5px 0px 5px 20px;
  text-align: left;
}

table.header td.menuright {
  border-bottom: double #ccc;
  color: #aaa;
  padding: 5px 20px 5px 0px;
  text-align: right;
}

table.popupbox {
}

table.popupbox td {
  color: #222;
  padding: 4px;
  vertical-align: middle;
}

table.popupbox td.error {
  color: #c00;
  padding: 12px 2px 12px 2px;
  text-align: center;
  vertical-align: middle;
}

table.popupbox td.footer {
  color: #222;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

table.footer {
}

table.footer td {
  font-size: 7pt;
}

table.list {

}

table.list td {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  padding: 6px;
}

table.list td.right {
  border-right: 1px solid #ccc;
}

table.list td.altrow {
  background-color: #eee;
}

table.list td.header {
  background-color: #666;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom : 1px solid #999;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  padding: 7px;
}

table.list td.headerright {
  background-color: #666;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom : 1px solid #999;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  padding: 4px;
}

table.survey {
}

table.survey td {
  border-top: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

table.survey td.question {
  border-top: 1px solid #ddd;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

table.survey td.answer {
  border-top: 1px solid #ddd;
  padding-bottom: 6px;
  padding-top: 6px;
  vertical-align: middle;
}

table.imagemetrics {

}

table.imagemetrics td {
  padding: 0px;
}

table.imagemetrics td.heading {
  font-weight: bold;
  padding: 8px;
}

table.imagemetrics td.toprow {
  background-color: #fff;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 4px;
  text-align: center;
  vertical-align: bottom;
}

table.imagemetrics td.bottomrow {
  background-color: #fff;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

table.imagemetrics td.leftedge {
  background-color: #fff;
  border-left: 1px solid #666;
  text-align: center;
  vertical-align: middle;
}

table.imagemetrics td.rightedge {
  background-color: #fff;
  border-right: 1px solid #666;
  text-align: center;
  vertical-align: middle;
}

table.imagemetrics td.leftrightarrow {
  background-color: #fff;
  background-image: url(../images/imagemetrics/arrowleftright.png);
  vertical-align: middle;
}

table.imagemetrics td.topbottomarrow {
  background-color: #fff;
  background-image: url(../images/imagemetrics/arrowtopbottom.png);
  text-align: center;
}

table.imagemetrics td.topleftcorner {
  background-color: #fff;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

table.imagemetrics td.toprightcorner {
  background-color: #fff;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
}

table.imagemetrics td.topedge {
  background-color: #fff;
  border-top: 1px solid #666;
  text-align: center;
}

table.imagemetrics td.bottomleftcorner {
  background-color: #fff;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}

table.imagemetrics td.bottomrightcorner {
  background-color: #fff;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

table.imagemetrics td.bottomedge {
  background-color: #fff;
  border-bottom: 1px solid #666;
  text-align: center;
}

