/* DIALOG */
.dialog{
	margin:0;
	border-collapse:collapse;
	position: absolute;
	overflow: visible; 
	top:0;
	left:0;
	background: transparent url(image/dialogEmptyTop.gif);
}
.dialog .dialogHead{cursor:move;}
.dialog .dialogHeadLeft{
	background: transparent no-repeat url(image/dialog_head_left.gif);	
}
.dialog .dialogHeadMid, .dialog .dialogHeadMenu{
	background: transparent repeat-x url(image/dialog_head_mid.gif);
}
.dialog .dialogHeadMid span{
	font-weight: bold; color:white;
	padding-left:5px; font-size:10px;
	white-space: nowrap; overflow: hidden;
}
.dialog .dialogHeadRight{
	background: transparent top right url(image/dialog_head_right.gif);	
}

.dialog .dialogFootLeft{
	background: transparent no-repeat url(image/dialog_foot_left.gif);
}
.dialog .dialogFootMid{
	background: transparent repeat-x url(image/dialog_foot_mid.gif);
}
.dialog .dialogFootRight{
	background: transparent no-repeat url(image/dialog_foot_right.gif);	
}
.dialog .dialogResize{
	cursor:se-resize;
	background: transparent bottom right no-repeat url(image/dialog_resize.gif);
}
.dialog .dialogBody{
	background-color: #1d3b4e;
	padding:0px;
}
.dialog .dialogBodyContent{
	background-color: #efefef; 
	border:2px solid #1d3b4e;
	overflow: auto;
}
	
