/* 	[ 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, sans-serif;
	font-size: 90%;
	color: #636467;
}
p {
	font-size: 90%;
	color: #636467;
	margin: 0 0 0.9em 0;
	line-height: 1.4em;
}
	a 
	{ 
		color: #9eba13; 
	}
	a:hover { 
		color: #004376; 
	}

h1, h2, h3, h4, h5, h6 
{
	padding: 0;
	margin-bottom: 0.6em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #9eba13;
}
h2 {
	font-size: 100%;
	color: #9eba13;
}
h3 {
	font-size: 90%;
	color: #9eba13;
}
h4 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 85%;
	color: #9eba13;
	border-bottom: 1px dotted #9eba13;
	display: inline-block;
}
h5 {
	text-transform: uppercase;
	font-size: 90%;
	color: #9eba13;
}
h6 {
	font-size: 90%;
}
blockquote {
}
input, select {
}
#cPC ul {
	margin: 0 3.5em 0.2em 3.5em;
	list-style-type: square;
}
#cPC ol {
	margin: 0 3.5em 0.1em 3.5em;
}
#cPC ol li, 
#cPC ul li {
	font-size: 90%;
	margin: 0 0 0.1em 0;
	padding: 0.1em 0.4em;
	background: #dedede;
	width: auto;
	color: #0397d7;
}
#cPC ol li li, 
#cPC ul li li {
	font-size: 85%;
	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: 1em 0 ;
	font-size: 85%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 1em 0;
	font-size: 85%;
	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 
	{
		color: #FFFFFF;
		background-color: #78BA00;
	}
 /* Selected Page */
	.SelectedPage {
		background: #78BA00;
		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/csvue/_images/icon_next.gif);
		background-position: right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background-image: url(/Templates/csvue/_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
	{
		color: #78BA00;
		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;
}
.ListItem {
	position: relative;
	margin: 0;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 110%;
		font-weight: bold;
		margin: 0px;
		padding: 4px 0px;
		color: #9eba13;
}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 120%;
		font-weight: bold;
		color: #9eba13;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0 0.8em 0;
		font-size: 85%;
		line-height: 1.2em;
		font-weight: bold;
		color: #9eba13;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0 0 0 0.3em;
		border: 1px solid #000000;
		background: #000000;
		width: 50px;
	}

	/* Title */
		.ListTitle {
			background: url(/Templates/csvue/_images/icon_pointer.gif) no-repeat left top;
			margin: 0.3em 0;
			padding: 0 0px 0px 20px;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
		}
		#cLS .ListTitle,
		#cRS .ListTitle {
			font-size: 75%;
			margin: 0.1em 0;
			}
		#cRS .ListTitle a:link {
			color: #636467;
		}
		.ListTitle a:visited, 
		.ListTitle a:link {
			text-decoration: none;
		}
		.ListTitle a:hover {
			text-decoration: underline;
		}
	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 80%;
			margin: 0 0 0.6em 0;
			padding: 0 0px 0px 20px;
		}

	/* Summary */
		.ListSummary {
			font-size: 85%;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0;
	}
		.ListSummary a {
			color: #78BA00;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0.2em 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;
			border-bottom: 1px solid #FFFFFF;
		}
		
	/* ListHolder (Left Side) */
		#cLS .ListHolder {
			position: relative;
			margin: 10px;
			width: auto;
			height: auto;
			clear: both;
		}
	/* ListHolder (Left Side) */
		#cRS .ListHolder {
			position: relative;
			margin-right: 10px;
			width: auto;
			height: auto;
			clear: both;
		}