html,
body {
	font-size: 10pt;
	margin: 0 0 0 0;
	padding:0;
	height:100%;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	margin-bottom: 0px;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding:10px;
	padding-bottom:61px;   /* Height of the footer element */
}

.footer {
  width:100%;
	position:absolute;
	bottom:0;
	left:0;
  /* Set the fixed height of the footer here */
height:61px;}
thead {
	display: table-header-group;
}

table.radioGroup td {
	padding-left: 4px;
	padding-right: 4px;
}

.instructions {
	font-style: italic;
}

.scrollBox {
	max-height: 150px;
   overflow-y:scroll; 
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.input-row {
	padding: 10px 0px;	
}

.clearfix {
  overflow: auto;
}

