body
{
	background: white;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 15px;
}

p {
	margin: 2px;
}

#helpcontent {
	margin: 10px;
	width: 100%;
	padding: 0;
	text-align: center;
}

#helpcontent p {
	text-align: justify;
	margin-bottom: 5px;
}

#helpcontent p.image {
	text-align: center;
}

#helpcontent td.left, #helpcontent td.right {
	width: 33%;
	text-align: center;
}


#contentcontainer li, #helpcontent li {
	margin-bottom: 15px;
}

#contentcontainer {
	margin: 100px;
	text-align: center;
	vertical-align: middle;
}

#contentcontainer .waitMessage {
}

#contentcontainer .warningMessage {
		font-weight: 600;
}

#contentcontainer table.resultTable td, #contentcontainer table.resultTable th {
	border: none;
	vertical-align: top;
	white-space: normal;
	padding: 0;
}

#contentcontainer table.resultTable {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#contentcontainer table.mainTable {
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px black;
	border-collapse: collapse;
}

#contentcontainer .mainTable td, #contentcontainer .mainTable th {
	padding: 3px;
	border: solid 1px #bbb;
	vertical-align: middle;
	text-align: center;
	white-space: normal
}

a, a:link, a:visited
{
	color: #0077aa;
}

a:hover, a:focus
{
	color: #0077aa;
	text-decoration: underline;
}

#contentcontainer .result {
}

#contentcontainer table.resultTable td.resultImage {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	width: 22px;
}

#contentcontainer div.resultImage {
}

#contentcontainer .resultMessage {
	text-align: justify;
}

#contentcontainer .resultLink {
	margin-top: 5px;
	margin-bottom: 5px;
}


