﻿/*--------------------------------------------*\
   Container
\*--------------------------------------------*/

#pageContainer #mainPageContentWrapperLayoutTable #mainPageContentWrapperContainer
{
    overflow: hidden;
    
    height: 600px;
}

#authenticationContainer
{
    position: relative;
    
	/* IE centering */
	text-align: center;
	
	/* Note: specify height of watermark image */
	min-height: 364px;
	
	height: 100%;
}

#authenticationContainerTable
{
    margin: 0 auto;
    height: 100%;
    position: relative; 
    z-index: 1;
}

/*--------------------------------------------*\
   Watermark
\*--------------------------------------------*/

#logInForm
{
    position: relative;
}

#authenticationContainer #authenticationWatermarkContainer
{
	position: absolute;
	
	/* Note: specify proper horizontal indent for watermark image */
	left: -620px;
	
	top: -125px;
	
	z-index: 0;
}

#authenticationContainer #authenticationWatermarkContainer img
{

}


.cookiesAreNotSupported
{
    background: url(../../Images/warning_16x16.png) no-repeat;
    background-position: 7px 10px;
    
    padding: 10px 30px;
    
    display: table;
    margin: 30px auto;
    
    border: 1px solid #BCBDBF;
    background-color: #FBFCD9;
    
    width: 270px;
    
    font-weight: bold;
}

.cookiesAreNotSupported.hidden
{
    display: none;
}