		#jqDialogWindowMaster
		{
			position: absolute;
			left: 30px;
			top: 40px;
			overflow: hidden;
			display: none;
		}
		#windowTop
		{
			height: 30px;
			background-image: url(../templates/images/jpopup/window_top_end.png);
			background-position: right top;
			background-repeat: no-repeat;
			position: relative;
			overflow: hidden;
			cursor: move;
		}
		#windowTopContent
		{
			margin-right: 13px;
			background: url(../templates/images/jpopup/window_top_start.png) no-repeat left top;
			height: 30px;
			line-height: 30px;
			text-indent: 10px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 14px;
			color: #cfcfcf;
		}
		#windowMin
		{
			position: absolute;
			right: 25px;
			top: 10px;
			cursor: pointer;
		}
		#windowMax
		{
			position: absolute;
			right: 25px;
			top: 10px;
			cursor: pointer;
			display: none;
		}
		#windowClose
		{
			position: absolute;
			right: 10px;
			top: 10px;
			cursor: pointer;
		}
		#windowBottom
		{
			position: relative;
			background: url('../templates/images/jpopup/window_bottom_end.png') no-repeat right bottom;
			height: 100%;
		}
		#windowBottomContent
		{
			position: relative;
			background: url(../templates/images/jpopup/window_bottom_start.png) no-repeat left bottom;
			margin-right: 13px;
			height: 100%;
			text-align: center;
		}
		#windowResize
		{
			position: absolute;
			right: 3px;
			bottom: 5px;
			cursor: se-resize;
		}
		
		.transferer2
		{
			border: 1px solid #6BAF04;
			background-color: #B4F155;
			filter:alpha(opacity=30); 
			-moz-opacity: 0.3; 
			opacity: 0.3;
		}
/* the following line should *always* be present in custom CSS, unmodified */
		.dialogWindow #dialogwincsscheck { display: none; } 
		
		.dialogWindow 
		{
			font-family: Calibri, Tahoma, Helvetica, Arial, Sans-Serif;
			cursor: default;
		}
		
		.dialogWindow .closeBox
		{
		    position: absolute;
		    right: 9px;
		    top: 9px;
		    z-index: 1;
		    text-align: center;
		    vertical-align: middle;
		}
		
		.dialogWindow .closeBox a,
		.dialogWindow .closeBox a:link 
		{
		    display: block;
		    width: 12px;
		    height: 12px;
		    padding-top: 1px;
		    background: url('../templates/images/jpopup/window_close.jpg') no-repeat center;;
		}
		
		.dialogWindow .dialogTitle
		{
			font-family: Segoe UI, Tahoma, MS Sans Serif, Helvetica, Arial, Sans-Serif;
			background: url('../templates/images/jpopup/window_top_start.png');
			padding: 2px;
			padding-left: 5px;
			cursor: default;
			font-weight: bold;
			font-size: 9pt;
		}
		
		.dialogWindow .dialogBody
		{
			background: url('../templates/images/jpopup/window_bottom_end.png') no-repeat right bottom;
		}
		
		.dialogWindow .okCancelButtons
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
			text-align: right;
			padding: 5px 0px 5px 0px;
			width: 100%;
		}
		
		.dialogWindow .dialogIcon {
		    float: left;
		    margin: 10px;
		    height: 100%;
		    vertical-align: top;
		}
		
		.dialogWindow .jqHandle {
		   cursor: default;
			z-index: 1;
		}
		
		.dialogWindow .jqDrag 
		{
			cursor: move;
		}
		
		.dialogWindow .jqResize {
		   background-image: url('../templates/images/jpopup/window_resize.gif');
		   background-position: 2px 2px;
		   background-repeat: no-repeat;
		   height:15px;
		   width: 15px;
		   position: absolute;
		   bottom: 0;
		   right: 0;
		   cursor: se-resize;
		   z-index: 0;
		}
