.progress {
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #F7F7F7;
	background-image: -moz-linear-gradient(top,#F5F5F5,#F9F9F9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#F9F9F9));
	background-image: -webkit-linear-gradient(top,#F5F5F5,#F9F9F9);
	background-image: -o-linear-gradient(top,#F5F5F5,#F9F9F9);
	background-image: linear-gradient(to bottom,#F5F5F5,#F9F9F9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
	}
.progress .bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


 .title{
	position:relative;
	z-index:1;
	zoom:1;
	
}
.title em {display:none;}
.title:hover em {
	display:block;
	position:absolute;
	z-index:1;
 	background-color:#000;
	font-weight: bold;
 	-webkit-border-radius:5px; /* красивости в виде скругленных углов */
 	-moz-border-radius:5px;
 	border-radius:5px;
	line-height:normal;
	color:#FFF;
	text-decoration:none;
	padding:3px 5px;
	bottom:22px;
	right:0;
	-webkit-box-shadow:0 0 5px #000; /* красивости в виде тени */
	-moz-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}

table.mon_table th {
	padding: 4px 6px;
	border: 1px solid #C1CDCD;
	border-collapse: collapse;
}
table.mon_table {
	border-collapse: collapse;
	border-radius:4px;
	width: 100%;
}
.statusmon-on {
	background:#7BA60D url(/lgsl/lgsl_files/bg-maintitle.png) repeat-x center left;
	border: 1px solid #689E07;
}
.statusmon-off {
	background:#BF1D00 url(/lgsl/lgsl_files/bg-maintitle.png) repeat-x center left;
	border: 1px solid #B00303;
}
.statusmon {
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
}

.th_bold{
	font-weight:bold;
}