#tdc_mbox{
	background-color:#FFFFFF; 
	border:2px outset #666;
}

#tdc_mbox table{ 
	table-layout:auto;
}

#tdc_mbm{
	font-family:sans-serif;
	font-weight:bold;
	float:right;
}

#tdc_ol{ 
	background-color:#333333;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:.20;
}

/*.tdc_dialog {
	display:none;
}*/

#tdc_mbtitle{
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:thin;
	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:thin;
	background-color:#333399;
	text-align:center;
	color:#FFFFFF;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight:bold;
	font-variant: normal; 
}

#tdc_mbtext{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight:normal;
	font-variant: normal; 
	padding:2px;
}

#tdc_mbbtns{
	text-align:center;
	height:30px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style: normal;	
	line-height:150%;
	font-weight:bold;
	font-variant: normal; 
}

.tdc_mbbtnsclass{
}

#updatingmode{
	width:100%; 
	height:100%;
	z-index:1000; 
	position:absolute;
	top:0px;
	left:0px;
	cursor:wait;
	background-color:#000;
	filter:alpha(opacity=01);
	-moz-opacity:0.01;
	opacity:.01;
	visibility:hidden;
}