/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CONTENT ]------------------------------------------------------- */

/*
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		Change or add class names as required.
		Duplicate styles to FTBDesign.
*/

/* === [ WORD EDITOR ] === */

.Normal {
}
.Red  {
	color: #820024;
}

.Blue {
	color: #008c99;
}
.Orange {
	color: #e7731f;
}
.Green  {
	color: #78a22f;
}
.Caption-Left {
	font-style: italic;
	text-align: left;
}
.Caption-Right {
	font-style: italic;
	text-align: right;
}
.Detail-Cost{
	background: url(/Templates/_images/icon_cost.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Email{
	background: url(/Templates/_images/icon_mail.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Fax{
	background: url(/Templates/_images/icon_fax.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Link{
	background: url(/Templates/_images/icon_tick.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-PDFLink{
	background: url(/Templates/_images/icon_pdf.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Phone {
	background: url(/Templates/_images/icon_phone.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Post{
	background: url(/Templates/_images/icon_post.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-Skype {
	background: url(/Templates/_images/icon_skype.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-SMS{
	background: url(/Templates/_images/icon_mobile.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.Detail-WebLink{
	background: url(/Templates/_images/icon_link.gif) no-repeat center left;
	padding: 3px 3px 3px 30px;
	margin: 0px 0px 6px 0px;
}
.FAQ-Question {
	color: #888;
	background: url(/Templates/_images/faq_q.gif) no-repeat left 0.4em;
	padding: 5px 30px;
	margin: 20px 0px 3px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.FAQ-Answer {
	margin-top: 5px;
	padding-bottom: 5px;
}
.Highlight-Top {
	color: #888;
	padding: 5px 0px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}
.Highlight-Bottom {
	margin-top: 5px;
	padding-bottom: 5px;
}
.Highlight-Small {
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1em 2em;
}

.Highlight-Medium {
	text-align: center;
	background-color: #e7e7e7;
	padding: 1em 2em;
}
.Highlight-Large {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 1em 2em;
	background-color: #820024;
}
.HighlightLink {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: url(/Templates/_images/icon_tick.gif) no-repeat 0.3em 0.6em;
	padding: 0.6em 2em 0.6em 2em;
	margin-bottom: 0px;
	margin-top: -1px;
	clear: both;
}
.Quote {
	color: #555;
	padding: 1em 2em;
	padding: 0 0 10px 50px;
	font-style: italic;
	margin: 20px 30px;
	border: #f7f6f6 10px solid;
	border-bottom: #e7e7e7 1px solid;
	background: #f7f6f6 url(/Templates/_images/titleBkg.gif) no-repeat top left;
}
