﻿body
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	left: 0px;
	position: absolute;
	top: 0px;
}


.masterHeader
{
	background-image: url(../../IMG/header.jpg);
	width: 800px;
	height: 130px;
	background-position: left top;
	background-repeat: no-repeat;
}

.loginPosition
{
	position :absolute;
	top :45px;
	left :20px;
}

.login, .loginPosition, .loginButton
{
	border:0px;
	border-bottom-style:none;
	color: Black;
}

.loginButton
{
	background-color: #C21175;
	width: 50px;
	height: 22px;
	color:#ffffff;
}

.button
{
	background-color: #0090c5;
	width: 100px;
	height: 22px;
	border:0px;
	border-bottom-style:none;
	color: White;
	cursor: pointer;
}

.tabButton
{
    background-color: #563369;
	width: 100px;
	height: 22px;
	border:0px;
	color: White;
	cursor: pointer;
}

.tabButtonOut
{
    background-color: #dbbcec;
    width: 100px;
    height: 22px;
    color: White;
    border: 0;
    margin: 0px 0px 0px 2px;
    cursor: pointer;
}

/*  AntwForm */
table.AntwFormTop, table.AntwFormMiddle, table.AntwFormBottom, table.ButtonBar, table.GridBar
, table.AntwForm, table.AntwFormAfmelden, .gridview
{
    width: 800px;
    line-height: 20px;
    background-color: #ffffff;
}

td.AntwFormHeader, .gridviewHeader
{
	font-weight: bold;
	height: 20px;
	text-indent: 4px;
}

table.GridBar
{
    background-color:#dbbcec;
    border-bottom: 0px none;
}

table.ErrorTable
{
   width: 300px;
   line-height: 15px;
   border-right: #c21175 2px solid;
    border-top: #c21175 2px solid;
    border-left: #c21175 2px solid;
    border-bottom: #c21175 2px solid;
}

td.AntwFormCol1, td.AntwFormCol3
{
	width: 140px;
	text-indent: 4px;
	height:20px;
}

td.AntwFormCol2, td.AntwFormCol4
{
	width: 260px;
	text-indent: 4px;
	height:20px;    
}

.textbox
{
    background-color: #fff8dc;
    width: 220px;
    position: static;
    font-size: 8pt;
    font-family: Verdana;
    height: 19px;
    border: none;
    padding-left: 5px;
    padding-top: 5px;
}

.radiobutton
{
	vertical-align: middle;
}

/*  GridView */
gridviewHeader
{
    font-weight: bold;
	color: Purple;
	background-color: #dbbcec;
	height: 20px;
	text-indent: 4px;
}

.gridviewRowStyle
{
	background-color: #fff8dc;
	font-size: 8pt;
    font-family: Verdana;
    text-indent: 4px; 
    height: 20px;
    border: none;
    white-space: nowrap;
   }

.gridviewRowStyleSelected
{
    background-color: #C21175;
    color: #ffffff;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    text-indent: 4px; 
    height: 20px;
    border: none; 
    white-space: nowrap;
}

.gridviewRowStyleAlternating
{
	background-color: White;
	font-size: 8pt;
    font-family: Verdana;
    text-indent: 4px; 
    height: 20px;
    border: none;
    white-space: nowrap;
}

.pageTitle
{
    position: absolute;
    top: 15px;
    left: 20px;
    color: white;
    font-weight: bold;
    font-size: 12pt;
}

.loginStatusText
{
	color: white;
	position: absolute;
	top: 20px;
	left: 0px;
	white-space: nowrap
}

.loginFailureText
{
	position:absolute;
	top:52px;
	left:2px
}
.loginPasswordRecoveryText
{
	position:absolute;
	top:118px;
	left:22px
}