﻿body
{
	margin: 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #464646;
	background-color: #18214A;
}


td
{
	font-size: 12px;
	color: #464646;
}

/* 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: 100px;
	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
{
	color: #5B4A42;
	width: 150px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	border-right: #D8D9DA 1px solid;
	border-top: #D8D9DA 1px solid;
	border-left: #D8D9DA 1px solid;
	border-bottom: #D8D9DA 1px solid;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	text-align: left;
	padding-bottom: 15px;
	padding-top: 20px;
	color: #9196AE;
	font-variant: small-caps;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
}


.LogonPageBody
{
	height: auto;

	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin: 20px 0px 0px;
	padding: 0;
	line-height: 16px;
	width: 100%;


}

.LogonPageBackground
{
	width: 100%;
	height: 100%;
}
.loginBox
{
	margin: auto;
	padding: 80px 0 16px 0;
	width: 502px;
	background: url(Images/Dialog/LoginBox.jpg) no-repeat;
	height: 360px;
}

.loginLine
{
	width: 474px;
	margin: auto;
	text-align: right;
	color: #9196AE;
	margin-top: -115px;
	font-size: 11px;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.ReturnLink
{ 
	position: absolute;
	top: 130px;
	width: 200px;
	margin-left: -100px;
	font-size: 11px;
}


.ReturnLink a
{
	color: #9196AE;
	text-decoration: none;
	font-weight: bold;
}

.ReturnLink a:hover
{
	color: #E8AD3A;
	text-decoration: underline;
}

.LogonButton
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	cursor: pointer;
	height: 20px;
}

.LogonButton a
{
}

.LogonLabel
{
}

.FailureLabel
{
	position: relative;
	top: -5px;
	color: #651212;
	font-weight: bold;
}

.LoginField
{
	padding-bottom: 8px;
}

