/* i:Create Styles
Author:	eSolutionsGroup.ca

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. */
.Left{text-align:left;}
.Right{text-align:right;}
.IntroParagraph{}
.Indent{margin-left:30px;}

.defaultButton-Primary {
    border-color: #0078A5;
    color: #0078A5;
}

.defaultButton-Secondary {
    border-color: #667E3D;
    color: #667E3D;
}

.defaultButton-lightGrey {
    border-color: #C9C9C9;
    color: #000;
}

.defaultButton-darkGrey {
    border-color: #333;
    color: #000;
}

.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Grey {}

.blockquote-FooterLine{}
.fullWidthImage{}
.imageTitle{}
.feedbackLink{}