/* 	[ 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 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}
p 
{
	line-height: 18px; 
}
	a 
	{ 
		color: #005a74; 
	}
	a:hover { 
		color: #999999; 
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #005a74;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005A74;
	font-style: normal;
	margin-top: 0px;
	padding-left: 80px;
}
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005a74;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 16px;
}
h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h5 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 4px;
	background-color: #999999;
	padding: 4px;
}
h6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 4px;
}
blockquote 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	padding: 15px;
	margin-bottom: 4px;
	border: solid #999999 1px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input, select {
}
ol, ul {
	line-height: 1.2em;
	margin: 0 0 0 4em;
	list-style-type: square;
	color: #005a74;
}
ol li, ul li{
	margin: 0 0 0.5em 0;
}
ol li li, ul li li{
	margin: 0 0 0em 0;
}
ol li li
{ 
	list-style-type: upper-alpha; 
}
ol li li li 
{ 
	list-style-type: upper-roman; 
}
ol li li li li 
{ 
	list-style-type: lower-roman; 
}
ol a, ul a{
	color: #005a74;
	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
{
	margin: 1em 0 ;
	font-size: 80%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 1em 0;
	font-size: 80%;
	display: none;
}
 /* 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 {
		background: #FFFFFF;
		color: #005a74;
		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-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: 10px 0px;
	width: auto;
	height: auto;
	clear: both;
	padding: 0.1em 0.4em;
}
.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0px;
		padding: 0px;
		line-height: 25px;
		color: #005a74;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #005a74;
		font-weight: bold;
		margin-bottom: 6px;
		margin: 6px 0px;
		padding: 0px;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 105%;
		font-weight: bold;
	}

	/* Thumbnail */
	.ListThumbnail {
		padding: 3px;
		float: right;
		margin: 0 0 0 0.3em;
		background: #FFFFFF;
		border: none;
	}

	/* Title */
		.ListTitle {
			color: #005a74;
			font-weight: bold;
			line-height: 1.2em;
			font-size: 85%;
			margin: 0px;
			background: url(../../Templates/_images/back_sidemenu2.gif) no-repeat left 5px;
			padding: 2px 0px 2px 20px;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: underline;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-weight: bold;
			display: none;
		}

	/* Summary */
		.ListSummary {
			font-size: 85%;
			line-height: 1.3em;
			margin: 0 0 0.6em 0;
			padding: 0px 0px 0px 20px;
		}
		.ListSummary a {
			color: #005a74;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: left;
			clear: left;
			display: none;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: right;
			clear: right;
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
			border-bottom: 1px dashed #DBDBDB;
			display: none;
		}
		