body, html {
	height: 100%;
}

body { 
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
}

a:link {	color: #3030d0 }
a:visited {	color: #000080 }

#content {
	padding: 0;
	border: 0;
	margin: 12px;
}

img.showcase {
	margin: 64px 24px 0px 24px;
}

div.oneliner {
	color: #777;
	margin: 8px 4px 8px 4px;
	font-size: 80%;
	font-family: sans-serif;
}

div#centeredouter {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

div#centeredinner {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

body {
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

table {
   border: 1px solid black;
   border-collapse:collapse;
}

table thead tr th {
   background-color: #bce;
   border-width: 0 0 1px 0;
   border-style: solid;
   border-color: black;
   padding: 2px 16px;
}

table tbody tr {
   background-color: #eef;
}

table tbody tr.altRow {
   background-color: white;
}

table tbody tr td {
   border-width: 0 0 0 0;
   border-style: solid;
   border-color: #9bd;
   padding: 2px 16px;
}

table tbody tr:last-child td {
   border: none;
}


div.hid {
   display: none;
}

div.center {
   text-align: center;
}

div.footer {
   text-align: center;
   color: #666;
   font-size: 75%;
}
