/* css stylesheet for kg demo ebusiness suite sample site */
.rightSideLayout
{
	background-color:#ff0000;	
}

.loginTableWidth
{
	width:100%;
}

.txtfldStyleLogin
{
	height: 16px;
	width: 55px;
	border: 1px solid #19327f;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

.txtLabelStyleLogin
{
	height: 18px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

.chkBoxStyleLogin
{
    height: 18px;
    border: 0px solid #19327f;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

.loginCtrlButtons
{
    height: 20px;
	width: 55px;
	text-align:center;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight:bold; 
	text-decoration: none; 
	color: #606060;
}

.errorStyleLogin
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; 
	color: #FF0000;
	text-align: center;
}

.centerLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center; 
	color: #19327f;
	background-color: #FFFFFF;
}

.centerLink a
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #19327f;
	text-decoration: none;
}

.centerLink a:active 
{
	text-decoration:none; 
	color:#19327f;
}

.centerLink a:visited 
{
	text-decoration:none; 
	color:#19327f;
}

.centerLink a:hover 
{
	text-decoration:underline; 
	color:#f7f7f7;
}

.centerAlignLoginCell
{
	text-align:center;
}

.leftAlignLoginCell
{
	text-align:left;
}

.rightAlignLoginCell
{
	text-align:right;
}