/** compatibility **/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	
	overflow: hidden;
	
	/* MSIE getBoundingClientRect 2px offset hack*/
	border: 0;
}
body {
	font-family: Tahoma, Helvetica, sans-serif;
}

body,body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table{
	border-collapse: collapse;
}

/* pre doesnt work inside <table> element in IE */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:Tahoma,Helvetica,sans-serif;
}
/*
body {
	scrollbar-face-color: #e6e5d7;

	scrollbar-highlight-color: #e6e5d7;
	scrollbar-shadow-color: #e6e5d7;
	scrollbar-3dlight-color: #ada99a;
	scrollbar-darkshadow-color: #ada99a;

	scrollbar-arrow-color: #ada99a;
	scrollbar-track-color: #efeee3;
}
*/
noscript{
	padding: 0 20px;
}
noscript h2{
	font-size: 1.2em;
}
noscript p{
	font-size: 0.8em;
}

/** global **/
#wm_copyright *{
	color: #FFFFFF!important;
}
.hidden{
	visibility: hidden;
}
.maxbox{
	width: 100%;
	height: 100%;
}