/*
	Copyright (c) 2007-2009  Compulsivo, Inc.
*/

*
{
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

body {
	-x-system-font: none;
	background: #FFFFFF none repeat scroll 0% 0%;
	color: #000000;
	font-family: "Helvetica Neue","Lucida Grande","Helvetica Neue",Arial,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0pt;
	min-width: 800px;
	padding: 0pt;
	text-align: center;
}

p {
	padding: 5px 0px;
}

hr {
	height: 1px;
	background-color: #CCCCCC;
	border: 0px;
	margin: 7px 0px;
}

a {
	color: #333333;
	cursor: pointer;
	outline-color: invert !important;
	outline-style: none !important;
	outline-width: medium !important;
}

a:visited {
	color: #FFFFFF;
}

a:hover, a:focus {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

.spacer {
	height: 0;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/*******************************
	BODY
 *******************************/

html>body #container {
	height:auto
}

#header {
	background: #000000 none repeat scroll 0% 0%;
	padding: 15px;
	text-align: left;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	padding-bottom: 50px;
	background-color: #000000;
}

#content {
	margin: 0pt auto;
	text-align: left;
	width: 900px;
}

#main {
	min-height: 500px;
	padding: 20px 10px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*******************************
	MISC
 *******************************/

h1 {
	font-size: 3.0em;
	text-align: center;
	color: #FFFFFF;
}

#commands ul {
	list-style-image: none;
	list-style-type: none;
}

#commands ul li {
}

#commands ul li h2 {
	font-size: 1.0em;
	margin-left: 20px;
}

#commands ul li h3 {
	font-size: 0.9em;
	color: #999;
	margin-left: 20px;
}

#commands ul li input {
	position: absolute;
}

pre {
	background: #333333 none repeat scroll 0 0;
	color: #FFFFFF;
	padding: 15px;
	font-weight: bold;
}

/*******************************
	FOOTER
 *******************************/

#footer {
	background: #000000 none repeat scroll 0% 0%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px 0px;
	height: 20px;
	clear: both;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer a { 
	color: #FFFFFF; 
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#footer ul li {
	display: inline;
}

#footer li a {
	font-size: 1em;
	font-weight: bold;
	padding: 3px 5px;
}

#footer p {
	font-size: 0.9em;
	margin-top: 2px;
}