body {
	background-color: #ffffff;
	background-image: url('/images/backgrounds/bg-ccs-gradient.jpg');
	background-position-x: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.classic {
	background-image: url('/images/backgrounds/bg-ccs-gradientOld.jpg');
}

body.halloween {
	background-image: url('/images/backgrounds/bg-ccs-halloween.jpg');
}

body.halloween-2015 {
	background-image: url('/images/backgrounds/bg-ccs-halloween2015.jpg');
}

body.xmas {
	background-image: url('/images/backgrounds/bg-ccs-xmas.jpg');
}

div#gameContainer {
	margin: 0 0 10px 0;
	display: block;
	width: 755px;
	height: 650px;
	border: 2px solid gray;
	border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
}

td {
	vertical-align: top;
	padding-right: 20px;
}

dl dt {
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
	padding: 6px 10px 3px 10px;
	color: white;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2));
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}

body.halloween dl dt, body.halloween-2015 dl dt {
	background-image: linear-gradient(to bottom, rgba(128, 128, 128, .5), rgba(255, 255, 255, .65));
}

dl dt:before {
	content: '';
	position: absolute;
	display: block;
	margin: 0px;
	top: 2px;
	left: 3px;
	right: 3px;
	height: 40%;
	border-radius: 48px 48px 6px 6px;
	background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .1));
}

dl dd {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	padding: 4px 8px 4px 8px;
	background-color: rgba(255, 255, 255, .85);
	margin: 0;
}

dl dd#languageList, body[data-version="2017"] dl dd#themeList {
	max-height: 71px;
	overflow-y: auto;
}

dl dd li {
	margin: 2px 0 2px 12px;
}

dl dd li a {
	color: rgb(0, 32, 64);
	cursor: pointer;
	text-decoration: none;
}

dl dd li a:hover {
	text-decoration: underline;
}

dl {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	margin-top: 0;
	box-sizing: border-box;
}

a.link {
	background-color: rgba(255, 255, 255, .85);
	padding: 4px;
	border-radius: 6px;
	cursor: pointer;
}

a.link:before {
	content: '[';
}

a.link:after {
	content: ']';
}

a.link + a.link {
	margin-left: 8px;
}

div.alert-bubble {
	border-radius: 8px;
	padding: 6px 10px 3px 10px;
	color: white;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .2));
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
	display: flex;
	align-content: center;
	align-items: center;
}

body.halloween div.alert-bubble, body.halloween-2015 div.alert-bubble {
	background-image: linear-gradient(to bottom, rgba(128, 128, 128, .5), rgba(255, 255, 255, .65));
}

div.alert-bubble:before {
	content: '';
	position: absolute;
	display: block;
	margin: 0px;
	top: 2px;
	left: 3px;
	right: 3px;
	height: 35%;
	border-radius: 48px 48px 6px 6px;
	background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .1));
}

div.alert-bubble img.alert-icon {
	width: 24px;
	height: 24px;
}

div.alert-bubble span.alert-text {
	margin-left: 8px;
}

div.alert-bubble img.alert-icon, div.alert-bubble span.alert-text {
	display: inline;
}

body:not([data-version="2017"]) {
	font-family: Tahoma;
	font-size: 8pt;
}

body:not([data-version="2017"]) dl dt {
	font-size: 9.5pt;
}
