﻿

.dialog
{
	margin: 0;
	padding: 0;
	/*position: relative;*/
}

	.dialog a, .dialog a:visited, .dialog a:active
	{
		color: #3399ff;
	}
	
	.dialog .dialogtl
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 4px;
		height: 4px;
		background-image: url(images/dlg-tl.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.dialog .dialogtr
	{
		position: absolute;
		right: 0;
		top: 0;
		width: 4px;
		height: 4px;
		background-image: url(images/dlg-tr.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	.dialog .dialoghead
	{
		margin: 0 4px 0 4px;
		height: 4px;
		background-color: White;
	}
	
	.dialog .dialogmain
	{
		background-image: url(images/back-curve.gif);
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #f0f0f0;
		margin: 0;
		padding: 0;
	}
	
	.dialog .dialogfooter
	{
		clear: both;
		/*position: relative;*/
		background-color: Transparent;
	}
	
		.dialog .dialogfooter .dialogbl
		{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 4px;
			height: 4px;
			background-image: url(images/dlg-bl.gif);
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		
		.dialog .dialogfooter .dialogbr
		{
			position: absolute;
			right: 0;
			bottom: 0;
			width: 4px;
			height: 4px;
			background-image: url(images/dlg-br.gif);
			background-position: right bottom;
			background-repeat: no-repeat;
		}
		
		.dialog .dialogfooter .foot
		{
			margin: 0 4px 0 4px;
			height: 4px;
			background-color: #f0f0f0;
		}
		
	.dialog .diagheader
	{
		padding: 5px 2px 6px 20px;
		margin: 0 2px 10px 2px;
		background-image: url(../../images/grad-headerbar.gif);
		background-position: center bottom;
		background-repeat: repeat-x;
	}
	
	.dialog .dialogmain .dlgerror
	{
		margin: 2px 10px 2px 10px;
	}
	
	.dialog .dialogmain .dlgerror img
	{
		margin-right: 5px;
	}
	
	.dialog .diagview
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.dialog .diagsplitter
	{
		clear: both;
		height: 4px;
		margin: 5px 2px 5px 2px;
		background-image: url(../../images/grad-headerbar.gif);
		background-position: center top;
		background-repeat: repeat-x;
	}	