/* 	[ 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: 75%;
	color: #666666;
	font-family: Georgia, Times, serif;
	line-height: 1.2em;
	text-align: left;
}
.Caption-Right {
	font-size: 75%;
	color: #666666;
	font-family: Georgia, Times, serif;
	line-height: 1.2em;
	text-align: right;
}
.Detail-Cost{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_cost.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Email{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_mail.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Fax{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_fax.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Link{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_tick.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-PDFLink{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_pdf.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Phone {
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_phone.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Post{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_post.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-Skype {
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_skype.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-SMS{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_mobile.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.Detail-WebLink{
	font-size: 85%;
	color: #78BA00;
	background: url(../../Templates/_images/icon_link.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
}
.FAQ-Question {
	font-weight: bold;
	color: #78BA00;
	background-image: url(../../Templates/_images/faq_q.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 5px 30px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px dotted #999999;
}
.FAQ-Answer {
	background-image: url(../../Templates/_images/faq_a.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Top {
	font-weight: bold;
	color: #78BA00;
	background-image: url(../../Templates/_images/icon_tick.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 5px 30px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px dotted #999999;
}
.Highlight-Bottom {
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #78BA00;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #78BA00;
	padding: 1em 2em;
}
.Highlight-Medium {
	color: #000000;
	font-size: 90%;
	text-align: center;
	background: #E9F2D8;
	padding: 1em 2em;
}
.Highlight-Large {
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 1em 2em;
	background: #E9F2D8 url(../../Templates/_images/back_content.gif) repeat-x top left;
}
.HighlightLink {
	color: #78BA00;
	border-top: 1px solid #78BA00;
	border-bottom: 1px solid #78BA00;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 8px 12px;
	padding: 8px 30px 8px 30px;
	margin-bottom: 2px;
	clear: both;
}
.Quote {
	color: #78BA00;
	font-family: Georgia, Times, serif;
	line-height: 1.5em;
	font-style: italic;
	padding: 1.5em 0em;
}