﻿body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    /*background: url("/Images/SmartVoteView.jpg");
            background-size: cover;
            background-repeat: no-repeat;*/
    background-color: snow;
}

#idDivContainer {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 100px;
    padding-bottom: 30px;
    padding-left:50px;
    padding-right:50px;
    padding-top:0px;
    /*border:solid;*/
}

#id_CustomerHeading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 1;
}

#idHeaderImg {
    position: absolute;
    left: 15px;
    top: 0px;
    max-width: 98%;
}

.spacer {
    border-bottom: solid 2px #b7ddf2;
    border-color:darkgray;
    clear: both;
    height: 1px;
    clear: both;
    margin: 5px 5px 20px 5px;
    padding: 0px 0px 0px 0px;
    z-index: 0;
}

#idDivLoginButton {
    position:fixed;
    top:20px;
    left:88%;
    z-index:2;
}

#butCallLogin {
    width:100px;
    height:40px;
    background-color:red;
    color:white;
}

#idDivLoginFrame {
    position:absolute;
    top:0;
    left:75%;
    width:18%;
    min-height:30%;
    border:solid;
    background-color:black;
}

#idDivLoginFrame p{
    text-align:center;
    color:white;
    margin-bottom:0px;
}

#idDivLoginFrame input {
    margin-left: 18px;
    align-content: center;
    font-size:large;
    width: 90%;
    height: 35px;
}

#idDivLoginFrame button{
    margin-left:18px;
    width:90%;
    min-height:35px;
    background-color:red;
    color:white;
    margin-bottom:30px;
}

#idDivSmartvoteLinkFrame {
    position: absolute;
    top: 0;
    left: 70%;
    max-width: 22%;
    min-height: 20%;
    border: solid;
    border-color: darkgray;
    background-color: lightgray;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
}

#idDivSmartvoteLinkFrame a{
    margin-bottom:15px;
}

#idDivSmartvoteLinkFrame h4{
 
}
    
.classTemp1 {
    font-size: 26px;
}

.classTemp2 {
    font-size: 16px;
}
