/* 	[ 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: "Trebuchet MS" Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: small;
}
p 
{
	font-size: 90%;
	margin-bottom: 0.9em;
	line-height: 1.7em;
	margin-top: 0.9em;
}
	a 
	{ 
		color: #6A7378; 
	}
	a:hover { 
		color: #999999; 
	}

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 
{
	font-size: 140%;
	margin-bottom: 0.9em;
	font-weight: normal;
}
h2 
{
	font-size: 110%;
	margin-bottom: 0.9em;
	font-weight: bold;
	color: #9CB226;
}
h3 
{
	color: #9CB226;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	text-transform: uppercase;
	margin-bottom: 0.9em;
}
h4 
{
	font-size: 90%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.2em;
}
h5 
{
	color: #9CB226;
	font-size: 100%;
	font-weight: bold;
	line-height: 2em;
	border-top: 1px solid #9CB226;
	border-bottom: 1px solid #9CB226;
	margin-bottom: 0.9em;
}
blockquote 
{
	font-size: 80%;
	line-height: 1.8em;
	padding: 1em 2em;
}
input, select {
}
ol,
ul {
	border-top: 1px solid #E7E7E8;
	line-height: 1.2em;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0em 0em;
}
ol li {
	margin: 0px 0px;
}
ul li{
	font-size: 90%;
	padding: 0.2em 0em 0.2em 2em;
	border-bottom: 1px solid #E7E7E8;
}
ul li a:link,
ul li a:visited,
ul li a:active,
ul li a:hover {
	padding: 0.2em 1.2em 0.2em 0em;
	text-decoration: none;
}
ul li li{
	padding: 0px 0px;
	font-weight: normal;
	margin: 0px 0px;
	list-style-type: square;
	background: none;
}
ol li li {
	font-size: 90%;
	margin: 0px 0px;
}
ol li li
{ 
	list-style-type: upper-alpha; 
}
ol li li li 
{ 
	list-style-type: upper-roman;
}
ol li li li li 
{ 
	list-style-type: lower-roman; 
	margin: 0em;
	padding: 0em;
}


/* 	[ 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%;
	position: relative;
	height: auto;
	clear: both;
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	margin: 1em 0;
	font-size: 85%;
	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/JonesFee/_images/icon_next.gif) no-repeat right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/JonesFee/_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;
	margin: 0px;
	padding: 0px;
}
.ListItem {
	position: relative;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	width: auto;
	height: auto;
	background: #FFFFFF;
	display: inline-block;
}
#cLS .ListHolder {
	padding: 25px 0px 0 0;
	margin: 0px 13px 0px 18px;
	background: url(/Templates/JonesFee/_images/back_Line.gif) repeat-y top right;
}
#cRS .ListHolder {
	padding: 0 0px 0 24px;
	background: url(/Templates/JonesFee/_images/back_Line.gif) repeat-y top left;
}
#cLS .ListItem {
	position: relative;
	clear: both;
	margin: 0px 0px 15px 20px;
	padding: 0px 24px 0px 0;
	width: auto;
	height: auto;
	text-align: right;
	background: none;
}
	/* Custom Title */
	.ListCustomTitle {
		font-weight: bold;
		color: #9CB226;
		font-size: 80%;
		margin-bottom: 0.6em;
		text-transform: uppercase;
	}
	#cLS .ListCustomTitle {
		text-align: right;
		float: right;
		margin-bottom: 0.9em;
		padding: 0px 24px 0px 0;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: none;
		padding: 0.5em 0em 0em 0em;
		margin: 0em;
		border: none;
	}

	/* Title */
		.ListTitle {
			margin: 0em;
			padding: 0em;
			font-weight: bold;
			float: none;
			color: #9CB226;
			text-decoration: none;
			line-height: 1.2em;
			font-size: 80%;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: underline;
			color: #9CB226;
		}

	/* Date */
		.ListItemDate {
			color: #999999;
			font-size: 70%;
			margin: 0em 0em 0.2em 0em;
			text-align: right;
		}

	/* Summary */
		.ListSummary {
			line-height: 1.7em;
			margin: 0.4em 0em 0em 0em
		}
		.ListSummary a {
			color: #9CB226;
			font-size: 90%;
			font-weight: normal;
			text-decoration: underline;
		}

/* -----[ LIST ]--------------------------------------------------------------------- */



