/* 	[ 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: #444444;
	font-size: small;
}
p 
{
	font-size: 85%;
	margin: 0 0 1.2em 0;
	line-height: 1.3em;
}
a { 
		color: #336600; 
	}
	a:hover { 
		color: #336600; 
	}

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: 140%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0px;
	color: #94B74D; 
}
h2 
{
	font-size: 85%;
	margin-bottom: 0.9em;
	font-weight: bold;
	color: #336600; 
}
h3 
{
	color: #336600; 
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.9em;
}
h4 
{
	color: #336600; 
	font-size: 100%;
	margin-bottom: 0.9em;
	font-weight: bold;
}
h5 
{
	color: #336600; 
	font-size: 85%;
	margin-bottom: 0.9em;
	font-weight: bold;
}
h6 
{
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #CCCCCC;
}
blockquote 
{
	font-size: small;
	padding: 1em 2em;
}
input, select {
}
#cPC ol, #cPC ul {
	line-height: 1em;
	margin: 0 0 1em 4em;
	list-style-type: square;
	
}
#cPC ol li, 
#cPC ul li{
	font-size: 85%;
	margin: 0 0 0.5em 0;
}
#cPC ol li li, 
#cPC ul li li {
	font-size: 100%;
	margin: 0 0 0.2em 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%;
}
 /* 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: 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 10px 0px;
	width: auto;
	height: auto;
	clear: both;
}
.ListItem {
	position: relative;
	margin: 0.4em 0;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E8E8E8;
	background: #F3F3F3 url(../../Templates/_images/back_catlist.gif) repeat-x top left;
}
#cRS .ListHolder,
#cLS .ListHolder {
	position: relative;
	margin: 0px 0px 5px 0px;
	width: auto;
	height: auto;
	clear: both;
	padding: 5px 10px;
	border: 1px solid #E8E8E8;
	background: #F3F3F3 url(../../Templates/_images/back_catlist.gif) repeat-x top left;
}
#cRS .ListItem,
#cLS .ListItem {
	position: relative;
	margin: 0.4em 0;
	display: inline-block;
	padding: 0px;
	border-style: none;
	background: none;
}


	/* Custom Title */
	.ListCustomTitle {
		margin: 0.2em 0;
		color: #858585;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #94B74D;
	}
	#cRS .ListCustomTitle,
	#cLS .ListCustomTitle {
		font-size: 110%;
		font-weight: bold;
		margin: 0px 0px 0em 0px;
		padding: 0px;
		color: #94B74D; 
		border-bottom-style: none;
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		color: #858585;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #94B74D;
	}
	.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: right;
		margin: 0 0 0.3em 1em;
		border: 1px solid #CCCCCC;
		padding: 0.2em;
		background: #FFFFFF;
	}
	#cLS .ListThumbnail,
	#cRS .ListThumbnail {
		display: none;
	}

	/* Title */
		.ListTitle {
			margin: 0;
			padding: 0;
			font-size: 110%;
			font-weight: bold;
			float: none;
			text-decoration: none;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0 0;
		color: #858585;
		}

	/* Summary */
		.ListSummary {
			font-size: 85%;
			line-height: 1.5em;
			margin: 0;
			padding: 0;
		}
		.ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			font-style: italic;
			color: #858585;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			font-style: italic;
			color: #858585;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0px 0px 0px 0px;
			float: none;
			clear: both;
			border-bottom: 1px solid #F4F4F4;
		}
			#cRS .ListEndItem,
			#cLS .ListEndItem {
			font-size: 0px;
			margin: 5px 0px 0px 0px;
			float: none;
			clear: both;
			border-bottom: 1px solid #E8E8E8;
		}
		