html, body {
    height: 100%;
    text-align: center;
}

.header {
    background: url('../images/ship-global.gif') repeat-x;
}

#logoRight {
    height: 100px;
    width: 200px;
    float: right;
    background: url('../images/ship-right.jpg') no-repeat;
}

#logoLeft {
    height: 100px;
    width: 100%;
    min-width: 270px;
    background: url('../images/ship-left.jpg') no-repeat;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}

.institutionLogo {
    width: 11em;/*75px;*/
    margin-bottom: 20px;
}

.institutionLogo img {
    height: 50px;
}

#d2l-logo {
    margin-bottom: 5px;
}

#introRow {
    margin-top: 20px;
    margin-bottom: 20px;
}

#troubleRow {
    margin-top: 20px;
}

#systemCheckFrame {
    width: 99%;
    height: 800px;
}

#systemCheckModal {
    height: 500px;
}

#processLogonForm {
    margin: 0;
}

#submitControlGroup {
    margin-bottom: 0;
}

.container {
    min-width: 270px;
}

#push {
    height: 200px;
}

#contact {
    margin: 0;
}

.label-important, .badge-important {
    background-color: #ba0202;
}

.btn-info, .tooltip-inner {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #708497;
    background-image: -moz-linear-gradient(top, #678bad, #596d80);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#678bad), to(#596d80));
    background-image: -webkit-linear-gradient(top, #678bad, #596d80);
    background-image: -o-linear-gradient(top, #678bad, #596d80);
    background-image: linear-gradient(to bottom, #678bad, #596d80);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff678bad', endColorstr='#ff596d80', GradientType=0);
    border-color: #5486b6 #5486b6 #485d62;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #596d80;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff !important;
    background-color: #596d80;
    *background-color: #596d80;
}

.btn-info:active,
.btn-info.active {
    background-color: #5486b6 \9;
}

a.btn-info, #contact a, .controls a, #muRow a {
    text-decoration: none !important
}

#muRow a {
    color: #000000;
    margin-bottom: 1em;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #678bad;
}

#contact a, .controls a {
    color: #2888DA !important
}

#contact a:hover, .controls a:hover {
    color: #005580 !important;
    text-decoration: underline !important
}

