/* ---------------------------------------------------------------------- */
/*  Custom  960 Grid System
/* ---------------------------------------------------------------------- */
html, body {
    height: 100%;
}

a, img {
    border: 0;
}

#PageContainer {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#PageFooter {
    clear: both;
    left: 0px;
    width: 100%;
    height: 45px;
}

#PageFooterBackGround {
    background-color: #63aa9c;
    height: 45px;
    width: 100%;
}

#PageFooterItem {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'serif', 'sans-serif', 'Arial';
    font-weight: bold;
    font-size: 90%;
}

.Container {
    width: 960px;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
}

.Column {
    width: 940px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.Progress {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: #000000;
    z-index: 9999999;
}

.Progress img {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.GenericValidatorHighlight {
    border-color: #EA1052 !important;
}

.qTipError {
    border: solid 1px #EA1052;
    z-index: 9999998 !important;
}

.qTipError .qtip-close {
    border: 0;
    background-color: #EA1052;
    color: #E8E8E8;
}

.qTipError .qtip-content {
    padding: 10px;
    background-color: #FFFFFF;
    color: #FF0046;
}