html {
}
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: small;
    margin: 0;
    padding: 0 0 20px;
}
img {
    border: medium none;
}
a:link {
    color: #B90035;
    text-decoration: none;
}
a:visited {
    color: #B90035;
    text-decoration: none;
}
a:visited:hover {
    color: #B90035;
    text-decoration: underline;
}
a:active {
    color: #B90035;
    text-decoration: underline;
}
a:hover {
    color: #B90035;
    text-decoration: underline;
}
table {
    border-collapse: collapse;
}
tbody tr:hover td {
    background-color: #EEEEEE;
    color: #000000;
}
thead tr:hover th {
    background-color: #EEEEEE;
    color: #000000;
}
tr:hover th {
    background-color: #EEEEEE;
    color: #000000;
}
td p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
h1 {
    font-size: large;
    font-weight: bold;
    margin: 1px;
}
h2 {
    font-size: medium;
    font-weight: normal;
    margin: 1px;
}
h3 {
    font-size: small;
    font-weight: bold;
    margin: 1px;
}
h4, h5, h6 {
    font-size: small;
    font-weight: normal;
    margin: 1px;
}
div.topLine {
    padding: 2px;
}
.pageContainer {
    width: 100%;
}
.contents {
    max-width: 1024px;
}
div.article {
    padding: 2px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.right {
    text-align: right;
}
div.logo {
    background-color: #1F3F76; //te4788
    height: 50px;
    vertical-align: top; 
    width: 100%;
}
div.logoText {
    color: #FFFFFF;
    float: right;
    font-size: medium;
    font-weight: bold;
    padding-right: 2px;
    padding-top: 2px;
    text-align: right;
    vertical-align: top;
}
a.logoText:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.logoText:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a.logoText:visited:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
a.logoText:active {
    color: #FFFFFF;
    text-decoration: none;
}
a.logoText:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
div.menuTop {
    font-size: medium; // te4788
    margin: 0px 0px 10px;
	background-color:#e0f2fb;
	font-weight:bold; //te4788
}
div.breadcrumb {
    border-bottom: 1px dashed #CBCBCB;
    border-top: 1px dashed #CBCBCB;
    font-size: xx-small;
    margin-bottom: 15px;
    padding: 1px 2px;
}
div.articleList {
    border-bottom: 1px dashed #CBCBCB;
    padding: 5px 4px;
}
div.shortcut {
    display: inline;
    margin-right: 5px;
}
div.space {
    margin-top: 20px;
}
div.title_bg {
    background-color: #CBCBCB;
    padding: 2px;
}
ul.recent {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li.recent {
    padding: 5px;
}
span.picturetext {
    border-bottom: 1px dotted gray;
    display: block;
    margin-bottom: 0.8em;
    margin-top: 0.2em;
    padding-bottom: 0.8em;
}
div.thread {
    border: 1px dashed #EEEEEE;
    margin: 5px 1px;
    padding: 5px 1px;
}
div.post {
    margin: 10px 0;
}
.blackOutGeneralInfo {
    margin: 10px 0;
}
.blackOutGeneralInfo p {
    margin: 0;
}
.tableBlackOutMoreInfo .labelBlackOutMoreInfo {
    font-weight: bold;
}
.tableBlackOutMoreInfo .dataBlackOutMoreInfo {
    padding-bottom: 5px;
}
#slideshow {
    color: #FFFFFF;
    list-style: none outside none;
}
#slideshow span {
    display: none;
}
#wrapper {
    display: none;
    margin: 50px auto;
    width: 206px;
}
#wrapper * {
    margin: 0;
    padding: 0;
}
#fullsize {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CCCCCC;
    height: 134px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: 200px;
}
#information {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    height: 0;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    width: 200px;
    z-index: 200;
}
#information h3 {
    font-size: 14px;
    padding: 4px 8px 3px;
}
#information p {
    padding: 0 8px 8px;
}
#image {
    width: 200px;
}
#image img {
    position: absolute;
    width: auto;
    z-index: 25;
}
.imgnav {
    cursor: pointer;
    height: 140px;
    position: absolute;
    width: 25%;
    z-index: 150;
}
#imgprev {
    background: url("../graphics/left.gif") no-repeat scroll left center transparent;
    left: 0;
}
#imgnext {
    background: url("../graphics/right.gif") no-repeat scroll right center transparent;
    right: 0;
}
#imglink {
    height: 140px;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.linkhover {
    background: url("../graphics/link.gif") no-repeat scroll center center transparent;
}
#thumbnails {
    margin-top: 15px;
}
#slideleft {
    background: url("../graphics/scroll-left.gif") no-repeat scroll center center #222222;
    float: left;
    height: 81px;
    width: 20px;
}
#slideleft:hover {
    background-color: #333333;
}
#slideright {
    background: url("../graphics/scroll-right.gif") no-repeat scroll center center #222222;
    float: right;
    height: 81px;
    width: 20px;
}
#slideright:hover {
    background-color: #333333;
}
.factBox p {
    margin: 0;
    padding-bottom: 2px;
}
.powerplant .bottomImage .caption, .powerplant .image .caption {
    display: block;
}
.factBox, .powerplant .bottomArticle {
    margin: 10px 0;
}

