﻿body
{
    background-color: #284364;
    font-family: Tahoma;
}
#PageBackground 
{
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}
#PageBody
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    width: 100%;
    height: 100%;
}
#PageContent, .PageContent
{
    height: 350px;
    margin-left: -240px;
    margin-top: -175px;
    position: absolute;
    top: 50%;
    left: 50%;    
    width: 480px;
    background: #eee;
    border: 2px solid #B9CDE5;
}
.LoginDemoShortcutsPanel
{
    position: absolute;
    left: 10px;
    top: 10px;
}
#LoginBox
{
    background: url("/images/LoginBackground.jpg") no-repeat scroll 0 0 #A4C4D3;
    border: 2px solid #B9CDE5;
    border-bottom: none;
    height: 310px;
}
#LoginFooter
{
    background: #396991;
    position: relative;
    height: 40px;
    border: 2px solid #B9CDE5;
    border-top: none;
}
#CompanyName, h1
{
    position: absolute;
    font-size: 24pt;
    color: #376092;
    text-align: right;
    top: 20px;
    right: 0;
    font-weight: normal;
}
#CompanyName span, h1 span
{
    padding-right: 10px;
    border-bottom: 2px solid #D3DCE5;
}
#ProductName
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    color: #fff;
    font-size: 10.5pt;
}
#ProductVersion
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.75em 1em;
    color: #fff;
    font-size: 7pt;
}
#CopyrightLabel
{
    text-align: center;
    color: #396991;
    font-size: 9pt;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}
#CopyrightLabel a
{
    color: inherit;
    text-decoration: underline;
}
.SelectCulturePanel 
{
    position: absolute;
    right: 10px;
    top: 10px;
}
.LoginForm
{
    position: absolute;
    height: 122px;
    position: absolute;
    top: 200px;
    width: 478px;
    left: 61px;
}
.RoundedTextBox
{
    border-radius: 20px;
    border-color: #eee !important;
    border-width: 2px !important;
    background-color: #39618D;
    color: #fff;
    padding: 2px 10px 2px 10px;
    font-size: 12pt;
    width: 225px;
}
#UsernamePanel
{
    position: absolute;
    top: 0px;
}
#PasswordPanel
{
    position: absolute;
    top: 35px;
}
.LoginButton
{
    border-color: #EEEEEE;
    border-radius: 15px 15px 15px 15px;
    border-width: 2px;
    font-size: 12pt;
    height: 27px;
    left: 275px;
    min-width: 85px;
    position: absolute;
    top: 35px;
    padding-bottom: 2px;
}
.RememberMe
{
    color: #39618D;
    position: absolute;
    display: block;
    width: 150px;
    top: 70px;    
    left: 0;
}
#LoginSpinner
{
    display:none;
   /* background: url("/images/LoginAjaxLoaderSmall.gif") no-repeat scroll 0 0 transparent;*/
    color: #39618D;
    left: 275px;
    position: absolute;
    top: 40px;
    /*padding-left: 20px;*/
    line-height: 16px;
    width: 200px;
}
.LoginForm.HasProviderDropDown
{
    top: 180px;
}
.LoginForm.HasProviderDropDown #ProviderPanel 
{
    position: absolute;
    top: 0px;
}
.LoginForm.HasProviderDropDown #ProviderPanel select 
{
    width: 250px;
}
.LoginForm.HasProviderDropDown #UsernamePanel
{
    top: 35px;
}
.LoginForm.HasProviderDropDown #PasswordPanel
{
    top: 70px;
}
.LoginForm.HasProviderDropDown .LoginButton
{
    top: 70px;
}
.LoginForm.HasProviderDropDown .RememberMe
{
    top: 105px;
}
.LoginForm.HasProviderDropDown .SelectCulturePanel
{
    top: 105px;
}

.Watermark
{
  display: none;
  font-size: 13pt;
  color: #ccc;  
  position: absolute;
  top: 4px;
  left: 10px;
}

.ProviderLabel
{
    font-size: 11pt;
    color: #376092;
}

.ChangeProviderHyperlink
{
    font-size: 11pt;
    text-decoration: underline;
}

#ChangePasswordContent
{
    position: absolute; 
    top: 70px; 
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: #333;
}

.ChangePasswordTable
{
    margin: 25px auto;
    padding: 0;
    width: 415px;
    color: #333;
}

.ChangePasswordTable th, .ChangePasswordTable td
{
    padding: 3px 0px;
}

.ChangePasswordTable th
{
    font-weight: normal;
    text-align: left;
}

.ChangePasswordTable td
{
    width: 271px;
}


.ChangePasswordTable input[type=password]
{
    font-size: 12pt;
    border: 1px solid #284364;
}

.LoginRepositoryPicker
{
    background: #DEE9ED;
    border: 2px solid #B9CDE5;
}
.LoginRepositoryPicker .PleaseSelectLabel
{
    font-size: 12pt;
    color: #376092;
    font-weight: bold;
}