@CHARSET "UTF-8";

div.dialog_body {
	background-color: #EDEDED;
	border: 1px solid #ABABAB;
	padding: 10px;
}

div.dialog_body p {
	margin: 0;
	padding-top: 5px;
	padding-left: 12px;
}

div.dlg_headline {
	font-size: 16px;
	font-weight: bold;
}

div.icon_info {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

div.inner_body {
	min-height: 200px;
	border: 1px solid #CCCCCC;
}

input.new_collection {
	margin-left: 10px;
	background-color:#FBFBFB;
	background-image: url('../img/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;
}

div.collections {
	width: 190px;
	min-height: inherit;
	background-color: #FFFFFF;
	float: left;
}

div.collection_container {
	min-height: 185px;
	height: 185px;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.collection {
	min-height: 22px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 5px;
	cursor: pointer;
}

div.collection_active {
	min-height: 22px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 5px;
	background-color: #CCCCCC;
	cursor: default;
}

div.collection img, div.collection_active img {
	padding-top: 2px;
	height: 16px;
}

div.collection p, div.collection_active p {
	margin: 0;
	padding: 3px 5px 0;
}

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

div.mover {
	width: 8px;
	min-height: inherit;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ABABAB;
	float: left;
}

div.file_container {
	min-height: 185px;
	height: 185px;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.files {
	min-height: inherit;
	background-color: #FFFFFF;
	overflow: hidden;
}

div.file {
	height: 30px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 5px;
	overflow: hidden;
}

div.file img {
	height: 26px;
	margin-top: 1px;
	max-width: 40px;
}

div.file p {
	margin: 0;
	padding: 5px 5px 0 5px;
}


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





/* BUTTONS */


div.button_holder {
	float: left;
	margin-left: 7px;
	margin-bottom: 5px;
	width: 98%;
}

/* FILE BUTTON */

.button_file
{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	overflow: hidden;
	padding-left: 5px;
	width: 134px;
}

.button_file:hover
{
	text-decoration: none;
}

.file_input_de {
	background-image: url('../img/dialog_button_file_i_de.gif');
}

.file_input_en {
	background-image: url('../img/dialog_button_file_i_en.gif');

}

.input_file {
	opacity: 0;
	filter: Alpha(opacity=0);
}

/* AUSKOMMENTIERT ... per display */
div.resize {
	display: none;

	width: 12px;
	height: 11px;
	/*background-image: url('../img/dialog_footer_resize.gif');*/
	float: right;
	margin: 0 1px 1px 0;
	cursor: se-resize;
}

div.dialog_close {
	width:14px;
	height: 15px;
	background-image: url('../img/dialog_close.gif');
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
}
