/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ DEFAULT THEME  ]--------------------------------------------------------------------- */

/* 
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		They will also be applied to elements in other modules.
		Do not change class names. Alter attributes as required.
		Duplicate styles to FTBDesign.
*/

/* === [ GLOBAL STYLE ] === */

body {
	color: #000;
        font-size: 11px;
        font-family: Arial, sans-serif;
}
p {
	font-size: 100%;
	margin: 0 0 0.9em 0;
	line-height: 1.5em;
}
	a { 
		color: #666;
		text-decoration:none;
	}
	a:hover { 
		color: #000000;
		text-decoration:none;
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
#cTR H1{
	background:none;
	font-style: normal;
}

.content #cPC H1{
background:white;
padding: 0 0 10px 10px;
}

h1 {
	color: #868280;
	font-size: 230%;
	margin-bottom: 0.1em;
	font-weight: bold;
	letter-spacing:-0.04em;
	line-height:.8;
}

.forum #leftwrapper h1{
	color: #9f6d4a;
}

.skillsbank #leftwrapper h1{
	color: #296480;	
}

.programme #leftwrapper h1{
	color: #988983;
}

h2 {
	color: #333333;
	font-size: 130%;
	margin-bottom: 0.1em;
	font-weight: bold;
    text-transform:uppercase;
    letter-spacing: -1px;

}

#cRS h3{background:url("/Templates/_images/CRS-line_03.gif") repeat-x scroll center bottom transparent;
}

h3 {
	
}

h4 {
	

	background: url('/Templates/_images/h4bckg-str.gif') repeat-x;
	font-size: 100%;
	text-align:center;
}

h5 {
	font-size: 90%;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #CCCCCC;
}
blockquote {
	font-size: small;
	padding: 1em 2em;
}
#cPC ol,
#cPC menu,
#cPC dir {
	line-height: 1.2em;
	margin: 0px 0px 0px 20px;
}
#cPC ul {
	line-height: 1.5em;
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
#cPC li {
	padding: 4px 0px 0px 5px;
}
#cPC li li{
}
#cPC ol li {
	margin: 0px 0px 0px 22px;
}
#cPC ul li {
}
#cPC ul li li {
	list-style-type: square;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
	color: #999999;
}
#cPC ol li li {
	font-weight: normal;
	border-style: none;
	list-style-type: upper-alpha;
	color: #999999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li li { 
	font-weight: normal;
	list-style-type: upper-roman;
}
#cPC ol li li li li { 
	font-weight: normal;
	list-style-type: lower-roman;
}
#cPC ol li a, 
#cPC ol li a:hover {
	text-decoration: underline;
}
#cPC ol li a:visited {
	text-decoration: none;
}
#cPC ul li a, 
#cPC ul li a:hover {
	text-decoration: underline;
}
#cPC ul li a:visited {
	text-decoration: none;
}


/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

/* === [ PAGING ] ============================== */

 /* Displays at the Top of list */
.OrderingTop {
	visibility:hidden;/*
	padding-top:5px;
	padding-bottom:0px;
	margin:0 0 -5px 0;
	font-size: 85%;
	position: relative;
	height: auto;
	clear: both;*/
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	font-size: 85%;
	position: relative;
	height: auto;
	padding:0 0 0 12px;
	clear: both;
}
 /* Numbers */
 	.OrderingTop a, 
	.OrderingBottom a 
	{
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;
		text-decoration: none;
		line-height: 0.1em;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover 
	{
		background-color: #DBDBDB;
	}
 /* Selected Page */
	.SelectedPage {
		color: #000;
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;


		text-decoration: none;
		line-height: 0.1em;	
	}
 /* Next and Back */
	.OrderingTop a.OrderingNext, 
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingNext, 
	.OrderingBottom a.OrderingBack
	{
		border: 0;
		text-transform: uppercase;
		background-repeat: no-repeat;
	}
	.OrderingTop a.OrderingNext, 
	.OrderingBottom a.OrderingNext
	{
		background: url(/Templates/_images/icon_next.gif) no-repeat right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/_images/icon_back.gif) no-repeat left;
		padding: 0 0 0 1.2em;
	}
	.OrderingTop a.OrderingNext:hover, 
	.OrderingTop a.OrderingBack:hover,
	.OrderingBottom a.OrderingNext:hover, 
	.OrderingBottom a.OrderingBack:hover
	{
		background-color: transparent;
		border: 0;
	}
	
/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

.ListHolder {
	position: relative;
	margin: 0px 0px;
	width: auto;
	clear: both;
	padding: 0;
	height: 1%;
	color:#666;
}


.ListItem {
	position: relative;
	margin: 0.8em 0 0;
	padding: 0 14px;
	display: block;
	width: auto;
}

	/* Custom Title */
	#cRS .ListCustomTitle {
		        padding:8px 5px 5px 12px;
                color: #666;
                text-align:left;
                text-transform: uppercase;
                letter-spacing:-0.05em;
                font-size: 130%;
	}
*/
	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 120%;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 105%;
		font-weight: bold;
	}
	/* Separators */
	.ListCategory {
		margin: 0.2em 0;
		font-size: 85%;
		display: inline;
	}
	.ListSubCategory {
		margin: 0.2em 0;
		font-size: 85%;
		display: inline;
		padding: 0 0 0 0.6em ;
		border-left: 1px solid #666666;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: left;
		margin: 0 0.3em 0 0;
		border: 1px solid #CCCCCC;
		padding: 0.3em;
		background: #FFFFFF;
	}

	/* Title */
		.ListTitle {
			margin: 0.3em 0;
			padding: 0;
			font-size: 100%;
			font-weight: bold;
			float: none;
			text-decoration: none;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords,
		.ListCode {
			font-size: 85%;
			margin: 0 0 0 0;
		}
	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			font-size: 85%;
			margin: 0 0 0 0;
		}
	/* Summary */
		.ListSummary {
			font-size: 90%;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.ListSummary a {
			color: #999999;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			font-style: italic;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
		}
		
		
		
		.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/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_images/icon_tick.gif) no-repeat center left;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	line-height: 25px;
	margin: 0px;
}
.Detail-PDFLink{
	font-size: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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: 85%;
	background: url(/Templates/_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/_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/_images/faq_a.gif) no-repeat left 0.1em;
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Top {
	font-weight: bold;
	color: #999999;
	background: url(/Templates/_images/icon_tick.gif) no-repeat left 0.4em;
	padding: 5px 30px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}
.Highlight-Bottom {
	margin-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
.Highlight-Small {
	color: #999999;
	font-size: 80%;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1em 2em;
}
.Highlight-Medium {
	text-align: center;
	background-color: #DBDBDB;
	padding: 1em 2em;
}
.Highlight-Large {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 1em 2em;
	background-color: #e5ddda;
	border-bottom: 1px solid #CCCCCC;
}
.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: #999999;
	font-family: Georgia, Times, serif;
	padding: 1em 2em;
	margin: 20px 30px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}