/*  
Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #979797;
}
p {
	font-size: 1em;
	line-height: 1.6em;
	color: #979797;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.HTMLContent h1, .HTMLContent h2, .HTMLContent h3, .HTMLContent h4, .HTMLContent h5, .HTMLContent h6 {
	clear: both;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom: solid #fff 1px;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 6px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	padding: 10px;
	border-top: solid #434242 1px;
	border-bottom: solid #434242 1px;
}
h5 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1em;
	padding: 6px 8px;
	background: #111;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h6 {
	font-size: 1em;
	color: #fff;
	margin-bottom: 4px;
}
blockquote {
	color: #C20A0E;
	padding: 4px 14px;
	margin: 8px 20px;
	border: solid #C20A0E 1px;
	font-size: 1em;
}
a:link { 
	color: #FFFFFF; 
	text-decoration: none;
}
a:visited {
	color: #979797; 
	text-decoration: none;
}
a:hover {  
	color: #e01d21;
	text-decoration: none;
}
a:active {  
	color: #e01d21;
	text-decoration: none;
}
.HTMLContent a:link, #FranchiseDetails a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.HTMLContent a:visited, #FranchiseDetails a:visited {
	color: #979797; 
	text-decoration: none;
	border-bottom: 1px dotted #979797;
}
.HTMLContent a:hover, #FranchiseDetails a:hover {  
	color: #e01d21;
	text-decoration: none;
	border-bottom: 1px dotted #e01d21;
}
.HTMLContent a:active, #FranchiseDetails a:active {  
	color: #e01d21;
	text-decoration: none;
}

.HTMLContent td a:link { 
	color: #FFFFFF; 
	text-decoration: none;
	border-bottom-style: none;
}
.HTMLContent td a:visited {
	color: #979797; 
	text-decoration: none;
	border-bottom-style: none;
}
.HTMLContent td a:hover {  
	color: #e01d21;
	text-decoration: none;
	border-bottom-style: none;
}
.HTMLContent td a:active {  
	color: #e01d21;
	text-decoration: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cPC ol {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #979797;
}
#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: #979797;
	list-style-type:lower-roman;
}
#cPC ol li a {
	text-decoration:underline;
	color: #979797;
}
#cPC ol li a:visited {
	text-decoration:none;
	color: #979797;
}
#cPC ol li a:hover {
	text-decoration:underline;
	color: #979797;
}
#cPC ol li li a {
	text-decoration: underline;
	color: #979797;
}
#cPC ul {
	padding-top: 3px;
	margin-bottom: 6px;
	color: #979797;
}
#cPC ul li {
	background-color:none;
	font-size: 1em;
	list-style: square;
	padding: .3em 0;
}
#cPC ul li li {
}
#cPC ul li li li {
}
#cPC ul li li li li {
}
#cPC li a {
}
#cPC li a:hover {
}
#cPC li li a {
}

/* === [ 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 
	{
		padding: 1px 5px;
		text-decoration: none;
		display: inline-block;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover 
	{
		background-color: #ccc;
	}
 /* Selected Page */
	.SelectedPage {
		background: #434242;
		color: #FFFFFF;
		padding: 1px 5px;
		text-decoration: none;
		display: inline-block;
	}
 /* Next and Back */
	.OrderingTop a.OrderingNext, 
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingNext, 
	.OrderingBottom a.OrderingBack
	{
		text-decoration: none;
		display: inline-block;
		text-transform: uppercase;
		background-repeat: no-repeat;
	}
	.OrderingTop a.OrderingNext, 
	.OrderingBottom a.OrderingNext
	{
		background: url(/Templates/_images/icon_next.gif) no-repeat right;
		padding: 1px 12px 1px 5px;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/_images/icon_back.gif) no-repeat left;
		padding: 1px 5px 1px 12px;
	}
	.OrderingTop a.OrderingNext:hover, 
	.OrderingTop a.OrderingBack:hover,
	.OrderingBottom a.OrderingNext:hover, 
	.OrderingBottom a.OrderingBack:hover
	{
		background-color: #ccc;
		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;
	padding: 20px;
	width: auto;
	display: block;
	border-top: 1px #434242 solid;
	height: 1%;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

	.ListItem:hover {
		background: #333;
		-webkit-transform: translate(5px, 0);

		-webkit-transition: all .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out;
		transition: background-color .15s ease-in-out;
	}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		font-weight: normal;
		color: #fff;
	}

	/* Separators */
	.ListPrimarySeparator {
		font-family: "Segoe UI", "Helvetica Neue", sans-serif;
		color: #fff;
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
	}
	.ListSecondarySeparator {
		font-weight:bold;
		margin: 6px 0px;
		padding: 6px 0px 0px 0px;
	}

	/* Thumbnail */
	.ListThumbnail {
		margin: 0px 12px 0px 0px;
		float: left;
		border: 1px solid #666666;
	}

	/* Title */
		.ListTitle {
			font-size: 1em;
			color: #979797;
			padding: 0px 0px 5px 0;
			margin: 0px 0px 0px 0px;
			font-weight: bold;
			text-decoration: none;
		}

		.ListTitle a {
			color: #FFFFFF;
			text-decoration: none;
			border-bottom: 1px dotted #979797;
		}
		.ListTitle a:hover{
			color: #e01d21;
			text-decoration: none;
			border-bottom: 1px dotted #979797;
		}

	/* Author, Keywords */
		.ListAuthor,
		.ListKeywords {
			font-size: 0.8em;
			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.9em;
			margin: 0 0px 0 0;
			padding: 0px 0px 2px 0px;
		}
		.ListSummary a {
			text-transform: uppercase;
			font-size: 10px;
			color: #FFFFFF;
			text-decoration: none;
			border-bottom: 1px dotted #979797;
		}
		.ListSummary a:hover {
			color: #e01d21;
			text-decoration: none;
			border-bottom: 1px dotted #979797;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 0.9em;
			margin: 0 0 0.2em 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 0.9em;
			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 #222;
	background-color: #222;
	height: 1%;
}
#cRS .ListItem:hover {
	position: relative;
	margin: 0 0 2px 0px;
	padding: 4px 8px;
	border: 1px solid #222;
	background: #333;
	width: auto;
}
#cRS .ListCustomTitle {
	font-weight: bold;
	color: #999;
	padding: 2px 4px;
	border: 1px solid #222;
	background: #333;
}
#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 #222 1px;
	}
	#cRS .ListTitle {
			font-size: 1em;
			line-height: 1.3em;
		padding: 3px 0px;
		color: #CC0000;
		margin: 0px;
		background: none;
		}
	#cRS .ListTitle a:visited,
	#cRS .ListTitle a:link,
	#cRS .ListTitle a:hover {
			color: #CC0000;
		text-decoration: none;
	}
	/* Summary */
		#cRS .ListSummary {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			font-size: 0.85em;
			line-height: 1.3em;
			color: #EFEFEF;
		}
		#cRS .ListSummary:hover {
			color: #FFFFFF;
		}
		#cRS .ListSummary a {
			color: #EFEFEF;
		}

.ModuleArticleFeatures input {
	margin-left: 10px;
}

