html {
	height: 98%;
}
body {
	font: 400 0.7em verdana, arial, sans-serif;
	color: #c8cbce;
	height: 100%;
	background-color: #333;
}
h2 {
	font-weight:bold;
	margin: 10px 0 3px 0;
}
ol {
	margin-left: 30px;
	list-style: decimal;
}
ul {
	margin-left: 30px;
	list-style: square;
}
#logo {
	text-align: center;
}
img {
	border: 0;
}
#content {
	padding-top: 0px;
	width: 500px;
	margin: auto;
}
#wrapper {
	width: 100%;
	margin: 0 auto -22px;
	min-height: 100%;
	height: auto;
	height: 100%;
}
a:link, a:active, a:visited {
	color: #A0C72C;
	text-decoration: none;
}
a:hover {
	color: #596F24;
}
#footer {
	padding: 3px 0px;
	background-color: #333;
	width: 100%;
	border-top: 1px solid #999;
	text-align: center;
	height: 15px;
}
#footer a {
	padding: 0 11px;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}
.push {
	margin-bottom: 40px;
}
div#qTip {
	padding: 3px;
	border: 1px dashed #999;
	background: #333;
	display: none;
	color: #A0C72C;
	font:  10px Verdana, Arial, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}
.border {
	border: 1px solid #555;
	background-color: #333;
	color: #c8cbce;
	padding: 5px;
}

input {
border:1px dashed #CCC;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size:12px;
color:#CCC;
background-color:#333;
}

input:hover {
border:1px dashed #999;
color:#fff;
background-color:#333;
background-image:none;
}

table.grid .collapsible
{
 padding: 0 0 3px;
}
.collapsible a.collapsed
{
 background: url(/images/plus.png) no-repeat 3px 3px;
 display: block;
 height: 15px;
 margin: 2px;
 outline: 0;
 width: 15px;
}
.collapsible a.expanded
{
 background: url(/images/minus.png) no-repeat 3px 3px;
 display: block;
 height: 15px;
 margin: 2px;
 outline: 0;
 text-align: center;
 vertical-align: middle;
 width: 15px;
}
table
{
 font-size: 11px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 text-align: left;
}
td
{
 border-bottom: 1px dashed #666;
 padding: 5px;
}
tbody th,tbody td,#logo
{
 text-align: center;
}
a,tbody td a
{
 text-decoration: none;
}

