@CHARSET "utf-8";

.generic_dialog {
	height:0;
	left:0;
	overflow:visible;
	position:fixed; /* muss auf absolut geaendert werden, bei kleinen seiten */
	top:0px;
	width:100%;
	z-index:101;
}
#generic_dialog_iframe {
	left:0;
	position:absolute;
	top:0;
	z-index:3;
}
.generic_dialog .generic_dialog_popup {
	height:0;
	overflow:visible;
	position:relative;
}
.generic_dialog div.dialog_loading {
	background-color:#F2F2F2;
	border:1px solid #606060;
	font-size:24px;
	padding:10px;
}
#generic_dialog_overlay {
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}
#dialogTitle {
	height: 30px;
	background:#717274 none repeat scroll 0 0;
	margin:0;
	border:0;
}

//classes
.dialog_body .dialog_content_img {
	float:left;
	margin-right:15px;
}
.dialog_body .dialog_content_txt {
	float:left;
	padding-bottom:5px;
	width:300px;
}
.dialog_body .dialog_content_body {
	padding-bottom:13px;
}
.dialog_body .form_label {
	padding-right:5px;
}

/*.dark_dialog_overlay {
	background-image:url(facebook-overlay.png);
	background-repeat:repeat;
}
* html .dark_dialog_overlay {
	background-color:transparent;
	background-image:url('/img/lay/blank.gif');
}*/
.full_bleed .pop_dialog_table td.pop_content .dialog_body {
	padding:0;
}
table.pop_dialog_table {
	border-collapse:collapse;
	direction:ltr;
	margin:auto;
	table-layout:fixed;
	width:465px;
}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
	height:10px;
	overflow:hidden;
	padding:0 !important;
	width:10px !important;
}
td.pop_topleft {
	background-image:url('/img/lay/bg_popup_corner_uLeft.png');
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:0;	
}
td.pop_topright {
	background-image:url('/img/lay/bg_popup_corner_uRight.png');
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:0;		/* horizontal vertikal */	
}
td.pop_bottomright {
	background-image:url('/img/lay/bg_popup_corner_lRight.png');
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:0;		/* horizontal vertikal */	
}
td.pop_bottomleft {
	background-image:url('/img/lay/bg_popup_corner_lLeft.png');
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:0;
}

td.pop_top{
	background-image:url('/img/lay/bg_popup_border_top.png');
	background-color: transparent;
	background-repeat:repeat-x;
	background-position:0;	
}
td.pop_bottom {
	background-image:url('/img/lay/bg_popup_border_bottom.png');
	background-color: transparent;
	background-repeat:repeat-x;
	background-position:0;
}
td.pop_sideLeft {
	/*background:transparent  repeat-y scroll  0;*/
	background-image:url('/img/lay/bg_popup_border_left.png');
	background-color: transparent;
	background-repeat:repeat-y;
	background-position:0;
	background-attachment:scroll;
}
td.pop_sideRight {
	/*background:transparent  repeat-y scroll  0;*/
	background-image:url('/img/lay/bg_popup_border_right.png');
	background-color: transparent;
	background-repeat:repeat-y;
	background-position:0;
	background-attachment:scroll;
}
td.pop_content {
	background-color:white;
	direction:ltr;
	padding:0;
}
.pop_dialog_rtl td.pop_content {
	direction:rtl;
}
.dialog_title h2 {
	/*border:0px solid #000000;*/
	border:0;
	color: #E1E3E4;
	font-size:14px;
	font-weight:bold;
	padding:4px 2px 4px 9px;
	margin: 0;
	float:left;
}
.dialog_title img {
	cursor: pointer;
	border:0;
	margin:2px 0px;
	float:right;
}

td.pop_content h2.dialog_loading {
/*background:#6D84B4 url(facebook-indicator_white_small.gif) no-repeat scroll 400px 10px;*/
	background-attachment:scroll;
	padding-right:40px;
}

td.pop_content .dialog_content {
	background:#FFFFFF none repeat scroll 0 0;
	clear: both;
	/*border-color:#C70066; /* Rahmen fuer ganzes Popup*//*
	border-style:solid;
	border-width:2px 2px 2px 2px;*/
}
td.pop_content .dialog_body {
	border-bottom:1px solid #CCCCCC;
	padding:10px;
}
td.pop_content .dialog_summary {
	background:#F2F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding:8px 10px;
}
td.pop_content .dialog_buttons {
	background:#F2F2F2 none repeat scroll 0 0;
	padding:8px;
	text-align:center;
}
td.pop_content .dialog_buttons input {
	margin-left:5px;
}
td.pop_content .dialog_buttons_msg {
	float:left;
	padding:5px 0 0;
}

td.pop_content .imgGallery {
	width: 50px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	clear: both;
	padding: 8px 4px 2px 4px;
}

td.pop_content .imgGalleryActive {
	width: auto;
	text-align: center;
	cursor: default;
	display: block;
}

.inputsubmit{
	cursor:pointer;
}
#modalDialog{ 
	display:none;
}