/*	--------------------------------------------------	iCREATE STYLES	--------------------------------------------------	Client:		Author:		Date:	Month, Year		*//*	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 */ }.heading {	margin: 0px 0px 0px 0px;	padding: 0px 0px 20px 0px;	text-transform: uppercase;	font-size: 22px;	line-height: 12px;	color: #80883D;}.subheading {	margin: 0px 0px 0px 0px;	padding: 10px 0px 10px 0px;	font-size: 16px;	color: #576F7C;}.introtext {	font-size: 15px;}.floatleft {	float: left;	margin-right: 20px;	margin-bottom: 20px;	border:1px solid #86888B;	padding:5px;}.floatright {	float: right;	margin-left: 20px;	margin-bottom: 20px;	border:1px solid #86888B;	padding:5px;}/**** Change these to make special custom rows made by the context menu when you right click on a table in icreate ***/*.tablecell_even {
	background:#E9E9E9 none repeat scroll 0 0;
}

.tablecell_odd {
	
}

.tableheading_even
{
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align:left;
    font-size:1.2em;
    color:#415160;
    background:#cee2f1;
    font-weight:bold;
}

.tableheading_odd
{
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align:left;
    font-size:1.2em;
    color:#415160;
    background:#cee2f1;
    font-weight:bold;
}*/