﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	margin: 10px 0px 0px;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	line-height: 16px;
	width: 100%;
}

td
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

/* Logon dialog*/


.TopLeftCorner
{
	color: Blue;
	width: 5px;
	height: 7px;
	background-image: url(Images/Dialog/TopLeftCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.RTL .TopLEftCorner
{
	background-position: right top;
}

.TopRightCorner
{
	color: red;
	width: 5px;
	height: 7px;
	background-image: url(Images/Dialog/TopRightCorner.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.RTL .TopRightCorner
{
	background-position: right top;
}

.TopMiddleBorder
{
	color: green;
	width: 310px;
	height: 7px;
	background-image: url(Images/Dialog/TopMiddleBorder.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.DialogPosition, .Position
{
	width: 550px;
	height: 300px;
	padding: 10px;
	position: absolute;
	top: 80px;
	left: 50%;
	/*overflow: none;*/
	color: #000;
	background: inherit none;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px 0px 0px -270px;
}

/*.DialogPosition
{
	left: auto;
	right: 50%;
	margin: -150px -275px 0 0;
	margin: -162px -287px 0 0;
}*/

.LogonTextBox
{
	width: 150px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	text-align: center;
	padding-bottom: 5px;
	font-size: 17px;
	color: #000000;
}


.LogonPageBody
{
	height: auto;

	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin: 10px 0px 0px;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	line-height: 16px;
	width: 100%;


}

.LogonPageBackground
{
	width: 100%;
	height: 100%;
}
.loginBox
{
	margin: auto;
	padding: 80px 0 16px 0;
	width: 502px;
	background: url(Images/Dialog/LoginBoxInviteme2.jpg) no-repeat;
	height: 360px;
}

.loginLine
{
	width: 474px;
	margin: auto;
	text-align: right;
	color: #606060;
	margin-top: -108px;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.ReturnLink
{ 
	position: absolute;
	top: 160px;
	width: 200px;
}


.ReturnLink a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.ReturnLink a:hover
{
	color: #DB4114;
}

.LogonButton
{
	/*position: absolute;
	top: 263px;*/
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.LogonButton a
{
}

.LogonLabel
{
}

.FailureLabel
{
	position: relative;
	top: -5px;
	color: #db4114;
}

