html {
	position: relative;
	width: 100%;
	font-size: 79%;
}
body {
	background-image: url(http://static.marketruler.com/sites/api/background-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	position: relative;
}
img {
	border: 0;
}

#header {
	position: relative;
	height: 70px;
}
#header h1 {
	top: 2px;
	font-size: 2em;
}
#header ul {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid black;
}
#header ul li {
	padding: 0 0 0 1em;
	margin: 0;
	float: left;
}
#header ul li a,
#header ul li .a {
	position: relative;
	top: 1px;
	display: block;
	border: 1px solid black;
	padding: 0.5em;
	margin: 0;
	font-weight: bold;
}
#header ul li a {
	background-color: #DDD;
}
#header ul li a:hover {
	background-color: #FFF;
}
#header ul li .a {
	color: black;
	text-decoration: none;
	background-color: #FFF;
	border-bottom: 1px solid white;
}
#header img {
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 10;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
	clear: both;
	border-bottom: 1px solid black;
}
h3 {
	font-size: 1.2em;
}
p {
	font-size: 100%;
}
.copyright {  font-size: 1.1em; font-weight: normal; color: #000000}

a:link		{  color: #0000CC; text-decoration: underline}
a:visited	{  color: #660099; text-decoration: underline}
a:active	{  color: #FF9900; text-decoration: underline}
a:hover		{  color: #FF9900; text-decoration: underline}

.tiny {
	font-size: 0.9em;
}
.error {
	color: #F00;
	font-weight: bold;
}
.tinyerror {
	font-size: 1.2em;
	color: #F00;
	font-weight: bold;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	padding: 1em 1em;
	border: 1px solid black;
	margin: 1em 2em;
	background-color:#FFFF66;
}
.codehtml {
	font-size: 1em;
	padding: 1em 1em;
	border: 1px solid black;
	margin: 1em 2em;
	background-color:#FFFFFF;
}
.code strong {
	color: red;
}
.red {
	color: red;
}

.api {
	font-family:"Courier New", Courier, mono;
	font-size: 1.3em;
	font-weight:bold;
}

table {
	font-size: 100%;
}

table td {
	background-color: #CCCCCC;
}

table th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
}

dl dt {
	font-weight: bold;
}

.homelink {
	display: block;
	width: 200px;
	float: left;
}
.homelink label {
	display: block;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

#footer {
	clear: both;
	padding: 15px;
	font-size: 0.8em;
	margin-top: 10px;
	background-color: #DDD;
	text-align: right;
}

.big {
	font-size: 1.5em;
}
.indent {
	margin-left: 2em;
	display: block;
}
div.container {
	padding: 0;
	margin: 0 auto;
	width: 800px;
}
div.left-content,
div.right-content {
	/* border: 1px solid red; */
}

div.left-content {
	float: left;
	width: 500px;
	display: block;
	padding: 0 20px;
	margin: 0 20px;
	border-right: 1px dotted #777;
}
div.right-content {
	width: 200px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}
ul.links {
	display: block;
	padding: 0;
	margin: 0;
}
ul.links li {
	margin-left: 10px;
}
ul.links li a {

}
ul.links li .a {
	font-weight: bold;
}
blockquote.summary
{
	background-color: #EEF;
	border: 1px solid black;
	padding: 10px;
	font-size: 1.2em;
}

div.toggle-arrow
{
	position: relative;
}
a.toggle-arrow img
{
	padding: 1px;
	float: left;
}
div.toggle-arrow h2
{
	position: relative;
	padding-left: 20px;
	font-size: 1.2em;
}
