body, td, th, p, li, input, form, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
}

body {
	background-color: black;
	margin: 15px;
	line-height: 1.6em;
}

body.thin {
	margin-right: 0px;
	width: 500px;
}

p, td {
	margin-top: 1em;
	line-height: 1.6em;
}

form {
	margin: 0px;
}

a, span.fakea {
	color: #6a7a94;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #cacaca;
}
a:visited {
	color: #777777;
}

a img {
	border-color: #686868;
}

a.e::after {
	content: " \2192";
}

table.center {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

div.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.hi {
	background-color: #f7fdcc;
}

div.hibox {
	background-color: #fffee0;
	border: 1px solid #eee99c;
	padding: 4px;
}

div.codeblock, div.codeblockout, pre.codeblock, pre.codeblockout {
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	font-family: monospace;
	font-size: 9pt;
	padding: 15px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	overflow: auto;
}

hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #cacaca;
}

ul li {
	list-style: disc;
	color: white;
}

ul.ds li, ol.ds li {
	margin-bottom: 1em;
}

/* tight */
ul.t, ol.t {
	padding-left: 1.75em;
}

span.fx,pre.fx {
	font-family: monospace;
	font-size: 12px;
}

span.gray, a.gray {
	color: gray;
}

span.title {
	color: gray;
	font-weight: bold;
}

span.red {
	color: #898989;
}

span.st {
	text-decoration: line-through;
}

span.tiny {
	font-size: 9px;
}

span.caps {
	font-variant: small-caps;
}

span.na {
	color: gray;
	font-style: italic;
}

table.data caption {
	font-weight: bold;
	text-align: left;
}

table.data th {
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	padding: 2px;
	padding-left: 3px;
}

table.data td {
	font-size: 12px;
	padding-left: 3px;
}

table.data tr.row0 td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.row1 td {
	background-color: #f2f2f2;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.nobottom td {
	border-bottom: 0px;
}


div#linkswrapper {
	padding-bottom: 15px;
}

div#linkswrapper ul {
	background-color: #8094b3;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#linkswrapper ul li {
	display: inline;
}

div#linkswrapper ul li a {
	background-color: #8094b3;
	border-right: 1px solid white;
	border-bottom: 0;
	color: white;
	float: left;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}

div#linkswrapper ul span#fill {
	color: black;
	float: right;
	padding: 7px 10px 4px 15px;
	text-align: right;
	vertical-align: middle;
}

div#linkswrapper ul span#fill a {
	border-bottom: 0px;
}

div#linkswrapper ul li.curpage a {
	background-color: #6a7a94;
}

div.fullscreen {
	width: 100%;
}

div#headtitle {
	font-family: georgia, "times new roman";
	font-size: 24px;
	letter-spacing: -0.055em;
	padding-bottom: 15px;
	padding-top: 15px;
}

div#copyright {
	color: #e0e0e0;
	padding-top: 20px;
	text-align: right;
}


/* home */
div#last span.lasttitle, div#last span.lasttitle a {
	color: #aaaaaa;
	font-style: italic;
}

span.lasttime {
	font-size: 9px;
	color: #cacaca;
}

span.trackrating {
	color: #eaeaea;
	font-size: 18px;
	line-height: 0;
	vertical-align: sub;
}

span.fake {
	visibility: hidden;
	color: black;
}

img.thumb, img.bigthumb {
	border: 1px solid #444444;
}

img.bigthumb {
	width: 150px;
	height: 150px;
}

div.rightcol {
	float: right;
	padding: 5px 0px 5px 8px;
	position: relative;
	text-align: center;
	top: -40px;
	width: 180px;
}

div#sepbar {
	border-bottom: 1px solid #eaeaea;
	margin-left: 5px;
	margin-right: 5px;
}

div.block {
	margin: 15px;
}
div.fr {
	float: right;
	padding-left: 10px;
}
div.fl {
	float: left;
	padding-right: 10px;
}
hr.logdiv {
	border: none 0;
	border-bottom: 1px solid #dddddd;
	height: 1px;
	text-align: center;
	width: 40%;
}


