/* 	[ 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: #444647;
	font-size: small;
}
p 
{
	font-size: 80%;
	margin: 2em 0 2em 0;
	line-height: 1.5em;
}
	a 
	{ 
		color: #143c6a; 
	}
	a:hover { 
		color: #91c2e6; 
	}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	text-decoration: none;
}
h1 
{
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 0.9em;
	padding-top: 25px;
	color: #696459;
	text-transform:uppercase;
	border-top: #cacfd3 1px solid;
	
}
h2 
{
	font-size: 87%;
	margin-bottom: 0.9em;
	font-weight: normal;
	color:#495a8b;
	font-weight:bold;
	text-transform:uppercase;
}
h3 
{
	color: #1d417b;
	font-size: 110%;
	margin-bottom: 0.9em;
	font-weight: 700;	
}
h4 
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.9em;
}
h5 
{
	font-size: 90%;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	background-color: #91c2e6;
	color:#fff;
}
h6 
{
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.9em;
	padding: 0.3em 0.5em;
	border: 1px solid #91c2e6;
	color:#3b5185;
}
blockquote 
{
	font-size: small;
	padding: 1em 2em;
	font-style:italic;
	color:#999289;
}
input, select {
}
#cPC ol, #cPC ul {
	line-height: 1.2em;
	margin: 0 0 0 1.2em;
	color:#143c6a;	
}
#cPC ol li{
	margin: 0 0 0.5em 0;
	color:#143c6a;
	font-size:88%;
}

 #cPC ul li{
	margin: 0 0 0.5em 0;
	color:#143c6a;
	font-size:88%;
	list-style-image:url(/Templates/RiceCraig/_images/icon_arrowright.gif);
}
#cPC ol li li, #cPC ul li li{
	font-size: 95%;
	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 0 10px ;
	font-size: 85%;
	display:none;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 6px 0px;
	padding-top:10px;
	font-size: 85%;
	display:block;
	clear:both;
}
#cRS .OrderingBottom 
{
	margin: 1em 0 0 18px;
	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: #fff;
		color: #91c2e6;
	}
 /* Selected Page */
	.SelectedPage {
		background: #c7c0b7;
		color: #fff;
		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;
	width: auto;
	height: auto;
	clear: both;
	display:block;
	padding: 0;
}
.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0.1em 2em;
	display: inline-block;
}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 120%;
		font-weight: bold;
		margin: 0px;
		padding: 6px 24px;
		color: #FFFFFF;
		background: #91c2e6;
		border-bottom:1px solid #fff;
		border-top: 1px solid #fff;
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 120%;
		font-weight: bold;
	}
	.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 0.3em;
		border-style:none;
	}

	/* Title */
		.ListTitle {
			margin: 0.3em 0;
			padding: 0 0px 0px 40px;
			font-size: 100%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			background: url(/Templates/RiceCraig/_images/icon_pointer.gif) no-repeat top left;
			
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: underline;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0 0;
		}

	/* Summary */
		.ListSummary {
			font-size: 90%;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.ListSummary a {
			color: #999999;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 85%;
			margin: 0 0 0 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 85%;
			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;
			border-bottom: 1px dotted #aab4ad;
		}
		