input, textarea
{
	background:#DDD;
	color:#000;
	border:1px solid #999;
	padding:.1em .25em;
	margin:.3em;
	width:8em;
}

input.CInvalid
{
	border:1px solid #F00;
	background: #500;
}
tr.CInvalid
{
	background:#B33;
	color:#FFF;
}

tr.CValid
{
	background: #4A0;
}

tr.CAlt
{
	background: #085;
}

tr.CInvalid.CAlt
{
	background:#800;
}
#dinfo p
{
	margin-bottom:1em;
	color:#aaa;
}

h1
{
	font-weight: bold;
	font-size: 2em;
	padding:1em;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
ul
{
	list-style-type:circle;
	list-style-position: inside;
	padding:1em;
}
li
{
		padding-bottom: 1em;
}
#importDialog
{
	display:none;
	overflow:hidden;
}
#importDialog textarea
{
	height:98%;
	width:98%;
}
#dInfo
{
	padding-bottom:4em;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 2em;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 2em;
	text-align:center;
	position: relative;
	width:100%;

}

.hContainer
{	padding-bottom:1em;
	border-bottom: 1px solid #FFF;
	vertical-align: bottom;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 2em 0 4em;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin:0 auto;
	width: 80%;
	/*position: fixed;*/
	margin-left: -20%;
	height: 10em;
	bottom:0;
	text-align: center;
}