/* 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-Blue {
    background-color: #0d47a1;
    color: #fff
}
.defaultButton-Red {
    background-color: #a32b2b;
    color: #fff;
}
.defaultButton-Green {
    background-color: #5e7c1b;
    color: #fff;
}
.defaultButton-Gray {
    background-color: #c8c8c8;
    color: #000;
}
.defaultButton-White {
    background-color: #fff;
    color: #000;
}
.Underline{text-decoration:underline;}
.emphasis-Blue{}
.emphasis-Red{}
.emphasis-Green{}
.emphasis-Gray{}
.blockquote-FooterLine{}
.fullWidthImage{}
.imageTitle{}