/* _____________________________________
|                              		|
|  HRsmart, Inc.     			    |
|  (C) 2007/11, All Rights Reserved.	|
|  Updated: 21 JAN 10			|
|  melina@hrsmart.com				|
|______________________________________*/

/**
 * Hide Unecessary page elements
 */

div#hua_header, div#submenu, .gotop, .page-end, #hua_menu_tier2_bar, #instruction-toggle, fieldset.submit {
	display:none;
}

div#hua_main_page {
	margin-top:10px;
}

div#hua_footer {
	border-top:1px solid #999;
	padding-top:10px;
	color:#999;
}

div#hua_wrapper, div#hua_footer, .footer_legend {
	background:none;
	background-color: #FFFFFF;
	color:#000000;
}

body {
	background-color:#FFFFFF;
}

/**
 * We'll make rows take up the space of their contents, and be 100% wide, or otherwise forms
 * that are printed in more than one page will lose formatting.
 */

.row { display: inline-block; width: 100%; }