/* IMAGE PANEL */
#panelContainer {
	text-align: left;
}
#panel {
    height: 210px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #707072 url('../grafik/panel/bg.jpg') repeat-x;
    text-align: left;
    z-index: 200;
}
#panel a {
  color: white;
}
#panel a.MegaBtn {
  color: #333;
}
#panel .imageLabel,
#panel .memberLabel {
  border: 1px solid black;
  margin: 1px 1px 0 0;
  display: block;
  float: left;
  background: white;
  width: 106px;
  height: 146px;
  overflow: hidden;
}
#panel .memberLabel {
  height: 92px;
}
#panel .imageLabel {
  background-repeat: no-repeat;
  background-position: 3px 3px;
  line-height: 13px;
  text-decoration: none;
}
#panel .imageLabel img,
#panel .memberLabel img {
  display: block;
  margin: 3px;
  margin: 3px auto;
}
#panel div .imageText {
  display: block;
  padding: 7px 3px;
  font-size: 11px;
  color: black;
}
#panel .imageLabel .selectionInput {
  width: auto;
  float: left;
}
#panel .memberLabel .selectionInput {
  float: left;
}
#panel .memberLabel p {
  margin: 3px 5px 3px 0;
}
#panel .memberLabel .imageGroupOuter {
  clear: both;
}
#panel .imageLabel .clicktarget,
#panel .memberLabel .clicktarget {
  width: 106px;
  height: 146px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
#panel #panelTabs {
	width: 25px;
	height: 210px;
    background: #707072 url('../grafik/panel/tabs.jpg') no-repeat;
}
#panel #panelTabs a {
	outline: none;
	cursor: pointer;
}
#panel #panelContent {
	height: 210px;
}
#panel #panelContent #panelExistingObjects {
    overflow: auto;
	height: 205px;
	margin: 5px 5px 0px 5px;
}
#panel #panelContent #panelExistingObjects iframe {
	width: 100%;
	height: 195px;
}
#panel #panelObjectInfo {
	background: url('../grafik/panel/infoBg.jpg') no-repeat;
	width: 230px;
	height: 210px;
	display: none;
}
#panel #panelObjectInfo .info {
    width: 240px;
    height: 210px;
    overflow: auto;
}
#panel #panelObjectInfo .info .padding {
	padding: 6px 10px 0px 10px;
}
#panel #panelObjectInfo .dataFieldForm input {
	width: 180px;
}
#panel #panelObjectInfo .info #imageUsedIn ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
#panelClosebuttonTopright {	/* 26 x 21 px  */
	position: absolute;
	top: 0px;
	right: 0px;
    z-index: 201;
    display: block;
    width: 26px;
    height: 21px;
}

#panel.fullHeight,
#panel.fullHeight #panelContent {
	height: 100%;
	bottom: auto;
	top: 0px;
}
#panel.fullHeight #panelContent #panelExistingObjects {
	height: 100%;
}
#panelClosebuttonTopright.fullHeight {
	top: 0px;
	bottom: auto;
}

#filterContainer {
    color: #CCC;
}
#filterContainer label {
    display: inline;
}
