
/* DefaultTheme Styles HTML tags such as Body, Headings, Links, Ordering list and Un-ordered List */

/* Duplicate styles below to FTBDesign, FTBHTML, DefaultTheme */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px 0px 10px 0px;
}
h1 {
	font-size: 23px;
	color: #003366;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 13px;
	color: #003366;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../../Templates/_images/back_H2.gif) repeat-y top right;
	border-bottom: 2px solid #CC3300;
	background-color: #666666;
	text-indent: 6px;
	clear: both;
}
h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
h5 {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
	background-image: url(../../Templates/_images/icon_pointer.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	border-bottom: 1px dashed #003366;
	text-align: center;
	margin: 0px 50px;
	padding: 6px;
}

blockquote {
	margin: 20px;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active { 
	color: #CC3300;
	text-decoration: underline;
}
input, select {
	font-size: 11px;
}
ol {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}
ol li {
	font-size: 13px;
	line-height: 18px;
}
ol li li {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	list-style-type: upper-alpha;
}
ol li li li {
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	list-style-type: upper-roman;
}
ol li li li li {
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	list-style-type: lower-roman;
}
ol li a {
	text-decoration: underline;
	color: #666666;
}
ol li a:visited {
	text-decoration: none;
	color: #666666;
}
ol li a:hover {
	text-decoration: underline;
	color: #666666;
}
ol li li a {
	text-decoration: underline;
	color: #666666;
}
ul {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	list-style: none;
}
ul li {
	font-size: 13px;
	color: #666666;
	background-color: none;
	line-height: 20px;
	list-style: none;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 0 6px;
	padding-left:18px;
}
ul li li {
	color: #666666;
	background-color: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 0 4px;
}
ul li li li {
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	background: url(../../Templates/_images/icon_pointer.gif) no-repeat 0 2px;
}
ul li li li li {
	color: #666666;
	font-size: 11px;
	line-height: 12px;
}
li a {
	text-decoration: underline;
	color: #666666;
}
li a:visited {
	text-decoration: none;
	color: #666666;
}
li a:hover {
	text-decoration: underline;
	color: #666666;
}
li li a {
	text-decoration: underline;
	color: #666666;
}



/* 	[ 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: 90%;
}
 /* Displays at the Bottom of list */
.OrderingBottom 
{
	margin: 1em 0;
	font-size: 90%;
	display: none;
}
 /* 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-image: url(../../Templates/_images/icon_next.gif);
		background-position: right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background-image: url(../../Templates/_images/icon_back.gif);
		background-position: 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;
	border: none;
	padding: 10px;
	width: auto;
	z-index: 40;
}
.ListItem {
	margin: 0px;
	border: none;
	padding: 0px;
	display: block;
    clear: both;
    width: 100%;
}

	/* Custom Title */
	.ListCustomTitle {
		color: #FFFFFF;
		font-size: 17px;
		margin: 0px;
		padding: 0px 0px 4px 0px;
	}

	/* Separators */
	.ListPrimarySeparator {
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		padding: 0px ;
		margin: 0px;
	}
	.ListSecondarySeparator {
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}

	/* Thumbnail */
	.ListThumbnail {
		margin: 0px 10px 0px 0px;
		padding: 0px;
		float: left;
		border: 1px solid #FFFFFF;
		z-index: 50;
	}

	/* Title */
		.ListTitle {
			color: #FFFFFF;
			font-size: 13px;
			font-weight: bold;
			padding: 4px 26px 4px 4px;
			margin: 4px 0px 10px 0px;
			background: #D2120A url(../../Templates/_images/back_catlist.gif) repeat-y top right;
			border-bottom: solid #FFFFFF 1px;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			color: #ffffff;
			text-decoration: none;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords {
			display: none;
		}

	/* Summary */
		.ListSummary {
			color: #FFFFFF;
			font-size: 12px;
			line-height: 16px;
			margin: 0px;
			padding: 0px;
		}
		.ListSummary a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			font-size: 11px;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			display: none;
		}
		.ListUpdator,
		.ListUpdatedDate {
			display: none;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			float: none;
			clear: both;
			margin: 8px 0px 8px 0px;
			border-bottom: 1px solid #003366;
			background-image: none;
		}
		