﻿.site > .settingbar {
	display: none !important;
}
.header_background,
.ui_hdr_tooltip,
.site > .header,
.container-message  {
	background-color: rgba(255, 255, 255, 1);
	background-image: linear-gradient(top, rgb(241,241,245) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(top, rgb(241,241,245) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(241,241,245) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(241,241,245) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(241,241,245) 0%, rgb(255,255,255) 100%);		
	background-image: -webkit-gradient(linear,
						left top,
						left bottom,
						color-stop(0, rgb(241,241,245)),
						color-stop(1, rgb(255,255,255))
					);
}


.site > .footer {
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,245) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,245) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,245) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,245) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,245) 100%);		
	background-image: -webkit-gradient(linear,
						left top,
						left bottom,
						color-stop(0, rgb(255,255,255)),
						color-stop(1, rgb(241,241,245))
					);
}
.site > .content {margin-top: 0px;margin-bottom:0px;}

.site > .content > .container_fixed > .container_wrap > .container {
	webkit-box-shadow: none;-moz-box-shadow:none;box-shadow: none;}
.site > .content > .container_fixed > .container_wrap > .container > .sitecommon {
 background-color:transparent;padding:0px;}
