/************************************************
* Style fuer Login-Maske
*************************************************/

body	{background-color: #BFBFBF;margin:0px;padding:0px;vertical-align:middle;}

table.layout, tr.layout, td.layout, form	{padding:0px; margin:0px; border:none; } 

/*horizontale und vertikale Zentrierung der Login-Box*/
div	{margin:0px;}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
}

body, html {height: 100%;}
#outer {height: 100%; overflow: visible;width:100%;} /* oder ohne overflow */
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;width:100%;} /* nur fuer explorer */
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%;width:100%;} /* nur fuer explorer */
/* optional: #inner[id] {position: static;} */

/*Aufbau der Loginmaske*/
#wLoginMask	 {width:541px;height:372px;padding:0px; margin:0px; z-index:20;}
#wLoginLayer {width:541px;height:372px;padding:0px;margin-left:auto;margin-right:auto;}

#wLoginLayer {position:absolute; top:50%; left:50%; margin-left:-272px; margin-top:-190px;}

/*Inhalte - Formular*/
.mainContent        {border:solid 1px #666666;box-shadow:0 0 15px #666666}
.mainContentSheet_c {height:372px;background-image:url(/weblication/grid5/gui/images/wLogin/bg_c.gif);}
.mainContentSheet_g {height:372px;background-image:url(/weblication/grid5/gui/images/wLogin/bg_g.gif);}
.mainContentForm    {padding-left:278px; padding-top:142px; padding-right:0px;width:210px;}
.mainContentLicense {padding-left:17px; padding-top:10px; padding-right:0px;}

.buttonContent  {position:relative;top:-1px;}
.buttonIconOk   {background-image: url(/weblication/grid5/gui/images/wLogin/icon_btn_ok.gif); background-repeat: no-repeat; background-position: 0px 0px;padding-left:19px;margin-right:18px;margin-left:15px;height:18px;vertical-align:middle;display:inline;}

.loginHeader    {}
.loginFooter    {background-color: #FFFFFF;height:54px;border-top:1px solid #6E6E6E; background-image: url(/weblication/grid5/gui/images/wLogin/footer.gif); background-repeat: no-repeat; background-position: right top;}
.copyrightText  {font-size:10px;padding:15px 0px 2px 10px;}
