.dialogInactiveTopLeft{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-left.gif');
	background-repeat:repeat-x;
	left:-7px;
	top:-30px;
	width:7px;
	height:30px;
}

.dialogInactiveTopCenter{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-center.gif');
	background-repeat:repeat-x;
	height:30px;
	top:-30px;
}

.dialogInactiveTopRight{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-right.gif');
	background-repeat:no-repeat;
	width:7px;
	height:30px;
	top:-30px;
	left:0px;
}

.dialogActiveTopLeft{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-left-active.gif');
	background-repeat:no-repeat;
	width:7px;
	height:30px;
	top:-30px;
	left:-7px;
}

.dialogActiveTopCenter{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-center-active.gif');
	background-repeat:repeat-x;
	height:30px;
	top:-30px;
}

.dialogActiveTopRight{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-top-right-active.gif');
	background-repeat:no-repeat;
	width:7px;
	height:30px;
	top:-30px;
	left:0px;
}

.dialogCenterLeft{
	background-color:#eeeeee;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	top:0px;
	left:-7px;
	width:6px;
}

.dialogCenterBody{
	top:0px;
	left:0px;
	background-color:#eeeeee;
}

.dialogCenterRight{
	background-color:#eeeeee;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	top:0px;
	left:0px;
	width:6px;
}

.dialogBottomLeft{
	background-color:#eeeeee;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #aaaaaa;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	top:0px;
    left:-7px;
	width:5px;
	height:5px;
}

.dialogBottomCenter{
	background-color:#eeeeee;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	top:0px;
	height:5px;
}

.dialogBottomRight{
	background-color:#eeeeee;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
    left:0px;
	width:6px;
	top:0px;
	height:5px;
}

.dialogResize{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-resize.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogCloseUp{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-close.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogCloseDown{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-close-down.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogCloseHover{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-close-hover.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogMinUp{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-min.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	padding-left:2px;
}

.dialogMinDown{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-min-down.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogMinHover{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-min-hover.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogMaxUp{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-max.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogMaxDown{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-max-down.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogMaxHover{
	background-image: url('/sites/bigstring/webart/aol_dialog/dialog-max-hover.gif');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

.dialogTitleInactive { 
	padding-top:6px;
	color: #000000; 
	cursor:default; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	user-select:none; 
	-moz-user-select:none; 
}

.dialogTitleActive   { 
	padding-top:6px;
	color: #FFFFFF; 
	cursor:default; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;  
	user-select:none;
	vertical-align:bottom;
	vertical-align:bottom;
	-moz-user-select:none; 
}

