﻿/***************************************************************
							PANNELLI
***************************************************************/

.PNLMasterLogin
{
	display: none;
	position: relative;
	background-color: White;
	border: solid 1px black;
	z-index: 2;
}

.PNLMasterError
{
	display: none;
	position: relative;
	background-color: White;
	border: solid 1px black;
	z-index: 2;
}


/***************************************************************
							TABELLE LOGIN
***************************************************************/

TABLE.Login
{
	width: 100%;
	margin-top: 10%;
}

TR.HeaderLogin
{
	height: 20%;
	background-color: #C9DEFA;
	color: #FFFFFF;
	font-weight: bold;
}

TR.ContentLogin
{
	height: 35%;
	background-color: #FFFFFF;
}


TR.FooterLogin
{
	height: 10%;
	background-color: #C9DEFA;
}

/***************************************************************
							TABELLE ERROR
***************************************************************/

TABLE.Error
{
	width: 100%;
	margin-top: 10%;
}

TR.HeaderError
{
	height: 10%;
	background-color: #C9DEFA;
	color: #FFFFFF;
	font-weight: bold;
}

TR.ContentError
{	
	height: 60%;
	background-color: #FFFFFF;
	color: Red;	
}


TR.FooterError
{
	height: 10%;
	background-color: #C9DEFA;
}
