@CHARSET "UTF-8";
/* line 3, ../sass/dialog.scss */
div.dialog_body {
  background-color: #EDEDED;
  border: 1px solid #ABABAB;
  padding: 10px;
}

/* line 9, ../sass/dialog.scss */
div.dialog_body p {
  margin: 0;
  padding-top: 5px;
  padding-left: 12px;
}

/* line 15, ../sass/dialog.scss */
div.icon_info {
  margin-top: 5px;
  margin-right: 5px;
  float: right;
}

/* line 21, ../sass/dialog.scss */
div.inner_body {
  min-height: 200px;
  border: 1px solid #CCCCCC;
}

/* line 26, ../sass/dialog.scss */
input.new_collection {
  margin-left: 10px;
  background-color: #FBFBFB;
  background-image: url(../graphics/input_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ABABAB;
  color: #000000;
  width: 300px;
  height: 18px;
  padding: 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
}

/* line 41, ../sass/dialog.scss */
div.collections {
  width: 190px;
  min-height: inherit;
  background-color: #FFFFFF;
  float: left;
}

/* line 48, ../sass/dialog.scss */
div.collection_container {
  min-height: 185px;
  height: 185px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 55, ../sass/dialog.scss */
div.collection {
  min-height: 22px;
  border-bottom: 1px solid #AAAAAA;
  padding-left: 5px;
  cursor: pointer;
}

/* line 62, ../sass/dialog.scss */
div.collection_active {
  min-height: 22px;
  border-bottom: 1px solid #AAAAAA;
  padding-left: 5px;
  background-color: #CCCCCC;
  cursor: default;
}

/* line 70, ../sass/dialog.scss */
div.collection img, div.collection_active img {
  padding-top: 2px;
  height: 16px;
}

/* line 75, ../sass/dialog.scss */
div.collection p, div.collection_active p {
  margin: 0;
  padding: 3px 5px 0;
}

/* line 80, ../sass/dialog.scss */
div.collections .head_info, div.files .head_info {
  width: inherit;
  height: 15px;
  border-bottom: 1px solid #ABABAB;
  text-indent: 3px;
  background-color: #F8F8F8;
}

/* line 88, ../sass/dialog.scss */
div.mover {
  width: 8px;
  min-height: inherit;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #ABABAB;
  float: left;
}

/* line 97, ../sass/dialog.scss */
div.file_container {
  min-height: 185px;
  height: 185px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 104, ../sass/dialog.scss */
div.files {
  min-height: inherit;
  background-color: #FFFFFF;
  overflow: hidden;
}

/* line 110, ../sass/dialog.scss */
div.file {
  height: 30px;
  border-bottom: 1px solid #AAAAAA;
  padding-left: 5px;
  overflow: hidden;
}

/* line 117, ../sass/dialog.scss */
div.file img {
  height: 26px;
  margin-top: 1px;
  max-width: 40px;
}

/* line 123, ../sass/dialog.scss */
div.file p {
  margin: 0;
  padding: 5px 5px 0 5px;
}

/* line 129, ../sass/dialog.scss */
div.dialog_footer {
  /*width: 100%;*/
  min-height: 10px;
  background-color: #EDEDED;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ABABAB;
}

/* BUTTONS */
/* line 145, ../sass/dialog.scss */
div.button_holder {
  float: left;
  margin-left: 7px;
  margin-bottom: 5px;
  width: 98%;
}

/* FILE BUTTON */
/* line 154, ../sass/dialog.scss */
div a.button_file {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  overflow: hidden;
  padding-left: 5px;
  width: 134px;
}

/* line 164, ../sass/dialog.scss */
div a.file_input_de {
  background-image: url(../graphics/dialog_button_file_de.gif);
}

/* line 168, ../sass/dialog.scss */
div a.file_input_en {
  background-image: url(../graphics/dialog_button_file_en.gif);
}

/* line 172, ../sass/dialog.scss */
div a.button_file_input_i:hover {
  text-decoration: none;
}

/* line 176, ../sass/dialog.scss */
.input_file {
  opacity: 0;
  filter: Alpha(opacity=0);
}

/* AUSKOMMENTIERT ... per display */
/* line 183, ../sass/dialog.scss */
div.resize {
  display: none;
  width: 12px;
  height: 11px;
  /*background-image: url('../graphics/dialog_footer_resize.gif');*/
  float: right;
  margin: 0 1px 1px 0;
  cursor: se-resize;
}

/* line 194, ../sass/dialog.scss */
div.dialog_close {
  width: 14px;
  height: 15px;
  background-image: url("../graphics/dialog_close.gif");
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
