body{
  font-family: verdana, sans-serif;
}

label{
  display: block;
}

form small{
  display: block;
}

#core-global-user-menu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #ddd url(img/admin-bg.jpg) fixed;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), inset 0 5px 5px rgba(0,0,0,.1), inset 0 10px 10px rgba(0,0,0,.1);
  line-height: 28px;
  font-size: 12px;
  text-align: left;
  border-top: solid 2px #777;
  border-bottom: solid 2px #eee;
}
body.admin #core-global-user-menu{
  border-bottom-color: rgba(256,256, 256,.3);
}

#core-global-user-menu a{
  color: #000;
  text-decoration: none;
}

#core-global-user-menu .sf-menu a{
  border: none;
  border-right: 1px solid #888;
  border-color: rgba(0,0, 0,.1);
  padding: 0 20px;
}
body.admin #core-global-user-menu .sf-menu a{
  border-right: 1px solid #ddd;
  border-color: rgba(256,256, 256,.3);
}
#core-global-user-menu .sf-menu a.sf-with-ul{
  padding-right: 30px;
}

#core-global-user-menu .sf-menu a:hover, #core-global-user-menu .sf-menu .sfHover>a{
  background: #666;
  background: rgba(0,0,0,.5);
  color: #fff;
}

#core-global-user-menu li{
  background: #eee;
}

#core-global-user-menu>ul>li{
  background: none;
}

.cms_content-ContentEditLink{
  float: right;
}

a{
  cursor: pointer;
}
a img{
  border: none;
}

#core-global-user-links{
  float: right;
  height: 28px;
  line-height: 28px;
  border-left: 1px solid #888;
  border-color: rgba(0,0, 0,.1);
  padding-left: 20px;
  font-weight: 700;
}
body.admin #core-global-user-links{
  border-left: 1px solid #ddd;
  border-color: rgba(256,256, 256,.3);
}
#core-global-user-links a{
  padding: 0 20px 0 0;
  text-decoration: none;
  
}

body.admin #core-global-user-login-link{
  display: none;
}


.core-notify-erros{
  border:solid 2px #c00;
  background: #fcc;
} 
.core-notify-messages{
  border:solid 2px #0c0;
  background: #cfc;
}

#global_popup_bg{
  background: #000;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.global_popup{
  max-width: 90%;
  min-height: 300px;
  max-height: 90%;
  width: 400px;
  margin: 0 auto;
  text-align: left;
  padding: 10px 6%;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 100px #000;
  position: relative;
  top: 5%;
}

#global_confirm_popup{
  text-align: right;
}
#global_confirm_popup>div{
  padding: 50px 0;
  text-align: left;
}
#global_confirm_popup input[type="button"]{
  margin-left:20px;
}

iframe{
  border:none;
}
.global_popup iframe{
  width: 100%;
  height: 500px;
  max-height: 100%;
  margin: 0;
}

#content_edit_popup{
  padding: 0;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#content_edit_popup iframe{
  height: 100%;
}
.popupCloseX{
  position: fixed;
  background: #eee;
  background-color: rgba(255,255,255,.7);
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 0 0 0 5px;
  top: 0;
  right: 0;
  padding: 0 10px;
}