/* 	[ 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: #666666;
	font-size: small;
}
p 
{
	font-size: 100%;
	margin: 0 0 0.9em 0;
	line-height: 1.5em;
	color: #666666;
}
	a 
	{ 
		color: #79bde9;
		text-decoration: none; 
	}
	a:hover { 
		color: #004990; 
	}

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 
{
	color: #004990;
	font-size: 180%;
	margin-bottom: 0.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	background: url(/Templates/TheRock/_images/h1_bkg.gif) no-repeat bottom left;
}
h2 
{
	font-size: 120%;
	margin-bottom: 0.9em;
	font-weight: bold;
	color: #79bde9;
	text-transform: uppercase;
}
h3 
{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.9em;
	color: #333333;
	text-transform: uppercase;
}
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: #CCCCCC;
}
h6 
{
	font-size: 80%;
	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{
	line-height: 1.2em;
	margin: 0 0 0 4em;
}
 #cPC ul {
	line-height: 1.2em;
	margin: 0 0 0 2em;
	color: #54a1d2;
	
}
#cPC ul li{
	margin: 0 0 0.5em 0;
	font-size:88%;
	list-style-image: url(/Templates/TheRock/_images/bullet-point.gif);
}

#cPC ol li{
	margin: 0 0 0.5em 0;
	font-size:88%;
}
#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 ;
	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/saas/_images/icon_next.gif) no-repeat right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/saas/_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;
	clear: both;
	display: block;
	margin: 10px 0px;
	background: #FFFFFF;
	border: 1px #79bde9 solid;
	padding: 6px 0px 4px 0px;
	height: 260px;
	width: 636px;
}
	#cLS .ListHolder {
		width: 220px;
	}
.ListItem {
	position: relative;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	display: inline-block;
	float: left;
	clear: none;
	width: 196px;
}
	#cLS .ListItem {
		margin: 0px 0px 0px 0px;
		display: block;
		float: none;
		clear: both;
		width: 196px;
	}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 120%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}

	/* 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 ;

	}

	/* Thumbnail */
	.ListThumbnail {
		float: left;
		margin: 0.5em 0em 0.3em 0.5em;
		padding: 0px;
		border-style: none;
	}

	/* Title */
		.ListTitle {
			margin-top: 4px;
			padding: 0px 0px 0px 6px;
			line-height: 2em;
			font-size: 90%;
			font-weight: bold;
			text-decoration: none;
			color: #0c2778;
			text-transform: uppercase;
			background: #79bde9;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: none;
			color: #0c2778;
			margin: 0px 5px 0px 0px;
			display: block;
			background: url(/Templates/TheRock/_images/icon_pointer.gif) no-repeat right;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			font-size: 85%;
			margin: 0 0 0 0;
		}

	/* Summary */
		.ListSummary {
			font-size: 90%;
			line-height: 1.5em;
			margin: 0px 0px -4px 0px;
			padding: 0.6em;
			background: #dfedf6;
		}
		.ListSummary a {
			color: #66ccff;
		}

	/* 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;
		}
		