﻿.hide {
	display: none;
	font-size: 0px;
}
.show {
}


body {
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

.table_back {
	background-color: #E5E5E5;
}
.table_fore {
	background-color: #EFEFEF;
}

.border_thin {
	border: 1px solid #000000;
}
.border_thick {
	border: 2px solid #000000;
	background-color: #E5E5E5;
}

div#supplement {
	float: right;
}

div.separator {
	border-bottom: 2px solid #838383;
	margin-left: 100;
	margin-right: 100;
	padding-left: 100;
	padding-right: 100;
}

ul.flat, li.flat {
	margin-left: 10px;
	padding-left: 0px;
}
ul.flat {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.normal {
	font-size: 15px;
	line-height: 125%;
}
.small {
	font-size: 13px;
	line-height: 125%;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 125%;
}
.date {
	font-size: 13px;
	font-style: italic;
	color: #003366;
}
.copyright {
	font-size: 11px;
	font-style: italic;
}
.error {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	line-height: 125%;
}

pre, code, .code {
	font-size: 13px;
	font-family: Consolas, Courier New, Courier, mono;
	color: black;
}
pre.codeblock {
	padding: 1em;
	margin: 1em 2em 1em 2em;
	border: 2px solid #996600;
	border-left-width: 5px;
	background-color: #FCFBF8;
	line-height: 1.2em;
}
code.comment {
	color: green;
	font-style: italic;
}
code.keyword {
	color: blue;
}
code.identifier {
	color: maroon;
}
code.class {
	color: #000091;
}
code.value {
	color: olive;
}
code.interface {
	color: teal;
}
code.delegate {
	color: purple;
}
code.enum {
	color: #D77B19;
}
code.string {
	color: teal;
}
code.number {
	color: navy;
}

