/*
Licensed Materials - Property of IBM

IBM SPSS Products: Data Collection

(C) Copyright IBM Corp. 2001, 2015

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP 
Schedule Contract with IBM Corp.
*/

html, body
{
    background-color: #E2E9EF;
    margin: 0;
    padding: 0;
    height: 99%;
    color: #474749;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*Text box*/
.field
{
    border-style: solid;
    border-width: 1px;
    border-color: #9FABBB;
    background-color: #FFFFFF;
    color: #464646;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    padding-left: 4px;
}

#loginBody
{
    background-position: center;
    background-image: url('../shared/images/bluewash/loginbackground.png');
}

div#loginBoxWithShadow
{
    position: absolute;
    left: 50%;
    top: 30%;
    width: 275px;
    height: 390px;
    z-index: 1;
    margin-left: -138px;
}

div#changePasswordBoxWithShadow
{
    position: absolute;
    left: 45%;
    top: 30%;
    width: 410px;
    height: 245px;
    z-index: 1;
    margin-left: -138px;
}

#loginBox
{
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: black;
    padding: 0px;
    position: absolute;
    border: solid 1px #808080;
    text-align: left;
    position: absolute;
    left: 0;
    right: 16px;
    top: 0;
    bottom: 0;
    background: #fff;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* Firefox and IE7 only */
html > body #loginBox
{
    padding: 12px;
}

#loginBoxInner
{
    width: 100%;
    height: 100%;
    padding: 0;
}

/* IE6 only */
* html body #loginBoxInner
{
    padding: 12px;
    background: #fff;
}

/* IE6 only */
* #loginBoxInner input
{
    position: relative;
    z-index: 1;
}

/* IE6 only */
* #loginBoxInner a
{
    position: relative;
    z-index: 1;
}

/* IE6 only */
* #loginBoxInner button
{
    position: relative;
    z-index: 1;
}

#loginBox a
{
    color: blue;
}
div#loginCopyright
{
    font-size: 9px;
}

div#loginTitle
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.loginInput
{
    border: 1px solid #9FABBB;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    float: none;
    text-align: left;
}

.loginButton
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
