/* $Header: /cvs/cvs_archive/univ/java/src/com/lawson/lawsec/authen/ssowebapp/Attic/login.css,v 1.5.6.1.2.1 2008/05/08 19:21:57 edg Exp $ */

BODY
{
	color: #000000;
	background-color: #CEDBED;
	background-image: url(/sso/bgGrad.png);
	background-repeat: repeat-y;
	margin: 0px;
}
BG
{
	background-color: #F0F0F0;
	background-repeat: repeat-y;
	border: solid 1px;
/*
	border-top-color: #D1DCE2;
	border-bottom-color: #484848;
	border-left-color: #C4D2D9;
	border-right-color: #5E5E5E;
*/
}
DIV, INPUT, TD
{
	font-family: Tahoma;
	font-size: 12px;
}
.lbls
{
	font-weight: bold;
}
.smallFont
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}
.largeFont
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}
.btns
{
	background-color: #F0F0F0;
	border: solid 1px;
	border-top-color: #D1DCE2;
	border-bottom-color: #484848;
	border-left-color: #C4D2D9;
	border-right-color: #5E5E5E;
	font-weight: bold;
	width: 140px;
}
.highlight
{
	background-color: #F2F5A9;
}
