	/* Standard HTML Form Controls */
	input.button { border: 1px solid #aaf; font: 11px 'Arial', 'Helvetica'; font-weight: bold; background-color: #eef;}
	input.button:hover { background-color: #fff; }

	input.textbox, textarea.textbox { font: 12px 'Arial', 'Helvetica'; width: 200px; background-color: #fff; border: 1px solid #7F9DB9; padding: 2px 3px 2px 3px;}
	textarea.textbox { height: 120px; }
		input.textbox:focus, textarea.textbox:focus {background-color: #fff; border-color: #7F9DB9;}

	select.listbox { font: 12px 'Arial', 'Helvetica'; width: 208px; background-color: #fff; border: 1px solid #7F9DB9; }
		select.listbox:focus { background-color: #fff; border-color: #7F9DB9;}
		a.listboxReset { font-family: verdana, arial, helvetica; font-size: 8pt; text-decoration: none; color: #337; }
		a.listboxReset:hover { text-decoration: underline; }



	/**
	 * Various QControl-specific Styles
	 */

	/* QFileAsset */
	div.fileassetDbox { border: 4px solid #333; background-color: #fff; padding: 20px; width: 400px; overflow: auto; }
		div.fileassetDbox h1 { margin: 0; }
		div.fileassetDbox input { padding: 3px; margin-right: 5px; }

	/* QDialogBox */
	div.dialogbox { border: 4px solid #333; background-color: #fff; padding: 20px; width: 400px; overflow: auto; }

	/* QDateTimePicker */
	span.datetimepicker { }
		span.datetimepicker select { font: 12px 'Arial', 'Helvetica'; background-color: #eef; border: 1px solid #aaf; }
		span.datetimepicker select:focus { background-color: #fff; border-color: #aaf; }
		span.datetimepicker select.month { width: 55px; }
		span.datetimepicker select.day { width: 45px; margin-left: 8px; }
		span.datetimepicker select.year { width: 60px; margin-left: 8px; }
		span.datetimepicker select.hour { width: 65px; margin-left: 12px; margin-right: 2px; }
		span.datetimepicker select.minute { width: 45px; margin-left: 2px; margin-right: 2px; }
		span.datetimepicker select.second { width: 45px; margin-left: 2px; }

	/* QDataGrid */
	table.datagrid { border: 1px solid #CCCCCC; }
		table.datagrid caption, table.datagrid tfoot { padding-bottom: 4px; overflow: auto; }
			table.datagrid div.left { float: left; font-size: 10px; }
			table.datagrid div.right { float: right; font-size: 10px; }
		table.datagrid tr { background-color: #fff; }
			table.datagrid tr.alternate { background-color: #F7F4E8; }
			table.datagrid tr.selected { background-color: #E7E0C5; }
		table.datagrid th { background-color: #e0e0e0; padding: 3px 5px 3px 5px; text-align: left; }
			table.datagrid th a { color: #000; text-decoration: none; }
			table.datagrid th a:hover { color: #000; text-decoration: underline;}
		table.datagrid td { padding: 5px; }
			table.datagrid td a { color: #5EA9BE; }
			table.datagrid td a:hover { color: #5EA9BE; text-decoration: underline; }
		table.datagrid tfoot { border-top: 1px solid #CCCCCC;} 

	/* QPaginator */
	ul.paginator { margin: 0; padding: 0; }
		ul.paginator li { list-style-type:none; display: inline; padding: 0; margin: 0; }
			ul.paginator li.page a { text-decoration: none; color: #000000; padding: 0 3px 0 3px; margin: 0 2px 0 2px;}
			ul.paginator li.page a:hover { background-color: #ccf; }
			ul.paginator li.arrow { font-weight: bold; color: #ccc; margin: 0; padding: 0 3px 0 3px; }
			ul.paginator li.arrow a { font-weight: bold; color: #000; text-decoration: none; }
			ul.paginator li.selected { font-weight: bold; background-color: #ccf; padding: 0 3px 0 3px; margin: 0 2px 0 2px; border: 1px; border-style: solid; }
			ul.paginator li.break { color: #666; margin: 0 5px 0 5px; }
			ul.paginator li.ellipsis { color: #666; }



	/**
	 * Styles for Custom Render Functions as defined in QControl.class.php
	 */

	div.renderWithName { padding: 5px 0 0px 0; overflow: auto;}
		div.renderWithName div.left { }
		div.renderWithName div.required { }
		div.renderWithName div.left span.instructions { font: 10px 'Verdana', 'Arial', 'Helvetica'; color: #999; font-style: italic; text-transform: none;}

		div.renderWithName div.right { }
		div.renderWithName div.right span.error { margin-left: 15px; font: 10px 'Verdana', 'Arial', 'Helvetica'; color: #600;}



	/**
	 * Form and Dashboard Draft-Specific Styles
	 * NOTE: because these are page specific, we use element IDs instead of element classes for most items here
	 * (e.g. we will never have more than one titleBar per page)
	 */

	div#titleBar { border: 1px solid #337; margin-bottom: 18px; }
		div#titleBar h2 { background-color: #337; font: 12px 'Georgia', 'Times New Roman', 'Times'; font-style: italic; font-weight: bold; color: #fff; margin: 0; padding: 2px 5px 2px 5px; float: none; }
		div#titleBar h2#right { float: right; font: 10px 'Verdana', 'Arial', 'Helvetica'; font-style: normal; font-weight: normal; }
		div#titleBar h2#right a { color: #fff; text-decoration: none; }
		div#titleBar h2#right a:hover { text-decoration: underline; }
		div#titleBar h1 { font: 28px 'Georgia', 'Times New Roman', 'Times'; color: #337; margin: 0; padding: 2px 0 2px 5px; font-weight: bold; }

	p.create { }
		p.create a { text-decoration: none; color: #337; font-weight: bold; }
		p.create a:hover { text-decoration: underline; }

	div#formControls { padding: 0 0 0 20px; }

	div#formActions { background-color: #ffffff; padding: 10px; height: 20px; margin-top: 18px; }
		div#formActions div#save { float: left; }
		div#formActions div#cancel { margin-left: 10px; float: left; }
		div#formActions div#delete { float: right; }
		div#formActions div#next { float: right; margin-right: 10px; }
		div#formActions div#left { float: left; }
		div#formActions div#leftpad { margin-left: 10px; float: left; }
		div#formActions div#right { float: right; }
		div#formActions div#rightpad { float: right; margin-right: 10px; }