﻿body {
    background-color: #e1e1e1;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    color: #eeeeee;
    position:fixed;
    left:2px;
    right:2px;
    top:2px;
    bottom:2px;
    min-height:150px;
    min-width:600px;
}

#mainLoginDiv
{
    border: 1px solid #ccc;
    background: #e1e1e1;
    margin-top:150px;
    margin-left:auto;
    margin-right:auto;
    min-width: 300px;
    width: 400px;
    padding: 0px;
    text-align: center;
    word-break: break-all;
    background-color: #fff;
    font-family: "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
    font-size: 0.85em;
    color: black;
    display: block;
}

#logoComponentDiv
{
    display:block;
}

#logonTitle
{
    text-align:center;
    font-weight: bolder;
    margin-top: 5px;  
    margin-bottom: 10px;
    color: #8B8787;
    font-size:150%;
}

#logonForm
{
    padding-left: 1em;
    padding-right: 1em;
}

#logonTable
{
    margin-left: auto;
    margin-right: auto;
}

.logonInput
{
    float: left;
    width: 150px;
    border: 1px solid;
    border-color: black;
}

input.error
{
    border-color: red;
    vertical-align: central;
}

.logonLabel
{
    float: left;
    width: 70px;
}

#logonErrorLabel
{
    color:red;
    text-align:center;
    vertical-align:middle;
}

.loginButton
{
    background: rgb(255, 255, 255);
    border: 1px solid #c8c8c8;
    height: 22px;
}

.loginButton:hover
{
    background:	#cee6fa;
    cursor: pointer;
}

#userNameLabelCell, #passwordLabelCell
{
    width:50px;
    text-align:right;
}



#logoIconDiv
{
    float: left;
    padding-right: 20px;
}

#iassetLogonImg
{
    background-image: url("/Resources/iAssetX.png");
    background-repeat: no-repeat;
    width: 99px;
    height: 41px;
}

#logonVersion
{
    position: relative;
    left:40px;
    top:-10px;
    font-size: 80%;
    color: #8B8787;
}