﻿/* -------- SiteContent Master  ------- */

/* Container --------------------------------------*/
.site .container_fixed {
	min-width: 774px;
	margin:0px 160px;
	max-width:1024px;
}


.socialmenu > li {
	border-bottom-width: 1px;
	padding-bottom:1px;
	border-radius: 0px 0px 4px 4px;
}
.socialmenu > li:hover {
	border-radius: 0px;
}
.socialmenu > li > ul {
	top:44px;
}

.site > .content > .container_fixed > .container_wrap > .container > .sitecommon {
	border-width: 0px;
	padding:0px; 
	/*font-family:myDin, Arial, Tahoma, Helvetica, sans-serif;*/
	
	background-color:#E2E2EA;

	/***************
	background-color:#AAAEBA;
	background-image: url('/images/Base/ContentBG.png');
	background-repeat:repeat;
	background-position:center top;*/

}

/* Orinally in winz.masters.settingbar.css */
.settingbar_placeholder {
	background-color:#E2E2EA;

	/*background-color:#ffffff;*/	
		
	/*-webkit-box-shadow:-4px 0px 9px 0px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:-4px 0px 9px 0px rgba(0, 0, 0, .1) inset;
	box-shadow:-4px 0px 9px 0px rgba(0, 0, 0, .1) inset;*/
}

/* Orginally in winz.masters.site.css - line 211*/
.site > .contentheader {
	padding-bottom:6px;
}

.header_background,
.ui_hdr_tooltip,
.site > .header,
.container-message  {
	background-color: rgba(255, 255, 255, 1);
	background-image: none;
	/*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-color: rgba(255, 255, 255, 1); background-image:none;}



