body,.type_container{
	border-color: #167fe1;
}
body{
	background-image: url(../img/manage_blue.png);
}
.header h1,.footer{
 	background-image: -moz-linear-gradient( 0deg, rgb(22,127,225) 0%, rgb(16,171,232) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(22,127,225) 0%, rgb(16,171,232) 100%);
	background-image: -ms-linear-gradient( 0deg,rgb(22,127,225) 0%, rgb(16,171,232) 100%);
	opacity: 0.902;
 
}

.list_tab a.current{
	background-color: #167fe1; 
}

.select_type a,.list_tab a,h2,.phone_list{
	color: #167fe1;
}
.phone{background-image: url(../img/phone_blue.png);}

.list_tab a,.select_type a{
	background: rgba(22,127,225,.1);
}

.select_type a:hover{
	background: rgba(22,127,225,.2);
}