/*  
Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme
*/

body {
	color: #000066;
	font-family: verdana;
	font-size: 11px;
}
p {
	font-size: 11px;
	line-height:18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 26px;
	color: #000066;
	margin-bottom: 8px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9BAB20;
	font-style: 22;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9BAB20;
	font-weight: bold;
	margin-bottom: 6px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #9BAB20;
	background-image: url(../../../../Templates/wizards/_images/icon_pointer2.gif);
	position: left top;
	background-repeat: no-repeat;
	line-height: 26px;
	padding: 3px 8px 0px 32px;
}
h5 {
	font-size: 11px;
	color: #9BAB20;
	padding: 5px 0px 5px 20px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	background-image: url(../../../../Templates/wizards/_images/icon_pointer1.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-decoration: none;
}
h6 {
	font-size: 15px;
	color: #000066;
	margin: 0px 20px 4px 20px;
	padding-bottom: 4px;
	text-align: center;
	border-bottom: 1px dashed #9BAB20;
}
blockquote {
	margin: 8px 20px;
	font-size: 11px;
}
a:link { 
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {  
	color: #000066; 
	text-decoration: underline;
}
a:active {  
	color: #000066;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ol {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #000066;
}
ol li {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	}
ol li li {
	color: #000066;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	list-style-type:upper-alpha;
}
ol li li li {
	color: #000066;
	font-size: 11px;
	line-height: 12px;
	list-style-type:upper-roman;
}
ol li li li li {
	color: #999999;
	font-size: 11px;
	line-height: 12px;
	list-style-type:lower-roman;
}
ol li a {
	text-decoration:underline;
	color: #000066;
}
ol li a:visited {
	text-decoration:none;
	color: #000066;
}
ol li a:hover {
	text-decoration:underline;
	color: #000066;
}
ol li li a {
	text-decoration: underline;
	color: #999999;
}
ul {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #000066;
	list-style:none;
}
ul li {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	background-color:none;
	list-style:none;
	background: url(../../../../Templates/wizards/_images/icon_pointer.gif) no-repeat 0 8px;
	padding-left:18px;
	}
ul li li {
	color: #000066;
	background-color:none;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	background: url(../../../../Templates/wizards/_images/icon_pointer.gif) no-repeat 0 3px;
}
ul li li li {
	color: #000066;
	font-size: 11px;
	line-height: 12px;
}
ul li li li li {
	color: #000066;
	font-size: 11px;
	line-height: 12px;
}
li a {
	text-decoration:underline;
	color: #000066;
}
li a:visited {
	text-decoration:none;
	color: #000066;
}
li a:hover {
	text-decoration:underline;
	color: #000066;
}
li li a {
	text-decoration: underline;
	color: #000066;
}



/* 	[ 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: 90%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 1em 0;
	font-size: 90%;
	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: #DBDBDB;
		color: #FFFFFF;
		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;
	float: left;
	clear: both;
	margin: 10px 0px;
	width:auto;
	font-size: 11px;
	color: #000066;
	clear: both;
}
.ListItem {
	position: relative;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		font-weight: bold;
		color: #000066;
		font-size: 15px;
		text-transform: capitalize;
		padding: 6px 0px;
		margin: 4px 0px 4px 10px;
	}

	/* Separators */
	.ListPrimarySeparator {
		color: #000066;
		font-size: 15px;
		font-weight:bold;
		background-image:url(../../../../Templates/wizards/_images/icon_pointer1.gif);
		background-repeat:no-repeat;
		background-position: left 80%;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 22px;
	}
	.ListSecondarySeparator {
		color: #C2D82C;
		font-size: 12px;
		font-weight:bold;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 0px;
	}

	/* Thumbnail */
	.ListThumbnail {
		margin: 0px 0px 2px 30px;
		float: right;
		border: solid #000066 1px;
	}

	/* Title */
		.ListTitle {
			font-size: 11px;
			color: #C2D82C;
			padding: 5px 0px 0px 10px;
			margin: 5px 0px 0px 0px;
			font-weight: bold;
			float:none;
			text-decoration: none;
	}
	.ListTitle a:visited,
	.ListTitle a:link {
		color: #C2D82C;
		text-decoration: none;
	}
	.ListTitle a:hover{
		color: #000066;
		text-decoration: underline;
	}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0 0;
			padding: 0px 10px 0px 10px;
		}

	/* Summary */
		.ListSummary {
			margin: 0px;
			padding: 0px 10px 0px 10px;
			line-height: 16px;
		}
		.ListSummary a {
			color: #000066;
			text-decoration: none;
			font-weight: bold;
			font-size: 10px;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			padding: 0px 10px 0px 10px;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			padding: 0px 10px 0px 10px;
			font-style: italic;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			float: none;
			font-size: 0px;
			clear: both;
			margin: 5px 10px 0px 10px;
			border-bottom: solid #C2D82C 1px;
		}

/* === [ Left Hand Container ] === */

#cLS .CategoryList {
}
#cLS .ListHolder {
}
#cLS .ListItem {
}

	/* Custom Title */
	#cLS .ListCustomTitle,
	#cTL .ListCustomTitle {
		color: #FFF;
	}
	
	/* Separators */	
	#cLS .ListPrimarySeparator,
	#cTL .ListPrimarySeparator {
		color: #C2D82C;
		background-image:url(../../../../Templates/wizards/_images/icon_pointer.gif);
		background-repeat:no-repeat;
		background-position: left 50%;
		font-size: 12px;
		margin: 15px 0px 0px 10px;
		padding: 0px 0px 0px 14px;
	}
	#cLS .ListSecondarySeparator,
	#cTL .ListSecondarySeparator {
		color: #FFF;
		font-size: 11px;
		margin: 5px 0px 0px 10px;
	}
	
	/* Thumbnail */
	#cLS .ListThumbnail,
	#cTL .ListThumbnail {
		display: none;
	}

	/* Title */
		#cLS .ListTitle,
		#cTL .ListTitle {
			padding: 0px 0px 0px 10px;
			margin: 5px 0px 0px 0px;
			font-size: 10px;
		}
		#cLS .ListTitle a:visited, 
		#cLS .ListTitle a:link,
		#cTL .ListTitle a:visited, 
		#cTL .ListTitle a:link {
		}
		#cLS .ListTitle a:hover,
		#cTL .ListTitle a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}

	/* Date, Keywords */
		#cLS .ListAuthor,
		#cLS .ListItemDate,
		#cLS .ListKeywords,
		#cTL .ListAuthor,
		#cTL .ListItemDate,
		#cTL .ListKeywords {
			color: #FFFFFF;
			font-size: 9px;
		}

	/* Summary */
		#cLS .ListSummary,
		#cTL .ListSummary {
			font-size:9px;
			color: #FFFFFF;
			line-height: 14px;
		}
		#cLS .ListSummary a,
		#cTL .ListSummary a  {
			color: #FFFFFF;
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .ListCreator,
		#cLS .ListCreatedDate,
		#cTL .ListCreator,
		#cTl .ListCreatedDate {
			padding: 0px 0px 0px 10px;
			color: #FFFFFF;
			font-size: 9px;
		}
		#cLS .ListUpdator,
		#cLS .ListUpdatedDate,
		#cTL .ListUpdator,
		#cTL .ListUpdatedDate {
			padding: 0px 0px 0px 10px;
			color: #FFFFFF;
			font-size: 9px;
		}

	/* EndItem (Visual break between each list item) */
		#cLS .ListEndItem {
		}

/* === [ Right Hand Container ] === */

#cRS .CategoryList {
}
#cRS .ListHolder {
}
#cRS .ListItem {
}

	/* Custom Title */
	#cRS .ListCustomTitle {
	}
	
	/* Separators */	
	#cRS .ListPrimarySeparator,
	#cTR .ListPrimarySeparator {
		color: #C2D82C;
		background-image:url(../../../../Templates/wizards/_images/icon_pointer.gif);
		background-repeat:no-repeat;
		background-position: left 50%;
		font-size: 12px;
		margin: 15px 0px 0px 10px;
		padding: 0px 0px 0px 14px;
	}
	#cRS .ListSecondarySeparator,
	#cTR .ListSecondarySeparator {
		font-size: 11px;
		margin: 5px 0px 0px 10px;
	}
	
	/* Thumbnail */
	#cRS .ListThumbnail,
	#cTR .ListThumbnail {
		display: none;
	}

	/* Title */
		#cRS .ListTitle,
		#cTR .ListTitle {
			padding: 0px 0px 0px 10px;
			margin: 5px 0px 0px 0px;
			font-size: 10px;
		}
		#cRS .ListTitle a:visited, 
		#cRS .ListTitle a:link,
		#cTR .ListTitle a:visited, 
		#cTR .ListTitle a:link {
		}
		#cRS .ListTitle a:hover,
		#cTR .ListTitle a:hover {
			text-decoration: underline;
		}

	/* Date, Keywords */
		#cRS .ListAuthor,
		#cRS .ListItemDate,
		#cRS .ListKeywords,
		#cTR .ListAuthor,
		#cTR .ListItemDate,
		#cTR .ListKeywords {
			font-size: 9px;
		}

	/* Summary */
		#cRS .ListSummary,
		#cTR .ListSummary {
			font-size:9px;
			line-height: 14px;
		}
		#cRS .ListSummary a,
		#cTR .ListSummary a  {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .ListCreator,
		#cRS .ListCreatedDate,
		#cTR .ListCreator,
		#cTl .ListCreatedDate {
			padding: 0px 0px 0px 10px;
			font-size: 9px;
		}
		#cRS .ListUpdator,
		#cRS .ListUpdatedDate,
		#cTR .ListUpdator,
		#cTR .ListUpdatedDate {
			padding: 0px 0px 0px 10px;
			font-size: 9px;
		}

	/* EndItem (Visual break between each list item) */
		#cRS .ListEndItem {
		}

