@charset "utf-8";
/* CSS Document */

body, html { height: 100%; width: 100%; margin: 0px; padding: 0px; text-align: left; }

form
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

label
{
	font-weight: bold;
	margin-right: .7em;
	text-transform: capitalize;
}	

h2
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1.25em;
}

	
#receiptTabel
{
	width: 600px;
	border: solid 1px #595959;
	margin: 0px auto;
	text-align: left;
	font-size: .8em;
}

#participants
{
	width: 95%;
	border: solid 1px #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px auto;
}


.row {
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #808080;
	font-size: .8em;
}

h3.warn
{
	display: inline;
	border-bottom: solid 2px #ffcc66;
	padding: 2px 5px;
	color: #000000;
}

.error
{
	color: red;
}

.approved
{
	color: green;
}

.test
{
	font-size: .8em;
	padding: 5px;
	border: solid 1px #808080;
	background-color: #dccccc;
}

.fullLabel
{
	color: #880000;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.openSession
{
	 text-decoration: none;
	 color: #000000;	
}

.closedSession
{
	 text-decoration: line-through;
	 color: #595959;
}

.receiptHome
{
	text-align: right;
	padding: 0px;
	margin-bottom: 2px;
}

.receiptHome a:link, .receiptHome a:visited
{
	border: solid 1px #808080;
	border-bottom: none;
	background-color: #cccccc;
	text-decoration: none;
	color: #000000;
	padding: 2px 5px;
}

.receiptHome a:hover
{
	background-color: #ffffcc;
	border: soild 1px  #cc9900;
}
