/* LOGIN */
/* login.css - Common styles applied to login page              */
/* Copyright 1986-2009 QAD Inc., Santa Barbara, CA, USA.        */
/* All rights reserved worldwide.  This is an unpublished work. */
/* $Revision: 1.0 $                                             */

/* BY: Maggie Shi      Date: 06/02/09  SV1-1655                 */
/* BY: Dingwei Zhang   Date: 04/27/10  SV1-2172                 */

body
{
  background:#fff;
}
#Banner
{
  background-color:#F1F4FA;
  border-bottom: solid 2px #D0D6DD;
}
#LoginInnerContainer
{
	margin-top: 30px;
	width: 600px;
	height: 453px;
	background-image: url(../images/Supplychnport.600.PX.png);
  background-repeat:no-repeat;
  text-align:center;
}
#LoginScreen
{
	margin-top: 60px;
  margin-bottom:80px;
	width: 200px;
}
#LoginScreen th
{
	color: #004182;
	text-align: right;
  padding:6px;
}
#LoginScreen td
{
  padding:6px;
}
#LoginScreen h3
{
	margin-bottom: 0px;
	color: #004182;
	text-align: center;
}

#LoginScreen a { text-decoration: none; }
#LoginScreen a:hover { text-decoration: underline; }
/* copyright */
#Copyright { margin-top: -3em; }
#Copyright a, #Copyright a:visited, #Copyright b 
{
font-size: 10px;
text-decoration: none;
}
#Copyright a:hover
{
color:#f30;
text-decoration: underline;
}
.footer-text, .footer-text b {font-size: 10px;color: #003C8A;}
#qad-footer a:link {color: #0066CC;text-decoration: none }
#qad-footer a:visited {color: #0099CC;text-decoration: none }
#qad-footer a:active,#qad-footer a:hover {color: #FF9900;text-decoration: underline }
.LoginGridButton{
  border: 1px solid #898C95;
  font-weight:bold;
  background-image: url(../images/button-middle2.gif);
  margin:auto 2px;
  height:1.9em;
}

