﻿body
{
	padding: 0;
	margin: 0;
	color: #2D3331;
	line-height: 16px;
	list-style-image: url(/App_Themes/urgentexpresscourier/bullet.gif);
	background-color: #363636;
}
body, td
{
	font-family: Tahoma;
	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
{
}


.LogonTextBox
{
	width: 150px;
	font-family: Tahoma;
	color: #2D3331;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 11px;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	height: 16px;
}

.LogonDropDownList
{
	width: 155px;
}

.LogonTitle
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-align: left;
	padding-bottom: 10px;
	/*font-size: 16px;*/
	padding-top: 60px;
	padding-left: 102px;

	color: #1256C0;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 18px;


}


.LogonPageBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*margin: 10px 0px 0px;*/
	padding: 0;
	line-height: 16px;
	width: 100%;
}

.LogonPageBackground
{
	width: 100%;
}

.loginBox
{
	margin: auto;
	padding: 80px 0px 0px 0px;
	width: 502px;
	background: url(/app_themes/urgentexpresscourier/images/Dialog/LoginBox.jpg) no-repeat;
	height: 360px;
}

.loginLine
{
	color: #BA2A28;
	font-size: 11px;
	float: right;
	padding-right: 33px;
}

.LogonPageBackground table
{
	margin-left: 35px;
	padding: 0;
}

.LogonDialog
{
	padding: 10px 10px 0px 40px;
}

.FooterContainer
{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.FooterLine
{
	width: 502px;
}

.ReturnLinkLine
{
	display: none;
}

.ReturnLink
{ 
	float: left;
	font-size: 11px;
	margin-left: 17px;
}


.ReturnLink a
{
	color: #BA2A28;
	font-weight: bold;
	text-decoration: none;
}

.ReturnLink a:hover
{
	color: #BA2A28;
	text-decoration: underline;
}

.LogonButton
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
	background-image: url(/App_themes/urgentexpresscourier/images/Dialog/logon.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	width: 95px;
	height: 33px;
	
}

.LogonButton a
{
}

.LogonLabel
{
}

.FailureLabel
{
	color: #BA2A28;
	font-weight: bold;
	/*padding-left: 102px;*/
	height: 35px;
	vertical-align: top;
}

.FailureText
{
}

.SiteTitle
{
	display: none;
}

.LabelColumn
{
	vertical-align: middle;
	height: 25px;
}