<div style="font-size: 10.5pt;">
	<h3 style="font-size: 11.5pt; margin-bottom: 0.5em;">Editing a Student Eligibility Request Form</h3>

	You are currently editing eligibility waiver #<?php echo $object->waiver->id; ?><?php if(!is_null($object->waiver->old_id)): ?>, reference number <?php echo $object->waiver->old_id; ?>,<?php endif; ?> for <?php echo $object->student->first_name; ?> <?php echo $object->student->middle_initial; ?> <?php echo $object->student->last_name; ?>.

	<br /><br />

	Some form fields are editable, others cannot be edited.  Grayed out values cannot be edited.  For example, the OSAA ID Number cannot be edited because its value has a text color that is gray.  The student name can be edited, it's listed in black text.  Editable fields also have a green vertical bar next to them, this helps identify editable fields more readily.<br />

	<div style="font-family: Arial,Helvetica,sans-serif; line-height: 120%; margin: 0.5em 100px 0 32px; float: left;">
		<div style="font-size: 10pt; margin-bottom: 0.5em; color: #666666;">OSAA ID Number</div>
		<div style="font-size: 14pt; height: 1.15em; color: #999999;"><?php echo $object->waiver->id; ?></div>
	</div>

	<div style="font-family: Arial,Helvetica,sans-serif; line-height: 120%; margin: 0.5em 0 0 32px;">
		<div style="font-size: 10pt; margin-bottom: 0.5em; color: #666666;">Student Name (Last, First M.I.)</div>
		<div style="font-size: 14pt; height: 1.15em;">
			<img src="http://www.osaa.org/images/icons/editable_icon.png" class="editable-indicator" style="position: relative; top: 2px; margin-right: -4px;">
			<?php echo $object->student->last_name; ?>, <?php echo $object->student->first_name; ?> <?php echo $object->student->middle_initial; ?>
		</div>
	</div>
	
	<br class="clear" />

	Hovering your mouse over an editable field will change the text color to red and your cursor will look different.  This is another indication that you can edit the field's value.  Click the text in order to change it.<br />

	<div style="font-family: Arial,Helvetica,sans-serif; line-height: 120%; margin: 0.5em 100px 0 32px; float: left; position: relative;">
		<div style="font-size: 10pt; margin-bottom: 0.5em; color: #666666;">Country</div>
		<div style="font-size: 14pt; height: 1.15em; color: #990000;">
			<img src="http://www.osaa.org/images/icons/editable_icon_hover.png" class="editable-indicator" style="position: relative; top: 2px; margin-right: -4px;">
			<?php echo $object->country->name; ?>
		</div>
		<img src="<?php echo asset('/images/icons/cursor_pointer_16px.png'); ?>" alt="" title="" style="position: absolute; top: 35px; left: 17px;" />
	</div>

	<br class="clear" /><br />

	If you're not sure on what information a form field is asking for, click the form field to edit the value and some helpful hints will be displayed in the pop-up window.  Look for the helpful hint icon, <span class="ui-icon ui-icon-info" style="display: inline-block; vertical-align: middle;"></span>, to guide your way.

	<br class="clear" /><br />

	<h3 style="font-size: 11.5pt; margin-bottom: 0.5em;">Saving Your Form</h3>

	Changes to the form are saved automatically.

	<br /><br >

	<h3 style="font-size: 11.5pt; margin-bottom: 0.5em;">What Information Is Required?</h3>

	<div style="position: relative; padding-right: 70px;">
		<img src="<?php echo asset('/images/icons/waiver_action_icon_48px.png'); ?>" class="action_item" alt="" title="" style="position: absolute; right: 15px; top: 12px;" />

		It is always best to provide as much information as possible.  There are some required fields, however, that must have a value provided in order for the form to be submitted.  Required fields that are missing a value have a blue arrow pointing to that field.
	</div>

	<br />

	<h3 style="font-size: 11.5pt; margin-bottom: 0.5em;">How Do I Print the Form?</h3>

	To print this eligibility form, you must first close the editing mode.  Click the <img src="<?php echo asset('/images/icons/close_button.png'); ?>" alt="" title="" style="vertical-align: middle; height: 12pt;" /> button.  You can then print an eligibility form by clicking the <img src="<?php echo asset('/images/icons/print_button.png'); ?>" alt="" title="" style="vertical-align: middle; height: 12pt;" /> button from the Student Eligibility Request Form view page.

</div>