/* generic classes for webblock login */

.block.login {
 float:left;
 width: 200px;  
 position: relative;
 border: 0px solid purple;
 }

.block.login .head,
.block.login .bottom {
 display: none;
 }

/* inlogstatus, hier binnen valt; id_login, id_ingelogd */

#id_loginstatus{
 padding: 0px 0px 0px 0px;
 margin:  0px 0px 0px 0px;
 border: 0px solid blue;
 font-size: 0.7em;
 font-weight: bold;
 float: left;
 width: 195px;
 height: 30px;
 _height: 30px;
 }

#id_login_login a{
 float:left;
 width: 50px;
 height: 30px;
 background: url(/socialsites/helpendehollander/icons/login.gif) no-repeat;
 overflow: hidden;
 }

#id_login_login a:hover{
 background: url(/socialsites/helpendehollander/icons/login_hover.gif) no-repeat;
 }

#id_login_signon a{
 float: right;
 width: 130px;
 height: 30px;
 background: url(/socialsites/helpendehollander/icons/member.gif) no-repeat;
 overflow: hidden;
 }

#id_login_signon a:hover{
 background: url(/socialsites/helpendehollander/icons/member_hover.gif) no-repeat;
 }

/* mijn profiel */

.myprofile{
 float: right;
 width: 95px;
 height: 30px;
 background: url(/socialsites/helpendehollander/icons/profile.gif) no-repeat;
 overflow: hidden;
 }

.myprofile:hover{
 background: url(/socialsites/helpendehollander/icons/profile_hover.gif) no-repeat;
 }

/* uitloggen */

.dologout{
 float: left;
 width: 95px;
 height: 30px;
 background: url(/socialsites/helpendehollander/icons/logout.gif) no-repeat;
 overflow: hidden;
 }

.dologout:hover{
 background: url(/socialsites/helpendehollander/icons/logout_hover.gif) no-repeat;
 }



/* loginpage */

.loginpage #page {
  background-image: url('/components/images/background2cols.gif');
  }

.loginpage #container2 {
  width: 622px;
  }

.loginpage #container3 {
  display: none;
  }

.loginpage .login_overview .innerbody {
  width: 560px;
  /* height: 320px; */
  float: left;
  padding: 5px;
  visibility: visible;
  z-index: 99;
  position: relative;
  overflow: auto;
  }

.loginpage strong {
  color: red;
  clear: both;
  }

.loginpage .login_overview .innerbody a {
  color: #023183;
  text-decoration: underline;
  }
