/* 	[ 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 ] === */

#cPC td {
	font-size: 90%;
	padding: 2px 4px;
}
#cPC td p 
{
	font-size: 90%;
}
hr {
	border: none;
	border-bottom: 1px solid #003366;
	height: 1px;
}
.Normal {
}
.Caption-Left {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
.Caption-Right {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
.Detail-Cost {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_cost.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Email {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_mail.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Fax {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_fax.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Link {
	font-size: 100%;
	font-weight: bold;
	background: url(/Templates/Stellar/_images/icon_tick.gif) no-repeat left top;	
	padding: 0px 3px 0px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-PDFLink {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_pdf.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Phone {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_phone.gif) no-repeat left top;
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Post {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_post.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-Skype {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_skype.gif) no-repeat left top;
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.5em;
	margin: 0px;
}
.Detail-SMS {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_mobile.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.Detail-WebLink {
	font-size: 100%;
	background: url(/Templates/Stellar/_images/icon_link.gif) no-repeat left top;	
	font-weight: bold;
	padding: 0px 3px 2px 26px;
	line-height: 1.6em;
	margin: 0px;
}
.FAQ-Question {
	background: url(/Templates/Stellar/_images/faq_q.gif) no-repeat 0px 2px;
	padding: 5px 30px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #333333;
}
.FAQ-Answer {
	background: url(/Templates/Stellar/_images/faq_a.gif) no-repeat 0px 0px;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Top {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.3em;
	color: #f27409;
	border-bottom: 1px solid #e7e7e8;
	padding: 5px 0px;
}
.Highlight-Bottom {
	font-size: 100%;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #003366;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	padding: 1em 2em;
}
.Highlight-Medium {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
}
.Highlight-Large {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0.8em 1.5em;
	background-color: #EFF4F9;
	border: 1px solid #003366;
}
.HighlightLink {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	line-height: 1.3em;
	background: url(/Templates/Stellar/_images/icon_tick.gif)  no-repeat 8px 12px;
	padding: 5px 30px;
	margin: 20px 0px 0px 0px;
}
.Quote {
	padding: 5px 30px;
	color: #6699CC;
}

/*  Accordian  */

#basic-accordian{
	margin: 10px 0px 40px 0;
}
	.accordian_headings {
		padding: 0px 0px;
		cursor: pointer;
		font-weight: normal;
		color: #0079c2;
		font-size: 100%;
		margin: 10px 0px;
	}
	.accordian_headings:hover {
		color: #000;
	}
	.header_highlight {
		color: #0079c2;
	}
	.accordian_child {
		padding: 5px 0px;
		font-size: 100%;
		font-weight: normal;
	}