﻿/* 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;
	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;
}

.DialogPosition
{
	left: auto;
	right: 50%;
	margin: -150px -275 0 0;
	margin: -162px -287px 0 0; /* ?? */
}

.LogonTextBox
{
	width: 150px;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	font-size: 15px;
	color: #9E352F;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
}


.LogonPageBody
{
	font-size: 11px;
	margin: 0px;
	width: 100%;
	color: dimgray;
	font-family: Tahoma, Arial;
	height: 99%;
	text-align: left;

	background-image: url(/App_Themes/DMK/images/body.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 100%;
	background-color: #827F6C;
}

.LogonPageBackground
{
	width: 100%;
	height: 100%;
}
.loginBox
{
	margin: auto;
	margin-top: 47px;
	width: 703px;
	height: 461px;
	background: url(Images/Dialog/LoginBoxDMK.jpg) no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.loginLine
{
	width: 700px;
	margin: auto;
	text-align: right;
	color: black;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.LogonButton
{
	font-size: 11px;
	border-left: #C9CB9C 1px solid;
	background: #e0e1c5;
	border-bottom: #C9CB9C 1px solid;
	width: 60px;
	cursor: pointer;
	color: #9E352F;
	border-top: #C9CB9C 1px solid;
	border-right: #C9CB9C 1px solid;
}

a
{
	font-weight: bold;
	color: #1e1e1e;
	text-decoration: none;
}    /* unvisited links */
a:hover
{
	font-weight: bold;
	color: #9E352F;
	text-decoration: none;
} /* user hovers     */

.Position
{
	margin-left: 250px;
	margin-top: 100px;
}