/*
	--------------------------------------------------
	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     
{
    text-transform: uppercase;    
    font-size: 16px;    
    font-weight: bold;    
    color:#035839; 
} 

.subheading     
{
    font-weight: bold;    
    font-size: 14px;    
    color:#035839; 
}

.floatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.picfloatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 1px !important;
	border: 1px solid #CCC !important;
}

.floatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.picfloatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 1px !important;
	border: 1px solid #CCC !important;
}

.tablecell_even {
	background:#EEEEEE 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:#035839;
    background:#cbcbcb;
    font-weight:bold;
}

.tableheading_odd
{
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align:left;
    font-size:1.2em;
    color:#035839;
    background:#cbcbcb;
    font-weight:bold;
}
