@charset "UTF-8";
.divEdit {
  margin: 0 0 15px 0;
}

.divModuleRights {
  z-index: 999;
}

.adminDivCreate, .adminDivCreateMult {
  margin-bottom: 10px;
}

.adminEditDelText {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.spanEditDel {
  padding: 0px 10px 0px;
}

.spanEditDel img, #mainContent .spanEditDel img {
  vertical-align: middle;
  margin: 0px 3px 0px;
  border: 0;
}

.absolute .spanEditDel {
  position: relative;
  top: -20px;
}

.divAddModule {
  margin: 0 0 10px 0;
}

.divMoveForm {
  margin: 15px 0 25px;
}

.divMoveForm form {
  padding: 0;
  margin: 0;
}

.spanSort {
  padding: 0px 10px 0px;
  display: inline-block;
  vertical-align: middle;
}

.spanSort input.inactive, .spanSort input.active, .spanSort input.error {
  border: 1px solid #000;
  width: 50px;
  height: 20px;
  padding-left: 15px;
  background: url(adminimg/sort_inactive.png) no-repeat left;
  color: #000;
}

.spanSort input.active {
  background: url(adminimg/sort_active.png) no-repeat left;
}

.spanSort input.error {
  background: url(adminimg/sort_error.png) no-repeat left;
}

.pageEdit {
  margin-top: 10px;
}

.pageInput {
  width: 30px;
  padding: 0 5px;
}

/* Group edit */
#groupEditor {
  padding: 0px 0px 20px 0px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px;
}

#groupEditor .closeImg {
  text-align: right;
}

#groupEditor .mainDiv {
  margin: 20px 20px 0px 20px;
}

#groupEditor table {
  margin: 15px 0px 0px 0px;
}

#groupEditor .fieldGroupEditor {
  padding: 5px;
}

#groupEditor .fieldGroupEditor input {
  width: 250px;
}

#groupEditor .submitGroupEditor {
  padding: 5px;
  text-align: center;
}

#groupEditor .error {
  font-size: 11px;
  font-weight: bold;
  color: #E00000;
}

#groupEditor .info {
  font-size: 11px;
  font-weight: bold;
  color: #00AF00;
}

/* ModuleRights */
div.divModuleRights {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999;
}

div.divModuleRights div.title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

div.divModuleRights div.title a {
  cursor: pointer;
}

div.divModuleRights div.module {
  padding: 4px;
  margin: 5px 2px;
  border: 1px solid black;
}

div.divModuleRights div.module div.role {
  clear: both;
  padding: 3px 0 3px 0;
}

/* Top panel */
.leftalign, .divEdit, .adminDivCreate, .adminEditDelText, .leftalign a, .divEdit a, .adminDivCreate a, .adminEditDelText a, .adminDivCreateMult a, .edit a {
  font: 11px Tahoma !important;
  color: #666;
}

.adminTopPanel {
  border-bottom: 1px solid #6f7071;
  width: 100%;
  background: #000;
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
  behavior: url(js/PIE.htc);
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
  /*position:fixed; 
  z-index:2000; */
}
.adminTopPanel table {
  width: 980px !important;
  text-align: center;
  margin: 0 auto;
}
.adminTopPanel table td {
  text-align: left;
}
.adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
  color: #fff;
  font: 12px Arial, Helvetica, sans-serif;
}
.adminTopPanel .divEdit {
  margin-bottom: 0;
  color: #79b2f2;
}

.tdAdminTopPanel {
  padding: 5px;
}

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
  position: relative;
}

.metaEdit {
  margin-top: 10px;
  behavior: url(js/PIE.htc);
  position: absolute;
  left: 0;
  z-index: 999;
  padding: 10px;
  width: 450px;
  background: #000;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
}
.metaEdit .field {
  margin-bottom: 10px;
}
.metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
  width: 95%;
  color: #000;
}
.metaEdit textarea.visibleInput {
  height: 80px;
}
.metaEdit .metaRed {
  font-weight: normal;
  color: #ff0000;
}
.metaEdit .metaGreen {
  font-weight: normal;
  color: #66CC33;
}

.podMenu {
  text-align: left;
  behavior: url(js/PIE.htc);
  position: absolute;
  z-index: 999;
  visibility: hidden;
  width: 230px;
  background: #000;
  margin-top: 10px;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A;
}
.podMenu .podMenuRel {
  padding: 5px 10px;
}
.podMenu .podMenuRel a {
  text-decoration: none;
  color: #fff;
}
.podMenu .podMenuRel:hover a {
  color: #79b2f2;
}

/* Spec texts for form */
.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000;
}

.adminDivFormText a {
  color: #000;
}

.adminDivFormText .adminEditDelText a {
  color: #9D160A;
}

.adminDivFormText .adminEditDelText {
  font-size: 80%;
}

.adminInfoBox {
  position: absolute;
  width: 960px;
  color: #aa0000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DB7474;
  padding: 8px;
  background: #FFF3EB;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.5);
  -webkit-animation: myfirst 2.5s infinite;
  -moz-animation: myfirst 2.5s infinite;
  -o-animation: myfirst 2.5s infinite;
  animation: myfirst 2.5s infinite;
}
.adminInfoBox a {
  color: #000 !important;
}

@-webkit-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@-moz-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@-o-keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
@keyframes myfirst {
  0% {
    background: #FFF3EB;
  }
  50% {
    background: #FFFFBB;
  }
  100% {
    background: #FFF3EB;
  }
}
/**************************  Common styles (could be edited) ******************************/
/* Document list */
.docList .listItem {
  margin-bottom: 20px;
}

.docList .listPhoto {
  float: left;
  margin-right: 10px;
}

.docList .listDate {
  font-size: 80%;
}

.docList .listTitle, .docList .listTitle a {
  font-weight: bold;
}

.docList .listPreview {
  margin-top: 3px;
}

.docItem .docDate {
  font-size: 80%;
}

.docItem .docText {
  margin-top: 3px;
}

.docBack {
  text-align: right;
  margin: 10px 0;
}

div.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000;
}

.error_message div.error_block_header {
  background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
  height: 20px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: right;
  behavior: url(js/PIE.htc);
}

.error_message div.error_block_body {
  padding: 18px 5px 18px 5px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  behavior: url(js/PIE.htc);
}

.error_message a {
  display: block;
  position: relative;
  background: url(img/close.png) 2px 2px no-repeat;
  height: 20px;
  width: 20px;
  float: right;
}

.jserror {
  display: block;
  margin-top: 5px;
}

.jssuccess {
  position: relative;
  top: 5px;
  left: 3px;
}

.captchaImg {
  margin-bottom: 5px;
}

.divFormButton {
  margin-top: 10px;
}

.divSearchSubmit, .divFormButton input[type=submit] {
  padding: 4px 15px 5px;
  font-size: 12px;
  overflow: visible;
  margin: 0px;
  background: #02a9c3;
  border: 0px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(js/PIE.htc);
}

.divSearchSubmit, .divFormButton input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
