/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------
	Client:	CAMA
	Author:	Darren Gould
	Date:	July, 2009
		
*/

/*

	i:Create Styles
	These styles are available to the client while editing an i:Create
	page.  Clients can select the below styles from a drop-down list
	to apply to text.
	
	Styles in this sheet cannot have upper-case characters or numbers.
	They must all be class selectors and not applied to specific elements
	(i.e: img.floatleft == bad, .floatleft == good)
	
*/

.none { /* empty style -- required by i:Create */ }

/* Headings */

.heading {}
.headingarrow {}


/* Subheadings */

.subheadingblue {}
.subheadinggreen {}
.subheadingorange {}
.subheadinggrey {}


/* Horizontal Rules */

.horizontalruleblue {}.horizontalrulegreen {}.horizontalruleorange {}.horizontalrulegrey {}


/* Custom Table */


/* Text Styles */

.introtext {
	font-weight: bold;
	font-size: 14px;
}

.morelink {}

.greyrow {}

.whiterow {}

.headerrow {}


/* Image Styles */

.picleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.picright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}