.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	border: none;
	padding: 0px;
	background-color: Transparent;
}

#dialogbody
{
	overflow: hidden;
	margin:0px;
}

/* Header formatting styles */
#dialogHeader .uppercenter
{
	background-color: #F0F0F0;
	border-top: solid 1px #CCCCCC;
	height: 3px;
	margin-left: 4px;
	margin-right: 4px;
}

#dialogHeader .upperleft
{
	width: 4px;
	height: 4px;
	background-image: url(img/dlg_ul.gif);
}

#dialogHeader .upperright
{
	width: 4px;
	height: 4px;
	background-image: url(img/dlg_ur.gif);
}

#dialogHeader .header
{
	border-left: solid 1px #D5D5D5;
	/*border-right: solid 1px #999999;*/
	background: #E3E3E3 url(img/dlg_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}

#dialogButtons
{
	border-left: solid 1px #D5D5D5;
	/*border-right: solid 1px #999999;*/
	padding: 3px 5px 3px 5px;
	background-color: #ffffff;
}

/* Footer formatting styles */
#dialogFooter
{
	width: 100%;
}

#dialogFooter .lowerleft
{
	width: 4px;
	height: 4px;
	background-image: url(img/dlg_ll.gif);
}

#dialogFooter .lowerright
{
	width: 4px;
	height: 4px;
	background-image: url(img/dlg_lr.gif);
}

#dialogFooter .footer
{
	height: 3px;
	background-color: #ffffff;
	border-bottom: solid 1px #999999;
	margin-left: 4px;
	margin-right: 4px;	
}

/* Body formatting styles */
.dialogBody
{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
/*order-right: solid 1px #999999;*/
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
}

.dialogBodyGradient
{
	/* border-left: solid 1px #D5D5D5; */ /* border-right: solid 1px #999999; */
	background: #333333 url(img/dlg_grad.png) repeat-x;
	border: #333333 solid 1px;
	font-size: 11px;
	padding: 5px;
}

.dialogBodyGradientBottom
{
	background: #E3E3E3;
	font-size: 11px;
	padding: 5px;
}

.dialogSeperatorTop
{
	border-top: solid 1px #333333;
}

.dialogSeperatorBottom
{
	border-bottom: solid 1px #333333;
}

/* Control table layout styles */
table.dialogTable
{
	border-collapse: collapse;
	width: 100%;
}

table.dialogTable th.dialogTable
{
	font-family: Verdana;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
	white-space: nowrap;
}

table.dialogTable td.dialogTable
{
	padding: 5px;
	width: 90%;
	font-size: 12px;
	padding: 5px;
}

/* Header and Button padding styles */
#dialogHeader .header input[type="submit"], .dialogButtons input[type="submit"]
{
	margin-left: 3px;
	margin-right: 3px;
}
