﻿body 
{
	font: 10px Arial,sans-serif;
	background-color: #BEC0C2;
}
#footer 
{
	position: absolute;
	bottom: 32px;
	right: 64px;
}
#divMain 
{
	margin: 5px auto auto auto;
	padding: 0px;
	width: 1024px;
	height: 768px;
	background-color: white;
}
td 
{
	font: 10px Arial,sans-serif;
}
input 
{
	font: 10px Arial,sans-serif;
}
#divLeft
{
	display: block;
	position: absolute;
	top: 454px;
	width: 1024px;	
}
#divRight
{
	display: block;
	position: absolute;
}
#tabPassword
{
	display: block;
	margin: 0px auto;
	width: 400px;
}
#trUser { }
#tdUserCaption { display: block; position: absolute; top: 0px; left: 100px; }
#tdUser { display: block; position: absolute; top: 20px; left: 100px;  }
#trPassword { }
#tdPasswordCaption { display: block; position: absolute; top: 0px; left: 196px; }
#tdPassword { display: block; position: absolute; top: 20px; left: 196px;  }
#trLogin { }
#tdLoginCaption { display: none; }
#tdLogin { display: block; position: absolute; top: 20px; left: 350px; }
#trMessage {}
#tdMessageCaption { display: none; }
#tdMessage { display: block; position: absolute; top: 60px; left: 100px; }
#trLanguage {}
#tdLanguageCaption { display: none; }
#tdLanguage { display: block; position: absolute; top: 60px; left: 350px; }
#tabPerson.normal
{
	display: block;
	margin: 0px auto;
	position: relative;
	top: 64px;
	width: 300px;
}
#tabPerson.both
{
	display: block;
	margin: 0px;
	position: relative;
	top: 0px;
	width: 300px;
}
#divLoginInformation
{
	position: absolute;
	top: 20px;
	left: 500px;
	margin: 0px 5px;
	width: 400px;
}
.loginHeader
{
	display: none;
	color: Blue;
	font: 14 bold Arial,sans-serif;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
.customerLink
{
	color: Black;
	text-decoration: none;
}
a:hover.customerLink
{
	text-decoration: underline;
}
.navigation 
{
	text-decoration: none;
	font-size: 8px;
	color: blue;
}
.navigation:hover
{
	text-decoration: underline;
}