﻿/* 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
{
	width: 550px;
	padding: 10px;
	overflow: auto;
	color: #000;
	background: inherit none;
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
}

.DialogPosition
{
	/*left: auto;
	right: 50%;
	margin: -150px -275 0 0;
	margin: -162px -287px 0 0; /* ?? */
}

.LogonTextBox
{
	width: 150px;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #e0922f;
	font-family: Tahoma, Verdana, Arial;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
}


.LogonPageBody
{
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: White;
	/*margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;*/
	background-color: #1B1B1B;
	text-align: left;	
}

.LogonPageBackground
{
	/*width: 100%;
	height: 100%;*/
}
.loginBox
{
	margin: auto;
	padding: 80px 0 20px 0;
	width: 503px;
	background: url(Images/Dialog/LoginBoxLefta.gif) no-repeat;
	left: 0px;
	position: absolute;
	top: 0px;
}

.loginLine
{
	width: 250px;
	margin: auto;
	text-align: left;
	color: #606060;
	left: 95px;
	position: absolute;
	top: 320px;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.LogonButton
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 12px;
	background: #e0922f;
	border-left: white 1px solid;
	width: 65px;
	cursor: pointer;
	color: black;
	border-bottom: white 1px solid;
	height: 25px;
}

A
{
	color: #74BAE3;
	text-decoration: none;
}
A:hover
{
	color: #E0922F;
	text-decoration: none;
}

.Position
{
	text-align: left;
	left: 20px;
	position: absolute;
	top: 70px;
}
