/* 	[ 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: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
p 
{
	margin: 0 0 0.9em 0;
	font-size: 85%;
	line-height: 1.3em;
}
	a 
	{ 
		color: #666666; 
	}
	a:hover { 
		color: #ED301C; 
	}

h1, h2, h3, h4, h5, h6 
{
	padding: 0;
	margin: 0 0 .9em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 
{
	color: #ED301C;
	font-size: 150%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 
{
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 
{
	color: #468787;
	font-size: 100%;
	font-weight: bold;
}
h4 
{
	color: #468787;
	font-size: 90%;
	font-weight: bold;
}
h5 
{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #71C6C6;
}
h6 
{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #71C6C6;
}
blockquote 
{
	font-size: small;
	padding: 1em 2em;
}
input, select {
}
#cPC ol {
	font-size: 85%;
	line-height: 1.2em;
}
#cPC ul {
	font-size: 85%;
	line-height: 1.2em;
	}
#cPC ol li, 
#cPC ul li{
	margin: 0 0 0.8em 0;
	}
#cPC ol li li, 
#cPC ul li li{
	font-size: 110%;
}
#cPC ol li li li, #cPC ul li li li {
	list-style-type: none;
}
#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 0px;
	font-size: 85%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 4px 0px;
	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: #CCCCCC;
	}
 /* Selected Page */
	.SelectedPage {
		background: #999999;
		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
	{
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		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: 20px 0px 10px 0px;
	width: auto;
	height: auto;
	clear: both;
	height: 1%;
}
.ListItem {
	position: relative;
	margin: 0;
	padding: 0px;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0px 0px 4px 0px;
		padding: 4px 0px;
		font-size: 120%;
		font-weight: bold;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-size: 100%;
		font-weight: bold;
		margin-top: 0px;
		padding: 0px 4px 0px 0px;
		display: inline;
	}
	.ListSecondarySeparator {
		font-size: 90%;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 4px;
		display: inline;
		border-left: 1px solid #003366;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0 0 0 0.5em;
		border-style: none;
	}

	/* Title */
		.ListTitle {
			font-family: Arial, Helvetica, sans-serif;
			margin: 0.3em 0;
			padding: 0 0px 0px 20px;
			line-height: 1.2em;
			font-size: 90%;
			font-weight: bold;
			float: none;
			background: url(../../../Templates/Buzzonline/_images/icon_pointer.gif) no-repeat top left;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			color: #333333;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 75%;
			color: #003333;
			padding: 0 0px 0px 20px;
			margin: 0 0 0.2em 0;
		}

	/* Summary */
		.ListSummary {
			font-size: 85%;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0 0px 0px 20px;
		}
		.ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 75%;
			margin: 0 0 0.1em 0;
			padding: 0 0px 0px 20px;
			color: #003333;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 75%;
			padding: 0 0px 0px 20px;
			color: #003333;
			margin: 0 0 0.1em 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 #FFFFFF;
		}
		
