/*
	$Id: dialog.css 34 2009-03-08 17:32:06Z root $
	$HeadURL: file:///usr/home/svn/cms/styles/dialog.css $
	(C) Copyright 2006-2009 Fellownet / Third Floor Design.
	All rights reserved.
*/

div.modal {
	left:0;
	top:0;
	background-color:#000;
	position: absolute;
	cursor:not-allowed; 
}
div.dialog {
	width:400px;
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:0px;
	cursor:default;
	border: 10px solid #FFF;
}
div.dialog div.disabled {
	top:0;
	left:0;
	position:absolute;
	cursor:not-allowed;
}
div.dialog div.outer {
	position:relative;
	background:url(../images/dialog/bglogin.jpg) no-repeat right bottom #ffcb00;
	padding:10px;
	border: 1px solid #999;
}
div.dialog div.header {
	background:url(../images/dialog/hbg1.gif) repeat-x top center #ffcb00;
	padding:0 6px 0 6px;
	margin-bottom:6px;
}
div.dialog div.header img {
	float:right;
	position:relative;
	margin:9px 0 0 0;
	cursor:pointer;
}
div.dialog div.header h1 {
	line-height:32px;
	font-size:18px;
	font-weight:bold;
}
div.dialog div.header h1.draggable {
	cursor:move;
}
div.dialog div.header span.subtitle {
	display:block;
	line-height:11px;
	font-size:11px;
	color:#555;
	margin-bottom:5px;
}
div.dialog div.buttons {
	padding:6px;
	margin-top:6px;
	height: 20px;
}
div.dialog div.buttons button {
/*
	border-top:1px solid #808080;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #808080;
	background:url(../images/dialog/bgbutton.gif) repeat-x center center #4C4C4C;
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	line-height:16px;
	padding:0 10px 0 10px;
	overflow:visible;
	cursor:pointer;
*/
	margin-right:6px;
}
div.dialog div.buttons button.right {
	border: solid 1px #000;
	float:right;
	margin-right:0px;
}
div.dialog div.buttons button.disabled {
	display: none;
	border-top: 1px solid #9F9E97;
	border-right: 1px solid #878680;
	border-bottom: 1px solid #878680;
	border-left: 1px solid #9F9E97;
	background: #908F89;
	color: #CFCFCF !important;
	cursor:default;
}
div.dialog div.buttons button.default {
/*
	border-top:1px solid #DFDFDF;
	border-left:1px solid #DFDFDF;
*/
}
div.dialog .invisible {
	visibility:hidden;
}

/* IMG */

div.img_dialog {
	border:0;
	padding:0;
	margin:0;
	position:absolute;
	left:0px;
	top:0px;
	cursor:default;
	background-color:#FFF;


	-webkit-box-shadow: 2px 2px 20px #000;
	-moz-box-shadow: 2px 2px 20px #000;
	box-shadow: 2px 2px 20px #000;
}

div.img_dialog div.disabled {
	top:0;
	left:0;
	position:absolute;
	cursor:not-allowed;
}

div.img_dialog div.outer {
	position:relative;
/*
	border-top:1px solid #FFF;
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #555;
	border-left:1px solid #FFF;
*/
	color:#000;
	background-color:#FFF;
	border:0;
}

div.img_dialog div.header {
	color:#FFF;
	border:0;
	padding:0;
	margin-bottom:6px;
	position:absolute;
	margin-top:-22px;
}
.popup div.img_dialog div.header {
	color:#FFF;
	border:0;
	padding: 10px 10px 0 10px;
	margin-bottom:0px;
	position: relative;
	margin-top:0px;
	
}


div.img_dialog div.header img {
	float:right;
	position:relative;
	margin:9px 0 0 0;
	cursor:pointer;
	display:none;
}

div.img_dialog div.header button {
	border:0;
	background-color:transparent;
	color:#BBB;
	font-size:12px;
	float:right;
	padding:0;
	line-height:22px;
	display:block;
	cursor:pointer;
}
div.img_dialog div.header button:hover {
	color:#FFF;
}

div.img_dialog div.header h1 {
	font-weight:bold;
	line-height:22px;
	padding-bottom:2px;
	color:#fff;
	font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:640px;
	display:block;
}
.popup div.img_dialog div.header h1 {
	font-weight:bold;
	line-height:22px;
	padding-bottom:2px;
	color:#000;
	font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width: auto;
	display:block;
}

div.img_dialog div.header h1.draggable {
	cursor:move;
}

div.img_dialog div.header span.subtitle {

	display:none;
	line-height:11px;
	font-size:12px;
	color:#FFF;
	margin-bottom:5px;
}

div.img_dialog div.buttons {
		width: 45px;
	height: 45px;
	background: url(../images/dialog_close.png) no-repeat top left;
	position: absolute;
	right:-22px;
	top: -22px;
	display: block;
	
}

div.img_dialog div.buttons button {
	border:0;
	padding:0;
	background: url(../img/submit_bg.png) no-repeat top left;
	font-weight:normal;
	color: #4d5d86;
	width: 102px;
	height: 25px;

	font-size:12px;
	line-height:18px;
	overflow:visible;
	cursor:pointer;
}

div.img_dialog div.buttons button.right {
	float:right;
	margin-right:0px;
	text-indent: -9999px;
}

div.img_dialog div.buttons button.disabled {
	border-top:1px solid #9F9E97;
	border-right:1px solid #878680;
	border-bottom:1px solid #878680;
	border-left:1px solid #9F9E97;
	background:#bcb0c6;
	color:#CFCFCF !important;
	cursor:default;
}

div.img_dialog .invisible {
	visibility:hidden;
}


div.img_dialog button#btn_close,
div.img_dialog button#btn_prev,
div.img_dialog button#btn_next {
	border:0;
	padding:0;
	background: url(../img/submit_bg.png) no-repeat top left;
	font-weight:bold;
	color: #000;
	width: auto;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	line-height:18px;
	overflow:visible;
	cursor:pointer;
	margin-bottom:-25px;
	
}

div.img_dialog #dbtnwrap{
	margin: 0 0 -36px -9px;
	float: left;
	height: 35px;
	width: 250px;
}
div.img_dialog button#btn_prev {
	background: url(../images/dialog_prev.png) no-repeat top left;
	width: 90px;
	height: 31px;
	padding: 0 0 4px 20px;
	float: left;

	text-align: left;
	display: inline;
}

div.img_dialog button#btn_next {
	background: url(../images/dialog_next.png) no-repeat top right;
	width: 100px;
	height: 31px;
	padding: 0 20px 4px 0;
	float: left;
	text-align: right;
	display: inline;
}
div.img_dialog button#btn_close {
	width: 45px;
	height: 45px;
	background: url(../images/dialog_close.png) no-repeat top left;
	position: absolute;
	right:-22px;
	top: -22px;
	display: block;
}
div.img_dialog button#btn_close span {
	display: none;
}

#albtitel{
width: 95%;
float: left;
padding: 0 8px 3px 8px;
}
