	.logo {
		background-image:url(../../images/colors/silver/logo.png);
	}
	.header {
		background: #f4f4f4; /* Old browsers */
		background: -moz-linear-gradient(top, #f4f4f4 1%, #cacaca 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f4f4f4 1%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f4f4f4 1%,#cacaca 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f4f4f4 1%,#cacaca 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f4f4f4 1%,#cacaca 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
		border-bottom:1px solid #979797;	
	}
	.btn-group.open .btn-profile.btn.dropdown-toggle {
		background: #cdcdcd; /* Old browsers */
		background: -moz-linear-gradient(top, #cdcdcd 1%, #f3f3f3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cdcdcd), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #cdcdcd 1%,#f3f3f3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
		border:1px solid #979797;
	}
	.name-user {
		color:#161616;
		text-shadow: none;
	}
	.speedbar {
		background: #cdcdcd; /* Old browsers */
		background: -moz-linear-gradient(top, #cdcdcd 1%, #f3f3f3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cdcdcd), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #cdcdcd 1%,#f3f3f3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #cdcdcd 1%,#f3f3f3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
		border-bottom:1px solid #979797;
	}
	.notifications-head a.dropdown-toggle .caret, .item_m .caret, a.btn-profile .caret {
		border-top: 4px solid #979797;
	}
	.menu-speedbar li a, ul.menu-drop li a i, ul.menu-drop [class^="icon-"]::before, ul.menu-drop [class*=" icon-"]::before {
		color:#535457;
		text-shadow: 0px 1px 2px rgba(151,151,151, 0.65);
	}
	.menu-sidebar li a {
		color:#e0e0de;
	}
	.menu-speedbar li a:hover,.menu-speedbar li a.act_link {
		border:1px solid #979797;
		background: #f4f4f4; /* Old browsers */
		background: -moz-linear-gradient(top, #f4f4f4 0%, #cbcbcb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f4f4f4 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f4f4f4 0%,#cbcbcb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f4f4f4 0%,#cbcbcb 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f4f4f4 0%,#cbcbcb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
	}
	.notifications-head .btn-group.open .dropdown-toggle {
		background-image:url(../../images/colors/silver/active.png);
	}
	.ichat {
		background:#cacaca;
		border:1px solid #979797;
	}
	.triangle-2 {
		background-image:url(../../images/colors/silver/triangle2.png);
	}
	.dropdown-menu .r_link a {
		color:#979797;
	}
	html, body, #sidebar, #content {
		background-image:url(../../images/colors/bg_sidebar.png);
		background-repeat: repeat-y;
	}
	.menu-sidebar li a.active, .menu-sidebar li:hover a {
		text-shadow: 0px 0px 20px #eb972a;
		-webkit-transition:color 200ms ease-in;
		-moz-transition:color 200ms ease-in;
		-o-transition:color 200ms ease-in;
		transition:color 200ms ease-in;
		color:#eb972a;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus,
	form.search-form input,
	.avatar {
	  border-color: rgba(151,151,151, 0.8);
	}
	.dropdown-menu a.iview {
		border-right:1px solid #979797;
	}
	.ichat-messages {
		border:1px solid #979797;
	}
	.notifications-head .dropdown-toggle [class^="icon-"]::before, .notifications-head .dropdown-toggle [class*=" icon-"]::before {
		text-shadow: 0px 3px 7px rgba(151,151,151, 0.55);
	}
	@media (max-width: 520px) {
	  #sidebar { display:none;}
	  #content, html, body { padding-left:0; background:none #f9f9f9; }
	}