html,body,img{
	font-family: Arial;
	margin:0; padding:0; border:0;
}

.logo {
	background: url("/haxormap/doc/gradient.png");
	height: 210px; margin:0 0 -40px 0;
	text-align: left;
}

.logo img { margin: 0 0 0 16%; }

body {
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
}

.document {
	width : 67%;
	position : relative;
	margin : 10px auto 5px auto;
	text-align : justify;
	
	background: #f4fae0;
	padding: 10px;
	border: 1px solid #25672e;
}

.title {
	font-size: 35;
	font-weight: bold;
	text-align: center;
	background-color : #FFD473;
	color : white;
}

ul.entry {
	list-style-type: circle;
	font-weight : bold;
	margin-left : 30px;
}
/*
.package_content {
	display : none;
}*/

a {
	color : #96313d;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #6696f9;
	text-decoration : underline;
}

a.package {
	color : black;
}

.index {
	margin-left : 10px;
}

.kwd {
	color : #00A;
}

.classname {
	font-size : 30;
	font-weight : bold;
	margin-left : 10px;
	margin-bottom : 20px;
}

.classdoc {
	border : 1px dashed #666;
	margin-left : 20px;
	margin-right : 20px;
	padding : 5 5 5 5;
}

.importmod, .extends, .implements, .typedef, .platforms {
	margin-left: 20px;
	margin-top: -10px;
	color : #777;
}

dd {
	margin : 0 20 20 40;
	font-size : 12pt;
	color : #444;
}

dt {
	margin-left : 20px;
	margin-bottom : 5px;
	text-align : left;
	font-size : 10pt;
	font-family: Courier New, monospace;
}
