font, 
.Aspf-Font,
.Aspf-Font label, 
.Aspf-ToolbarText,
table td{
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 13px;
}
div.Aspf-DialogDiv{
}
table.Aspf-DialogTbl{
	width: 100%;
}
table.Aspf-DialogTbl td{
}
table.Aspf-DialogHeaderTbl{
	width: 100%;
}
table.Aspf-DialogTbl td.Aspf-DialogHeader-Cell{
	color: #FFFFFF;
	background: url(/NmConsole/Core/AspForms/images/Dialog-TopCenter.png) repeat-x blue;
	font-weight: bold;
	white-space: nowrap;
	line-height: 29px;
}
table.Aspf-DialogHeaderTbl td.Aspf-DialogHeader-LeftCell{
	background: url(/NmConsole/Core/AspForms/images/Dialog-TopLeft.png) no-repeat top left;
}
table.Aspf-DialogHeaderTbl td.Aspf-DialogHeader-RightCell{
	background: url(/NmConsole/Core/AspForms/images/Dialog-TopRight.png) no-repeat top right;
}
table.Aspf-DialogTbl td.Aspf-Dialog-BodyCell{
	border-left: 2px #0000FF outset;
	border-bottom: 2px #0000FF outset;
	border-right: 2px #0000FF outset;
	padding: 14px;
	background: #ECE9D8;
	width: 100%;
}
#oDialogTitleDiv{
	width: 200px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Aspf-DialogHeader-LeftCellSpacer{
	width: 29px;
	height: 29px;
}
.Aspf-DialogHeader-ButtonSpacer{
	width: 3px;
	height: 29px;
}
.Aspf-DialogHeader-RightCellSpacer{
	height: 29px;
	width: 5px;
}

.Aspf-LinkButton
{
	cursor:pointer
}
.Aspf-LinkButtonHover
{
	cursor:pointer;
	color: #0000CC;
	text-decoration:underline;
}
.Aspf-Button{
	width: 80px;
}
.Aspf-Edit{
	border: 2px inset;
	width: 250px;
}
.Aspf-EditPassword{
	border: 2px inset;
	width: 250px;
}
.Aspf-EditMultiLine{
	border: 2px inset;
	width: 250px;
	height: 200px;
}
.Aspf-ComboBox{
}
.Aspf-ComboBoxItem{
}
.Aspf-RadioButton{
}
.Aspf-Label{
	padding: 0px 0px 2px 0px;
}
.Aspf-Control-Focus{
	background: #FFFFC4;
}
.Aspf-ToolbarButton
{
	width:40px;
	height:32px;
	cursor:pointer;
	text-align:center;
	margin:1px 1px 1px 1px;
}
.Aspf-ToolbarButtonHover
{
	cursor:pointer;
	Xmargin:0px 0px 0px 0px;
	Xborder:1px outset black;
	text-decoration:underline;
	color: #0000CC;
	
}
.Aspf-ToolbarIcon
{
	cursor:pointer;
}