﻿
.pageWrapper {
    min-height: 100%;
    position: relative;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
.mono {
    font-family: "PT Mono";
}
a.commandButton {
    border: 2px solid #666;
    color: #333;
    display: block;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
}
a.commandButton:hover {
    border: 2px solid #111;
    color: #000;
    text-decoration: none;
}
a.imageButton {
    background-color: #a20906;
    border: 1px solid #8a0100;
    color: #fff;
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 0;
}
a.imageButton:hover {
    background-color: #ae2826;
    color: #fff;
    text-decoration: none;
}
a.imageButton div:first-child {
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 1em;
    margin: 4px 4px 8px;
    text-align: center;
}
a.imageButton img {
    display: block;
    height: auto;
    max-width: 100%;
}
a.jumpanchor {
    display: block;
    position: relative;
    top: -1.2em;
    visibility: hidden;
}
.closeButton {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}
.closeButton span {
    background-color: #db4d4d;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
}
.closeButton span:hover {
    background-color: #eb5d5d;
    color: #efefef;
}
.tile {
    color: #ffffff;
    font-family: "Ubuntu",sans-serif;
    font-size: 0.9em;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
}
.tile span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.button {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 0.8333rem 1.2em 0;
    padding: 0.8em 0.8333em 1em;
    text-align: center;
    vertical-align: top;
}
.button:last-child {
    margin-right: 0;
}
.tile:hover, .button:hover {
    background: #6999a1 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: normal;
}
.buttonAdjTextCmd {
    display: inline-block;
    font-size: 1em;
    margin-top: 12px;
}
.blockEllipsis-2 {
    display: block;
    font-size: 1em;
    height: 2.1em;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockEllipsis {
    display: block;
    font-size: 1em;
    line-height: 1;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockHeight-2 {
    height: 2.1em;
}

