/****** ##LOG: 
Author:  Brad Kelly
Created: 19/10/06

- Common Settings Style Sheet - includes default forms style sheets.
******/

	
	/*
	 Import Styles
	 - forms.css 
	*/	
	@import URL( /Templates/EDA v1/css/forms.css );
		
	html {
		overflow-x:hidden;
	}
	
	/*
	 Skip Navigation
	*/	
	#skipNav {
	position: absolute;
	top: -3000px;
	left: -3000px;	
	}
	
	
	/* Images */
	img 
	{
		border: 0px; 
	}
	
	
	/* Table */
	table 
	{
		width: auto; 
	}
	
	
	/* Small Text */		
	.smallText, 
	.textSmall 
	{
		font-size: 0.9em;
	}
	
	
	/* Required Text */	
	/* Use to denote user alert text. eg required fields in forms */	
	.textReqd, 
	.requiredStar 
	{
		color: #ff0000;
	}		
	
	
	/*
	 Edit Pencil
	 Standard styles for the edit pencil layer, used when there is more than one content pool item editable in a section 
	*/	
	.editPencilLayer 
	{
		font-size : 10px;
		color: Black;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : normal;
		background-color : White;
	}		
	.editPencilLayerBackground 
	{
		background-color : White;
		border-color: #3D70A3;
		border-width: thin;
		border-style: solid;
		border-top-width: thick;
		position: absolute;
		Left: -4px;
	}	
	
	
	/*
	 Form Validation Error Style
	 used to style display for form validation messages div for users without JavaScript enabled.
	*/	
	.formErrorOutputArea
	{
		font-family: Arial;
		font-size: x-small;
		color: Black;
	}
	
	/*
	 Form Spam prevention tactic	 
	 used to try to stop automated form spam submission.
	*/	
	.frmHdeFld,
	.hide
	{
		position: absolute; 
		left: -3000em;
	}
	

	/*
	 Common Modifiers
	*/	
	

	/* Clear Both */
	.clearBoth 
	{
		clear: both;	
	}
	
	/* Float Left */
	.floatLeft 
	{
		float: left;
	}	
	
	/* Float Right */
	.floatRight
	{
		float: left;
	}
	
	


	