﻿html, body {
    background-image: url('Images/SPSG-SoLong.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.containerCenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

.bottomBorder {
    border-left: none 0px #000000;
    border-top: none 0px #000000;
    border-right: none 0px #000000;
    border-bottom: solid 1px #0000FF;
}

.topBorder {
    border-top: solid 1px #0000FF;
    border-left: none 0px #000000;
    border-right: none 0px #000000;
    border-bottom: none 0px #000000;
}

.style4 {
    font-size: 36px;
    color: white;
    font-family: Arial;
    font-weight: bold;
}

.style4b {
    font-size: 36px;
    color: red;
    font-family: Arial;
    font-weight: bold;
}

.style4c {
    font-size: 38px;
    color: green;
    font-family: Arial;
    font-weight: bold;
}

.style6 {
    font-size: x-large;
}

.style6b {
    font-size: x-large;
    color: Red;
}

.style6c {
    font-size: x-large;
    color: green;
}

.styleFooter {
    width: 100%;
    background-image: url('Images/SPSGfooter.gif');
    background-repeat: repeat-x;
    height: 100px;
}

.styleFooterNoBg {
    width: 100%;
    height: 90px;
}

.buttonStyle {
    border: 1px outset white;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
    background-color: Transparent;
    color: #800000;
    height: 24px;
    Width: 131px;
}

.buttonLink {
}

.normalRow {
    background-color: Transparent;
    cursor: default;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    color: #0000FF;
    height: 24px;
    Width: 131px;
}

.highlightRow {
    background-color: Yellow;
    cursor: pointer;
    font-size: 10pt;
    font-family: arial;
    font-weight: bold;
    color: #0000FF;
    height: 24px;
    Width: 131px;
}

.gvFixedHeader {
    background-color: #0000FF;
    font-family: Arial;
    Font-Size: Medium;
    Color: White;
    text-align: Center;
    vertical-align: Middle;
    font-weight: bold;
    position: relative;
}

.style5 {
    font-size: medium;
    font-weight: bold;
}

.GridViewRowStyle td {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    border-width: 2px;
    border-bottom-style: groove;
}


div.MaskedDiv {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: verdana;
    font-weight: bold;
    padding: 40px;
    z-index: 100;
    background-image: url(gray.png); /* ieWin only stuff */
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src= 'gray.png' );
}


div.ModalPopup {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    background-color: #CCCCCC;
    position: absolute; /* set z-index higher than possible */
    z-index: 10000;
    visibility: hidden;
    color: Black;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    width: 650px;
    height: auto;
}

.style1 {
    width: 55%;
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: left;
}

.styleHyperLink {
    text-decoration: none;
}

.Class1 a:link {
    color: white;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
}

.Class1 a:visited {
    color: white;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
}

.Class1 a:hover {
    text-decoration: none;
    color: Lime;
    font-size: small;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
}

.Class1 a:active {
    color: white;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    font-family: Arial;
    font-style: normal;
}

.hiddencol {
    display: none;
}

.noDisplay {
    display: none;
}

.modalBackground {
    background-color: transparent;
    filter: alpha(opacity=75);
    opacity: 0.8;
}
