/* 	[ 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: 85%;
	font-style: italic;
	text-align: left;
}
.Caption-Right {
	font-size: 85%;
	font-style: italic;
	text-align: right;
}
.Detail-Cost{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_cost.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Email{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_mail.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Fax{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_fax.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Link{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_tick.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-PDFLink{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_pdf.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Phone {
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_phone.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Post{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_post.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-Skype {
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_skype.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-SMS{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_mobile.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.Detail-WebLink{
	font-size: 85%;
	background: url(/Templates/OMS/_images/icon_link.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	height: 25px;
	margin-left: 2em;
}
.FAQ-Question {
	font-weight: normal;
	color: #1fb0ff;
	background: url(/Templates/OMS/_images/faq_q.gif) no-repeat left 0.4em;
	padding: 5px 30px;
	margin-left: 2em;
	border-bottom: 1px solid #e8e7e8;
}
.FAQ-Answer {
	background: url(/Templates/OMS/_images/faq_a.gif) no-repeat left 0.1em;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Top {
	font-weight: bold;
	color: #195f8a;
	background: url(/Templates/OMS/_images/icon_tick.gif) no-repeat left 0.4em;
	padding: 5px 30px;
	margin-left: 2em;
	border-bottom: 1px solid #999999;
}
.Highlight-Bottom {
	margin-left: 2em;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #999999;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #1fb0ff;
	padding: 1em 2em;
	margin-left: 2em;
}
.Highlight-Medium {
	text-align: center;
	background-color: #ecebee;
	border: #e8e7e8 1px solid;
	padding: 1em 2em;
	margin-left: 2em;
}
.Highlight-Large {
	font-size: 90%;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 1em 2em;
	background-color: none;
	border: 1px solid #DBDBDB;
	margin-left: 2em;
}
.HighlightLink {

		color: #5c9dc5;
		font-size: 87%;
		font-weight:bold;
		text-decoration:none;
		padding-left: 35px;
		background: url(/Templates/OMS/_images/button_go.gif) no-repeat 1em center;
		text-decoration:none;
		margin-left: 2em; 
	}
.HighlightLink a {

		text-decoration:none; 
	}
	.HighlightLink a:hover { 
		color: #666;
		text-decoration:none; 
	}
.Quote {
	color: #7cb4ec;
	font-style:italic;
	font-family: Georgia, Times, serif;
	padding: 1em 2em;
	margin: 20px 30px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}