﻿body
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

td
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


/* 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: 50%;
	left: 50%;
	margin: -150px 0 0 -275px;
	overflow: auto;
	color: #000;
	background: inherit none;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: -162px 0 0 -287px;*/
}

.LogonTextBox
{
	width: 150px;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	font-size: 15px;
	color: #4b73a4;
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}


.LogonPageBody
{
	background-color: #dad9d6;
	height: auto;
}

.LogonPageBackground
{
	width: 100%;
	height: 100%;
}
.loginBox
{
	margin: auto;
	/*margin-top: 140px;*/
	margin-top: -20px;
	padding: 80px 0 20px 0;
	width: 503px;
	background: url(Images/Dialog/LoginBoxNCG.jpg) no-repeat;
	height: 360px;
}

.loginLine
{
	/*height: 30px;*/
	width: 475px;
	margin: auto;
	text-align: right;
	/*padding-right: 22px;*/
	/*background: url(Images/Dialog/bg_login_bottom.gif) no-repeat;*/
	/*padding-top: 23px;*/
	color: #606060;
	margin-top: -109px;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.LogonButton
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	font-family: Arial;
	background-color: #4b73a4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
}

a
{
	font-family: Arial;
	font-size: 12px;
	color: #4b73a4;
}
a:hover
{
	color: #4b73a4;
}
