/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

body {
	font-family: "Times New Roman", Times, serif;
	color: #002157;
	font-size: 62.5%;
}
p {
	font-size: 12px;
	margin: 0 0 1em 0;
	line-height: 1.5;
}


a img{border:none; text-decoration:none}

table.ProjectTable {
	font-size: 1.3em;
	line-height: 1.5em;
    margin: 10px 0px 20px 0px;
	border: 1px solid #e89900;
}
table.ProjectTable td {
	padding: 6px;
	border: 1px solid #e89900;
}


#cPC a img,
#cPC a:link img,
#cPC a:active img,
#cPC a:visited img,
#cPC a:hover img {
	border-style: none;
}
	a { 
		color: #ee1d23; 
	}
	a:hover { 
		color: #ee1d23; 
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	letter-spacing:0.1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-size: 2.2em;
	color: #ee1d23;
	font-weight: bold;
	margin-bottom: 0.9em;
}
h2 {
	font-size: 1.9em;
	color: #ee1d23;
	margin-bottom: 0.6em;
	border-bottom:1px solid #ee1d23;
}

h3 {
	padding: 0;
	color: #ee1d23;
	font-size: 1.8em;
	font-weight: 100;
	margin-bottom: 0.6em;
	text-decoration: none;
}
h4 {
	font-size: 1.6em;
	margin: 0px;
	margin-bottom: 0.6em;
	color:#ee1d23;
}
h4 p {
	font-size: 1.4em;
	line-height: 1.2;
}
h5 {
	font-size: 1.3em;
	margin-bottom: 0.6em;
	font-weight: bold;
	color: #ee1d23;
	text-transform: uppercase;
}
h6 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
blockquote {
	font-size: 1.3em;
	padding: 0px 0 10px 16px;
}
#cPC ol,
#cPC menu,
#cPC dir {
	line-height: 1.5;
	margin: 0px 0px 0px 20px;
	padding: 0 0 4px 0px;
}
#cPC ul {
	line-height: 1.5em;
	margin: 0px 0px 0px 20px;
	padding: 0 0 4px 0px;
}
#cPC li {
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
}
#cPC li li{
	font-size: 1em;
}
#cPC ol li {
}
#cPC ul li {
	
}
#cPC ul li li {
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li {
	font-weight: normal;
	border-style: none;
	list-style-type: upper-alpha;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li li { 
	font-weight: normal;
	list-style-type: upper-roman;
}
#cPC ol li li li li { 
	font-weight: normal;
	list-style-type: lower-roman;
}
#cPC ol li a, 
#cPC ol li a:hover {
	text-decoration: underline;
}
#cPC ol li a:visited {
	text-decoration: none;
}
#cPC ul li a, 
#cPC ul li a:hover {
	text-decoration: underline;
}
#cPC ul li a:visited {
	text-decoration: none;
}


/* === [ PAGINATION ] ============================== */


 /* Displays at the Top of list */
.OrderingTop {
	margin: 1em 0 ;
	font-size: 1.2em;
	position: relative;
	height: auto;
	clear: both;
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	margin: 1em 0;
	font-size: 1.2em;
	position: relative;
	height: auto;
	clear: both;
}
 /* 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/TaupoIkaNui/_images/icon_next.gif) no-repeat right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/TaupoIkaNui/_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 ]--------------------------------------------------------------------- */

.ListHolder {
	position: relative;
	margin: 0px 0px;
	width: auto;
	clear: both;
	padding: 0;
	height: 1%;
}
.ListItem {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	/* Separators */
	.ListCategory {
		margin: 0.2em 0;
		font-size: 1.1em;
		display: inline;
	}
	.ListSubCategory {
		margin: 0.2em 0;
		font-size: 1.1em;
		display: inline;
		padding: 0 0 0 0.6em ;
		border-left: 1px solid #666666;
	}

	/* Thumbnail */
	.ListThumbnail {
		margin: 0px;
	}

	/* Title */
		.ListTitle {
			margin: 6px 0 0px 0px;
			padding: 0;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: none;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords,
		.ListCode {
			font-size: 1.1em;
			margin: 0 0 0 0;
		}
	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			font-size: 1.1em;
			margin: 0 0 0 0;
		}
	/* Summary */
		.ListSummary {
			font-size: 1.2em;
			line-height: 1.3em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.ListSummary a {
			color: #999999;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 1.1em;
			margin: 0 0 0 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 1.1em;
			margin: 0 0 0 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;
		}
		