font, 
.Aspf-Font,
.Aspf-Font label, 
table td{
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.Aspf-ToolbarText
{
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color:#000000;
}
div.Aspf-DialogDiv
{
}
table.Aspf-DialogTbl{
    width: 100%;
}
table.Aspf-DialogTbl td{
	/*background:#F0F0F0;*/
}
table.Aspf-DialogHeaderTbl{
	width: 100%;
}
table.Aspf-DialogHeaderTbl td.Aspf-DialogHeader-Cell{
	white-space: nowrap;
	line-height: 30px;
	width: 100%;
	background: url(/NmConsole/Core/AspForms/images/dialog_background_top.png)  top left;
}
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{
	padding:0px 7px 7px 7px;	
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background: url(/NmConsole/Core/AspForms/images/dialog_background_bottom.png)  top left;
}
td.Aspf-Dialog-BodyCell div.Aspf-Dialog-Div{
    width: 100%;
    padding: 7px;
    -moz-box-sizing:border-box; /*behave like IE */
    background-color: #F0F0F0;
}
#oDialogTitleDiv{
	width: 100%;/*originally at 400px*/
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Aspf-DialogHeader-LeftCellSpacer{
	width: 6px;
	height: 30px;
}
.Aspf-DialogHeader-ButtonSpacer{
	width: 3px;
	height: 30px;
}
.Aspf-DialogHeader-RightCellSpacer{
	width: 6px;
	height: 30px;
}

.Aspf-LinkButton
{
	cursor:pointer
}
.Aspf-LinkButtonHover
{
	cursor:pointer;
	/*color: #0000CC;
	text-decoration:underline;*/
}
.Aspf-Button{
	width: 80px;
	white-space:nowrap;
	display:block;
}
.Aspf-Edit{
	xborder: 2px inset;
	width: 250px;
	x-moz-border-left-colors: #A0A0A0 #696969;
	x-moz-border-top-colors: #A0A0A0 #696969;
	x-moz-border-bottom-colors: #FFFFFF #E3E3E3;
	x-moz-border-right-colors: #FFFFFF #E3E3E3;
	
}
.Aspf-EditCombo{
	border-top:1px solid #ABADB3;
	border-left:1px solid #ABADB3;
	border-bottom:1px solid #E3E9EF;
	border-right:1px solid #FFFFFF;
	height:22px;
	width:228px;
}
.Aspf-EditPassword{
	xborder: 2px inset;
	width: 250px;
	x-moz-border-left-colors: #A0A0A0 #696969;
	x-moz-border-top-colors: #A0A0A0 #696969;
	x-moz-border-bottom-colors: #FFFFFF #E3E3E3;
	x-moz-border-right-colors: #FFFFFF #E3E3E3;
}
.Aspf-EditMultiLine{
	border: 2px inset;
	width: 250px;
	height: 200px;
	-moz-border-left-colors: #A0A0A0 #696969;
	-moz-border-top-colors: #A0A0A0 #696969;
	-moz-border-bottom-colors: #FFFFFF #E3E3E3;
	-moz-border-right-colors: #FFFFFF #E3E3E3;
}
.Aspf-ComboBox{
}
.Aspf-ComboBoxItem{
}
.Aspf-RadioButton{
}
.Aspf-Label{
	padding: 0px 0px 2px 0px;
}
.Aspf-Control-Focus{
	background-color: #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: #FFFFFF;
	
}
.Aspf-ToolbarIcon
{
	cursor:pointer;
}
.DivInset{
	border: 2px inset;
	width: 350px;
	height: 200px;
	padding: 2px;
	overflow: auto;
	background-color: #FFFFFF;
	-moz-border-left-colors: #A0A0A0 #696969;
	-moz-border-top-colors: #A0A0A0 #696969;
	-moz-border-bottom-colors: #FFFFFF #E3E3E3;
	-moz-border-right-colors: #FFFFFF #E3E3E3;
}


.d-m  { background-color: #828282; margin: 0; padding: 0;}
.dialogTable { padding: 0px; border-collapse: collapse; overflow: hidden;}
table.dialogTable .d-t  {  background: url(./images/T.png) repeat-x bottom; height: 16px; width: 4px;}
table.dialogTable .d-b  {  background: url(./images/B.png) repeat-x top; height: 16px; width: 4px;}
table.dialogTable .d-r  {  background: url(./images/R.png) repeat-y left; height: 4px; width: 16px;}
table.dialogTable .d-l  {  background: url(./images/L.png) repeat-y right; height: 4px; width: 16px;}
table.dialogTable .d-tr {  background: url(./images/TR.png) no-repeat bottom left; height: 16px; width: 16px;}
table.dialogTable .d-tl {  background: url(./images/TL.png) no-repeat bottom right; height: 16px; width: 16px;}
table.dialogTable .d-br {  background: url(./images/BR.png) no-repeat top left; height: 16px; width: 16px;}
table.dialogTable .d-bl {  background: url(./images/BL.png) no-repeat top right; height: 16px; width: 16px;}
