/* 	[ 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: 62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	color: #333333;
}
p {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 140%;
}
a {
	color: #3D6079;
}
hr {
	margin: 0 0 20px 0;
	border: none;
	border-bottom: 1px dotted #999999;
	height: 1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #3D6079;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #3D6079;
}
h2 a {
	text-decoration: none !important;
}
h3 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #4B7897;
	font-size: 1.4em;
	color: #3D6079;
}
h4 {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	border-left: 1px dotted #666666;
	font-size: 1.4em;
	color: #3D6079;
}
h5 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #666666;
}
ul, ol {
	margin: 0 0 30px 0;
	font-size: 1.2em;
	line-height: 140%;
}
ul li {
	margin: 0 0 5px 40px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/Templates/Panelrok/_images/_panelrok/bullet.png) no-repeat left 5px;
}
/* 	[ 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/_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;
	margin: 10px 0px;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	clear: both;
	padding: 0;
}
.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0.1em 0.4em;
	border: 1px solid #CCCCCC;
	background: #DBDBDB;
	display: inline-block;
}
/* 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;
	border-left: 1px solid #666666;
}
/* Thumbnail */
.ListThumbnail {
	float: right;
	margin: 0 0 0 0.3em;
	border: 1px solid #CCCCCC;
	padding: 0.3em;
	background: #FFFFFF;
}
/* Title */
.ListTitle {
	margin: 0.3em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	float: none;
	text-decoration: none;
}
.ListTitle a:visited, .ListTitle a:link, .ListTitle a:hover {
	text-decoration: underline;
}
/* Date, Keywords */
.ListAuthor, .ListItemDate, .ListKeywords {
	font-size: 85%;
	margin: 0 0 0 0;
}
/* Summary */
.ListSummary {
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	padding: 0;
}
.ListSummary a {
	color: #999999;
}
/* 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;
	border-bottom: 1px solid #DBDBDB;
}
