/* To prevent some problems with different Browsers */
* {
	padding: 0px;
	margin: 0px;
}
/* Design */
html {
	height: 100%;
}
body {
	font: 12px  Verdana,sans-serif;
	line-height: 1.6em;
	background-color: #161b2a;
	height: 101%;
	color: #eee;
}
a {
	text-decoration: none;
	border-bottom: none;
}
a, a:link, a:active a:hover a:focus a:visited {
	color: #f5c960;
}
img {
	border: none;
}
td, th {
	padding-left: 0.5em;
	font-size: 12px;
}
td {
	border-top: 1px solid #785700;
}
table.gg td {
	border: none;
}
.bl {
	border-left: 1px solid #1f2332;
}
.b2 {
	border-left: 1px solid #060b1a;
}
th {
	color: #9EA6C0;
}
#wrap {
	border-top: 1px solid #060b1a;
	width: 1200px;
	margin: 20px auto;
	text-align: left;
	background-color: #060b1a;
}
#header {
	float: left;
	width: 400px;
	margin-left: 400px;
	height: 178px;
	background: url('X3-logo.png') no-repeat transparent top left;
	border-bottom: 1px solid #060b1a;
	position: relative;
}
#h1 {
	clear: left;
	padding: 20px 60px 20px 60px;
	border-bottom: 5px double #3C1821;
	border-bottom: none;
	word-spacing: 2px;
}
#menu {
	float: left;
	width: 1190px;
	display: block;
	padding: 5px 0 2px 10px;
	margin: 5px 0 15px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #444;
	height: 24px;
	position: relative;
}
#content {
	padding: 80px 20px;
}
#footer {
	padding: 1em 0 2em 0;
	width: 1200px;
	float: left;
}
#footer p {
	font-size: 0.7em;
	text-align: center;
}

#h1 h1 {
	font-family: DejaVu, FreeSans, "Century Gothic", Verdana, sans-serif;
	padding-left: 45px;
	font-size: 2.2em;
	font-weight: bold;
	color: #fff;
}

#menu ul {
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
	display: block;
}
#menu li {
	padding-bottom: .4em;
	float: left;
	padding-right: 2em;
	display: block;
	height: 20px;
}
#menu li a {
	color: #fff;
	border: none;
}
#menu li.level2 {
	float: left;
}

#menu ul.level2 {
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 1180px;
	background-color: #444;
	border-bottom: 1px solid #999;
	padding-left: 20px;
}
	#menu ul.level2 {
		display: none;
	}
	#menu ul.level2.open, #menu ul.level2.openparent {
		display: block;
	}

#content h2, h3, h4, h5, h6 {
	font-family: DejaVu, FreeSans, "Century Gothic", Verdana, sans-serif;
	color: #9ea6c0;
	padding: 2em 0 0em 0px;
	margin-bottom: 1.5em;
	font-weight: bold;
}
#content h2 {
	font-size: 1.7em;
}
#content h3 {
	font-size: 1.4em;
}
#content h4 {
	font-size: 1.2em;
}
#content h5 {
	font-size: 1.0em;
}
#content p {
	padding-top: .5em;
	padding-bottom: .5em;
}
#content ul, #content ol {
	padding-left: .8em;
}
#content ul {
	list-style-type: square;
}
#content ul ul {
	list-style-type: disc;
}
#content li {
	margin-left: 1em;
}
#content dl {
	padding-bottom: 1em;
}
#content dt {
	font-weight: bold;
}
#content dd {
	padding-left: 1.8em;
	margin-top: .5em;
}
#content td, #content th {
	padding: 4px 1em 2px 3px;
}
#content acronym {
	border-bottom: 1px dotted #555;
}

.w1, .wf, .button {
	border: 1px solid #302a1c;
	background-color: #161b2a;
	color: #eed18f;
	padding: .3em;
}
.wf {
	width: 90px;
}
input.w1 {
	width: 300px;
}
input.w1:hover, input.w1:focus {
	width: 400px;
}
textarea.w1 {
	padding: .5em;
}
form td {
	border: none;
}
form textarea {
	height: 16em;
}
/* Gallery */
/* width is: #wrap width minus #content padding minus gallery padding minus gallery border. */
.gallery {
	padding: 10px;
	margin: 1em 0 2em;
	width: 738px;
	float: left;
/*	border: #909099 1px solid;
	background-color: #fbf4ee;*/
}
.gallery h3 {
	padding: 1em 0 0.5em 0;
	margin: 0px;
	margin-bottom: .5em;
	text-align: center;
	border-width: 2px;
}
.gallery dl {
	padding: 0px;
	padding-bottom: 10px;
	margin: 5px 10px 15px 10px;
	float: left;
	width: 220px;
	background-color: #fff;
	border: 1px solid #eee;
}
.gallery dl:hover {
	background-color: #36382e;
	color: #fff;
}
.gallery dl:hover * {
	color: #fff;
}
.gallery dt {
	padding: 11px 11px 6px 11px;
	margin: 9px 8px 4px 8px;
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.gallery dt a {
	border: none;
}
.gallery dt img {
	width: 180px;
}
.gallery dd {
	padding: 5px 10px 8px 10px;
	font-size: .8em;
	line-height: 1.4em;
}
.gallery dd.onlyDesc {
	margin: 25px 15px 25px 20px;
}
/* Thumbnails */
.imgthumb {
	padding: 0px;
	margin: 0.5em 0.5em 1em 0.5em;
	display: inline;
}
.imgthumb:hover {
	background-color: #2d2d2d;
}
.imgthumb dl {
	width: 228px;
	padding-left: 12px;
	padding-right: 10px;
}
.imgthumb dt img {
	padding: 12px;
	margin-top: 8px;
	background-color: #181818;
	border: 1px solid #000;
}
.imgthumb a {
	border: none;
}
.imgthumb dd {
	padding: 1em 16px 2em 0px;
	font-size: .8em;
	line-height: 1.4em;
}
.external {
	background: url(external.png) center right no-repeat;
	padding-right: 14px;
}
.external:visited {
	background-image: url(external_visited.png);
}
.code {
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 0 1em 0;
	width: auto;
	background-color: #475239;
	border: 3px solid #475239;
	color: #fff;
	display: block;
}
.command {
	padding: 0.2em 1em 0.2em 1em;
	margin: .4em 0em 1em 0em;
	width: auto;
	background-color: #444;
	color: #fff;
	border: 2px solid #444;
	display: block;
}
.command:hover {
	background-color: #444;
	border: 2px solid #bbb;
}
em {
	padding-left: 0.05em;
	padding-right: 0.15em;
}
.right {
	float: right;
	clear: right;
	margin: 1em 0em 1.5em 1em;
}
.left {
	float: left;
	clear: left;
	margin: 1em 1em 1.5em 0em;
}
cite.example {
	padding: 1em;
	margin: 0.5em 0 1em 0;
	background-color: #dfe2eb;
	border: 3px solid #dfe2eb;
	font: 12px serif normal;
	display: block;
	line-height: 1.5em;
}
cite.example:hover {
	border: 3px solid #858da6;
}
#toc {
	padding: 1em;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#toc>ol {
	border-left: 1px solid #aaa;
	padding-left: 2em;
}
#toc a {
	border-bottom: none;
}
#toc h2 {
	font-size: 1.2em;
	border-bottom: none;
	background-image: none;
	padding-top: 0em;
	padding-bottom: .2em;
}
.toplink {
	text-align: right;
	clear: both;
	display: block;
}
.toplink a {
	padding-right: 22px;
	background: url(top.png) center right no-repeat;
	border-bottom: none;
	color: #7D745F;
}
.c1 {
	background-color: #1f2332;
}
#content sup, #content sub {
	line-height: 1em;
	font-size: 1em;
	vertical-align: super;
}
#content sub {
	vertical-align: sub;
}
.rt {
	text-align: right;
}
.hl {
	background-color: #19233e;
}
.hl2 {
	background-color: #2b3b68;
}
.q {
	color: #f5d995;
}

