/*  
Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
	margin: 8px 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #C20A0E;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom: solid #CC0000 1px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	background-color: #f3f3f3;
	padding: 3px 6px;
	border-bottom: solid #990000 1px;
}
h5 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 2px 4px;
	border: 1px solid #A30000;
	background: #B70000;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h6 {
	font-size: 1em;
	color: #CC0000;
	margin-bottom: 4px;
}
blockquote {
	color: #C20A0E;
	padding: 4px 14px;
	margin: 8px 20px;
	border: solid #C20A0E 1px;
	font-size: 1em;
}
a:link { 
	color: #990000;
}
a:visited {
	color: #666666;
}
a:hover {  
	color: #C20A0E; 
	text-decoration: underline;
}
a:active {  
	color: #C20A0E;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cPC ol {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #666666;
}
#cPC ol li {
	font-weight: bold;
	}
#cPC ol li li {
	font-weight: normal;
	list-style-type:upper-alpha;
}
#cPC ol li li li {
	list-style-type:upper-roman;
}
#cPC ol li li li li {
	color: #999999;
	list-style-type:lower-roman;
}
#cPC ol li a {
	text-decoration:underline;
	color: #666666;
}
#cPC ol li a:visited {
	text-decoration:none;
	color: #CC0000;
}
#cPC ol li a:hover {
	text-decoration:underline;
	color: #CC0000;
}
#cPC ol li li a {
	text-decoration: underline;
	color: #999999;
}
#cPC ul {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #666666;
	list-style:none;
}
#cPC ul li {
	font-weight: bold;
	background-color:none;
	list-style:none;
	background: url(/Templates/_images/icon_pointer.gif) no-repeat 0 4px;
	padding: 2px 18px;
	font-size: 0.9em;
	}
#cPC ul li li {
	background-color:none;
	font-weight: normal;
	background: url(/Templates/_images/icon_pointer.gif) no-repeat 0 3px;
}
#cPC ul li li li {
}
#cPC ul li li li li {
}
#cPC li a {
	text-decoration:underline;
	color: #666666;
}
#cPC li a:visited {
	text-decoration:none;
	color: #CC0000;
}
#cPC li a:hover {
	text-decoration:underline;
	color: #CC0000;
}
#cPC li li a {
	text-decoration: underline;
	color: #666666;
}

/* === [ PAGING ] ============================== */

 /* Displays at the Top of list */
.OrderingTop {
	margin: 1em 0 ;
	font-size: 85%;
	position: relative;
	height: auto;
	clear: both;
	display: none;
}
 /* 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/_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;
	display: block;
	height: auto;
	clear: both;
	margin: 0px 0px 10px 0px;
	width: auto;
	padding: 0;
}
.ListItem {
	position: relative;
	margin: 0 0 4px 0px;
	padding: 4px 10px;
	width: auto;
	display: block;
	background: #E6E6E6;
	height: 1%;
}
	.ListItem:hover {
		position: relative;
		margin: 0 0 4px 0px;
		padding: 4px 10px;
		width: auto;
		background: #EFEFEF;
	}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		color: #CC0000;
		font-size: 0.8em;
		text-transform: uppercase;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-weight:bold;
		margin: 6px 6px 0px 0px;
		padding: 6px 0px 0px 0px;
	}
	.ListSecondarySeparator {
		font-weight:bold;
		margin: 6px 0px;
		padding: 6px 0px 0px 0px;
	}

	/* Thumbnail */
	.ListThumbnail {
		margin: 2px 0px 2px 4px;
		float: right;
		border: 1px solid #666666;
	}

	/* Title */
		.ListTitle {
			font-size: 0.9em;
			color: #333333;
			padding: 5px 0px 5px 16px;
			margin: 5px 0px 0px 0px;
			font-weight: bold;
			background: url(/Templates/_images/icon_pointer.gif) no-repeat 0px 8px;
			text-decoration: none;
		}
		.ListTitle a:link {
			display: block;
			width: 100%;
			color: #333333;
			text-decoration: none;
		}
		.ListTitle a:visited {
			text-decoration: none;
			color: #333333;
		}
		.ListTitle a:hover{
			color: #C20A0E;
			text-decoration: none;
		}

	/* Author, Keywords */
		.ListAuthor,
		.ListKeywords {
			font-size: 0.85em;
			padding: 0px;
			color: #999999;
			margin: 0px 0px 5px 0px;
			font-style: italic;
			padding: 0px 0px 2px 16px;
		}

	/* Date */
		.ListItemDate {
			font-size: 0.85em;
			color: #666666;
			padding: 0px;
			margin: 0px;
			font-style:italic;
			padding: 0px 0px 2px 16px;
		}

	/* Summary */
		.ListSummary {
			font-size: 0.85em;
			margin: 0 0px 0 0;
			padding: 0px 0px 2px 16px;
		}
		.ListSummary a {
			color: #b70000;
			text-transform: lowercase;
			text-decoration: underline;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 0.8em;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 0.8em;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			float:none;
			font-size: 0px;
			clear:both;
			margin: 0px 0px;
		}
		
		/*
cRS Styles
*/

#cRS .ListHolder {
}
#cRS .ListItem {
	position: relative;
	margin: 0 0 2px 0px;
	width: auto;
	display: block;
	padding: 4px 8px;
	border: 1px solid #A30000;
	background-color: #B70000;
	height: 1%;
}
#cRS .ListItem:hover {
	position: relative;
	margin: 0 0 2px 0px;
	padding: 4px 8px;
	border: 1px solid #A30000;
	background: #A30000;
	width: auto;
}
#cRS .ListCustomTitle {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 4px;
	border: 1px solid #A30000;
	background: #B70000;
}
#cRS .ListPrimarySeparator {
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px;
	padding: 2px 6px;
	background-color: #999999;
	}
#cRS .ListSecondarySeparator {
	color: #000000;
	font-weight:bold;
	margin: 0px;
	padding: 2px 6px;
	border-bottom: solid #333333 1px;
}

	/* Thumbnail */
	#cRS .ListThumbnail {
		border: solid #A30000 1px;
	}
	#cRS .ListTitle {
		padding: 3px 0px;
		color: #FFFFFF;
		margin: 0px;
		background: none;
		}
	#cRS .ListTitle a:visited,
	#cRS .ListTitle a:link,
	#cRS .ListTitle a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}
	/* Summary */
		#cRS .ListSummary {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			color: #EFEFEF;
		}
		#cRS .ListSummary:hover {
			color: #FFFFFF;
		}
		#cRS .ListSummary a {
			color: #EFEFEF;
		}
