﻿
.CreateNewLogInStep
{
    float: left; 
    font-size: 36pt; 
    text-align: center;
    width: 47px;
    height: 48px;
    
    color: White;        
    /* background-image: url(../images/circle_darkblue.png); */
}

.CreateNewLogInStep .StepNumber
{
    float: left;
    margin-top: -5px;    
    margin-left: 12px;
}

.StepNumberImage
{
    float: left;
    width: 36px;
    height: 36px;
}

.StepNumberImage-Active
{
    float: left;
    width: 45px;
    height: 45px;
}

.StepNumberLabel
{
    float: left; 
    margin-left: -23px; 
    margin-top: 4px;
    color: rgb(255, 255, 255); 
    font-size: 18pt;    
}

.StepNumberLabel-Active
{
    float: left; 
    margin-left: -29px; 
    margin-top: 5px;
    color: rgb(0, 0, 0); 
    font-size: 22pt;
}

.StepDescLabel
{
    float: left;
    margin-top: 10px; 
    color: rgb(128, 128, 128);
}

.StepDescLabel-Active
{
    float: left;
    margin-top: 11px; 
    color: rgb(0, 0, 0);
}

.NCStep
{
    float: left; 
    margin: 4px 2px 1px 8px;
}

.NCStep-Active
{
    float: left; 
    margin: -2px 2px 1px 8px;
}

.NCStepContent
{
    text-align: left;
    padding: 10px;
    border: solid 0px blue;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 776px;
    height: auto;
}

.NCStepContent td:first-child
{
    width: 155px;    
}

/*
.NCStepContent td:nth-child(n+2)
{
    width: 120px;    
}
*/

.NCHeaderSteps
{
    width: 780px;
    height: 40px;
    font-size: large;
    text-align: left;
    padding: 10px;
    background-image: url(../images/sky_blue.gif);
    background-repeat: repeat;
    border-bottom: solid 1px rgb(164, 186, 213);
}

.NCHeaderTop
{
    width: 800px;
    height: 50px;
    text-align: left;
    background-image: url(../images/hedtopltblu.jpg);
    background-position: -110px 0px;
}

.NCFooter
{
    float: left;
    position: absolute;
    width: 800px;
    height: 40px;    
    bottom: 0px;
    left: 0;
    text-align: center;
    background-image: url(../images/hedtopltblu.jpg);
    background-position: -110px 0px;
}

input.ui-button:disabled
{
    color: Gray;    
}

.ErrMsg1
{
    float: left;
    margin-left: 10px;
    color: Red;
    margin-top: 4px;
}

.StepResult
{
    float: left;
    font-size: 18pt; 
    font-family: Verdana Sans-Serif Arial;
    margin-left: 6px; 
    color: rgb(0,0,0); 
    text-align: center;
}

.StepResult.Loading
{
    color: rgb(128,22,120);
}

.StepResult.Success
{
    color: rgb(81, 185, 81);
}

.StepResult.Error
{
    color: rgb(255,0,0);
}

.StepResult.Details
{
    font-size: 12pt; 
}