/* 	[ 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.
*/

/* === [ Global Styles ] === */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
}
p {
	margin: 0 0 0.9em 0;
	line-height: 18px; 
}
	a 
	{ 
		color: #666666; 
	}
	a:hover { 
		color: #000000; 
	}

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;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	color: #CC0000;
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1.2em;
	color: #0B5BAC;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0B5BAC;
	padding: 6px 4px;
	text-indent: 6px;
	background: url(/Templates/_images/back_h3.jpg) repeat-y;
	margin-bottom: 0.9em;
}
h4 {
	font-size: 12px;
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 2px;
	margin-bottom: 0.9em;
}
h5 {
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.9em;
}
h6 {
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin-bottom: 0.9em;
}
blockquote {
	font-size: 12px;
	font-weight: bold;
	color: #0B5BAC;
	line-height: 18px;
	border: 1px solid #0B5BAC;
	padding: 10px;
	margin: 20px 0px;
	background-image:  url(/Templates/_images/back_banner.gif);
}
input, select {
	font-size: 11px;
}
#cPC ol, #cPC ul {
	line-height: 1.8em;
	margin: 0 0 0 4em;
	list-style-type: square;
	
}
#cPC ol li, #cPC ul li{
	font-size: 105%;
	margin: 0 0.5em 0 0;
}
#cPC ol li li, #cPC ul li li{
	font-size: 95%;
	margin:  0.5em 0 0.5em 0;
	line-height: 1.2em;
}
#cPC ol li li li, #cPC ul li li li{
	font-size: 95%;
	margin: 0 0 0em 0;
}
#cPC ol li li
{ 
	list-style-type: upper-alpha; 
}
#cPC ol li li li 
{ 
	list-style-type: upper-roman; 
}
#cPC ol li li li li 
{ 
	list-style-type: lower-roman; 
}

/* 	[ 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
{
	margin: 4px 15px;
	font-size: 85%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 4px 15px;
	font-size: 85%;
	display: none;
	}
 /* Numbers */
 	.OrderingTop a, 
	.OrderingBottom a 
	{
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;
		text-decoration: none;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover 
	{
		background-color: #D9E2E8;
	}
 /* Selected Page */
	.SelectedPage {
		background: #D9E2E8;
		color: #FFFFFF;
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;
		text-decoration: none;
	}
 /* 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-image: url(/Templates/_images/icon_next.gif);
		background-position: right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background-image: url(/Templates/_images/icon_back.gif);
		background-position: 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 10px 0px;
	width: auto;
	height: auto;
	clear: both;
	padding: 0px;
}
#cPC .ListHolder {
	margin: 20px 0px 0px 0px;
	padding: 20px;
	background: #C3D4E4 url(../../Templates/_images/back_catlist.gif) repeat-x top left;
}
.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 8px;
	background-color: #E1E8F0;
	border: 1px solid #C3D4E4;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		line-height: 1em;
		font-size: 100%;
		text-transform: uppercase;
		color: #FFFFFF;
		background-color: #6699CC;
		font-weight: bold;
		margin: 0px;
		padding: 5px 8px;
		border-bottom: 1px solid #0B5BAC;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-size: 100%;
		color: #003366;
		font-weight: bold;
		margin-top: 0px;
		padding: 0px 4px 0px 15px;
		display: inline;
	}
	.ListSecondarySeparator {
		font-size: 90%;
		color: #003366;
		font-weight: bold;
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 0px 4px;
		display: inline;
		border-left: 1px solid #003366;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0 0 0 1em;
		border: 1px solid #C3D4E4; 
		padding: 2px;
		background: #FFFFFF;
	}

	/* Title */
		.ListTitle {
			margin: 0.3em 0;
			padding: 0 0 0.3em 0;
			line-height: 1.4em;
			color: #0B5BAC;
			font-size: 100%;
			font-weight: bold;
			text-transform: uppercase;
			float: none;
			text-decoration: none;

		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: none;
			color: #0B5BAC;
			border-bottom: 1px dotted #95B0CC;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 80%;
			padding: 0;
			margin: 0;
			color: #0B5BAC;
		}

	/* Summary */
		.ListSummary {
			font-size: 100%;
			line-height: 1.3em;
			margin: 0;
			padding: 0;
			color: #001E7A;
		}
		.ListSummary a,
		.ListSummary a:visited, 
		.ListSummary a:link, 
		.ListSummary a:hover {
			text-decoration: none;
			color: #0B5BAC;
			border-bottom: 1px dotted #95B0CC;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			color: #0B5BAC;
			font-size: 80%;
			margin: 0 0 0.1em 0;
			padding: 0;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 80%;
			color: #0B5BAC;
			padding: 0 0 0 20px;
			margin: 0;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
			border-bottom: 1px solid #E1E8F0;
		}
		