body {
  margin:0;
  padding:0px;
}

.backgroundcolor {
  background-color: #ADC7E7;
}

#cmscontainer{
  width: 100%;
  background-color: #A9C4E7;
}

#cmscontentcontainer {
  margin-top:10px;
  margin-left: 5px;
  background-color: #A9C4E7;
  padding-bottom: 20px;
  min-height: 500px;
}

#footer {
  padding-right:20px;
  padding-bottom:20px;
  margin:0px;
  height:30px;
  vertical-align: middle;
  background-image: url(../images/footer_bg.gif);
  background-repeat: repeat-x;
  background-color: #6C83AC;
  margin-top: 20px;
}

#footer div {
  color: white;
  padding-left:5px;
  padding-right:5px;
  margin-top:5px;
  font-size:11px;
  float: right;
}

#footer a {
  color: white;
}

#headerLine {
  width: 100%;
  height: 115px;
  background-image: url(../images/header_bg.gif);
  margin-bottom: 10px;
}

#headerLine.hidden {
  height: 26px;
}

.listBoxTop {
  cursor: hand;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 22px;
  heigth: 22px;
  background: url(../images/boxTitleBg.gif);
}

.listBoxTopTitleRight {
  float: right;
  width: 4px;
}

.listBoxTopTitleLeft {
  color: #151C55;
  float: left;
  width: 4px;
}

.listBoxBorder {
  border: 1px solid #A9C4E7;
  box-shadow: 0px 3px 0px #888;
  -moz-box-shadow: 0px 3px 3px #888;
  -webkit-box-shadow: 0px 3px 3px #888;
}

#userContentLanguageChooser {
  position: absolute;
	right: 200px;
	top: 75px;
	width: 160px;
	height: 50px;
	display: none;
	z-index: 15;
  padding: 5px;
  background: #F8F2AA;
  border: 2px solid #FFB608;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}


#isDeveloperModeBar, #isAdminLiveModeBar {
  background-color:#F2CA3E;
  padding:3px 0px 5px 0px;
  background-image: url(/chameleon/blackbox/images/devlopment_mode_bg.gif);
  height: 17px;
  text-align:center;
}
#isAdminLiveModeBar {
  background-image: url(/chameleon/blackbox/images/live-admin-mode-bg.gif);
}

#isDeveloperModeBar .developerModeMessage, #isAdminLiveModeBar .developerModeMessage{
  display:inline-block;
  color: #4F4F4F;
  font-size:14px;
  font-weight:bold;
  padding-left: 20px;
  background-image: url(/chameleon/blackbox/images/icons/brick_error.png);
  background-repeat: no-repeat;
}

#isAdminLiveModeBar .developerModeMessage{
  color:#000000;
}

#portalChooser {
  position: absolute;
	left: 200px;
	top: 78px;
	width: 200px;
	height: 75px;
	display: none;
	z-index: 15;
  padding: 5px;
  background: #F8F2AA;
  border: 2px solid #FFB608;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#activePortalID {
  width: 200px;
  margin-bottom: 8px;
}


