* {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,ul,ol {
	margin: 0 0 10px 0;
}
td {
	vertical-align: top;
}
body, td, input, select, textarea, pre {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6e6;
	background: #222;
}
input, select, textarea {
	display: block;
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #131313;
}
input[type="submit"] {
	display: inline;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	font-size: 24px;
	color: #9ecbe7;
}
h2 {
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
}
h5 {
	font-size: 12px;
}
p {
	line-height: 16px;
}
a {
	color: #9ecbe7;
}
h2 a, h3 a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a img {
	border: 0;
}
ul,ol {
	margin: 0 0 10px 20px;
}
ul.clean {
	margin: 0 0 10px 0;
	list-style-type: none;
}
div.hr {
	height: 0px;
	border-bottom: 1px dotted #1B4F6D;
	clear: both;
	margin: 10px 0;
}
div.hr hr {
	display: none;
}
div.wide_column {
	float: left;
	width: 518px;
}
div.small_column {
	float: left;
	width: 200px;
}
div.left {
	padding: 0 5px 0 0;
}
div.right {
	padding: 0 0 0 5px;
}


.box, pre{
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #1B4F6D;
	background: #0b0b0b;
}
pre {
	overflow: auto;
}

div#RightColumn .box {
	border-color: #103043;
	background-color: #111;
}
div#LeftColumn .error {
	color: #f00;
}
div#LeftColumn .success {
	color: #0f0;
}
div#LeftColumn .box .error {
	color: inherit;
	background: #600;
}
div#LeftColumn .box .success {
	background: #1B4F6D;
	color: #222;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.big {
	font-size: 120%;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.small * {
	margin-bottom: 0;
}
.small p {
	margin-bottom: 3px;
}

.p33 {
	float: left;
	display: inline;
	width: 33%;
}
.p50 {
	float: left;
	display: inline;
	width: 50%;
}
