@charset "utf-8";
/* TOOLBOX for ECI by Paul M, Feb 2009 */
* {
	margin : 0;
	padding : 0;
	border-top-style : none;
	border-right-style : none;
	border-bottom-style : none;
	border-left-style : none;
	list-style-type : none;
}
.floatLeft { float : left; }
.floatRight { float : right; }
.clear { clear : both; }
.layoutCenter { margin : 0 auto; }
.textCenter { text-align : center; }
.textRight { text-align : right; }
.textLeft { text-align : left; }
.page-break { page-break-before : always; }
.error {
	border : 1px solid #fb4343;
	padding : 3px;
	color : #fb4343;
}
.warning {
	border : 1px solid #d4ac0a;
	padding : 3px;
	color : #d4ac0a;
}
.success {
	border : 1px solid #149b0d;
	padding : 3px;
	color : #149b0d;
}
.callOut {
	font-size : 125%;
	font-weight : bold;
}
.strikeOut { text-decoration : line-through; }
.underline { text-decoration : underline; }
.resetTypeStyle {
	font-weight : normal;
	font-style : normal;
	font-size : 100%;
	text-decoration : none;
	word-spacing : normal;
	letter-spacing : 0;
	text-transform : none;
	text-indent : 0;
}
a[href^="mailto"] {
background : url(images/emailIcon.png) no-repeat left center;
padding-left : 10px;
}
a[href~=".pdf"] {
	background : url(images/pdfIcon.png) no-repeat left center;
	padding-left : 10px;
}
a.button {
	color : black;
	border : 1px solid black;
	padding : 3px;
}
a.button:hover {
	background : black;
	color : white;
}
.transpBlack { background : url(images/transpBlack.png); }
.hide { display : none; }
.show { display : block; }
.invisible { visibility : hidden; }
.inline { display : inline; }
.brand, .capitalize { text-transform : capitalize; }
