@charset "UTF-8";
/**
 * Remove some default styles
 */
#siteBody {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent none;
}

/**
 * Hide these divs
 */
#bodyBanner, #subMenuWrapper {
    display: none;
    visibility: hidden;
}

/**
 * Shrink the topMenuHeader so there is just a small peace of the orange bar left.
 */
#topMenuHeader {
    height: 33px;
}

/**
 * Some special layout for the infoContentBlock
 */
.indexInfoContentBlock {
    margin: 5px 0;
}

.indexInfoContentBlock .infoContentBlockHeader {
    color: #000;
    font-size: 16px;
    border-bottom: 3px solid #848484;
}

.indexInfoContentBlock .infoContentText {
    height: 105px;
}

.indexInfoContentBlock .infoContentText table {
    height: 105px;
}

.indexInfoImageCell {
    text-align: center;
    vertical-align: middle;
    width: 95px;
    height: 90px;
}

.indexInfoImage {
    display: block;
    width: 90px;
    height: 90px;
}