/* 	[ 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: Tahoma, Arial, Helvetica, sans-serif;
	color: #001F61;
	font-size: small;
}
p 
{
	margin: 0 0 1em 0;
	line-height: 1.8em;
	font-size: 90%;
}
#cPC td
{
	font-size: 110%;
	vertical-align: top;
}
	a 
	{ 
		color: #196EB8; 
	}
	a:hover { 
		color: #001f61; 
	}
a img{border:none; text-decoration:none;}

h1, h2, h3, h4, h5, h6 
{
	padding: 0;
	margin: 0;
}
td h1, td h2, td h3, td h4, td h5, td h6 
{
	margin-bottom: 0;
}
h1 a, h2 a, h3 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 
{
	color: #22B243;
	font-size: 120%;
	margin-bottom: 0.9em;
	font-weight: bold;
}
h2 
{
	font-size: 90%;
	font-weight: bold;
	color: #105AA6;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em; 
}
	h2 a 
	{ 
		color: #003366; 
		text-decoration: underline;
	}
	h2 a:hover { 
		color: #000666; 
		text-decoration: underline;
	}

h3 
{
	font-size: 90%;
	color: #22B243;
	margin: 0 0 0.9em 0;
	font-weight: bold;
}
h4 
{
	font-size: 90%;
	font-weight: bold;
	color: #105AA6;
	margin-top: 1.2em;
	margin-bottom: 0.2em;
	padding: 0 0 0.3em 1.5em;
	background: url(/Templates/MICRO-United/_images/icon_arrow.gif) no-repeat left 0.1em;
}
h5 
{
	font-size: 80%;
	padding: 0.3em 0.5em;
	margin-bottom: 0.9em;
	background-color: #EFEFEF;
	margin-bottom: 0;
}
h6 
{
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #105AA6;
}
blockquote 
{
	font-size: small;
	padding: 1em 2em;
}
input, select {
}
#cPC ol, #cPC ul {
	line-height: 1.2em;
	margin: 1.2em 0 0 4em;
	padding: 0 0 0 0;
	list-style-type: square;
}
#cPC ol li, #cPC ul li{
	margin: 0 0 0.4em 0;
	font-size: 85%;
}
#cPC ol li li, #cPC ul li li{
	list-style-image: url(/Templates/MICRO-United/_images/arrow-pointer-dark.gif);
	font-size: 95%;
	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%;
	display: none;
}
	#cRS .OrderingTop
	{
		display: none;
	}
	 /* Displays at the Bottom of list */
	#cRS .OrderingBottom 
	{
		display: block;
	}
 /* 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/MICRO-United/_images/icon_next.gif);
		background-position: right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background-image: url(/Templates/MICRO-United/_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: 20px 0px;
	width: auto;
	height: 1%;
	clear: both;
	background: #F7F7F7 url(/Templates/MICRO-United/_images/back_catlist.gif) repeat-x top left;
	padding: 0px 10px;
}
.ListItem {
	position: relative;
	clear: both;
	font-size: 95%;
	padding: 0px;
	margin: 6px 10px 6px 0px;
}
	/* Custom Title */
	.ListCustomTitle {
		color: #001f61;
		text-transform: uppercase;
		font-size: 70%;
		letter-spacing: 0.3em;
		margin: 0px -10px 10px -10px;
		padding: 6px 10px;
		background: #E1E1E1 url(/Templates/MICRO-United/_images/back_custom.gif) no-repeat top right;
		border-bottom: 1px solid #999999;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-size: 100%;
		line-height: 0.9em;
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0.5em 0 0;
		clear: left;
		float: left;
	}
	.ListSecondarySeparator {
		font-size: 100%;
		line-height: 0.9em;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		float: left;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0 0 0 0.1em;
		border: none;
		padding: 0;
		background: #FFFFFF;
	}

	/* Title */
		.ListTitle {
			color: #001f61;
			margin: 0.3em 0;
			line-height: 1.3em;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			padding: 0 0 0 16px;
			background: url(/Templates/MICRO-United/_images/arrow-pointer-sml.gif) no-repeat center left;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			color: #001f61;
			text-decoration: none;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0.2em 0;
			color: #999999;
		}

	/* Summary */
		.ListSummary {
			font-size: 90%;
			line-height: 1.3em;
			margin: 0 0 0.3em 0;
			padding: 0 0 0 16px;
			color: #666666;
		}
		.ListSummary a {
			color: #6699CC;
		}

	/* 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 solid #F7F7F7;
		}
	
