
html,body {
	width: 100%;
	REMheight: 100%;
}

html,body,form,div,table,th,td,img,input,select,textarea,p,span,pre {
	margin: 0px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	cursor: default;
}

th,td {
	text-align: left;
	vertical-align: top;
}

body,th,td,input,select,textarea,p,span,pre,fieldset {
	color: #000000;
	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}

span,pre,fieldset {
	color: inherit;
	REMwhite-space: nowrap;
}

a,a:hover {
	text-decoration: none;
}

REMbody.bckg {
	height: 99%;
}

REMdiv.bck1 {
	position: relative;
	width: 100%;
	height: 100%;
}

REMdiv.bck1:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 1;
	background-image: url('background.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.1;
}

REMdiv.bck2 {
	position: relative;
    z-index: 2;
}

div.head,div.warn,div.info,div.hide,div.show {
	margin: 4px;
	border: 1px #d0d0d0 solid;
	border-radius: 3px;
	padding: 0px;
	REMbackground-color: #ffffff;
}

div.warn,div.info {
	border: 0px;
	padding: 0px 5px;
}

div.warn {
	color: #ff0000;
}

div.info {
	color: #00a000;
}

div.hide {
	padding: 1px;
	background-color: #f8f8f8;
}

div.name {
	margin: 2px 0px 2px 5px;
	border-color: #ffffff;
	padding: 1px 2px;
	background-color: #ffffff;
	cursor: default;
}

div.game,div.ishow,div.iplay {
	margin: 2px 0px 2px 10px;
	border-color: #d0d0d0;
	padding: 1px 2px;
	background-color: #e0e0e0;
	cursor: pointer;
}

div.game {
	padding: 1px 4px;
}

div.game,div.name,div.ishow,div.iplay {
	display: inline-block;
}

div.ishow {
	border-color: #f0f0f0;
	background-color: #ffffff;
	cursor: default;
}

div.select {
	border-color: #808080;
	background-color: #a0a0a0;
	color: #ffffff;
}

div.game,div.name,div.ishow,div.iplay,div.select {
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
}

select.lang, select.type {
	margin: 2px 0px 2px 10px;
}

img.picture {
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	cursor: inherit;
}

img.warn {
	width: 0px;
}

