/*====================== Report Message ===========================*/
.reportMsg {
	overflow: hidden;
	background-color: #DDE9FB;
	background-image: url(images/LoginPageBack.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
	margin:90px;
}
.reportMsg .container {
	border: 1px solid #002e98;
	background-color: #ffffff;
	background-image: url(images/report_bkg.png);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cccccc,strength=3);
	width: 300px;
	text-align: left;
	margin: 20px;
}

.DefaultLink, A.DefaultLink:link, A.DefaultLink:visited, 
A.DefaultLink:hover, A.DefaultLink:active
{
	white-space: noWrap;
	font-family: Tahoma;
	font-size: 11px;
	color: #084DBA;
	text-decoration: underline;
	cursor: hand;
}

.reportMsg .container .title {
	padding-top:17px;
	padding-left:50px;
	height:52px;
	background-image:url(images/report_ico.png);
	background-repeat: no-repeat;
}

.reportMsg .container .title span {
	font-size: 			11px;
	font-weight: 		bold;
	color: 				#ffffff;
	text-decoration: 	none;
	letter-spacing: 	1px;
	filter: 			progid:DXImageTransform.Microsoft.dropShadow( Color=#6483B1 ,offX=1,offY=1,positive=true);
	float:				left;
	overflow: 			hidden;
}

.reportMsg .container .content {
	padding:5px 10px 5px 10px;
	text-align:left;
	vertical-align:top;
	color: #6D6D67;
}

.reportMsg .container .footer {
	height:20px;
	margin-top:10px;
	padding-left:10px;	
}
/*======================== L O G I N   P A G E ==============================*/

BODY.LoginPage
{
	background-color: #DDE9FB;
	background-image: url(images/LoginPageBack.gif);
}

TABLE.LoginDialog
{
	width: 325px;
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(images/LoginDialogBack.jpg);
	border: solid 1px #ffffff;
}

TD.LoginText
{
	font-family: Tahoma; 
	font-size: 11px;
}
.errorMessage
{
	Font-Family:Tahoma;
	font-size:10px;
	color:red;
	}
.demoMessage
{
	Font-Family:Tahoma;
	font-size:12px;
	color:red;
	}

.LoginText
{
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
}

.LogoutText, A.LogoutText:link, A.LogoutText:visited, 
A.LogoutText:hover, A.LogoutText:active
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #000000;
text-decoration: none;
vertical-align: middle;
}
.DefaultButton
 {
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(images/verlauf_button.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 24px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	clear: none;
	float: none;
	cursor: hand;
}