/*
	--------------------------------------------------
	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 */ }

/* This must be selected in order for a table to look proper on */
.contenttable
{
    
} 

.heading 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
	font-size: 3.0em !important;
	line-height: 1em !important;
	color: #4c5763 !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

.subheading 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em !important;
	font-family: Helvetica, Arial, sans-serif;
	color: #6c82a2 !important;
}
.tertiaryheading 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: normal;
	font-weight: bold;
	font-size: 1.2em !important;
	font-family: Helvetica, Arial, sans-serif;
}
.introtext 
{
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 1.6em !important;
	line-height: 1.4em !important;
}

.floatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border:5px solid #dddddd;
}

.floatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border:5px solid #dddddd;
}
.alternaterow
{
	background:#e9e9e9;
}



/*
table
{
    border:1px solid #b6b4b4;
    padding:1px;
}
td, th
{
    padding: 10px 10px;
}
td
{
    border-right:1px solid #F3F3F3;
}
th
{
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align:left;
    font-size:1.2em;
    color:#415160;
    background:#cee2f1;
}
*/

.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;
}
