﻿
.pageBackGround {
    position: absolute;
}

.boxShadow {
    box-shadow: rgba(0, 0, 0, 0.60) 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.60) 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.60) 10px 10px;
}

.darkButton {
    position: absolute;
    border: 1px solid silver;
    background-image: url(images/BlueBg.png);
    border-radius: 4px;
    height: 50px;
    width: 95px;
    color:white;
}

    .darkButton:hover {
        background-image: url(images/LightBlueBg.png);
        border: 1px solid gray;
        border-radius: 4px;
        cursor: pointer;
        color: black;
    }

.textLabelLight {
    position: absolute;
    font-family: Arial;
    font-size: 11pt;
    height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#373535;
}

.textLabel {
    position: absolute;
    font-family: Arial;
    font-size: 11pt;
    height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.headingLabel {
    position: absolute;
    font-family: Arial;
    font-size: 15pt;
    color:maroon;
    border: 1px solid gray;
    border-bottom-color: white;
    border-right-color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:5px;
    font-weight:bold;
}

.bigButton {
    position: absolute;
    border-radius: 7px;
    border: 1px solid silver;
    top: 230px;
    left: 341px;
    height: 200px;
    width: 200px;
     color: gray;
}
    .bigButton:hover {
        background-image: url(images/Button_Blue.png);
         color: #373535;
         cursor:pointer;
    }

.weblink {
    position: absolute;
    font-family: Arial;
    font-size: 12pt;
    top: 92px;
    left: 92px;
    text-align: center;
    text-decoration: underline;
    color: #a4a0a0;

}
    .weblink:hover {
        cursor: pointer;
        color: navy;
    }