/****************************************************************************
 *
 * Copyright Avaya LLC, All Rights Reserved.
 *
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Avaya LLC
 *
 * The copyright notice above does not evidence any actual or intended
 * publication of such source code.
 *
 * Some third-party source code components may have  been modified from their
 * original versions by Avaya LLC.
 *
 * The modifications are Copyright Avaya LLC, All Rights Reserved.
 *
 ****************************************************************************/

html 
{
	display: none;
}
/* Styles used for the logon layout, e.g.: login box, etc. START */

#logonOuterBox
{
        width: 400px;
        height: 200px;
        background-color: #eeeeee;
        text-align: center;
	border: 1px solid black;
}

html>body #logonOuterBox /* FireFox specific style */
{
        margin: 0pt auto;
}

#logonLeft, #logonTop, #logonBottom, #logonRight
{
        visibility: hidden;
}

#logonMiddle
{
        text-align: left;
        height: 100%;
        width: 100%;
}

.logonBoxEntry
{
	float: right;
	position: relative;
	top: 5px;
	right: 30px;
	width: 360px;
	height: 20px;
	text-align: right;
	margin: 2px;
}

.logonTitle
{
	float: left;
	position: relative;
	left: 20px;
	color: black;
	font-size: 20px;
        font-weight: bold;
	top: 10px;
	padding-bottom: 20px;
}

.logonButton
{
	float: right;
	position: relative;
	right: 40px;
	bottom: -10px;
}

/* Styles used for the logon layout, e.g.: login box, etc. END */

