.aspStatusTable {
	border: 0px solid #444;
	width: 99%;
	
}
.aspStatusTable TD { vertical-align: top; }
.aspStatusShow TD   { vertical-align: middle; }
.aspStatusTableSelect {
	width: 220px;
	border-right: 1px solid #CCC;
	vertical-align: top;
}
.aspStatusTableSelect P {
	border-bottom: 0px solid #CCC;
	text-align: center; cursor: pointer;
	margin: 0 0 4px 0; padding: 0;
}
.aspStatusTableSelect I:HOVER {
	color: #069;
}
.aspStatusTableSelect P B {
	float: right;
	margin-right: 11px;
}
.aspStatusTableSelect P I {
	font-style: normal;
}
/*  */
.aspStatusShow TD {
	text-align: center; font-size: 12px;
}
/* Новая оранжевая версия */
.baseStatusOrange {
	width: 98%;
	margin: 14px 1%;
	border: 1px solid #DF771C;
	background: #FFE3B2 none repeat scroll 0% 0%;
}
.baseStatusOrange TH {
	border: 1px solid #DF771C;
	border-bottom: 4px solid #DF771C;
}
.baseStatusOrange TD {
	border: 1px solid #DF771C;
}
/* Загрузка */
#showLoadStatInfo DIV{
	height: 10px; background: orange; width: 0px; margin: 0 auto;
}
