﻿/************************/
/* Dialog Framework		*/
/************************/
#DialogBG
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 998;
	/*background-image: url(/netroots/images/dialogbg.png);*/
}
.DialogBGIE6
{
	background-image: none;
	background-color: #000;
	filter: alpha(opacity=00);
}

.Dialog
{
	position: absolute;
	left: 50%;
	top:30%;
	margin:0 0 0 -145px;
	zoom:1;
	width:290px;
	display:none;
	z-index:1000;
    border: 0;
/*    overflow: hidden;*/
	background-color: Transparent;
}
	.Dialog-close
	{
		float:right;
		text-decoration:none;
	}
		a.Dialog-close:link, a.Dialog-close:active, a.Dialog-close:visited
		{
			text-decoration:none;
			background: url(/netroots/images/Dialogruta/btn_close.gif) 0 0 no-repeat;
			width:11px;
			height:11px;
			margin-right: 10px;
			font-family: Arial, Verdana, Helvetica;    
			font-size: 10px;
			color: #333333;
			text-transform: uppercase;
		}

	.Dialog-top
	{
		zoom:1;
		z-index:1000;
		line-height:0px;
		font-size:0px;
		height:11px;
		width:290px;
		background: url(/netroots/images/Dialogruta/bg_t.png) no-repeat;
		#background:none;
		#filter:progid:dximagetransform.microsoft.alphaimageloader(src='/netroots/images/Dialogruta/bg_t.png', sizingmethod='crop');
	}

	.Dialog-mid
	{
		text-align:center;
		width:290px;
		background: White url(/netroots/images/Dialogruta/bg_m.png) repeat-y;
		#background:none;
		#filter:progid:dximagetransform.microsoft.alphaimageloader(src='/netroots/images/Dialogruta/bg_m.png', sizingmethod='scale');
		}
		.Dialog-mid *
		{
			font-size:12px;
			zoom:1;
			z-index:1000;
		}
			.Dialog-mid .Body { padding:5px; }
			.Dialog-mid h4 {font-size:24px; margin:0 0 3px 0; text-align:center;}
			.Dialog-mid a { cursor:pointer; }
			.Dialog-mid .button
			{
				margin:0 10px 0 0;
/*				overflow:hidden;*/
				width:56px;
				color:Black;
			}
			.Dialog-mid .button-mid
			{
				float:left;
				height:21px;
				width:50px;
				background: url(/netroots/images/Dialogruta/btn_mid.gif) 0 0 repeat-x;
				text-align:center;
				padding:9px 0px 0 0px;
			}
				
			.Dialog-mid .button-left
			{
				float:left;
				width:3px;
				height:30px;
				background: url(/netroots/images/Dialogruta/btn_left.gif) 0 0 no-repeat;
			}
			.Dialog-mid .button-right
			{
				float:left;
				width:3px;
				height:30px;
				background: url(/netroots/images/Dialogruta/btn_right.gif) 0 0 no-repeat;
			}
	.Dialog-bottom
	{
		zoom:1;
		z-index:1000;
		width:290px;
		height:11px;
		background: url(/netroots/images/Dialogruta/bg_b.png) no-repeat;
		#background:none;
		#filter:progid:dximagetransform.microsoft.alphaimageloader(src='/netroots/images/Dialogruta/bg_b.png', sizingmethod='crop');
	}
	.DialogShowProperty
	{
		width: 300px;
		height: 330px;
	}

