/*
* Admin Framework main style
* Autor: Tomáš Burian - info@mmgroup.com
* Licence: Copyright © 2009 všechna práva vyhrazena. Kopírování­ bez souhlasu majitele zakázáno.
*/
* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #999999;
  font-family: tahoma;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

#mainContainer {
  background: url('../img/bg/bg_main.jpg') no-repeat top center;
  margin: 0px auto;
  min-height: 800px; 
}

.logo {
  width: 325px;
  height: 67px;
}

/* login screen */

.loginBox {
  width: 325px;
  height: 390px;
  padding-top: 120px; 
  margin: 0px auto;
}
.loginForm {
  background: url('../img/bg/bg_login.jpg') repeat-x top left;
  width: 325px;
  height: 275px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url('/repository/pie/PIE.php');
}

.loginForm form {
  margin-top: 5px;
  padding: 15px 31px 0px;
}

.loginForm label, .loginForm input {
  display: block;
}
 
.loginForm label {
  color: #999999;
  margin: 25px 0px 2px;
   
}
#password-element,#email-element {position: relative;}
.loginForm form p {
    background: url("../img/bg/bg_formbuble_info.png") no-repeat scroll 0 0 transparent;
    display: none;
    font-size: 11px;
    height: 36px;
    left: 263px;
    opacity: 0;
    padding: 30px 11px 25px 32px;
    position: absolute;
    text-align: justify;
    top: 0px;
    width: 260px;
    z-index: 1000;
}

.loginForm form ul {
    background: url("../img/bg/bg_formbuble_error.png") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    height: 36px;
    left: 263px;
    list-style-type: none;
    padding: 30px 11px 24px 32px;
    position: absolute;
    top: 0px;
    width: 260px;
}


.loginForm input.text {
  background: url('../img/bg/bg_login_input.jpg') repeat-x top left;
  width: 254px;
  height: 18px;
  padding: 8px 3px;
  font-family: tahoma;
  font-size: 18px;
}

.loginForm input.everlastLogin, .loginForm #everlastLogin-label label {
  color: #ffffff;
  display: block;
  float: left;
  margin-top: 5px;  
}

#everlastLogin-label {
	float:right;
	width:245px;
	text-align:left;
}

#everlastLogin-label label {
	float:left;
	margin:0px;
}

#everlastLogin-element {
	float:left;
}

.loginForm input.submit_button {
  background: url('../img/login/button_login.jpg') no-repeat top left;
  width: 84px;
  height: 34px;
  float: right;
  border: none;
  margin-top: 35px;
  cursor: hand;
  cursor: pointer;
}

.loginForm a.lostPass {
  float: left;
  color: #1ab5dc;
  display: block;
  margin-top: 44px;
  margin-left: 31px;
}

.loginBoxShadow {
  background: url('../img/login/login_shadow.png') no-repeat top left;
  width: 297px;
  height: 19px;
  margin: 0px auto;
}

/* login screen end */

/* main */

#contentBlock {
  background-color: #ffffff;
  width: 1060px;
  min-height: 700px;
  margin: 0px auto;
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  behavior: url('/repository/pie/PIE.php');
}

#contentBlock .leftSide {
  background-color: #ececec;
  width: 220px;
  min-height: 696px;
  position: relative;
  float: left;
  margin: 2px 0px 2px 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  behavior: url('/repository/pie/PIE.php');
}



/* main end */


.cleaner {
  clear: both;
  height: 0px;
}
