﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: SFS, Arial, sans-serif;
    background-color: #F4F6F9;
}
.maindiv
{
    width: 100%;
    height: 100%;
    background-color: #F4F6F9;
}
.leftDiv
{
    float: left;
    width: 50%;
    height: 100%;
}
.rightDiv
{
    float: left;
    width: 50%;
    background-color: #FFFFFF;
}
.rightDiv img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.rightDiv img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}​
.fontst
{
    font-family: SFS, Arial, sans-serif;
}
#background
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -999; /* Ensure div tag stays behind content; -999 might work, too. */
}
#content
{
    margin: 0px auto;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D8DDE6;
    color: #16325c;
    max-width: 340px;
    min-width: 200px;
    height: 330px;
    background-color: #ffffff;
}
#footer
{
    position: fixed;
    /*margin-top: 24px;
    height: 24px;*/
    bottom:0;
    width: 50%;
    clear: both;
    text-align: center;
    font-size: 12px;
    font-family: SFS, Arial, sans-serif;
    background-color: #F4F6F9;
}
input[type="Text"], input[type="Text"]:hover
{
    
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
    width: 100%;
}

input[type="Text"]:focus, input[type="Text"]:active
{
    
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
    width: 100%;
}
input[type="password"], input[type="password"]:hover
{
    
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
    width: 100%;
}

input[type="password"]:focus, input[type="password"]:active
{
    
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    transition: all 0.1s;
    width: 100%;
}
.label
{
    font-size: 12px;
    color: #54698d;
    margin: 0 0 8px 0;
    line-height: inherit;
}
.loginError
{
    color: #0070d2;
    margin-bottom: 14px;
    font-size: 12px;
}
.button
{
    padding: 12px 24px;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    font-family: SFS, Arial, sans-serif;
    color: white;
    background-color: #D8DDE6;
    cursor: pointer;
    background-image: none !important;
    width: 100%;
}
.button:hover
{
    background-color: #005FB2;
}
.primary
{
    background-color: #0070d2;
    color: white;
    border: 1px solid transparent;
}
.f1
{
    font-size: 14px;
}
.f2
{
    font-size: 12px;
}
.bt
{
    border-top: 1px solid #F4F6F9;
    text-decoration: none;
    font-size: 12px;
    color: #0070d2;
}
.pt16
{
    padding-top: 16px;
}
.mb20
{
    margin-bottom: 20px;
    margin-top: 12px;
}
.bt2
{
    border-top: 1px solid #F4F6F9;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}
.rul
{
    text-decoration: none;
    color: #16325c;
}

#background
{
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    left:50%;
    z-index: 999;
}
.stretch {
    width:100%;
    height:100%;
}
.Hide_Control
{
    visibility: hidden;
    z-index:-10;
}


/*body 
{
    
}

.fontcss
{
    font-family: 'Bree Serif', serif;
    font-size: 12px;
    color:Gray;
}

.gradient
{
   
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #00CBFE 0%, #0075AD 80%);


background-image: -moz-radial-gradient(center, ellipse farthest-corner, #00CBFE 0%, #0075AD 80%);


background-image: -o-radial-gradient(center, ellipse farthest-corner, #00CBFE 0%, #0075AD 80%);


background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #00CBFE), color-stop(80, #0075AD));


background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #00CBFE 0%, #0075AD 80%);


background-image: radial-gradient(ellipse farthest-corner at center, #00CBFE 0%, #0075AD 80%);
}




.pad
{
    padding-top:10%;
    vertical-align: middle;
    padding-bottom:30px;
}

.linkline
{
    text-decoration:none;
    color:#36CFD0;
}
.linkline2
        {
            text-decoration:none;
            color:#ffffff;
        }
*/