@charset "UTF-8";

*{
	box-sizing: border-box;
	line-height: 1.2em;
	letter-spacing:-1px;
	font-weight:normal;
}

html
{
	margin:0;
	text-align:center;
	font-family: 'Courier';
	font-size: 1em;
	background-color:#1c1c1c;
	background-image: url(/xmapedit/files/bg.png);
	background-attachment: fixed;
}

body
{
	display:inline-block;
	color: #1c1c1c;
	width: 1024px;
	margin-top: 5em;
	margin-bottom: 5em;
	padding: 1em;
	background:#E8E8E8;
	border-radius: 10px;
	border: 4px solid #DCDCDC;
}


b, strong
{
	font-weight: bold !important;
}

h1, h2, h3, h4
{
	text-transform:uppercase;
}

h3, h4
{
	color: darkred;
}

a
{
	display:inline-block;
	border-bottom: 1px dotted #CD3333;
	text-decoration: none;
	color: 	#CD3333;
}

a:hover
{
	color:#EE3B3B;
}


ol, ul
{
	margin-top:0;
	margin-bottom: 0;
}

ul
{
	list-style:none;
}

ul li, ol li
{
	margin: 3px;
}

code
{
	display:block;
	margin: 0.5em auto 0.5em auto;
	font-size: 1.2em;
}

code, pre
{
	background: #CFCFCF;
	padding: 1em;
}

img
{
	display:inline-block;
	width:100%;
	padding: 2%;
	background:#828282;
}

.menu
{
	background: #828282;
	text-align:center;
	position:fixed;
	opacity: 95%;
	width:100%;
	left:0;
	top:0;
}

.menu TABLE
{
	display: inline-block;
	table-layout: fixed;
	margin-top: 0.3em;
}

.menu TABLE TD
{
	border-right: 2px solid #4F4F4F;
	padding: 0.5em;
}

.menu TABLE TD:last-child
{
	border-right: none;
}

.menu A
{
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #363636;
	font-family: Impact;
	font-weight: normal;
	letter-spacing: 0;
	color: #E8E8E8;
	border:none;
}

.menu A:hover
{
	color: white;
}

.header h1, .header h2, .download > a
{
	text-shadow: 1px 1px 1px #4F4F4F;
}

.header h1, .header h2
{
	font-family: Impact;
	font-weight: normal;
	text-transform:uppercase;
	color:rgb(192,80,77);
}

.header h1
{
	font-size: 6em;
	word-spacing: 0.1em;
	margin-bottom: 0;
}

.header h2
{
	font-size: 2.5em;
	margin-top: 0;
}

.header p
{
	font-size: .9em;
	margin:0;
	padding:0;
}

.download
{
	margin-top: 3em;
}

.download TABLE
{
	width: 100%;
	text-align:center;
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

.download TABLE TD
{
	padding: 0.2em;
	width: 33%;
}

.download TABLE A
{
	display:block;
	background:#B5B5B5;
	font-size: 1.2em;
	padding: 0.6em;
	text-decoration:none;
	border:none;
	border-radius: 10px;
}

.download .line
{
	display:inline-block;
	width: 80%;
	height: 1px;
	margin: 2em 0 2em 0;
	background: #CFCFCF;
}

.browse_older
{
	margin-top: 1em;
	font-size: 1.1em;
}

.platform
{
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-transform: uppercase;
	background: rgb(192,80,77);
	border-radius: 8px;
	color: #CFCFCF;
	font-weight: bold;
	font-size: 1.4em;
}

.release_info
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.content
{
	text-align:left;
}

.important
{
	background:darkred;
	color:white;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform:uppercase;
	padding: 0.5em;
}

.important h3
{
	margin:0;
	color:yellow;
}

.config, .tab001, .tab002
{
	width:100%;
	border-collapse: collapse;
}

.tab001
{
margin-left: 1em;
}



.tab001 TD:first-child, .config TD:first-child {
width: 40%;
}

.tab002
{
background: lightgrey;
}


.config TD {
	padding: 0.5em;
}

.config TD:first-child {
	text-align:center;
	color:#8B008B;
	font-size: 1.1em;
}

.config TR:nth-child(odd) {
	background:rgb(237 237 237);
}

.config TR:nth-child(even) {
	background:rgb(227 227 227);
}

.section {
	color:darkgreen;
	margin: 1em 0 1em 0;
}

.section P {
	color:darkblue;
	margin:0;
	padding:0;
}

.config ul {
	font-size: 0.8em;
	padding:0;
	margin:0;
	color:darkblue;
}

.content h2::before{
	content: '|';
	display: block;
	float:left;
	margin-right: 5px;
	color:transparent;
	width: 1px;
	transform-origin: left bottom;
	transform: rotate(-45deg) translate(0, 1px);
	overflow:hidden;
	border-left: 1px dotted #1c1c1c;
}

.content h2 {
	text-shadow: 1px 1px 1px #B5B5B5;
	padding-left: 0;
	color: #4f4f4f;
	width: 70%;
	margin: 1em 0 0 0;
}

.chapter>Ul, .chapter>OL {
	display:inline-block;
	padding-left: 2em;
	width:100%;
}

.key
{
	display:inline-block;
	background: #8B008B;
	color: white;
	display:inline;
	padding:0 !important;
}

.chapter
{
	border: 1px solid #CFCFCF;
	padding: 1em;
}

