html {
  height:100%;
  overflow:auto;
}

body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-family:Arial,Helvetica,Sans-Serif;
  color:#000000;
  background-color:#ffffff;
}

table.global {
  width:100%;
  height:100%;
}

td {
  text-align:justify;
  vertical-align:top;
  font-size:12px;
}

a:link,
a:visited {
  color:#3366ff;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  border-style:none;
}

ul {
  line-height:16px;
}

li {
  padding-left:5px;
  padding-bottom:5px;
}

hr {
  width:300px;
  height:1px;
  margin-top:20px;
  margin-bottom:20px;
  color:rgb(204,204,204);
}

.nowrap {
  white-space:nowrap;
}

/* ############################## Hidden ############################## */

tr.header,
tr.top_bar,
tr.search,
td.vNav,
tr.tNav,
tr.footer {
  display:none;
}

div.admin,
div.testimonials {
  display:none;
}

/* ############################## Content ############################# */

td.content {
  height:85%;
  text-align:justify;
}

td.content table {
  width:100%;
}

td.content table.sitemap tr {
  background-color:#ffffff;
}

td.content table.sitemap tr td {
  width:25%;
  padding:5px;
  border:1px dotted #4e8dfe;
  white-space:nowrap;
}

td.content div.testimonials {
  position:absolute;
  width:600px;
  height:400px;
  top:100px;
  right:0px;
  z-index:1;
}

td.content div.info {
  display:none;
}

td.content tr.industry {
  text-align:center;
}

td.content tr.industry img {
  width:150px;
}

td.content td.title {
  padding-bottom:5px;
  text-align:right;
  border-bottom:1px solid #0039a4;
}

td.content td.flash {
  text-align:center;
}

td.content td.module {
  text-align:right;
}

td.content td.industry {
  width:100%;
}

td.content td.training_title {
  font-weight:bold;
  background-color:#f5f5f5;
  border:1px solid #ffffff;
}

td.content td.events {
  width:100%;
}

td.content span.title {
  font-size:14px;
  font-weight:bold
}

td.content span.capital_orange {
  font-size:14px;
  color:rgb(255,180,30);
}

td.content span.news {
  line-height:20px;
  white-space:nowrap;
}

td.content span.news a {
  margin-right:30px;
}

td.content ul.list_arrow {
  list-style:url(../img/global/list_arrow.gif);
}

td.content ul.list_hyphen {
  list-style-image:url(../img/global/list_hyphen.gif)
}

td.content ul.list_1 {
  list-style-type:decimal;
}

td.content ul.list_a {
  list-style-type:lower-alpha;
}

td.content ul.list_pdf {
  list-style-image:url(../img/global/link_pdf.gif)
}

td.content img.module {
  width:400px;
}

td.content img.thumbs {
  width:200px;
}

td.content img.pdf {
  margin-top:5px;
  margin-right:5px;
}

td.content img.extern {
  margin-top:14px;
  margin-right:5px;
}