/***********/
/*  LOGIN  */
/***********/
.loginDiv {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 26em;
  height: 22em;
  margin-top: -9em;
  /*set to a negative number 1/2 of your height*/
  margin-left: -15em;
  /*set to a negative number 1/2 of your width*/
  border: 1px solid #bbbbbb;
  background-color: #f3f3f3;
  text-align: center;
}
/******************/
/*  ADMIN layout  */
/******************/
.leftPart {
  background-image: url('/Content/Images/keys_blue.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 165px;
  float: left;
  min-height: 550px;
}
.adminPart {
  float: right;
  margin-left: 10px;
  margin-top: 12px;
  min-height: 600px;
  width: 950px;
}
.outwrapper {
  background-image: url('/Content/Images/bgwrapper.png');
  background-repeat: repeat-y;
  display: block;
  min-height: 100%;
  position: relative;
  width: 1152px;
  margin: 0 auto;
  margin-top: -5px;
}
.pageAdmin {
  width: 1130px;
  margin: 0px auto 0px auto;
}
.headerAdmin {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 1130px;
  height: 30px;
}
.mainAdmin {
  margin: 0px;
  padding: 0px;
  width: 1130px;
}
.headerDivNoPadAdmin {
  height: 120px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
  width: 1130px;
  background-image: url('/Content/Images/bgHeader.png');
  background-repeat: repeat-y;
  border-bottom: 3px solid #469bdb;
}
.adminContent {
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.footerAdmin {
  background-image: url('/Content/Images/bgFooter.png');
  background-repeat: repeat-y;
  color: #216a9f;
  border-top: 3px solid #469bdb;
  padding: 8px 0px 8px 0px;
  margin: 0px 0px 20px 0px;
  text-align: center;
  line-height: normal;
  font-size: small;
  width: 1130px;
  border-bottom: 2px solid #bbbbbb;
}
