/* 	[ 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 {
}
.Caption-Left {
	font-size: 1em;
	font-style: italic;
	text-align: left;
}
.Caption-Right {
	font-size: 1em;
	font-style: italic;
	text-align: right;
}
.Detail-Cost{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_cost.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Email{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_mail.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Fax{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_fax.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Link{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_detailLink.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-PDFLink{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_pdf.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Phone {
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_phone.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Post{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_post.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-Skype {
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_skype.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-SMS{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_mobile.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-WebLink{
	font-size: 1.1em;
	background: url(/Templates/wcmc/_images/icon_link.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.FAQ-Question {
	font-weight: bold;
	color: #999999;
	background: url(/Templates/wcmc/_images/faq_q.gif) no-repeat left 0.4em;
	padding: 5px 30px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}
.FAQ-Answer {
	background: url(/Templates/wcmc/_images/faq_a.gif) no-repeat left 0.1em;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Top {
	font-weight: bold;
	color: #42a4d0;
	background: url(/Templates/wcmc/_images/icon_tick.gif) no-repeat left 0.3em;
	padding: 5px 30px 8px 30px;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px solid #c1e6ea;
}
.Highlight-Bottom {
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #1066a6;
	font-size: 1.1em;
	background-color: #FFFFFF;
	border: 1px solid #c7def0;
	padding: 1em 2em;
}
.Highlight-Medium {
	text-align: center;
	color: #1066a6;
	background-color: #e1f2f9;
	border: #73a6d1 1px solid;
	padding: 1em 2em;
}
.Highlight-Large {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 1em 2em;
	background-color: #86b7e0;
	border-bottom: 1px solid #CCCCCC;
}
.HighlightLink {
	border-top: 1px solid #c1e6ea;
	border-bottom: 1px solid #c1e6ea;
	background: url(/Templates/wcmc/_images/icon_tick.gif) no-repeat 0.3em 0.7em;
	padding: 1em 2em 1em 2.6em;
	color: #86b7e0;
	margin-bottom: 10px;
	margin-top: -1px;
	clear: both;
}
.Quote {
	color: #aca9a9;
	font-family: Georgia, Times, serif;
	padding: 1em 2em 1em 4.5em;
	margin: 20px 10px;
	background: #f7f6f6 url(/Templates/wcmc/_images/quote.gif) no-repeat 8px 8px;
	border-bottom: 1px solid #d0d0d0;
}