@font-face { 
	font-family: 'Segoe UI Light'; 
	src: url('../images/fonts/tbs_Occ/segoe_ui_light.eot'); 
	src: url('../images/fonts/tbs_Occ/segoe_ui_light.eot?#iefix') format('embedded-opentype'), 
	     url('../images/fonts/tbs_Occ/segoe_ui_light.svg#Segoe UI Light') format('svg'), 
		 url('../images/fonts/tbs_Occ/segoe_ui_light.woff') format('woff'), 
		 url('../images/fonts/tbs_Occ/segoe_ui_light.ttf') format('truetype'); 
		 font-weight: normal; 
		 font-style: normal;}

body {
	font-family:'Segoe UI Light', Arial;
	color: #fff;
	min-width: 100%;
	margin:0px;
}

.filter_bg{
	width:260px;
	height:400px;
	background:#00313d;
}
.filter_txt_bg{
	width:260px;
	height:40px;
	background:#1a4651;
}
.filter_txt{
	float:left;
	font-size:20px;
	padding-left:26px;
	width:90px;
}
.filter_icon{
	float:right;
	margin-right:0px;
	margin-top:0px;
}
.auto_refresh_bg{
	width:260px;
	height:100px;
	background:#345a65;
}
.auto_refresh{
	width:180px;
	height:30px;
	margin:auto;
	padding-top:10px;
}
.auto_check{
	width:10px;
	float:left;
}
.refresh_txt{                                         /*Mantis id:79661 done by kamali to change the alignmnet*/
	float:right;
	width:160px;
	font-size:16px;
	padding-left:10px;
	font-style:italic;
}
.latet_txt{
	width:180px;
	margin:0 auto;
	font-size:14px;
	padding-top:10px;
	font-weight:normal;
}
.lable_box{
	width:180px;
	margin:0 auto;
	font-size:14px;
}
.dropdown_ref{
	/*border:#bcbcbc 1px solid;*/
	font-size:14px;
	color:#272725;
	margin-left:5px;
	width:160px;
	height:27px;
	margin-left:0px;
	margin-top:5px;
}
.view_box{
	float:left;
	margin-top:10px;
}
.view_but{
	width:85px;
	height:31px;
	background:#0b98c3;
	font-size:14px;
	color:#FFF;
	border:0px;
	cursor: pointer;
}